

/* === font  === */
body {
    background-color: black;
    color: white;
}

header {
    overflow: hidden;
}

.background{
    position: fixed; 
    top: 0;
    right: 0;
    width: 100%;
    z-index:-1;
}

.footer li {
    float: left;
    list-style-type:none;
    margin-left: 80px;
    font-size: 24px;
}


.header li {
    font-family: 'Oswald';	
    float: left;
    list-style-type:none;
    margin-left: 90px;
    font-size: 24px;
}

.header {
    position: fixed; 
    top: 30px;
    left: 50%;
    margin-left: -460px; 
    z-index: 99;	
}

.footer {
    font-family: 'Oswald';	
    position: fixed; 
    bottom:  5%;
    left: 50%;
    margin-left: -380px; 
    z-index: 99;	
}

.header li a, .footer li a, a {
    text-decoration: none;
    color: white;
    outline: none;
    -moz-outline-style: none;
}

.header li a:hover, .footer li a:hover{
    border-bottom:2px solid #fff;
}

.activ {
    border-bottom:2px solid #fff;
}

.headImg {
    position: relative;
    z-index: 90;
    margin-top: 180px;
    margin-left: 180px;
}

.content {
    position: relative;
    z-index: 90;
    height: auto !important;
    min-height: 550px;
    width: 925px;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    border-top:2px solid;
    border-bottom: 2px solid;
    border-color: #B40404;
    font-family: 'Helvetica';	
    font-size: 14px;
}

.content h1 {
    font-size: 16px;
    line-height: 19px;
}

.contentWrapper {
    position: absolute;
    left: 50%;
    width: 925px;
    margin-left: -462.5px;
}

.arrow::before {
    content: "\2192";
    margin-right: 3px;
}

.content a:hover {
    color: #B40404;
}

a:hover {
    color: #B40404;
}

.content a {
    font-size: 14px;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}
.loaderGif {
    margin-top: 50px;
    margin-left: 450px;
}
div.dates{
    display: none;
}
div.dateHeader {
    margin-top: 10px;
}

div.dateHeader h1 {
    display: inline;
}

#showPastShows{
    cursor: pointer;
}

#showPastShows:hover {
    color: #B40404;
}

.pastShows-Content {
    background-color: rgba(32,32,32, 0.7) ;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin-top: -12px;
    padding: 2px 16px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 999;
    line-height: 160%;
    font-size: 10px;
    text-align: justify;
    display: none;
}

hr {
    border:0;
    border-bottom: 1px dotted rgba(255,255,255, 0.5);
} 

.video{
    margin-top: 2%;
    width: 100%; 
    height: 70%;   
}

.soundWrapper{
    margin-top: 5px;
    clear: both;
}

.soundWrapperLeft {
    float: left;
}

.soundWrapperRight {
    float: right;
    margin-right: 20px;
}

.discographieCover {
    clear: both;
}

.discographieCover p {
  margin-top: 0px;   
}

.discoLeft {
    float: left;
    width: 150px;
    font-size: 10px;
    padding-right: 50px;
}

.discoRight {
    float: right;
    width: 150px;
    font-size: 10px;
}

.contactWrapper {
    margin-top: 50px;
    clear: both;
}

.contactLeft {
    margin-left: 120px;
    float: left;
}

.contactRight {
    margin-right: 220px;
    float: right;
}

.pressWrapper {
    margin-top: 50px;
    clear: both;
}

.pressLeft {
    margin-left: 20px;
    float: left;
}

.pressRight {
    float: right;
    margin-right: 30%;
}