/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  overflow-x: hidden;
  font: 400 16px/1.5 "Lato", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3 {
  color: #fff;
  letter-spacing: 0.225em;
  font-weight: 900;
  line-height: 1em;
  margin: 1em 1em 1em 1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #333, 0 0 25px #ddd, 0 0 5px #aaa;
}
h1 h4,
h1 h5,
h1 h6,
h2 h4,
h2 h5,
h2 h6,
h3 h4,
h3 h5,
h3 h6 {
  font-weight: 400;
  text-shadow: 1px 1px 2px #333, 0 0 15px #ddd, 0 0 5px #aaa;
}

h3 {
  font-size: 1.15em;
  line-height: 1.75em;
}

/**
 * Links
 */
a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: #6a6a6a;
}
a:hover {
  color: #111;
  text-decoration: none;
  order-bottom-color: transparent;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 220px) {
  .wrapper {
    padding-right: 3.75px;
    padding-left: 3.75px;
  }
}
@media screen and (min-width: 600px) {
  .wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1200px - (30px));
    max-width: calc(1200px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.major {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 1.35em;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px);
}

.icon.major:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em;
}

@media screen and (max-width: 736px) {
  .icon.major {
    font-size: 1em;
  }
}
.icon.style1 {
  color: #00ffcc;
}

.icon.style2 {
  color: #00f0ff;
}

.icon.style3 {
  color: #76ddff;
}

/*
*Not sure what I'm doing in the next line - so I did comment it out
*
*  @import url('/_sass/_font-awesome.min.scss');
*/
/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative;
}

.site-title {
  font-size: 10px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (min-width: 600px) {
  .site-title {
    font-size: 10px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) {
  .site-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 220px) {
  .site-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -2px;
  }
}
.site-title, .site-title:visited {
  color: #424242;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #424242;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * little-header
 */
#quotes li {
  list-style-type: none;
  text-align: center;
  padding: 0 2% 0.7em;
  font-size: 1em;
  text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 5px #000, 0 0 10px #000;
  text-transform: none;
}

#quotes ul {
  padding-top: 2em;
  margin-top: 4em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 0.15em;
  list-style-type: none;
  text-align: center;
  padding: 0 2% 0.7em;
  font-size: 0.9em;
  text-transform: none;
}

#quotes li {
  font-style: italic;
  text-transform: none;
  display: none;
}

#quotes li span {
  font-style: normal;
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -calc(30px/2);
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 800px) and (min-width: 220px) {
  .post-title {
    font-size: 16px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/*
* BIG TITLE PAGE
*/
.big-header {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: 270%;
  background-position: 55% 20%;
  /* background: linear-gradient(rgba(0, 0, 0, 0), #000), url('/assets/images/banner.jpg'); */
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("/assets/images/banner.jpg");
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("/assets/images/banner.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("/assets/images/banner.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("/assets/images/banner.jpg");
  /*    } */
}
@media screen and (min-width: 600px) {
  .big-header {
    background-size: cover;
    background-position: 55% 20%;
  }
}
@media screen and (min-width: 1000px) {
  .big-header {
    background-size: cover;
  }
}
.big-header .fadecard {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(200, 200, 200);
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.big-header .fadecard.invisible {
  background: rgba(200, 200, 200, 0);
}
.big-header .title-holder {
  z-index: 10000;
  width: 15em;
  top: 45%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75em;
}
@media screen and (min-width: 600px) {
  .big-header .title-holder {
    width: 30em;
    top: 50%;
  }
}
.big-header .title-holder p {
  z-index: 1;
  margin: 0;
  padding: 1em 0 0;
  letter-spacing: 0.2em;
}
.big-header #newsbits {
  z-index: 1;
  width: 10em;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75em;
}
@media screen and (min-width: 600px) {
  .big-header #newsbits {
    width: 30em;
  }
}
.big-header #newsbits p {
  margin: 0;
  padding: 1em 0 0;
}
.big-header #title {
  z-index: 10000;
  padding: 10px 0;
}
.big-header #title h1 {
  padding: 0.1rem;
  margin-bottom: 0;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.84);
}
@media screen and (min-width: 220px) {
  .big-header #title h1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 600px) {
  .big-header #title h1 {
    padding: 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3em;
  }
}
.big-header #title::after, .big-header #title::before {
  z-index: 10000;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.big-header #title::before {
  z-index: 10000;
  border-top: 5px solid transparent;
  top: 0;
  left: 0;
}
.big-header #title::after {
  z-index: 10000;
  border-bottom: 5px solid transparent;
  bottom: 8rem;
  right: 0;
}
@media screen and (min-width: 600px) {
  .big-header #title::after {
    bottom: 7.2rem;
  }
}
.big-header #title.border-drawn::after, .big-header #title.border-drawn::before {
  z-index: 10000;
  width: 100%;
  height: 100%;
  border-top-color: rgba(255, 255, 255, 0.84);
  border-bottom-color: rgba(255, 255, 255, 0.84);
  transition: width 0.25s ease-out;
}
.big-header .subtitle {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75em;
}
.big-header #subt {
  font-size: 0.8em;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .big-header #subt {
    font-size: 1em;
    font-weight: 400;
  }
}

body.is-loading #banner p {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-loading #banner:after {
  opacity: 1;
}

.little-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.little-header h4 {
  font-size: 0.7em;
  margin-top: 1em;
}
.little-header h1 {
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .little-header {
    background-size: cover;
  }
  .little-header h4 {
    font-size: 1em;
  }
  .little-header h1 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  .little-header {
    background-size: cover;
  }
  .little-header h4 {
    font-size: 1.2em;
  }
  .little-header h1 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 600px) {
  .little-header {
    height: 70vh;
  }
}
.little-header .title-holder {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75em;
}
.little-header .title-holder h4 {
  text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 5px #000, 0 0 10px #000;
  font-size: 1.5rem;
}
.little-header .title-holder .title {
  text-shadow: 1px 1px 5px #000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .little-header .title-holder .title {
    width: 50%;
  }
}
.little-header .title-holder .title h1 {
  margin-bottom: 0;
  font-size: 1em;
}
@media screen and (min-width: 220px) {
  .little-header .title-holder .title h1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 600px) {
  .little-header .title-holder .title h1 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  .little-header .title-holder .title h1 {
    font-size: 3.4em;
  }
}

.little-header:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.invisiblestart1 {
  opacity: 0;
}

.visiblestart1 {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.invisiblestart2 {
  opacity: 0;
}

.visiblestart2 {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

#morearrow {
  width: 80px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.8em;
}
#morearrow p {
  margin: 0.5em;
  color: #fff;
}
#morearrow #morearrow:hover {
  background: rgba(255, 255, 255, 0.32);
}
#morearrow .miniarrow {
  background-image: url("/assets/icons/arrow.svg");
  background-position: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
  margin: 5px;
}

.beforearrow {
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  bottom: -150px;
}

.arrowcomesin {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background: blue;
  bottom: 50px;
}

.my-menu {
  text-shadow: 1px 1px 4px #000, 0 0 10px #777, 0 0 5px #aaa;
  transition: background 0.45s ease;
  background: rgb(200, 200, 200);
  z-index: 15;
  position: fixed;
  height: 40px;
  width: 100vw;
  text-transform: uppercase;
  box-shadow: 0 2px 2px #9a9898;
}
.my-menu a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
.my-menu.hidden {
  box-shadow: 0 0 0 #fff;
  background: rgba(0, 0, 0, 0);
}
.my-menu.hidden .title-on-menu {
  color: rgba(0, 0, 0, 0);
}
.my-menu.hidden .title-on-menu a {
  opacity: 0;
}
.my-menu .title-on-menu {
  left: 0;
  position: absolute;
  letter-spacing: 0.2em;
  letter-spacing: -2px;
  margin-top: -2em;
}
.my-menu .title-on-menu h1 a {
  display: block;
  line-height: 40px;
  font-size: 0.25em;
}
@media screen and (min-width: 220px) {
  .my-menu .title-on-menu h1 a {
    font-size: 0.35em;
  }
}
@media screen and (min-width: 600px) {
  .my-menu .title-on-menu h1 a {
    font-size: 0.45em;
  }
}
.my-menu .button {
  float: right;
}
.my-menu .button a:after {
  background-image: url("/assets/icons/bars.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: top;
  width: 2.5em;
  margin-right: 20px;
  text-shadow: 0 1px 1px black;
  -webkit-filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
  filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
}
.my-menu .button a:hover:after {
  -webkit-filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.my-menu .button a #menu-text {
  color: #fff;
  line-height: 40px;
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .my-menu .button a #menu-text {
    display: inline;
  }
}

#side-menu {
  box-shadow: -2px 2px 2px #b1b1b1;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  width: 16rem;
  background: rgb(34, 34, 34);
  padding-top: 1rem;
  z-index: 100000;
  height: 100vh;
  position: fixed;
  right: -16rem;
  top: 0;
}
#side-menu.visible {
  right: 0;
}
#side-menu ul {
  margin: 0;
  text-transform: uppercase;
  list-style-type: none;
  letter-spacing: 0.1em;
}
#side-menu ul li {
  margin-top: 7.5px;
  padding-top: 7.5px;
  text-shadow: 0 0 4px #333;
}
#side-menu ul li:not(:first-child) {
  border-top: 1px solid #e6e5e5;
  border-top-style: dotted;
}
#side-menu ul li a:active,
#side-menu ul li a:hover {
  color: white;
  text-shadow: 0 4px 4px #000000, 0 4px 4px #000000, 0 4px 4px #000000, 0 4px 4px #000000, 0 4px 4px #000000, 0 4px 4px #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#side-menu ul li a {
  color: #bbb;
  text-shadow: 0 0 3px black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**** old version
.row {
    width: 100%;
    .image {
        width: 100%;
        img {
            width: 100%;
            height: auto;
        }
    }
    .excerpt {
        box-sizing: border-box;
        width: 100%;
        color: white;
        background: rgba(200, 200, 200, 1);
        text-align: center;
        padding: calc($spacing-unit / 2);
        h2 {
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: bold;
        }
        a {
            color: white;
            text-decoration: underline;
        }
    }
    @include media-query($desktop) {
        height: 340px;
        .image {
            display: block;
            float: left;
            width: 40%;
            height: 100%;
            display: flex;
            align-items: center
            a {
                display: flex;
                align-items: center
                img {
                margin: 0;
                max-width: 50%;
                height: auto;
                }
            }
        }
        .excerpt {
            display: block;
            float: left;
            width: 60%;
            height: 100%;
        }
        &.second .image {
            float: right;
        }
    }
}
*****/
/****
*
*  NEWS PAGE
*
*****/
.first {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .first {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
.first .image {
  -webkit-flex: auto;
  flex: auto;
}
.first .excerpt {
  -webkit-flex: auto;
  flex: auto;
  box-sizing: border-box;
  width: 100%;
  color: white;
  background: rgb(200, 200, 200);
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 1000px) {
  .first .excerpt {
    width: 60%;
  }
}
.first .excerpt h2 {
  text-shadow: 0 0 8px #040404;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.first .excerpt a {
  color: white;
  text-decoration: underline;
}

.second {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .second {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}
.second .image {
  -webkit-flex: auto;
  flex: auto;
}
.second .excerpt {
  -webkit-flex: auto;
  flex: auto;
  box-sizing: border-box;
  width: 100%;
  color: white;
  text-align: center;
  padding: 15px;
  background: rgb(150, 150, 150);
}
@media screen and (min-width: 1000px) {
  .second .excerpt {
    width: 60%;
  }
}
.second .excerpt h2 {
  text-shadow: 0 0 8px #040404;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.second .excerpt a {
  color: white;
  text-decoration: underline;
}

.newstext {
  margin: 1em auto;
  max-width: 30em;
}
@media screen and (min-width: 1000px) {
  .newstext {
    margin: 4em auto 0;
    max-width: 40em;
  }
}

.newsimage1 {
  margin: auto;
  background-image: url("/assets/images/darkandstormysmallw.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 500px;
}
@media screen and (min-width: 600px) {
  .newsimage1 {
    width: 500px;
  }
}

.newsimage2 {
  margin: auto;
  width: 300px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("/assets/images/simplyCover.jpg");
}
@media screen and (min-width: 600px) {
  .newsimage2 {
    width: 500px;
  }
}

.first,
.second {
  text-shadow: 0 0 2px #040404;
}

.site-footer {
  position: relative;
  background: #1d242a;
  color: white;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.site-footer a {
  color: white;
}
.site-footer .text-holder {
  width: 70%;
  margin: auto;
}

/*
* Icons list
*/
ul.icons {
  cursor: default;
  list-style: none;
  margin: auto;
}
ul.icons.likebutton {
  margin: 1em 30%;
}

ul.icons li {
  display: inline-block;
  margin: 0.5em;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

ul.icons.major {
  padding: 1em 0;
}

ul.icons.major li {
  padding-right: 3.5em;
}

/*  <-- Footer --> */
#footer {
  margin: auto;
  background-color: #1d242a;
  text-align: center;
}

#footer .icons {
  font-size: 1.25em;
}

#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
  color: #fff;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.5em;
  /* was 0.8, I made it smaller */
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  margin: auto;
  text-transform: uppercase;
}

#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-right: 0.1rem;
}

#footer .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
}

#footer .copyright li a {
  color: inherit;
}

#footer .copyright li a:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 1rem;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 3em 2em;
  }
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 2em 1em;
  }
}
/*
*  Other elements of style
*/
.nobr {
  white-space: nowrap;
}

hr {
  border: 0;
  border-bottom: solid 2px #dfdfdf;
  margin: 3em 0;
}

.wrapper5 h2,
.wrapper5 h3,
.wrapper5 h4,
.wrapper5 h5,
.wrapper5 h6 {
  color: #2e3842;
}

.wrapper5 {
  background-color: #ffffff;
  color: #4e4852;
}
@media screen and (min-width: 220px) {
  .wrapper5 {
    padding: 0.2rem;
    margin: 0.2rem;
  }
}
@media screen and (min-width: 600px) {
  .wrapper5 {
    margin: 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .wrapper5 {
    margin: 2rem;
    padding: 2rem;
  }
}

/* more buttons */
.adbutton {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 0 1em;
  margin: auto;
  font-weight: 300;
  height: 3.25em;
  line-height: 3.125em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 600px) {
  .adbutton {
    letter-spacing: 0.5em;
    padding: 0 2.75em;
    font-weight: 700;
    height: 3.125em;
  }
}

.adbutton:hover {
  background-color: #777;
  color: #fff;
}

.adbutton:visited {
  color: #fff;
}

/*
*  Inner wrapper
*/
.inner.wrapper {
  max-width: 800px;
  text-align: center;
  /* Image */
}
.inner.wrapper h1 {
  font-size: 16px;
}
@media screen and (min-width: 220px) {
  .inner.wrapper h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .inner.wrapper h1 {
    font-size: 36px;
  }
}
.inner.wrapper .bio p {
  font-size: 0.8em;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .inner.wrapper .bio p {
    font-size: 1em;
  }
}
.inner.wrapper h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .inner.wrapper h2 {
    font-size: 1.5em;
    line-height: 1.75em;
    margin-top: 2em;
  }
}
.inner.wrapper h3 {
  margin-top: 2em;
}
.inner.wrapper .textcentered {
  text-align: center;
}
.inner.wrapper .image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}
.inner.wrapper .image img {
  border-radius: 5px;
  display: block;
}
.inner.wrapper .image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: 0.25em;
}
.inner.wrapper .image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: 0.25em;
}
.inner.wrapper .image.left,
.inner.wrapper .image.right {
  max-width: 40%;
}
.inner.wrapper .image.left img,
.inner.wrapper .image.right img {
  width: 100%;
}
.inner.wrapper .image.fit {
  display: block;
  margin: 0 0 2em;
  width: 100%;
}
.inner.wrapper .image.fit img {
  width: 100%;
}
.inner.wrapper .discimg img {
  float: left;
  top: 0.25em;
  display: block;
  border-radius: 3px;
  border: 0;
  width: 150px;
}

.discography {
  font-size: 0.7em;
}
.discography table {
  width: 100%;
}
.discography td,
.discography th {
  border-bottom: 1px solid #ddd;
}
.discography th {
  height: 0;
  padding: 0;
}
.discography td {
  padding: 5px;
}
.discography tr:nth-child(even) {
  background-color: #f5f5f5;
}
@media screen and (min-width: 600px) {
  .discography {
    font-size: 1em;
  }
  .discography table {
    width: 100%;
  }
  .discography td,
  .discography th {
    border-bottom: 1px solid #ddd;
  }
  .discography th {
    height: 0;
    padding: 0;
  }
  .discography td {
    padding: 15px;
  }
  .discography tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}
.discography .likebutton {
  padding: 0.5em;
  border-style: solid;
  border-radius: 4px;
  border-color: #bbb;
  border-width: 1px;
  background-color: #fdfdfd;
  box-shadow: 0 0 3px 0 #999;
}
.discography .likebutton a,
.discography .likebutton a:hover {
  box-shadow: none;
  border-color: none;
  background-color: fff;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.discography .likebutton:hover {
  border-style: solid;
  border-radius: 4px;
  border-color: #bbb;
  border-width: 1px;
  background-color: #bbb;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.discography .likebutton:hover a,
.discography .likebutton:hover a:hover {
  box-shadow: none;
  border-color: none;
  background-color: fff;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.discography .likebutton:hover a:hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  color: white;
}
.discography .videogallery table {
  width: 100%;
}
.discography .videogallery th {
  height: 0;
  padding: 0;
}
.discography .videogallery td {
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .discography .videogallery table {
    width: 100%;
  }
  .discography .videogallery th {
    height: 0;
    padding: 0;
  }
  .discography .videogallery td {
    padding: 15px;
  }
}

/**********************************
FOTO GALLERY PAGE
***********************************/
#fotogallery a,
#fotogallery a:hover {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: none;
}

#fotogallery h3 {
  margin-top: 1.5em;
}

#fotogallery ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  max-width: 900px;
  text-align: center;
}

#fotogallery ul li {
  display: inline-block;
  padding: 8px;
  background: white;
  margin: 10px;
}

#fotogallery ul li img {
  box-shadow: 0 0 10px 0 #000;
  display: block;
  border-radius: 4px;
}

#fotogallery ul li img:hover {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 15px 15px 20px #aaa;
}

#fotogallery a {
  text-decoration: none;
}

/*
*  Gallery Overlay
*/
/** Start Coding Here **/
#overlay {
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#overlay img {
  border-radius: 5px;
  margin-top: 10vh;
  max-width: 40vh;
  max-height: 40vh;
  box-shadow: 0 0 10px 2px #eee;
}
@media screen and (min-width: 220px) {
  #overlay img {
    max-width: 50vh;
    max-height: 50vh;
  }
}
@media screen and (min-width: 600px) {
  #overlay img {
    max-width: 60vh;
    max-height: 60vh;
  }
}
@media screen and (min-width: 1000px) {
  #overlay img {
    max-width: 80vh;
    max-height: 80vh;
  }
}

#overlay p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8em;
  margin: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/*
*     audiogallery
*/
@media screen and (min-width: 220px) {
  #audiogallery {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  #audiogallery {
    margin: 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 800px) {
  #audiogallery {
    margin: 2rem;
    padding: 2rem;
  }
}
#audiogallery .albumtitle {
  background: rgb(220, 220, 220);
  text-align: center;
  border-radius: 3px;
  padding: 1em;
  magin: 1em;
}
#audiogallery .albumtitle h2 {
  margin-top: 1em;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2e3842;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  #audiogallery .albumtitle h2 {
    letter-spacing: 1em;
  }
}
#audiogallery .albumtitle h3 {
  letter-spacing: 0.1em;
  color: #4e4852;
  font-size: 1em;
}
#audiogallery .albumtitle .album {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: column;
  color: #4e4852;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  #audiogallery .albumtitle .album {
    flex-direction: row;
  }
}
#audiogallery .albumtitle .album .personnel {
  -webkit-flex: auto;
  flex: auto;
  margin: 1em;
  text-align: center;
}
#audiogallery .albumtitle .album .personnel img {
  box-shadow: 0 0 10px 0 #999;
  border-radius: 4px;
}
#audiogallery .albumtitle .album .songs {
  -webkit-flex: auto;
  flex: auto;
}
@media screen and (min-width: 220px) {
  #audiogallery .albumtitle .album .songs {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  #audiogallery .albumtitle .album .songs {
    margin: 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 800px) {
  #audiogallery .albumtitle .album .songs {
    margin: 2rem;
    padding: 2rem;
  }
}
#audiogallery .albumtitle .album .songs .mp3player {
  margin: 0.5rem;
}
#audiogallery .albumtitle .album .songs p {
  margin: 1rem auto 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.big-video {
  width: 250px;
  height: 125px;
  margin: 2em auto;
  box-shadow: 0 0 10px 0 #999;
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  .big-video {
    width: 560px;
    height: 365px;
  }
}
@media screen and (min-width: 1000px) {
  .big-video {
    width: 600px;
    height: 400px;
  }
}

.small-video {
  width: 250px;
  height: 125px;
  box-shadow: 0 0 10px 0 #999;
  border-radius: 4px;
  margin: 1em auto;
}
@media screen and (min-width: 600px) {
  .small-video {
    width: 300px;
    height: 167px;
    margin: 1em auto;
  }
}
@media screen and (min-width: 1000px) {
  .small-video {
    width: 400px;
    height: 200px;
    margin: auto;
  }
}

.video-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .video-row {
    flex-direction: row;
  }
}
.video-row .small-video {
  -webkit-flex: auto;
  flex: auto;
}

.recordplatforms {
  width: 70%;
  margin: auto;
  padding: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .recordplatforms {
    flex-direction: row;
  }
}
.recordplatforms img {
  -webkit-filter: drop-shadow(0px 0px 2px #222);
  filter: drop-shadow(0px 0px 2px #222);
  -webkit-flex: auto;
  flex: auto;
  max-width: 5em;
  max-height: 2em;
}
.recordplatforms img:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-filter: drop-shadow(0px 10px 10px #000);
  filter: drop-shadow(0px 10px 10px #000);
  -webkit-flex: auto;
  flex: auto;
  max-width: 5em;
  max-height: 2em;
}
.recordplatforms a {
  margin-top: 5px;
  -webkit-flex: auto;
  flex: auto;
  text-transform: uppercase;
  text-decoration: none;
}

.upcomingshows {
  font-size: 0.7em;
}
.upcomingshows table {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-spacing: 3px;
  -webkit-border-horizontal-spacing: 3px;
  -webkit-border-vertical-spacing: 7px;
  width: 100%;
  text-transform: uppercase;
}
.upcomingshows tr:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0px 3px 5px #333);
  filter: drop-shadow(0px 3px 5px #333);
  -webkit-flex: auto;
  flex: auto;
  max-width: 5em;
  max-height: 2em;
}
.upcomingshows tr:hover td:nth-child(2) {
  /*color: tomato; */
  color: #424242;
  text-shadow: 0 0 0 #333;
}
.upcomingshows tr {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 90px;
}
@media screen and (min-width: 600px) {
  .upcomingshows tr {
    height: 135px;
  }
}
.upcomingshows td:nth-child(1),
.upcomingshows td:nth-child(2) {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 8px #040404;
}
.upcomingshows td:nth-child(1) {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 8px #040404;
}
.upcomingshows td:nth-child(3) {
  text-transform: none;
}
.upcomingshows td:nth-child(4) {
  /*font-size: 0.6em; */
}
.upcomingshows td,
.upcomingshows th {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-bottom: 1px solid #ddd;
  background-color: #ddd;
  border-radius: 5px;
}
.upcomingshows th {
  height: 0;
  padding: 0;
}
.upcomingshows td {
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .upcomingshows {
    font-size: 1em;
    /*    td:nth-child(4) {
                font-size: 0.9em;
            } */
  }
  .upcomingshows table {
    width: 100%;
  }
  .upcomingshows td,
  .upcomingshows th {
    border-bottom: 1px solid #ddd;
  }
  .upcomingshows th {
    height: 0;
    padding: 0;
  }
  .upcomingshows td {
    padding: 15px;
  }
}
.upcomingshows .countdown {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  /*position: absolute;
           display: block;
          white-space: nowrap;
          width:70%;*/
  background-color: #ddd;
  font-size: 0.5rem;
  /* overflow: hidden; */
  /* transform: translateX(-120%);*/
}
@media screen and (min-width: 600px) {
  .upcomingshows .countdown {
    font-size: 0.8em;
  }
}
.upcomingshows .countdown span {
  /*border-style: solid;
   border-color: #ccc;
   background: #ccc;
   border-radius: 4px; */
  color: #424242;
  text-shadow: 0 0 0 #040404;
}
.upcomingshows .countdown:first-child {
  border-style: none;
  border-color: #ccc;
  border-radius: 5px;
  background: #ccc;
}
.upcomingshows #pastshows tr:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0px 3px 3px #999);
  filter: drop-shadow(0px 3px 3px #999);
  opacity: 0.5;
  -webkit-flex: auto;
  flex: auto;
  max-width: 5em;
  max-height: 2em;
}

/*
*     press page
*/
.logoimgsm {
  border-radius: 3px;
  border: 0;
  max-height: 20px;
}
.logoimgsm img {
  border: 1em;
  margin: 1em;
  vertical-align: middle;
  max-height: 3em;
}

@media screen and (min-width: 220px) {
  .inner.wrapper h1,
  .wrapper5 h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .inner.wrapper h1,
  .wrapper5 h1 {
    font-size: 36px;
  }
}
.inner.wrapper a,
.wrapper5 a {
  padding: 0.1em;
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  border-color: #ddd;
  background-color: #eee;
  box-shadow: 0 0 3px 0 #ccc;
}
.inner.wrapper a:hover,
.wrapper5 a:hover {
  border-style: solid;
  border-radius: 4px;
  border-color: #ddd;
  border-width: 1px;
  background-color: #fff;
  box-shadow: 0 10px 9px 1px #ccc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.inner.wrapper .likebutton,
.wrapper5 .likebutton {
  padding: 0.5em;
  border-style: solid;
  border-radius: 4px;
  border-color: #bbb;
  border-width: 1px;
  background-color: #fdfdfd;
  box-shadow: 0 0 3px 0 #999;
}
.inner.wrapper .likebutton a,
.inner.wrapper .likebutton a:hover,
.wrapper5 .likebutton a,
.wrapper5 .likebutton a:hover {
  box-shadow: none;
  border-color: none;
  background-color: fff;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.inner.wrapper .likebutton:hover,
.wrapper5 .likebutton:hover {
  border-style: solid;
  border-radius: 4px;
  border-color: #bbb;
  border-width: 1px;
  background-color: #bbb;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.inner.wrapper .likebutton:hover a,
.inner.wrapper .likebutton:hover a:hover,
.wrapper5 .likebutton:hover a,
.wrapper5 .likebutton:hover a:hover {
  box-shadow: none;
  border-color: none;
  background-color: fff;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.inner.wrapper .likebutton:hover a:hover,
.wrapper5 .likebutton:hover a:hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  color: white;
}
.inner.wrapper .likebutton:hover #footer a,
.inner.wrapper .likebutton:hover #footer a:hover,
.wrapper5 .likebutton:hover #footer a,
.wrapper5 .likebutton:hover #footer a:hover {
  box-shadow: none;
  border-color: none;
  background-color: fff;
  padding: 0.1em;
  border-style: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.inner.wrapper .likebutton:hover #footer a:hover,
.wrapper5 .likebutton:hover #footer a:hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  color: white;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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;
}

.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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-pp: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-resistance: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";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

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

.fa-blind:before {
  content: "\f29d";
}

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

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

.fa-braille:before {
  content: "\f2a1";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

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

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=main.css.map */