.slideshow_caption{
  background: url("../images/bg_textblock.png") repeat scroll 0 0 transparent;
  color: #ffffff;
}

.slideshow_caption p {
  font-size: 1.5em;
}

#container{
  max-width: 100%;  
}

.logo_responsive img{
  background: #000;
  padding: 10px;
  max-width: 80%;  
}

#toggleDiv{
  display: block!important;  
}

.grayscale{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);  
  transition: 1s;
}
.grayscale:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);  
  transition: 1s;
}