


body {
    width: 70%;
    margin: 4% auto;
    padding: 0;
    float:center;
    background:#FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;

}

table{
    width: 100%;
}



ul {
    display:block;
    width: 100%; 
    height: 3.5em;
    border-bottom-style: dotted;
    border-width: 0.1em;
    border-color: #C0C0C0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top:2%;
    padding-bottom:2%;
    overflow:visible;
}


ul li a {
    color: black;
    text-decoration: none;
    padding-left: 1.2em;   
}

ul li a:hover {
    color:#47B5B5;
    text-decoration:none;
}

ul li:first-child{
    letter-spacing: 0.1em; 
    font-size: 1.25em;
    width: 45%;
    padding-left: 0em;
}


ul li:last-child{
    display:none;
}

a.active, li a.active{
    color:#47B5B5;
    text-decoration:none;
}


.worklist-link {
    text-decoration:none;
    color:black;
}

.worklist-link:hover {
    text-decoration:none;
    color:#47B5B5;
    background-color:#EEF1F1;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
}

.dropdown {
    float: right;
    position: relative;
    display: block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 110px;
    max-width:120px;
    overflow: auto;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0.5em;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}

/*.dropdown a:hover {background-color: #ddd}*/

.show {display:block;}




a:hover{
    color:#47B5B5;
    text-decoration:none;
}

hr{
    color: #C0C0C0;
    padding: 0;
}

hr.s1 {
  height:5px;
  border-top:1px solid black;
  border-bottom:2px solid black;
}


#content {
    float:left;
    width:100%;
    font-family: Rajdhani;
    font-weight:400;
    font-size:95%;
    color:#000000;
    line-height:140%;
    text-align: justify;
}


#content-align-left {
    float:left;
    width:100%;
    font-family: Rajdhani;
    font-weight:400;
    font-size:95%;
    color:#000000;
    line-height:140%;
    text-align: left;
}


#content-black {
    float:left;
    width:100%;
    padding-bottom: 0;
    padding-top: 2%;
    font-family: Rajdhani;
    font-weight:800;
    font-size:95%;
    color:#000000;
    line-height:140%;
    text-align: justify;
}


#titles{
    color:#000000;
}

#section-title{
    color:#000000;
    font-size: 150%; 
    font-weight: 800;
}

#concerts{
    color:#000000;
    font-size: 200%;
    font-weight:800;
    text-align: left;
}

footer {
    text-align:center;
    font-family: Rajdhani;
    font-weight:400;
    color:#000000;
    font-size:85%;
    width:100%;
    float:left;
}           


img{
}  


.circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #000000;
    float: left;
    font-size: 130%;
    font-weight: 400;
    padding-top: 0px;
}



div{
    width:100%;
}


.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    width: 100%;
    height: 100%;
}



th, td { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}

/* cellspacing */
table { border-collapse: separate; border-spacing: 0px; } 

* {box-sizing:border-box}
body {font-family: Rajdhani;}

/*

.mySlides {display:none}


.slideshow-container {
    width: 100%;
    padding-bottom: 64%;
    position: relative;
    margin: 0;
}

.slideshow-container img {
    max-width:100%;
    max-height:100%;
    width:100%;
    position:absolute;
    padding:0;
    left:0;
}


.text {
    color: #FFFFFF;
    font-size: 17px;
    padding: 8px 12px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}


.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@media only screen and (max-width: 300px) {
    .text {font-size: 10px}
}

*/



.image-container {
  position: relative;
  width: 49%;
  display: inline-block;
}

.image-container-full-width {
  position: relative;
  width: 100%;
  display: inline-block;
}


.content-container {
    position: relative;
    width: 49%;
    display: inline-block;
    overflow:hidden;
    height: 670px;
    padding: 1.5%;
    /*overflow-y:scroll;*/
}

.container-as-link{
    color: black;
    text-decoration: none; 
}

.container-as-link:hover{
    color: black;
    text-decoration: none;   
}

.container-title {
    color: white;
    font-size: 26px;
    font-weight:600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40%;  
    background-color: black;
}


.image {
  display: block;
  width: 100%;
  /*height: 300px;*/
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.image-container:hover .overlay {
  opacity: 1;
}


.overlay-transparent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.content-container:hover .overlay-transparent {
  opacity: 0.15;
}


.image-text {
    color: white;
    font-size: 20px;
    font-weight:600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 28%;
    background-color: #000000;
}




@media only screen and (min-width: 1150px) {

    body {
        width: 67%;
    }

    li{
        float:left;
    }

    li a{
        float:left;
    }

}

@media only screen and (max-width: 850px) {
    body {
        width: 85%;
    }
    
    .image-container {
        width: 100%;
    }
    
    .content-container {
        width: 100%;
    }

    ul{
        overflow:visible;
    }

    li a{
        margin-bottom: 7px;
        font-weight: 300;
    }

    ul li{
        display: none;
        position:relative;
    }

    ul li:last-child{
        display:block;
        float:right;
        width:25%;
    }

    ul li:last-child:hover{
        display:block;
    }

    ul li:first-child{
        display:block;
        width:75%
    }


}



@media only screen and (max-width: 1149px) {
    body {
        width: 85%;
    }

    li{
        float:left;
    }

    li a{
        float:left;
    }    
}








