/*************
GENERAL RULES
**************/

@font-face {
	font-family: AmericanTypewriterRegular;
	src: url("AmericanTypewriterRegular.eot") /* EOT file for IE */
}

@font-face {
	font-family: AmericanTypewriterRegular;
	src: url("AmericanTypewriterRegular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {

	font-family: AmericanTypewriterLight;
	src: url("AmericanTypewriterLight.eot") /* EOT file for IE */
}

@font-face {
	font-family: AmericanTypewriterLight;
	src: url("AmericanTypewriterLight.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: AkzidenzMedium;
    src: url("akzidenz-medium.otf")
}

@font-face {
    font-family: AkzidenzMedium;
    src: url("akzidenz-medium.woff")
}

@font-face {
    font-family: AkzidenzRegular;
    src: url("akzidenz-regular.otf")
}

@font-face {
    font-family: AkzidenzRegular;
    src: url("akzidenz-regular.woff")
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 98%;
	font-size: 98%;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: AkzidenzRegular, "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 1.56em;
	/*overflow: scroll;*/
	height: 100%;
	font-size: 1.5rem;
    letter-spacing: 0.08rem;
}

ul {
    list-style-type: none;
}

p a:link {
    text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	text-decoration: none;
}

.divClear {
	clear: both;
}

.unknown {
    font-style: italic;
}

/***********
 DISCO PAGES
 ***********/

.thumb-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.thumb-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.front-image {
    top: 0;
    left: 0;
    -webkit-transition: opacity 5s ease;
    transition: opacity 5s ease;
}

.front-image:hover {
    opacity: 0;
}

.back-image {
    position: absolute;
    top: 0;
    left: 0;
}

/*** BANNER ***/

.divBanner1 {
	/*font-family: "American Typewriter", AmericanTypewriterLight, "Courier New", Courier;*/
	font-family: "Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 36px;
	padding: 3px;
}

.divBanner2 {
	/*font-family: "American Typewriter", AmericanTypewriterLight, "Courier New", Courier;*/
	font-family: "Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 24px;
	padding: 3px;
}


/*** GROUP ***/

.divGroupList1 {
	font-family: "Helvetica",Helvetica,Arial,sans-serif;
	/*font-family: "American Typewriter", AmericanTypewriterLight, "Courier New", Courier;*/
	font-weight: 300;
	float: left;
	width: 400px;
	padding: 3px;
}


/*** RELEASE ***/

.divRelease {
	/*background-color: #FFFFFF;*/
	background-color: #000000;
	/*border-bottom: solid white;*/
	/*border-top: solid white;*/
	border: solid white;
	color: #ffffff;
	width: 1000px;
	padding: 3px;
}

.divReleaseTitle {
	font-size: 20px;
	/*background-color: #FF00FF;*/
}

.divReleaseContent {
	width: 590px;
	/*background-color: #BBFFBB;*/
}

.divReleaseContent1 {
	width: 290px;
	float: left;
	/*background-color: #0000FF;*/
}

.divReleaseContent2 {
	width: 290px;
	float:right;
	/*background-color: #00FF00;*/
}

.divReleaseImages {
	float: right;
	padding-top: 3px;
	/*background-color: #FF0000;*/
}

.divReleaseBreak {
	background-color: #000000;
	color: #FFFFFF;
	height: 20px;
}


/*** TRACKLIST ***/

.divTrackList {
	float: left;
	/*background-color: #0000FF;*/
}

.divTrackList1 {
	width: 29px;
	float: left;
	text-align: right;
	padding-right: 5px;
	/*background-color: #00FF00;*/
}

.divTrackList2 {
	float: left;
	/*background-color: #FF0000;*/
}

.aTrackList:link {
	color: #FFFFFF;
	/*color: #000000;*/
	text-decoration: none;
}

.aTrackList:visited {
	color: #FFFFFF;
	/*color: #000000;*/
	text-decoration: none;
}

.aTrackList:hover {
	color: #FFFFFF;
	/*color: #000000;*/
	text-decoration: none;
}

.aTrackList:active {
	color: #FFFFFF;
	/*color: #000000;*/
	text-decoration: none;
}


/*** TRACK DIALOG ***/

.bodyTrack {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "American Typewriter", "Helvetica", "Courier New", sans-serif;
	font-size: 12px;
	margin: 10px;
}

.divTrackContent {
	width: 800px;
	/*background-color: #00FF00;*/
}

.divTrackContent1 {
	width: 300px;
	float: left;
	/*background-color: #0000FF;*/
}

.divTrackContent2 {
	width: 500px;
	float:left;
	/*background-color: #FF0000;*/
}


/*** VIDEO DIALOG ***/

.bodyVideo {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "American Typewriter", Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	text-align: center;
}

/*** NEWS ***/

.divNews {
	background-color: #FFFFFF;
	color: #000000;
	width: 1000px;
	padding: 3px;
}

.divNewsTitle {
	font-size: 20px;
	margin-bottom: 6px;
	/*background-color: #FF00FF;*/
}

.divNewsContent {
	width: 790px;
	/*background-color: #BBFFBB;*/
}

.divNewsContent1 {
	width: 470px;
	float: left;
	/*background-color: #0000FF;*/
}

.divNewsContent2 {
	float: left;
	margin-left: 10px;
	/*background-color: #00FF00;*/
}

.divNewsImages {
	float: right;
	padding-top: 3px;
	/*background-color: #FF0000;*/
}

.divNewsBreak {
	background-color: #000000;
	color: #FFFFFF;
	height: 20px;
}

.aNewsLink:link {
	color: #000000;
	text-decoration: none;
}

.aNewsLink:visited {
	color: #000000;
	text-decoration: none;
}

.aNewsLink:hover {
	color: #000000;
	text-decoration: none;
}

.aNewsLink:active {
	color: #000000;
	text-decoration: none;
}

/**********************
  ALBUM / TRACK DETAILS
************************/

.release-container {
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    margin: 0 auto;
}

.release-covers {
    display: inline-block;
}

.cover-img {
    height: auto;
	max-height: 44rem;
}

.cover-img:hover {
    cursor: pointer;
}

.front-cover {
    width: 100%;
    max-width: 43rem;
    padding-bottom: 20px;
}

.back-cover {
    width: 30%;
    max-width: 25rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.release-overview {
    display: inline-block;
    line-height: 1.6rem;
}

.release-tracks ol {
    margin-left: 30px;
    margin-top: 20px;
    padding: 0;
    display: grid;
}

.release-tracks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.release-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    display: block;
    font-style: normal;
}

.release-covers-bottom {
    display: flex;
    align-items: center;
}

ul.release-links {
    margin: 0;
    padding: 0;
}

/*.release-links {*/
    /*margin: 0 0 20px 0;*/
    /*padding: 0;*/
    /*!*padding-left: 20px;*!*/
    /*!*margin-top: -9px;*!*/
/*}*/

.text-break {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.fuckoffjelle {*/
    /*display: inline-block;*/
    /*!*margin-left: 10px;*!*/
    /*!*margin-right: 10px;*!*/
    /*white-space: pre;*/
/*}*/

/*.fuckoffjelle::after {*/
    /*content: "   |   ";*/
/*}*/

dt::after {
    content: ": ";
    white-space: pre;
}

dt.inline {
    float:left;
    clear:left;
}

dt {
    font-weight: normal;
}

/*dd {*/
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
/*}*/

blockquote {
    border-style: none;
    margin: 0;
    padding: 0;
}

.details-text {
    float: none;
    white-space: pre-line;
    line-height: 1.5rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.full-width {
    width: 100%;
}

.media-preview {
    margin-bottom: 15px;
}

.media-preview iframe {
    display:block;
}

/******************************
 OVERWRITTEN BOOTSTRAP CLASSES
 ******************************/

/** CONTAINER **/
.main {
    width: 90%;
}

/** NAVBAR **/

.navbar {
    border-radius: 0;
    width: 100%;
    font-family: AkzidenzMedium, Helvetica, sans-serif;
	margin-bottom: 2.5rem;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: black;
}

.navbar-header {
	width: 22%;
}

.navbar-collapse {
	font-size: 1.1vw;
}

@media (max-width: 1200px) {
	.navbar-collapse {
		font-size: 1.2rem;
	}
}

@media (min-width: 1920px) {
	.navbar-collapse {
		font-size: 1.5rem;
	}
}

.nav>li {
    margin-left: 10px;
}

/** SOULWAX.INFO LOGO **/

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-default .navbar-brand {
    color: #000;
    letter-spacing: 0.2rem
}

.navbar-collapse {
    padding-right: 0;
}

.collapse .navbar-collapse {
    width: 75%;
    display: inline-block;
    text-align: center;
}

/** NAVBAR COLLAPSE  **/

.navbar-toggle {
	padding: 0;
	margin-bottom: 0;
}

.navbar-toggle > a {
    color: black;
    font-size: 1.4em;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: white;
}

.navbar-collapse.in {
    overflow-y: hidden;
    overflow-x: hidden;
}

.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
		width: auto;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
        padding: 10px 0 10px 0 ;
    }
    .collapse.in{
        display:block !important;
    }
}