<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700|Special+Elite");
@import url(vendor/bootstrap.min.css);
@import url(vendor/font-awesome.min.css);
.relative {
  position: relative;
  z-index: 0; }

.overflow {
  overflow: hidden; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE &lt; 8 */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0px;
  right: 0px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/site-background.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed; }

input {
  line-height: normal; }

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

br {
  font-size: inherit;
  line-height: inherit; }

section {
  display: block; }

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

a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

i {
  color: inherit;
  font-size: inherit; }

button, input[type=submit] {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

body, * {
  font-family: "Cabin Condensed", sans-serif;
  color: #999999; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Special Elite", cursive;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-weight: normal; }

input, button, select, textarea, .form-control {
  font-family: "Cabin Condensed", sans-serif; }

div.wpcf7-response-output {
  margin: 20px 0px 0px 0px;
  padding: 15px; }

.form-control.wpcf7-not-valid {
  border: 1px solid #f00; }

span.wpcf7-not-valid-tip {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -60px;
      top: -60px;
      transform: translate3d(60px, 60px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -60px;
      top: -60px;
      transform: translate3d(-60px, 60px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -60px;
      top: 60px;
      transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -60px;
      top: 60px;
      transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*--- Slideout Menu Styles ---*/
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
  overflow: hidden; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

/*--- Mobile Menu ---*/
#menu {
  padding-top: 30px;
  background-color: #ccc; }
  #menu ul {
    margin: 0px;
    padding: 0px; }
    #menu ul li {
      list-style: none; }
      #menu ul li a {
        display: block;
        color: #999999;
        text-decoration: none;
        padding: 10px 15px;
        border-bottom: 1px solid white; }
      #menu ul li:hover a, #menu ul li.current-menu-item a, #menu ul li.current-menu-parent a {
        background-color: white; }
      #menu ul li ul.sub-menu li a {
        padding-left: 30px;
        background-color: white; }
      #menu ul li ul.sub-menu li:hover a, #menu ul li ul.sub-menu li.current-menu-item a {
        background-color: white; }

.the-menu {
  display: none; }

/*--- Common proctice to hide slider and show it when its fully loaded */
.the-carousel {
  display: none;
  position: relative; }
  .the-carousel .slick-prev, .the-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #000;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .the-carousel .slick-prev i.fa, .the-carousel .slick-next i.fa {
      font-size: 20px; }
    .the-carousel .slick-prev:hover, .the-carousel .slick-next:hover {
      background-color: #000; }
      .the-carousel .slick-prev:hover i.fa, .the-carousel .slick-next:hover i.fa {
        color: #fff; }
  .the-carousel .slick-prev {
    left: 0px; }
  .the-carousel .slick-next {
    right: 0px; }
  .the-carousel.slick-initialized {
    display: block; }

.btn-black, a.btn-black {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  color: #999999;
  text-decoration: none !important;
  border: 1px solid #000; }
  .btn-black:hover, a.btn-black:hover {
    background-color: #000;
    color: #fff; }

.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: none;
  border: 1px solid #999999;
  font-size: 16px; }
  .form-control:focus {
    border-color: #999999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-lined {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  color: #999999;
  text-decoration: none !important;
  border: 1px solid #999999;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  font-family: "Special Elite", cursive;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative; }
  .btn-lined:hover {
    color: #b3b3b3;
    border-color: #b3b3b3; }
  .btn-lined.view-more::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: inherit;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 20px;
    margin-top: -2px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-lined.view-more:hover {
    padding-right: 40px; }
    .btn-lined.view-more:hover::after {
      opacity: 1;
      visibility: visible; }

.form-group {
  margin-bottom: 30px; }
  .form-group label {
    font-weight: 400; }

.body-wrapper {
  background-image: url("../img/leather-texture.png");
  background-position: top left;
  background-repeat: repeat;
  background-color: rgba(44, 0, 0, 0.48);
  max-width: 1300px;
  margin: 0px auto 50px auto;
  padding: 150px 0px 0px 0px;
  overflow: hidden; }
  .body-wrapper .container-fluid {
    padding: 0px; }

@media only screen and (max-width: 667px) {
  .body-wrapper {
    padding: 80px 0px 0px 0px; } }
#mobile-menu-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #300f0f;
  text-align: center;
  display: none; }
  #mobile-menu-wrapper .mobile-menu-close-btn {
    padding: 0px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 24px;
    color: #fff; }
  #mobile-menu-wrapper ul.mobile-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0px;
    width: 100%; }
    #mobile-menu-wrapper ul.mobile-menu li {
      list-style: none; }
    #mobile-menu-wrapper ul.mobile-menu li {
      margin-bottom: 20px; }
      #mobile-menu-wrapper ul.mobile-menu li a {
        font-size: 24px;
        color: #fff;
        font-family: "Special Elite", cursive; }
      #mobile-menu-wrapper ul.mobile-menu li:hover a, #mobile-menu-wrapper ul.mobile-menu li.current-menu-item a {
        color: #aa1111; }
      #mobile-menu-wrapper ul.mobile-menu li:last-child {
        margin-bottom: 0px; }

#header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 114px;
  z-index: 15;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  #header a.logo {
    display: block;
    float: left;
    margin-top: 25px;
    margin-left: 30px; }
   #header ul.top-menu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 45px;
    margin-right: 15px; }
    #header ul.top-menu li {
      list-style: none; }
    #header ul.top-menu li {
      margin-right: 15px; }
      #header ul.top-menu li a {
        color: #999999;
        text-decoration: none;
        font-family: "Special Elite", cursive;
        font-size: 18px;
        text-transform: uppercase; }
      #header ul.top-menu li:hover a, #header ul.top-menu li.current-menu-item a {
        color: #aa1111; }
      #header ul.top-menu li:last-child {
        margin-right: 0px; }
  #header .mobile-menu-btn {
    padding: 0px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14px;
    color: #fff; }

@media only screen and (max-width: 1024px) {
  #header a.logo {
    margin-top: 25px;
    width: 250px; }
  #header ul.top-menu {
    margin-top: 50px;
    margin-right: 15px; }
    #header ul.top-menu li a {
      font-size: 18px; } }
@media only screen and (max-width: 667px) {
  #header {
    padding: 10px 15px;
    height: auto; }
    #header a.logo {
      margin-top: 0px;
      margin-left: 0px;
      width: 180px; }
    #header .mobile-menu-btn {
      margin-top: 10px;
      margin-right: 0px; } }
#home-slider {
  margin-bottom: 30px;
  padding: 0px 50px; }
  #home-slider .the-slide {
    position: relative; }
    #home-slider .the-slide a {
      display: block;
      text-decoration: none; }
      #home-slider .the-slide a span {
        display: block; }
    #home-slider .the-slide img {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    #home-slider .the-slide .caption {
      position: absolute;
      z-index: 5;
      width: 100%;
      height: 60%;
      left: 0px;
      bottom: 0px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 65%, black 99%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(0, 0, 0, 0.75)), color-stop(99%, black));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 65%, black 99%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 65%, black 99%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 65%, black 99%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 65%, black 99%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
      text-align: center; }
      #home-slider .the-slide .caption .the-text {
        position: absolute;
        left: 0px;
        bottom: 100px;
        width: 100%; }
        #home-slider .the-slide .caption .the-text h2 {
          font-size: 40px;
          color: #fff;
          margin-bottom: 10px; }
        #home-slider .the-slide .caption .the-text p {
          font-family: "Special Elite", cursive;
          font-size: 20px;
          color: #fff;
          margin-bottom: 0px; }
  #home-slider .the-carousel .slick-prev, #home-slider .the-carousel .slick-next {
    border: none;
    background: transparent;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: -10px; }
    #home-slider .the-carousel .slick-prev i.fa, #home-slider .the-carousel .slick-next i.fa {
      font-size: 50px; }
  #home-slider .the-carousel .slick-prev {
    left: 15px; }
  #home-slider .the-carousel .slick-next {
    right: 15px; }
  #home-slider ul.slick-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #home-slider ul.slick-dots li {
      list-style: none; }
    #home-slider ul.slick-dots li {
      margin: 0px 5px; }
      #home-slider ul.slick-dots li button {
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        border: 1px solid #ccc;
        text-indent: -9999px; }
      #home-slider ul.slick-dots li.slick-active button {
        background-color: rgba(204, 204, 204, 0.3); }

@media only screen and (max-width: 1024px) {
  #home-slider {
    margin-bottom: 30px;
    padding: 0px 30px; }
    #home-slider .the-slide .caption {
      height: 60%; }
      #home-slider .the-slide .caption .the-text h2 {
        font-size: 34px;
        margin-bottom: 10px; }
      #home-slider .the-slide .caption .the-text p {
        font-size: 18px; } }
@media only screen and (max-width: 768px) {
  #home-slider .the-slide .caption {
    height: 60%; }
    #home-slider .the-slide .caption .the-text {
      bottom: 70px; }
      #home-slider .the-slide .caption .the-text h2 {
        font-size: 30px;
        margin-bottom: 10px; }
      #home-slider .the-slide .caption .the-text p {
        font-size: 16px; } }
@media only screen and (max-width: 667px) {
  #home-slider {
    padding: 0px;
    margin: 0px 0px 20px 0px; }
    #home-slider .the-slide .caption {
      height: 60%; }
      #home-slider .the-slide .caption .the-text {
        bottom: 10px; }
        #home-slider .the-slide .caption .the-text h2 {
          font-size: 20px;
          margin-bottom: 5px; }
        #home-slider .the-slide .caption .the-text p {
          font-size: 14px; }
    #home-slider ul.slick-dots {
      display: none !important; }
    #home-slider .the-carousel .slick-prev i.fa,
    #home-slider .the-carousel .slick-next i.fa {
      font-size: 30px; } }
#latest-artists {
  margin-bottom: 50px; }
  #latest-artists h1, #latest-artists h2 {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      #latest-artists h1, #latest-artists h2 {
        font-size: 20px; } }
  #latest-artists .posts {
    padding: 30px 50px; }
    #latest-artists .posts .the-post {
      position: relative;
      overflow: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #latest-artists .posts .the-post img.bg {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto; }
      #latest-artists .posts .the-post .caption {
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0); }
        #latest-artists .posts .the-post .caption .post-title {
          position: absolute;
          width: 100%;
          left: 0px;
          top: 0px;
          height: 50%;
          top: -50%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #latest-artists .posts .the-post .caption .post-title .the-text {
            font-family: "Special Elite", cursive;
            color: #fff;
            font-size: 22px;
            line-height: 28px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 15px;
            padding: 0px 15px; }
        #latest-artists .posts .the-post .caption .socialmedia-box {
          position: absolute;
          width: 100%;
          left: 0px;
          bottom: 0px;
          height: 50%;
          padding-top: 15px;
          bottom: -50%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia {
            margin: 0px;
            padding: 0px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center; }
            #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li {
              list-style: none; }
            #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li {
              margin: 0px 2px 5px 2px; }
              #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a {
                text-decoration: none; }
                #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i {
                  color: #fff;
                  font-size: 24px;
                  width: 38px;
                  height: 38px;
                  text-align: center;
                  line-height: 38px; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-facebook {
                    background-color: #3b5998; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-youtube {
                    background-color: #cd201f; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-twitter {
                    background-color: #1da1f2; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-bandcamp {
                    background-color: #629aa9; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-spotify {
                    background-color: #1db954; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-apple {
                    background-color: #999999; }
                  #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-globe {
                    background-color: #4285f4; }
                #latest-artists .posts .the-post .caption .socialmedia-box ul.socialmedia li a:hover {
                  opacity: 0.8; }
      #latest-artists .posts .the-post:hover .caption {
        background-color: rgba(0, 0, 0, 0.6); }
        #latest-artists .posts .the-post:hover .caption .post-title {
          top: 0px;
          opacity: 1;
          visibility: visible; }
        #latest-artists .posts .the-post:hover .caption .socialmedia-box {
          bottom: 0px;
          opacity: 1;
          visibility: visible; }
  #latest-artists.listing .posts .the-post {
    margin-bottom: 30px; }

@media only screen and (max-width: 667px) {
  #latest-artists .posts {
    padding: 15px; } }
#featured-release {
  padding: 0px 50px;
  margin-bottom: 50px; }
  #featured-release img {
    width: 100%;
    height: auto; }
  #featured-release h2 {
    font-size: 40px; }
  #featured-release h3 {
    margin-bottom: 30px; }
  #featured-release ul.socialmedia {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    #featured-release ul.socialmedia li {
      list-style: none; }
    #featured-release ul.socialmedia li {
      margin: 0px 2px 4px 2px; }
      #featured-release ul.socialmedia li a {
        text-decoration: none; }
        #featured-release ul.socialmedia li a i {
          color: #fff;
          font-size: 24px;
          width: 38px;
          height: 38px;
          text-align: center;
          line-height: 38px; }
          #featured-release ul.socialmedia li a i.fa-facebook {
            background-color: #3b5998; }
          #featured-release ul.socialmedia li a i.fa-youtube {
            background-color: #cd201f; }
          #featured-release ul.socialmedia li a i.fa-twitter {
            background-color: #1da1f2; }
          #featured-release ul.socialmedia li a i.fa-bandcamp {
            background-color: #629aa9; }
          #featured-release ul.socialmedia li a i.fa-spotify {
            background-color: #1db954; }
          #featured-release ul.socialmedia li a i.fa-apple {
            background-color: #999999; }
          #featured-release ul.socialmedia li a i.fa-globe {
            background-color: #4285f4; }
        #featured-release ul.socialmedia li a:hover {
          opacity: 0.8; }

#latest-releases {
  margin-bottom: 50px; }
  #latest-releases h1, #latest-releases h2 {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      #latest-releases h1, #latest-releases h2 {
        font-size: 20px; } }
  #latest-releases .posts {
    padding: 30px 50px; }
    #latest-releases .posts .the-post {
      position: relative;
      overflow: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #latest-releases .posts .the-post img.bg {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto; }
      #latest-releases .posts .the-post .caption {
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0); }
        #latest-releases .posts .the-post .caption .post-title {
          position: absolute;
          width: 100%;
          left: 0px;
          top: 0px;
          height: 50%;
          top: -50%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #latest-releases .posts .the-post .caption .post-title .the-text {
            font-family: "Special Elite", cursive;
            color: #fff;
            font-size: 18px;
            line-height: 22px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 15px;
            padding: 0px 15px; }
        #latest-releases .posts .the-post .caption a.btn-lined {
          border-color: #fff;
          color: #fff;
          font-size: 16px;
          line-height: 36px;
          height: 36px; }
          #latest-releases .posts .the-post .caption a.btn-lined::after {
            font-size: 20px; }
        #latest-releases .posts .the-post .caption .socialmedia-box {
          position: absolute;
          width: 100%;
          left: 0px;
          bottom: 0px;
          height: 50%;
          padding-top: 15px;
          bottom: -50%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia {
            margin: 0px;
            padding: 0px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center; }
            #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li {
              list-style: none; }
            #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li {
              margin: 0px 2px; }
              #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a {
                text-decoration: none; }
                #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i {
                  color: #fff;
                  font-size: 24px;
                  width: 38px;
                  height: 38px;
                  text-align: center;
                  line-height: 38px; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-facebook {
                    background-color: #3b5998; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-youtube {
                    background-color: #cd201f; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-twitter {
                    background-color: #1da1f2; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-bandcamp {
                    background-color: #629aa9; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-spotify {
                    background-color: #1db954; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-apple {
                    background-color: #999999; }
                  #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a i.fa-globe {
                    background-color: #4285f4; }
                #latest-releases .posts .the-post .caption .socialmedia-box ul.socialmedia li a:hover {
                  opacity: 0.8; }
      #latest-releases .posts .the-post:hover .caption {
        background-color: rgba(0, 0, 0, 0.6); }
        #latest-releases .posts .the-post:hover .caption .post-title {
          top: 0px;
          opacity: 1;
          visibility: visible; }
        #latest-releases .posts .the-post:hover .caption .socialmedia-box {
          bottom: 0px;
          opacity: 1;
          visibility: visible; }
  #latest-releases.listing .posts .the-post {
    margin-bottom: 30px; }

@media only screen and (max-width: 1024px) {
  #latest-releases .posts .the-post {
    margin-bottom: 30px; }

  #latest-releases .posts .the-post .caption .post-title .the-text {
    font-size: 16px;
    line-height: 20px; } }
@media only screen and (max-width: 768px) {
  #featured-release h2 {
    font-size: 26px;
    margin-bottom: 15px; }
  #featured-release h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  #featured-release ul.socialmedia {
    margin-bottom: 20px; }
    #featured-release ul.socialmedia li a i {
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 40px; }

  #latest-releases .posts .the-post {
    margin-bottom: 30px;
    overflow: hidden; }

  #latest-releases .posts .the-post img.bg {
    width: 100%; } }
@media only screen and (max-width: 667px) {
  #featured-release {
    margin: 0px 0px 30px 0px;
    padding: 15px; }
    #featured-release img {
      margin-bottom: 20px; }

  #latest-releases .posts {
    padding: 15px; }

  #latest-releases .posts .col-md-3 {
    width: 100%; } }
#latest-news {
  margin-bottom: 50px; }
  #latest-news h2 {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      #latest-news h2 {
        font-size: 20px; } }
  #latest-news .news-header {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (max-width: 768px) {
      #latest-news .news-header {
        font-size: 20px; } }
    #latest-news .news-header h1 {
      float: left;
      margin: 0px;
      font-size: 30px; }
    #latest-news .news-header #searchform {
      float: right;
      position: relative;
      width: 200px;
      margin-top: -5px; }
      #latest-news .news-header #searchform #s {
        position: relative;
        z-index: 0;
        padding-right: 30px; }
      #latest-news .news-header #searchform #searchsubmit {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0px;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        background: url(../img/icon-search.png) center center no-repeat;
        background-size: 20px 20px; }
  #latest-news .posts {
    padding: 30px 50px; }
    #latest-news .posts .the-post {
      margin-bottom: 30px;
      background-color: #191c14; }
      #latest-news .posts .the-post a.post-thumb {
        display: block;
        text-decoration: none; }
        #latest-news .posts .the-post a.post-thumb img {
          width: 100%;
          height: auto; }
      #latest-news .posts .the-post a.post-title {
        display: block;
        padding: 15px;
        text-decoration: none;
        font-size: 18px;
        color: #999999;
        text-transform: uppercase;
        font-family: "Special Elite", cursive; }
        #latest-news .posts .the-post a.post-title:hover {
          color: #b3b3b3; }
      #latest-news .posts .the-post .post-date {
        padding: 0px 15px;
        font-size: 16px;
        line-height: 30px;
        font-family: "Special Elite", cursive;
        color: #666; }
      #latest-news .posts .the-post .post-excerpt {
        padding: 15px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .7px;
        color: #999999; }
    #latest-news .posts #masonry-grid:after {
      content: '';
      display: block;
      clear: both; }

.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }

.misha_loadmore:hover {
  background-color: #767676;
  color: #fff; }

@media only screen and (max-width: 667px) {
  #latest-news .posts {
    padding: 15px; }

  #latest-news .news-header {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }

  #latest-news .news-header #searchform {
    display: none; }

  #latest-news .news-header h1 {
    font-size: 20px;
    float: none; } }
#featured-video {
  margin-bottom: 30px; }
  #featured-video h2 {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #featured-video h2 {
        font-size: 20px; } }
  #featured-video .the-content {
    padding: 0px 50px; }

@media only screen and (max-width: 667px) {
  #featured-video .the-content {
    padding: 0px 15px 15px 15px; } }
#content {
  margin-bottom: 50px; }
  #content h1 {
    background: url(../img/leather-texture.png) #191c14;
    font-size: 30px;
    text-shadow: -0.15em 0.08em 0em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 0px 5px 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
    font-size: 30px; }
    @media only screen and (max-width: 768px) {
      #content h1 {
        font-size: 20px; } }
  #content .the-content {
    padding: 0px 50px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .7px; }
    #content .the-content h1 {
      margin-bottom: 20px; }
    #content .the-content h2 {
      margin-bottom: 20px; }
    #content .the-content h3 {
      margin-bottom: 20px; }
    #content .the-content h4 {
      margin-bottom: 20px; }
    #content .the-content h5 {
      margin-bottom: 20px; }
    #content .the-content h6 {
      margin-bottom: 20px; }
    #content .the-content .alignnone {
      margin: 0px 0px 20px 0px; }
    #content .the-content .aligncenter,
    #content .the-content div.aligncenter {
      display: block;
      margin: 0px auto 20px auto; }
    #content .the-content .alignright {
      float: right;
      margin: 0px 0px 20px 20px; }
    #content .the-content .alignleft {
      float: left;
      margin: 0px 20px 20px 0px; }
    #content .the-content a img.alignright {
      float: right;
      margin: 0px 0px 20px 20px; }
    #content .the-content a img.alignnone {
      margin: 0px 0px 20px 0px; }
    #content .the-content a img.alignleft {
      float: left;
      margin: 0px 20px 20px 0px; }
    #content .the-content a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #content .the-content img {
      height: auto; }
    #content .the-content ul, #content .the-content ol {
      margin: 0px 0px 20px 0px;
      padding: 0px 0px 0px 20px;
      overflow: hidden; }
    #content .the-content a {
      color: #999999;
      text-decoration: underline; }
    #content .the-content a:hover {
      text-decoration: none; }
    #content .the-content p {
      margin: 0px 0px 20px 0px; }
      #content .the-content p:last-child {
        margin-bottom: 0px; }
    #content .the-content blockquote {
      margin: 0px 0px 20px 0px; }
      #content .the-content blockquote p:last-child {
        margin-bottom: 0px; }
    #content .the-content p, #content .the-content ul, #content .the-content ol {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: .7px;
      margin-bottom: 30px; }
    #content .the-content blockquote {
      padding: 0px;
      border: none; }
      #content .the-content blockquote p {
        font-size: 24px;
        line-height: 30px;
        font-style: italic; }
    #content .the-content .flags {
      padding-top: 30px; }
      #content .the-content .flags img {
        margin-bottom: 20px; }
    #content .the-content .contact-form input.form-control,
    #content .the-content .contact-form select.form-control {
      height: 40px; }

@media only screen and (max-width: 667px) {
  #content h1 {
    padding-left: 15px;
    padding-right: 15px; }
  #content .the-content {
    padding: 0px 30px; }
    #content .the-content .flags .col-sm-4 {
      margin-bottom: 30px; }
      #content .the-content .flags .col-sm-4 p {
        margin-bottom: 10px; } }
#footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 50px; }
  #footer .copyright {
    font-family: "Special Elite", cursive;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }
  #footer ul.socialmedia-menu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #footer ul.socialmedia-menu li {
      list-style: none; }
    #footer ul.socialmedia-menu li {
      margin-left: 25px; }
      #footer ul.socialmedia-menu li a {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        #footer ul.socialmedia-menu li a:hover {
          color: #aa1111; }

@media only screen and (max-width: 667px) {
  #footer .copyright {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  #footer ul.socialmedia-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; } }
/* @import "partials/featured_posts";
@import "partials/related_posts";
@import "partials/posts";
@import "partials/comments";
@import "partials/footer_widgets";
 */

/*# sourceMappingURL=app.css.map */</pre></body></html>