body {
  /*background-image: url('/images/pattern.png');;*/
  /* background-color: #222; */
      background-color: #101010;
  font-family: 'Raleway', sans-serif;
  color: #bbb;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  /*   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
}

blockquote, cite {
  /* color: white; */
  font-size: large;
}

blockquote {
  color: #cdbe96;
  border-color: #cdbe96;
  font-family: 'Crimson text', serif;
}

cite {
  color: #ecb101;
}

cite a:hover {
  color: white;
}

:focus {
  outline-color: #cdbe96;
  /*outline: 1px dotted #cdbe96;*/
  outline-width: 1px;
  /*outline-style: dotted;*/
}

a {
  /* color: #ecb101; */
  color:#ddc27b;
  overflow-wrap: break-word;
}

a:hover, a:focus {
  /* color: #a57b00; */
  color:#a18c55;
}

.arrow-link::before {
  content: '\2192';
  display: inline-block;
  margin-right: 5px;
  margin-left: 9px;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #444;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

.reveal-overlay {
  background-color: rgba(30, 30, 30, 0.87);
}

.reveal {
  background-color: #333;
  border: 1px solid #666;
  width: initial;
}

.no-js .reveal {
  display: block;
  border: none;
  margin: 0;
  top: initial;
  width: initial;
}

.no-js .reveal .close-button {
  display: none;
}

.reveal .close-button:hover, .reveal .close-button:focus {
  color: #ddd;
}
.reveal.alert{
	background-color: #f7e4e1;
    color: #0a0a0a;
}
.reveal.success{
	background-color: #e1faea;
    color: #0a0a0a;
}
.no-js .reveal.alert .close-button{

}

.lazyloading, .lazyload {
  background: #333 url('/images/svg-loaders/puff.svg')no-repeat center;
  opacity: 1;
  transition: opacity 300ms;
}

.avatar.lazyloading, .avatar.lazyload {
  background-color: transparent;
}

.img-center {
  margin: auto;
  display: table !important;
}

.lazyloaded {
  /*opacity: 1;*/
  transition: all 300ms;
}

.no-js .lazyload {
  display: none;
}

.fancybox-error {
  background: none;
}

.fancybox-error p {
  color: white;
}

.no-js iframe, .no-js .responsive-embed, .no-js .orbit {
  display: none;
}

.js .orbit {
  display: block !important;
}

.fancybox-container~.compensate-for-scrollbar {
  left: 0;
  right: 0;
  margin-right: 10px;
}

#contentstart, #contentend {
  background-image: url(/images/back_test.png);
  background-color: black;
}

.seperator {
  position: relative;
  height: 4rem;
}

.underline {
  text-decoration: underline;
}

.color-white {
  color: #eee;
}

.color-grey {
  color: #888;
}

/** To HEADER  *****/

.videoContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.videoContainer .video-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  margin: auto;
  opacity: 0;
  transform: scale(1.25);
  /* transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);*/
}

.videoContainer .video-content.active {
  opacity: 1;
}
header .video_stop{
    position: absolute;
    width: 100%;
    color: #ddc27b!important;

text-align: center;

    text-transform: uppercase;
    /* font-weight: bold; */

    padding:1em;
    z-index: 99999;
    display: none;
}
header .video_stop a{
    color: #ddc27b!important;
    z-index: 99999;
    animation: linkfade 3s infinite;
    -webkit-animation: linkfade 3s infinite;
}
header .headerimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/images/cover-unorthodox.jpg);
  -webkit-background-size:auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
    background-position: center;
 background-color: #010103;
}

header.cover {
  height: 100vh;
  width: 100%;
  position: relative;
}

header.cover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .40;
  background: url(/images/pattern.png);
  background-size: 5px;
}

header #logo {
  position: relative;
  min-height: 15vh;
  background-image: url(/images/doomocracy-logo-unorthodox.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin: 0 1rem;
  transform: translateY(45vh);
  /* top: 10vh; */
}

header .centralcontent {
  text-align: center;
  position: relative;
  /* min-height: 20vh; */
  margin: 0 1rem;
  transform: translateY(47vh);
  /* margin-top: 8vh; */
  /* max-height: 20vh; */
}

header .centralcontent h2 {
  font-family: 'Crimson Text', serif;
  color: #ddc27b;
  /*font-style: italic;*/

  font-size: 3vh;
  letter-spacing: 1.5rem;
  text-transform: uppercase;
  margin-left: 0.75rem;
}
header .centralcontent h3{
    color: #ddc27b;
    font-size: 2vh;
     padding-top: 1vh;

}
@media screen and (max-width: 40em){
    header .centralcontent h2{
         letter-spacing: 1rem;
    }
}
@media screen and (max-width: 20em){
    header .centralcontent h2{
         letter-spacing: 0.6rem;
    }
}
header .centralcontent h2:after {
  content: "";
  display: block;
  border-bottom-width: 0.05rem;
  border-bottom-style: solid;
  width: 6em;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: -10px;
  padding-top: 10px;
  border-bottom-color: #ddc27b;
}
header .centralcontent .button-group{
    padding-top: 3vh;
}
header .centralcontent .button-group .button {
  width: 50%;
  max-width: 10rem;
  min-width: 6.9rem;
  margin: 0 1rem;
  border-color: #ddc27b;
  color: #ddc27b;
}

header .centralcontent .button-group .button:hover, header .centralcontent .button-group .button:focus {
  border-color: white;
  color: white;
}

header .quotecontent {
  position: relative;
  /* height: 70vh; */
  /* -webkit-transform: translateY(15vh); */
  transform: translateY(16vh);
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  /* margin-top: 15vh; */
  max-width: 100rem;
}

.no-js #contentstart {
  display: none;
}

.scroll-down-link {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  /*	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
  color: #fff;
  padding-top: 50px;
  letter-spacing: .1em;
  text-decoration: none;
  height: 20px;
  width: 20px;
  margin: 0px 0 0 -10px;
  color: #FFF;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

.scroll-down-link:hover span:after {
  border-color: white;
}

.scroll-down-link:hover span::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="white" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: contain;
  animation: explode 2s infinite;
  -webkit-animation: explode 2s infinite;
}

.scroll-down-link:hover span {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="white" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: contain;
}

.scroll-down-link span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 100%;
  box-sizing: border-box;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="rgb(205, 190, 150)"  d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: contain;
}

.scroll-down-link span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 14px;
  height: 14px;
  margin: -10px 0 0 -7px;
  border-left: 1px solid #cdbe96;
  border-bottom: 1px solid #cdbe96;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  animation: arrowmove 3s infinite;
  -webkit-animation: arrowmove 3s infinite;
}

.scroll-down-link span::before {
  content: '';
  top: 0;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  /* border: 1px solid #fff; */
  border-radius: 100%;
  box-sizing: border-box;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="#cdbe96" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: contain;
  /*animation:linkfade2 3s   infinite;*/
}

@keyframes arrowmove {
  0% {
    transform: translate(0, -10px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 5px) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes linkfade {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 5px) rotate(-45deg);
    opacity: 0;
  }
}

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

@keyframes explode {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
    )
  }
  /* 50% {opacity: 0.5;}*/
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes explode {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

/*animated arrow animattion*/

@-webkit-keyframes avia_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes avia_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }
  /*50%  { opacity: 1;  }*/
  100% {
    opacity: 0;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  /*50%  { opacity: 1;  }*/
  100% {
    opacity: 1;
  }
}

/** To navigation  *****/

nav.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.282rem;
  padding-left: 1rem;
  width: 100%;
  background-color: black;
  color: white;
  z-index: 99;
  display: none;
  box-sizing: border-box;
  /* background-image: url('/images/back_test.png'); */
  box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
  min-height: 4rem;
}

.noheader nav.top-bar {
  display: block;
}

.no-js nav.top-bar {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  /*z-index:1;  some kind of bug */
}

nav.top-bar .top-bar-title {
  padding: 0;
}

nav.top-bar .topbar-responsive-links {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
}

nav.top-bar ul.menu {
  background: none;
  margin: 0em 0.8em;
}

nav a.head {
  width: 120px;
  height: 120px;
  background-image: url('/images/avatar-light-yellow.png');
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  z-index: 99999;
      position: relative;
}

nav .menu li a {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  z-index: 1;
  font-size: 1.2rem;
  display: inline-block;
}

nav .menu li a:hover, nav .menu li a.active {
  color: #ecb101;
}

.text-sep-left::before {
  content: "";
  color: #ccc;
}

.text-sep-right::after {
  content: "";
  color: #ccc;
}

nav .menu-icon {
  margin: 1em;
}

nav .navtitle {}

nav .navtitle h2 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  top: 1.4rem;
  position: absolute;
  left: 5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 78vw;
  overflow: hidden;
}

/** To hamburger menu button *****/

.hamburger {
  padding: 1rem;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 50%;
}

.hamburger::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="rgb(200, 200, 200)" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2px;
}

.hamburger:focus {
  outline: none;
}

.hamburger:hover span, .hamburger:hover span::before, .hamburger:hover span::after {
  background-color: #fff;
}

.hamburger:hover::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="white" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2px;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #aaa;
  /*transition: background 0s 0.3s;*/
}

.hamburger span::before, .hamburger span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #aaa;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger span::before {
  top: -6px;
  transition-property: top, transform;
}

.hamburger span::after {
  bottom: -6px;
  transition-property: bottom, transform;
}

/** To input kai label doyleuoyn anti gia javascript  *****/

input#menutoggle {
  position: absolute;
  left: -9999px;
}

input#menutoggle:checked~div#topbar-responsive {
  /*margin-top:0px;*/
  max-height: 500px;
}

.no-js input#menutoggle:checked~div#topbar-responsive {
  /*display:block;*/
}

input#menutoggle:checked+label span {
  background: none;
}

input#menutoggle:checked+label span::before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}

input#menutoggle:checked+label span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

/*   social links     */

.social-links {
  padding: 1rem 0;
}

.social-links ul.menu li a {
  line-height: 2em;
  border-radius: 50%;
  color: #ccc;
}

.social-links ul.menu li a i.icon {
  color: #222;
}

.social-links ul.menu li a:hover {
  color: #777;
}

/*****   SECTION   *********/

section {
  padding-top: 5.5rem;
  padding-bottom: 4em;
  position: relative;
  /*overflow:hidden;*/
}

section h2, article h2 {
  /*color: #ababab;*/
  text-transform: uppercase;
  font-family: 'Modern Antiqua', serif;
}

section h2:after, article h2:after {
  content: "";
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 6em;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: -10px;
  padding-top: 10px;
  border-bottom-color: #545454;
}

/**** BLACK BOX ******/

div.news-articles {
  padding-bottom: 3em;
}

*.black-box {
  background-image: url(/images/50opacity.png), url(/images/grunge2.png);
  padding: 20px;
  margin-bottom: 20px;
  /* color: #bbb;*/
}

div.black-box::after {
  clear: both;
  display: table;
  content: '';
}

div.black-box .box-title {
  font-size: 1rem;
  /* text-transform: uppercase; */
  margin-bottom: 0;
}

div.black-box .box-date {
  color: #8a8a8a;
  font-weight: 600;
}

div.black-box .box-content {
  margin-top: 0.5rem;
}

div.black-box .box-link {
  float: right;
}

aside.first {
  top: -3.2em;
  position: relative;
}

.media-box a.thumbnail {
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  border: solid 4px #222;
  border-width: 0.5vmin;
  box-shadow: 0 0 0 1px rgb(88, 88, 88);
}

.media-box a.thumbnail:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.orbit-slide blockquote {
  padding: 1rem 3rem;
  border: none;
}

.orbit-slide a:hover blockquote {
  background: rgba(0, 0, 0, 0.3);
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.orbit-slide {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.orbit-slide.is-active {}

.orbit h4 {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}

.orbit, .orbit-container {
  outline: none;
}

/****** AVATARS **************/

.avatarcontainer {
  position: relative;
  margin: auto;
  border-radius: 50%;
}

.avatar {
  width: 100%;
  height: 100%;
  padding: 6.7%;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.avatarframe:hover .avatar {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.avatarframe {
  position: relative;
  margin: 0px auto 0px auto;
  display: block;
  border-radius: 50%;
  max-width: 250px;
  cursor: pointer;
  max-height: 250px;
}

.avatarframe:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 6.6%;
  top: 6.6%;
  box-shadow: inset 0 0 0vw 0.15vmax #181818;
  border-radius: 50%;
  width: 86.8%;
  height: 86.8%;
  z-index: 1;
  display: block;
  border-radius: 50%;
}

.avatarframe:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4.1%;
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="rgb(25,25,25)" d="M99.1 50c-0.2 0-0.4 0-0.6 0 -1.4 0-2.9 0.5-4.3 1.3 0-0.7 0-1.5 0-2.3 0-3.7 0.1-7.9 2.7-9.5 0.3-0.2 0.4-0.6 0.3-0.9 -0.1-0.3-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0 -0.8 0.3-1.5 0.8-2.1 1.3 -0.1-0.4-0.2-0.7-0.2-1.1 -0.7-3-1.4-6.4 0.9-8.3 0.3-0.2 0.4-0.6 0.2-0.9 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.8 0.4-1.5 1-2.1 1.9 -0.4-1-0.7-1.9-1.2-2.9 0-0.1-0.1-0.2-0.1-0.3 -1.4-2-2.6-5.7-1.2-7.8 0.2-0.3 0.2-0.7-0.1-0.9 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.7 0.6-1.1 1.4-1.4 2.4 -0.4-0.5-0.8-1-1.2-1.5 -1.6-1.9-3.3-4-3.6-6.1 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0.1 0 0.2 0 0.3 -1.2-1.1-2.4-2.2-2.6-3.6 0-0.4-0.3-0.6-0.7-0.6 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.7 0 0 0 0 0 0.1 -0.7-0.5-1.5-1-2.2-1.5 -0.1-0.1-0.2-0.1-0.4-0.1 -0.2 0-0.4 0.1-0.6 0.3 -0.2 0.3-0.2 0.7 0.1 1 0.4 0.3 0.7 0.6 1.1 0.8 -0.2 0.1-0.4 0.3-0.4 0.6 0 0.4 0.2 0.7 0.6 0.8 1.3 0.2 2.4 0.9 3.3 1.8 -0.3 0-0.5 0.2-0.6 0.5 -0.1 0.4 0.1 0.7 0.5 0.9 1.6 0.6 4.5 3.7 6.4 6.4 -0.4-0.2-0.9-0.3-1.3-0.4L83.4 21.7c-0.1 0-0.1 0-0.2 0 -0.3 0-0.6 0.2-0.7 0.5 -0.1 0.4 0 0.8 0.4 0.9 3.3 1.4 5.7 5 7.1 10.7 -0.5-0.3-1-0.5-1.6-0.8 -0.3-0.1-0.6-0.3-0.9-0.4 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.4 -0.2 0.3-0.1 0.8 0.2 1 4.2 2.6 4.8 7.3 4.6 12 -0.7-1-1.5-1.9-2.4-2.7 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.7-0.1 1 3.1 4 3 9.4-0.1 16.5 -0.4-1.2-1.1-2.4-1.7-3.4 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.2 0-0.3 0.1 -0.3 0.2-0.5 0.6-0.3 0.9 3.4 7.9-5.6 15.9-11.2 20 -6.8 4.9-15.2 7.7-23.7 7.8 -8.4-0.1-16.8-2.8-23.7-7.8 -5.7-4.1-14.6-12.1-11.2-20 0.1-0.3 0-0.7-0.3-0.9 -0.1-0.1-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.6 1-1.3 2.1-1.7 3.4 -3.1-7.1-3.1-12.5-0.1-16.5 0.2-0.3 0.2-0.7-0.1-1 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.4 0.1-0.5 0.2 -0.9 0.8-1.7 1.7-2.4 2.7 -0.2-4.7 0.5-9.4 4.6-12 0.3-0.2 0.4-0.6 0.2-1 -0.1-0.2-0.4-0.4-0.6-0.4 -0.1 0-0.2 0-0.3 0.1 -0.3 0.1-0.6 0.3-0.9 0.4 -0.5 0.2-1.1 0.5-1.6 0.8 1.4-5.7 3.8-9.3 7.1-10.7 0.3-0.2 0.5-0.5 0.4-0.9 -0.1-0.3-0.4-0.5-0.7-0.5 -0.1 0-0.1 0-0.2 0l-0.1 0c-0.4 0.1-0.8 0.3-1.3 0.4 1.9-2.7 4.8-5.8 6.4-6.4 0.4-0.1 0.6-0.5 0.5-0.9 -0.1-0.3-0.3-0.5-0.6-0.5 1-0.9 2-1.6 3.3-1.8 0.4-0.1 0.6-0.4 0.6-0.8 0-0.3-0.2-0.5-0.4-0.6 0.4-0.3 0.7-0.6 1.1-0.8 0.3-0.2 0.4-0.7 0.1-1 -0.1-0.2-0.4-0.3-0.6-0.3 -0.1 0-0.3 0-0.4 0.1 -0.8 0.5-1.5 1-2.2 1.5 0 0 0 0 0-0.1 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 1.4-1.4 2.6-2.6 3.6 0-0.1 0-0.2 0-0.3 0-0.4-0.3-0.7-0.7-0.7 0 0 0 0 0 0 -0.4 0-0.7 0.3-0.7 0.6 -0.2 2.1-1.9 4.1-3.6 6.1 -0.4 0.5-0.8 1-1.2 1.5 -0.3-1-0.7-1.8-1.4-2.4 -0.1-0.1-0.3-0.2-0.5-0.2 -0.2 0-0.3 0.1-0.5 0.2 -0.3 0.2-0.3 0.6-0.1 0.9 1.4 2.1 0.1 5.8-1.2 7.8 -0.1 0.1-0.1 0.2-0.1 0.3 -0.4 0.9-0.8 1.9-1.2 2.9 -0.6-0.9-1.3-1.6-2.1-1.9 -0.1 0-0.2-0.1-0.3-0.1 -0.2 0-0.5 0.1-0.6 0.3 -0.2 0.3-0.1 0.7 0.2 0.9 2.4 1.8 1.6 5.3 0.9 8.3 -0.1 0.4-0.2 0.7-0.2 1.1 -0.6-0.6-1.3-1-2.1-1.3 -0.1 0-0.2 0-0.3 0 -0.3 0-0.5 0.1-0.6 0.4 -0.2 0.3 0 0.7 0.3 0.9 2.6 1.6 2.7 5.8 2.7 9.5 0 0.8 0 1.6 0 2.3 -1.4-0.8-2.9-1.3-4.3-1.3 -0.2 0-0.4 0-0.6 0 -0.4 0-0.6 0.3-0.6 0.7 0 0.4 0.3 0.7 0.6 0.7 4.2 0.5 5.4 4.7 6.7 8.6 0.2 0.5 0.3 1.1 0.5 1.6 -1.1-0.4-2.2-0.6-3.5-0.6 -0.3 0-0.6 0-1 0 -0.4 0-0.7 0.4-0.6 0.7 0 0.4 0.3 0.7 0.7 0.7 4.3 0.2 6.8 4.3 9.2 8.2 0.6 1 1.2 1.9 1.7 2.7 -1-0.2-2.1-0.3-3.2-0.3 -1.1 0-2.1 0.1-3 0.3 -0.4 0.1-0.6 0.4-0.5 0.8 0 0.4 0.3 0.6 0.7 0.6 0 0 0 0 0 0h0.1c5.3 0 8.6 2.6 12.5 5.5 0.3 0.3 0.7 0.5 1 0.8 -1.8 0.1-3.8 0.3-5.7 1 -0.3 0.1-0.5 0.5-0.4 0.9 0.1 0.3 0.4 0.5 0.7 0.5 0 0 0.1 0 0.1 0 0.9-0.2 1.9-0.3 2.9-0.3 3.1 0 6.5 0.9 9.6 2.5 6.2 3.2 13.2 5 20.2 5.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0l0.1 0 0.1 0c0.1 0 0.1 0 0.2 0 0 0 0.1 0 0.1 0 7-0.1 14-1.9 20.2-5.1 3.1-1.6 6.5-2.5 9.6-2.5 1 0 1.9 0.1 2.9 0.3 0 0 0.1 0 0.1 0 0.3 0 0.6-0.2 0.7-0.5 0.1-0.4-0.1-0.7-0.4-0.9 -1.9-0.7-3.9-1-5.7-1 0.4-0.3 0.7-0.5 1-0.8 3.8-3 7.1-5.5 12.5-5.5h0.1c0 0 0 0 0 0 0.4 0 0.7-0.3 0.7-0.6 0-0.4-0.2-0.7-0.5-0.8 -0.9-0.2-1.9-0.3-3-0.3 -1.1 0-2.2 0.1-3.2 0.3 0.6-0.8 1.2-1.8 1.7-2.7 2.4-3.9 5-8 9.2-8.2 0.4 0 0.7-0.3 0.7-0.7 0-0.4-0.3-0.7-0.6-0.7 -0.3 0-0.7 0-1 0 -1.2 0-2.3 0.2-3.5 0.6 0.2-0.5 0.3-1 0.5-1.6 1.2-4 2.5-8.1 6.7-8.6 0.4 0 0.6-0.4 0.6-0.7C99.7 50.3 99.5 50 99.1 50z" /></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.avatarcontainer h3 {
  text-align: center;
  font-size: calc( 19px + (24 - 19) * ( (100vw - 640px) / ( 1200 - 640)));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.avatarcontainer h3 {
  color: #ddd;
}

.avatarcontainer small {
  color: #9e9e9e;
  color: #bfbfbf;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.avatarcontainer h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #9c9c9c;
  width: 13rem;
  margin: 0 auto;
}

.avatarcontainer .member-bio::after {
  content: "";
  display: block;
  border-bottom: 1px solid #9c9c9c;
  width: 13rem;
  margin: 0 auto;
}

div.member-bio {
  max-height: 0px;
  overflow: hidden;
  text-align: center;
  color: #ddd;
  transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
}

input.bio-toggle:checked~div.member-bio {
  max-height: 26.5rem;
}

.avatarcontainer .members-social li {
  margin: 0;
  vertical-align: baseline;
}

.avatarcontainer .members-social ul {
  font-size: smaller;
  vertical-align: baseline;
}

.avatarcontainer .members-social .social-link {
  /* font-size: 1.5rem;*/
  display: inline-block;
  color: #ccc;
}

.avatarcontainer .members-social .social-link:hover {
  color: #999;
}

.bio {
  /*  background-image: url(/images/download.png);*/
  background-color: rgba(189, 183, 183, 0.43);
  padding: 1.5rem;
  color: #111;
}

/***** DISC   ************/

#disc {
  padding-bottom: 7em;
}

.disc-spotify {
  padding-bottom: 0px;
  min-height: 300px;
}

.disc-tracks {
  margin: 0 auto;
  text-align: left;
}

.disc-credits p {
  margin: 0;
}

.disc-entry {
  padding-bottom: 1rem;
}

.disc-info div {
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em){
input.disctoggle {
  /* top: 555px; */
}
.disc-entry.columns:first-child {
    margin-left: 25%;
}
}


.disc-entry details {
  padding-bottom: 1rem;
}

.disc-entry summary {
  outline: none;
  cursor: pointer;
  /* color: #ecb101; */
    color:#ddc27b
  /*display: inline-block;*/
}

.disc-entry summary:hover {
  /* color: #a57b00; */
  color:#a18c55
}

.buy-links {
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.3rem;
}

.disc-press details:focus, .disc-press summary:focus {
  outline: none;
}

label.disc-cover {
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 150vh;
  cursor: pointer;
  position: relative;
  background-image: url(/images/50opacity.png), url(/images/grunge2.png);
  padding: 2.9%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  transition: all 0.5s;
  overflow-y: hidden;
  padding-bottom: 1.45%;
}

label.disc-cover .disc-overlay {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: 0;
  background: url(/images/pattern.png);
  transition: opacity 0.5s;
  z-index: 1;
}

label.disc-cover .disc-overlay .disc-title {
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
  transition: top 0.5s;
}

label.disc-cover .disc-overlay .disc-title h3 {
  font-family: 'Crimson text', serif;
  font-style: italic;
  font-size: calc( 17px + (23 - 17) * ( (100vw - 640px) / ( 1200 - 640)));
}

label.disc-cover .disc-overlay .disc-title h3::after {
  content: "";
  display: block;
  border-bottom-width: 0.05rem;
  border-bottom-style: solid;
  width: 6em;
  margin: 0 auto;
}

label.disc-cover:hover .disc-overlay {
  opacity: 0.8;
}

label.disc-cover:hover .disc-overlay .disc-title {
  top: 40%;
}

label.disc-cover .thumbnail {
  margin: 0;
  max-height: 100vh;
  transition: max-height 0.5s;
  overflow: hidden;
}

label.disc-cover img {
  transition: transform 0.25s;
  transition-delay: 0s;
  /*    height: 515px;*/
}

input.disctoggle~div.disc-info .button {
  margin-bottom: 0.3rem;
}

input.disctoggle~div.disc-info {
  max-height: 0px;
  overflow: hidden;
  color: white;
  position: relative;
  transition: max-height 0.5s;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.5);
}

input.disctoggle:checked~div.disc-info {
  max-height: 150rem;
}

input.disctoggle:checked~label {
  max-height: 14vh;
  min-height: 4rem;
}

input.disctoggle:checked~label.disc-cover .disc-overlay {
  opacity: 0.65;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

input.disctoggle:checked~label.disc-cover:hover .disc-overlay, input.disctoggle:checked~label.disc-cover:active .disc-overlay {
  opacity: 1;
}

input.disctoggle:checked~label.disc-cover .disc-overlay .disc-title {
  top: 40%;
}

input.disctoggle:checked~label.disc-cover .thumbnail {
  max-height: 10vh;
  min-height: 3rem;
}

input.disctoggle:checked~label img {
  transform: translateY(-50%);
   transition-delay: 0.3s!important;
}
input#disctoggle3:checked~label img {
  transform: translateY(-80%);
}
input#disctoggle2:checked~label img {
  transform: translateY(-36.5%);
}
/*** FOOTER ***/

footer {
  background-color: #101010;
  color: #cccccc;
  padding-top: 2em;
  position: relative;
  min-height: 6rem;
  padding-bottom: 2rem;
}

.hasheader footer {
  min-height: 100vh;
  padding-top: 8em;
}

footer .submit {
  width: 100%;
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
}

footer .submit:hover, footer .submit:focus {
  border: 1px solid #888;
  color: #888;
  background-color: transparent;
}

footer .footer-columns {
  padding-bottom: 3em;
}

footer .footer-columns div {
  text-align: center;
}

footer .footer-columns>div>span {
  position: relative;
  margin: 1em auto;
  display: inline-block;
}

footer .socialwidget {
  height: 438px;
  background: #101010 url('/images/svg-loaders/puff.svg') center no-repeat;
}

.no-js footer .socialwidget {
  background: none;
  display: block;
}

footer .title {
  text-align: center;
}

footer #footer-main-links ul.menu li a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.8rem;
}

footer #footer-main-links ul.menu li a:hover {
  color: #999;
}

footer span.copyright {
  font-size: 0.7em;
  text-transform: uppercase;
  /* padding-bottom: 1rem; */
}

/************* ARTICLES ****************/

article {
  background-image: url(/images/grunge2.png);
  background-color: #181818;
}

#article-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: url(/images/dirt.jpg);
}

#article-header::before {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;

}

#article-header::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .6;
  background: url(/images/pattern.png);
  display: block;
}

#article-header h2 {
  padding-top: 6em;
  padding-bottom: 1rem;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0);
  color: #eee;
  text-transform: initial;
}

#article-header h2::after {
  border-color: #aaa;
}

#article-body {
  padding: 1em 2em;
  /*background-color: #2e2e2e;*/
}

#date {
  color: #999;
  padding: 1em 0em;
  display: inline-block;
}

#description {
  padding: 0px 0px 0px 30px;
  margin-bottom: 20px;
  border-left: 1px solid #bbb;
}

#maincontent {
  color: #eee;
}

article blockquote {
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.2;
  color: #bbb;
  /*  text-align: justify; */
  border-left: 15px solid #5a5a5a;
  font-size: 1.5em;
  /*font-style: italic;*/
}

article blockquote p {
  line-height: inherit;
  color: inherit;
}

article blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #5a5a5a;
  position: absolute;
  left: 10px;
  top: 5px;
}

article cite {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #ddd;
}

article cite a {
  cursor: pointer;
  padding: 0 3px;
  color: #ecb101;
}

article cite a:hover {
  color: #a57b00;
}

/******* pyramids *******/

.pyramid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #333;
  z-index: -1;
}

.pyramid-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/grunge2.png);
}

.pyramid-wrapper span {
  position: absolute;
}

.pyramid-wrapper span::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #aaa;
  /*max-width:0;*/
  /*transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);*/
  opacity: 0;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.active .pyramid-wrapper span::before {
  animation-name: drawlines;
  animation-duration: 2s;
}

.active .pyramid-wrapper span.pyramid-back {
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 2s;
}

span.pyramid-1 {
  top: 94px;
  left: 61px;
}

span.pyramid-1.line-1 {
  transform: rotate(43deg);
}

span.pyramid-1.line-1::before {
  width: 350px;
  animation-delay: 0s;
}

span.pyramid-1.line-2 {
  transform: rotate(120deg);
}

span.pyramid-1.line-2::before {
  width: 125px;
  animation-delay: 1.4s;
}

span.pyramid-1.line-3 {
  transform: rotate(135deg);
}

span.pyramid-1.line-3::before {
  width: 125px;
  animation-delay: 1.7s;
}

span.pyramid-2 {
  top: 61px;
  left: 273px;
}

span.pyramid-2.line-1 {
  transform: rotate(42deg);
}

span.pyramid-2.line-1::before {
  width: 350px;
}

span.pyramid-2.line-2 {
  transform: rotate(110deg);
}

span.pyramid-2.line-2::before {
  width: 184px;
  animation-delay: 0.8s;
}

span.pyramid-2.line-3 {
  transform: rotate(133deg);
}

span.pyramid-2.line-3::before {
  width: 170px;
  animation-delay: 0.6s;
}

span.pyramid-3 {
  top: 207px;
  left: 534px;
}

span.pyramid-3.line-1 {
  transform: rotate(40deg);
}

span.pyramid-3.line-1::before {
  width: 250px;
  animation-delay: 0.2s;
}

span.pyramid-3.line-2 {
  transform: rotate(107deg);
}

span.pyramid-3.line-2::before {
  width: 72px;
  animation-delay: 1.5s;
}

span.pyramid-3.line-3 {
  transform: rotate(136deg);
}

span.pyramid-3.line-3::before {
  width: 66px;
  animation-delay: 1.5s;
}

span.pyramid-back {

  background-position-x: -6rem;
  background-position-y: 3.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  animation-fill-mode: both;
  opacity: 0;
}
span.pyramid-back.lazyloaded, .no-js span.pyramid-back{

  background-image: url(/images/section-news.jpg);
}

@keyframes drawlines {
  0% {
    max-width: 0px;
    opacity: 0.5;
  }
  25% {
    opacity: 0.5;
  }
  /*50%{opacity:0.5;}*/
  100% {
    max-width: 350px;
    opacity: 0.2;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

/***** scull ********/

.scull-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #555;
  z-index: -1;
  display: initial !important;
}

.scull-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/grunge2.png);
}

span.scull-back {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-position-x: 50%;
  background-position-y: 6rem;
  display: block;
  z-index: -1;
  opacity: 0.3;
  animation-fill-mode: both;
  opacity: 0;
}
span.scull-back.lazyloaded, .no-js span.scull-back{
  background-image: url(/images/skull.jpg);
}
.scullsvg {
  position: absolute;
  left: calc(50% - 299px);
  top: 6rem;
}

.scullpath {
  fill: none;
  stroke-width: 1.5;
  stroke: #777;
  stroke-dasharray: 1900;
  stroke-dashoffset: -1900;
}

#band.active .scullpath {
  animation: draw-skull 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

#band.active span.scull-back {
  animation-name: scull-fadein;
  animation-duration: 2s;
  animation-delay: .5s;
}

@keyframes draw-skull {
  0% {
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.4;
  }
}

@keyframes scull-fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.25;
  }
}

.dirt-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #333;
  z-index: -1;
}

.dirt-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/images/grunge2.png);
}

span.dirt-back {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-position: bottom;
  display: block;
  z-index: -1;
  opacity: 0.6;
  /* background-size: contain;*/
}
span.dirt-back.lazyloaded, .no-js span.dirt-back{

  background-image: url(/images/dirt.jpg);
}
/*** MEDIA ***/

/* TABS */

.no-js .tabs-panel {
  display: block;
}

.no-js .tabs {
  display: none;
}

.no-js .tabs-panel#video div, .no-js .tabs-panel#music div, .no-js .tabs-panel#video h4 {
  display: none !important;
}

.no-js .tabs-panel .show-for-sr {
  position: relative !important;
  width: initial;
  height: initial;
}

.tabs {
  margin: 0;
  border: none;
  background: #101010;
  list-style-type: none;
}

.tabs-content {
  border: none;
  color: #0a0a0a;
  background-color: #606060;
  background-image: url(/images/grunge2.png);
  padding: 1.5em;
  text-align: center;
}

.tabs-content h4 {
  text-transform: uppercase;
  padding-top: 2rem;
  color: #dfdfdf;
  position: relative;
}

.tabs-content .gallery-description {
  color: #cacaca;
  font-style: italic;
  padding-bottom: 1rem;
  position: relative;
  display: block;
}

a.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px rgb(255, 255, 255);
  border-radius: 0;
  /*border-width: 0.5vmin;*/
  box-shadow: 0 0 0 1px rgb(0, 0, 0);
  line-height: 0;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 15px 2px rgb(0, 0, 0);
  outline: none;
}

.tabs-title>a {
  display: block;
  padding: 1rem;
  line-height: 1;
  color: #ccc;
  background-color: black;
}

.tabs-title>a:hover {
  background-color: #333;
  background-image: url(/images/grunge2.png);
  color: #ccc;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
  background-color: #606060;
  background-image: url(/images/grunge2.png);
  background-position-y: bottom;
  color: #ccc;
}

/**** PHOTOS **/

/** MEDIA QUERYS (na einai panta sto telos)  *********/

/*** x-small **/

@media screen and (max-width: 22.3em) {
  .hide-for-xsmall {
    display: none;
  }
}

/**** small only ***/

@media only screen and (max-width: 39.9375em) {
  header .centralcontent .button-group .button {
    margin: 0.72rem 0.72rem;
  }
  .small-h-font-size * {
    font-size: 0.9rem;
  }
  .tabs-content {
    padding: 0;
  }
  label.disc-cover .disc-overlay .disc-title h3 {
    font-size: 1.1875rem;
  }
  article blockquote {
    font-size: 1.3125rem;
  }
}

/* Medium and up */

@media screen and (min-width: 40em) {
  div.black-box .box-title {
    font-size: 1.25rem;
  }
  section {
    padding-top: 11rem;
  }
  .tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #ccc;
    background-color: #222;
  }
}

/*** medium only  ******/

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #disc {
    padding-bottom: 15em;
  }
}

/****** large and up    ***/

@media only screen and (min-width: 64em) {
  .large-right {
    float: right !important;
  }
  .large-center {
    margin: auto !important;
  }
  nav.top-bar {
    height: 64px;
    padding-left: 0.5rem;
    transition: none;
  }
  .text-sep-left::before {
    content: "|";
    color: #ccc;
  }
  .text-sep-right::after {
    content: "|";
    color: #ccc;
  }
  nav .menu li a {
    font-size: 0.9rem;
    display: inline;
  }
  nav.top-bar .topbar-responsive-links {
    padding-top: 1.5rem;
    box-shadow: none;
    position: relative;
    overflow: initial;
    /*	max-height:auto;*/
  }
  .avatarcontainer h3, .avatarcontainer h4 {
    font-size: 1.5rem;
  }
  #disc {
    padding-bottom: 20em;
  }
}

/**** large only ***/

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media only screen and (max-width: 90.00em) {
  .show-for-xlarge {
    display: none !important;
  }
}

/***     x-large  and up  **/

@media only screen and (min-width: 90.063em) {
  nav.top-bar ul.menu {
    margin: 0em;
  }
  label.disc-cover .disc-overlay .disc-title h3 {
    font-size: 1.6rem;
  }
  .show-for-xlarge {
    display: block;
  }
  .xlarge-3 {
    width: 25%; }
}

/**** HEIGHT ******/

/* xSmall only */

@media screen and (max-height : 22.3em) {
  .hide-for-xxsmall-h {
    display: none;
  }
}

/**** small only ***/

@media only screen and (max-height: 39.9375em) {
  .hide-for-small-h {
    display: none;
  }
  .small-h-font-size * {
    font-size: 0.9rem;
  }
  header .centralcontent h2 {
    font-size: 1.25rem;
  }
  .show-for-medium-h {
    display: none;
  }
  section {
    padding-top: 5.5rem;
  }
}

/*** small height medium width */

@media screen and (max-height: 39.9375em) and (min-width: 63.9375em) {
  .small-h-large-w-6 {
    width: 50%;
  }
}

@media screen and (max-height: 31.250em) {
  .hide-for-x-small-h {
    display: none;
  }
  .xsmall-h-12 {
    width: 100%
  }
}

/* Medium and up */

@media screen and (min-height: 40em) {
  .show-for-medium-h {
    display: block;
  }
}

/* Medium only */

@media screen and (min-height: 40em) and (max-height: 63.9375em) {}

/* Large and up */

@media screen and (min-height: 64em) {}

/* Large only */

@media screen and (min-height: 64em) and (max-height: 74.9375em) {}
