@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dosis-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dosis-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v27-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* oxygen-700 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oxygen-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oxygen-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v15-latin-700.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oxygen-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v15-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/rubik-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v21-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

body,
html {
    margin: 0;
    padding: 0;
    height:100%;
}

html {
    font-size: 100%;
}

body {
    font-size: 16px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #010101;
}

#wrapper {
	width: 100%;
}

#container {
	margin-bottom: -40px;
}

/* ### css used for some tags */

body, p, a, .social_feed_container {
	font-family: 'Oxygen', sans-serif;
}

#header a,
#header #mainmenu strong,
#header #headermenu strong 
{
    font-family: 'Dosis', sans-serif;
}

h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
}

h2 {
	font-family: 'Rubik', sans-serif;
    font-size: 2.2em;
}

h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.8em;
}

h4 {	
	font-family: 'Rubik', sans-serif;
	font-size: 1.5em;
}

h5 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.2em;
}

h6 {	
	font-family: 'Rubik', sans-serif;
	font-size: 0.8em;
}

p {
    line-height: 1.5em;
}

a, .mod_newsreader a {
	color: #cdcdcd;
    outline: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
}

a:hover {
	color: #fff;
}

.mod_newsreader a {
	color: #333;
	color: #777;
	text-decoration: underline;
}

.mod_newsreader a:hover {
	color: #222;
}

.left {
	float:left;
}

.right {
	float:right;
}

.btn-secondary, .more, .back {
	background: #222;
	border-color: #000;
}

.info {
    padding: 0.2em 0.5em;
    /* margin: 0; */
    background: #222;
    color:#fff;
}

.more, .back {
	border: 1px solid #000;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0 0 .3rem .3rem;
	text-align: center;
	box-sizing: border-box;
	width: calc(100% - 2rem);
	margin: 0 1rem 1rem;
}

.btn-secondary:hover, .more:hover, .back:hover {
	color: #fff;
	border-color: #545b62;
	background: #5a6268;
	background: rgba(0,0,0,0.5);
}

.more a, .back a {
	display: inline-block;
	width:100%;
	padding: .5rem 1rem;
	color: #fff;
}

#music .releasedate,
#music .copyright
{
	font-size: 0.7em;
}

#music .releasedate,
#music .copyright,
#music .subhead
{
	color: #aaa;
}

#header a,
#header #mainmenu strong,
#header #headermenu strong,
#about h3,
#about h4,
#videos .video-container .video-selection a
{
    text-transform: uppercase;
}

/* black shadow around boxes */
.highlighted .ce_headline {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#header #mainmenu ul li.active,
#header #mainmenu ul li.active a,
#header #mainmenu ul li a.active,
#header #mainmenu .active,
#header #mainmenu .trail,
#header #headermenu ul li.active,
#header #headermenu ul li.active a,
#header #headermenu ul li a.active,
#header #headermenu .active,
#header #headermenu .trail
{
    color: #fff;
    text-decoration: underline;
}

h1, h2, 
#music .title,
#about .header,
#about .subheader,
#header #mainmenu ul li a:hover,
#header #headermenu ul li a:hover,
.black_bg
{
    color: #fff;
	text-shadow: 2px 2px 5px #da2e2e;
}

/* dark red text color */
#about .subheader 
{
    margin-top: 0.5em;
}

.sd_page, 
.mod_article
{
	min-height: calc(100vh - 60px); 
	padding: 10rem 2rem 2rem;
    overflow: hidden;
    position:relative;
}

.ce_text ul > li {
	list-style: disc;
	margin-left: 1.2em;
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

.highlighted {
   margin-bottom: 10px;
   text-align: center;
}

.highlighted .ce_headline {
    border: 3px solid #000;
    background-color: #646464;
    background-color: rgba(100,100,100,0.8);
}

.layout_full .ce_text, 
.layout_full .ce_player {
	background: rgba(255,255,255,0.4);
/*	color: #eee; */ 
}

.layout_full .ce_text p {
	margin: 0.8em 1em;
}

/* #### Header area only ##### */
#header {
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 1000;
    top: 0;
    left: 0;
}

#header a {
    color: #777;
    -moz-transition: color 2s;
    -o-transition: color 2s;
    -webkit-transition: color 2s;
    transition: color 2s;
    font-weight: normal;
}

#header #mainmenu ul li,
#header #headermenu ul li
{
	white-space: nowrap;
}

#header .inside {
	display: flex;
	width: 100%;
}

#header #mainmenu a, 
#header #mainmenu strong,
#header #headermenu a, 
#header #headermenu strong 
{
    font-size: 1.3rem;
    line-height: 1em;
    text-decoration: none;
}

#header a:hover {
	text-decoration: unset;
}

#header #sd_logo {
	position: absolute;
    padding: 3px 3px 3px 28px;
	left: 0;
	top: 0;
	height: 40px;
}

#header #sd_logo img {
  height: 150px;	
  transition: 0.5s;
}

#header #sd_logo .resize {
	height: 80px!important;
}

#header #mainmenu,
#header #headermenu,
#header .mod_changelanguage
{
	display: flex;
    flex-basis: 100%;
    justify-content: center;
}

#header #mainmenu ul,
#header #headermenu ul
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	margin-bottom: 0;
}

#header #mainmenu ul li a,
#header #mainmenu strong,
#header #headermenu ul li a,
#header #headermenu strong 
{
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
	
}

#header #mainmenu ul li.last,
#header #headermenu ul li.last
{
    margin-right: 10px;
}


#header #mainmenu ul #icon-nav,
#header #headermenu ul #icon-nav
{
    border-left: 1px solid #6d6d6d;
}

#header #mainmenu ul li a, 
#header #mainmenu strong,
#header #headermenu ul li a, 
#header #headermenu strong
{
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
}

#header #mainmenu ul li a:hover,
#header #mainmenu ul li.active,
#header #mainmenu ul li.active a,
#header #mainmenu ul li a.active,
#header #headermenu ul li a:hover,
#header #headermenu ul li.active,
#header #headermenu ul li.active a,
#header #headermenu ul li a.active,
#header #mainmenu strong,
#header #headermenu strong
{
    border-color: #222;
}

#header #mainmenu strong,
#header #headermenu strong
{
	font-weight: 300;
}

#header .mod_changelanguage {
	flex-basis: 180px;
}

#header .mod_changelanguage li.active {
	background: rgb(68,68,68);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 48%, rgba(0,0,0,0) 100%);
}

#header nav .fa-home {
    margin-top: 2px;
    font-size: 1.5em;
}

#header .nav-toggler {
  font-family: sans-serif;
  float: right;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

#header .nav-toggler__button {
  background: none;
  border: 0;
  outline: none;
  color: #fff;
}

#header .socialmedia {
    padding: 1em;
    justify-content: flex-end;
}

#header .socialmedia a {
	padding: 1em 0.2em;
	color: #777;
	font-size:1em!important;
}

#header .socialmedia a:hover {
	color: #919191;
}

#header .socialmedia ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    align-items: center;
    height: 100%;
}

#header .inside {
	height: 55px;
	box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.5);
	background: #000;
	background: rgba(0,0,0,1);
	padding-left: 200px;
}

#header #headermenu.stretch {
	width: 100%;
	display: flex;
}

#header #headermenu .additionalmenu {
	display:none;
}

#footer {
    background-color:#111;
}

#footer, #container:after {
    height: 60px;
}

#footer nav {
    float: right;
}

#footer .additionalmenu {
	display: block;
}

/* ############### Changes for each area ############### */

/* ############### Gallery ############### */ 

#gallery {
	background: rgb(190, 170, 166) url(../images/bg/bg_solid_faded_1300.jpg) no-repeat;
    background-size: cover;
    background-attachment: local;
    background-position: bottom left;
}

/* ############### homepage ############### */

#home {
    padding: 0;
	color: #ABABAB;
	background: #010101;
	max-height: 75.1vh;
	min-height:inherit;
	height: 100vh;
}

#home .youtube, 
#home .youtube iframe {
	max-height: 75vh;
	padding-top:100px;
	/* padding-bottom:20px;
	background: rgba(0,0,0,0.6);  */
}

#home .youtube iframe {
	padding-top:90px;
}

#home figure.video_container {
    margin-top: -45px;
}

#home .socialmedia {
	padding: 0.3em 0.6em;
	text-align:center;
}

#home .socialmedia a {
	padding: 0 3px;
}

#home .video_fixed {
	position: fixed;
	width: 100vw;
}

#home-articles {
	/* background: rgb(190, 170, 166) url(../images/bg/bg_solid_faded.jpg) no-repeat; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center; */
    background: rgba(0,0,0);
	margin:0;
	min-height: 100%;
	padding: 1em 0;
	color: #fff;
}

#home-articles .header {
	background-color: #716a62;
	text-align: center;
	color: #ddd;
	padding: 0.5rem 0;
	font-size: 1.2rem;
	box-shadow: 3px 3px 6px #000;
	margin-top: 0;
}

#home-articles .header a {
	color: #000;
}

#home-articles .button {
	background-color: #222;
	text-align: center;
	color: #ddd;
	padding: 0.5rem 0;
	font-size: 1.2rem;
	box-shadow: 3px 3px 6px #000;
	margin-top: 0;
}

#home-articles .layout_latest {
	background-color: #444;
	width: 100%;
}

#home-articles .layout_latest .float_left {
	float:none;
}

#home-articles .mod_newslist {
	display: block;
}

#home-articles .mod_newslist h2 {
    margin: 0.5em 0 0.3em;
    font-size: 1.5em;
}

#home-articles .mod_newslist .even {
    background: #444;
}

#home-articles .bit-widget .bit-follow-section-wrapper {
	padding-bottom: 0;
}

#home-articles .bit-widget .bit-nav-bar-container {
	display: none;
}

#home-articles .bit-mobile-social-share-button {
	display: none;
}

/* ############### News ############### */

#news {
    background: url(../images/bg/bg_spots_faded_1300px.jpg) no-repeat;
    background-color: #595d66;
    background-size:cover;
    background-attachment:fixed;
    background-position: center;
}

#news.n1 {
	min-height: initial;
}

#news .more, #news .back {
	margin: 0;
	width:100%;
}
 
.mod_newslist {
	margin: 0;
	display:flex;
	align-items:flex-start;
}

.mod_newsreader {
    max-width: 1400px;
    margin: 0 auto;

}

.mod_newslist .layout_latest {
	position: relative;
	margin: 0 1em 1em 0;
	border-radius: .3rem;
	background: #646464;
	background: rgba(100,100,100,0.8);
	flex: 0 50%;
}

.mod_newslist .layout_latest h2, 
.mod_newslist .layout_latest p {
  margin-top: 0;
  padding-top: 0;
  padding: 0.25rem 0.5rem 0;
}

.mod_newslist .layout_short h2, 
.mod_newslist .layout_short .ce_text
{
	padding: 0 1rem;
}

.mod_newslist .layout_latest .info,
.mod_newsreader .layout_full .info {
	margin: 0;
	border-radius: 0.3rem 0.3rem 0 0;
}

.mod_newslist .layout_latest .more,
.mod_newsreader .layout_full .back {
	border-radius: 0 0 .3rem .3rem;
	margin: 0;
}

.mod_newslist .layout_latest .last {
	margin-right:0;
}

.mod_newslist .even {
	background: #646464;
	background: rgba(100, 100, 100, 0.8);
}

.mod_newslist .odd {
	background: #757575;
	background: rgba(120, 120, 120, 0.8);
}

/* ############### About ############### */

 #about {
	background: #746175 url(../images/bg/bg_gray_white_spots_abstraction_faded.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding-top:110px;
}

#about h3 {
    margin-bottom: 0.75rem;
}

#about h4 {
    margin: 0.75rem 0;
}

.caption {
    position: absolute;
    bottom: 0;
    top:0;
    right: 0;
    opacity: 0;
    text-align: center;
    height: auto;
    width: 100%;
    line-height: 1.5em;
    transition: .5s ease;
    font-size: 0.8em;
    color: #dedede;
    background-color: rgba(0,0,0,0.8);
} 

/* #about .caption {
    position: absolute;
    bottom: 0;
    top: unset;
    left: unset;
    right: 0;
    opacity: 1;
    text-align: center;
    height: auto;
    width: 100%;
    line-height: 1.5em;
    transition: .5s ease;
    font-size: 0.8em;
    color: #dedede;
    background-color: rgba(0,0,0,0.8);
}  */

#about .header {
    position: absolute;
    bottom: 1rem;
    right: 2%;
}

#about .aside {
    background: rgba(230,230,230,0.5);
}

#about .aside ul > li {
	list-style: none;
    margin-left: 0;
}

#about .slider-control .slider-next,
#about .slider-control .slider-prev {
	display: none;
}

#about .subline {
    font-size: 0.8rem;
    color: #333;
}

#about .underline {
    border: 2px solid #edded3;
    width: 9.5rem;
}

.about_text {
    background-color: rgb(230, 230, 230);
    background-color: rgba(230, 230, 230, 0.7);
}

.about_text p {
    font-weight: 400;
}

/* ########## Videos ############### */
.video_container img {
    object-fit: cover;
    width: 100%;
    height: 100%; 
    box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.5);
}

#videos {
    padding: 55px 0 0;
}

/* #videos .video-container {
	margin: 0 auto;
} */

#videos .video-container .scene_element {
/*	width: 50%; */
	text-align: center;
}

#videos .video-container iframe {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}

#videos .video_container {
    position: relative;
    height: 100%;
}


#videos .video-selection {
	position:relative;
	width:100%;
	height:100%;
}

#videos .video-selection img {
	width:100%;
	height:100%;
	object-fit: cover;
}

#videos .video-selection .description {
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 0.3em;
    color: #ddd;
}

#videos .innerHTML {
	height:100%;
}

#videos .innerHTML .title {
	margin: 0;
}

#videos .innerHTML a {
	color: #000;
}

#videos .video-selection:nth-of-type(2n),
#videos .video-selection:nth-of-type(2n) img {
	float: right;
}

#videos .video-selection:nth-of-type(2n+1) {
	clear:both;
}

/* ### Dates ### */

#dates {
    background-image: url(../images/bg/bg-stage-1_bw.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top:110px;
}

/* ### Music ### */

#music {
	background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
}

#music.ep-x {
	background-image: url(../images/bg/bg_epx_darker.jpg);
}

#music.attitude {
	background-image: url(../images/bg/bg_attitude_bw.jpg);
}

#music.ep-stereodrama {
	background-image: url(../images/bg/bg_ep_stereodrama.jpg);
}

#music article.selection {
    padding: 0 0 1.5em;
}

#music article.other {
    padding-bottom: 1em;
}

#music .selection .copyright {
    text-align: right;
}

#music .lyrics {
	opacity:0;
}

#music .release
{
	color: #ddd;
	background: rgba(0,0,0,0.3);
}

/* #music .current
{
	font-size: 2.2em;
} */

#music .title {
	background: rgba(255,255,255,0.2);
	padding: 0 5px;
	text-align: center;
	margin:0;
}

#music .subhead {
    margin: 0.5em 0 0.1em 0;
}

/* ### Contact ### */
#contact {
	background: #040612 url(../images/bg/bg_chris_mic.jpg) 80% top no-repeat;
	background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    position: relative;
	color: #ddd;
}

#contact .form {
	padding-top:2em;
}

#contact .form .fa {
    width: 42px;
    text-align: center;
}

/* ### Footer ### */
.footer-pages, .errorpage {
	background-color: rgb(137,137,137);
}

#footer .active {
    color: rgb(170, 170, 170);
    font-weight: normal;
}

footer, #footer {
	position: fixed;
	bottom:0;
    font-size: 1em;
    line-height: 56px;
    padding: 0 1em;
	width: 100%;
	border-top: 3px solid #333;
}

#footer .inside {
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
}

#footer .copyright {
    color: #ababab;
    font-size: 0.8em;
}

#footer ul li {
    float: left;
    padding: 0 1em;
}

/* ### Accordion ### */
#main .toggler {
    line-height: 1rem;
    outline: none;
    padding: 0.5rem 1rem;
    background: #888;
    background: rgba(136,136,136,0.8);
    margin: 0 0 1px;
	font-size: 0.8em;
}

#main .toggler:hover {
	background: #ddd;
	background: rgba(225,225,225,0.8);
	-webkit-transition: background 250ms ease-in;
	-moz-transition: background 250ms ease-in;
	-o-transition: background 250ms ease-in;
	transition: background 250ms ease-in;
	cursor: pointer;
}

#main .toggler.ui-state-active {
	background: #da2e2e;
	background: rgba(218, 46, 46, .8);
	cursor: pointer;
	color: #fff;
}

#main .ep-stereodrama .toggler.ui-state-active {
	background: #1d5f15;
	background: rgba(29, 95, 21, .8);
}

#main .accordion {
    padding: 0.5rem 1rem;
    background: #efefef;
	font-size: 0.7em;
}

/* ### Downloads / Press ### */
.ce_downloads ul, .download-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.ce_downloads .download-element, .download-box p {
    /* display: flex;
    align-items: center; */
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, #401111 48%, rgba(0,0,0,0.65) 100%);
    padding: 1em;
    margin: 1em;
    border-radius: 10px;
}

.download-element figure, .download-box img {
	padding-right: 10px;
	text-align: center;
}

.download-element a, .download-box a {
	font-size: 1.2rem;
}

#press { background: #333; }

#press h1, #press h2 {
	text-align:center;
}


/* ### Keyframes ### */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
/* ### Keyframes end ### */

/* Basic styles for an animated element */ 
.m-scene .scene_element {
	animation-duration: 1s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
	transition-delay: 2s;
}

/** An element that fades in */
.m-scene .scene_element--fadein {
	animation-name: fadeIn;
}

/** An element that fades in and slides up */
.m-scene .scene_element--fadeinup {
	animation-name: fadeInUp;
}

/** An element that fades in and slides from the right */
.m-scene .scene_element--fadeinright {
	animation-name: fadeInRight;
}

/** An element that fades in and slides from the left */
.m-scene .scene_element--fadeinleft {
	animation-name: fadeInLeft;
}