.image_block
{
	padding: 20px 10px 0px 10px; 
	/*border-left: 1px solid black; 
	border-top: 1px solid black;*/
  margin-bottom: 8px;
}

.image_block p
{
   font-size: 14px;
}

.galeria_content
{
	padding-left: 0px;
    padding-right: 0px;
}

.left-column-gallery, .right-column-gallery
{
	padding: 0px;
}

.galeria_content .left-column-gallery
{
	padding-right: 20px;
}

.galeria_content .right-column-gallery
{
	padding-left: 20px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-55%, -55%);
  -ms-transform: translate(-55%, -55%)
}

.image_block:hover img {
  opacity: 0.5;
  cursor: pointer;
}

.image_block:hover .middle {
  opacity: 1;
  cursor: pointer;
}

.text {
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.image_block img
{
	opacity: 1;
	transition: .5s ease;
  backface-visibility: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content
{
      text-align: center;
      background-color: rgba(0,0,0,0.6);
      padding-top: 50px;
}

.modal-content img
{
      max-width: 100%;
      width: auto !important;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#caption
{
    max-width: 1170px;
    margin: 0 auto;
    color: white;
    text-align: left;
    padding-top: 10px;
}

.mySlides
{
    max-width: 1170px;
    margin: 0 auto;
}

.caption-container #caption p
{
  padding-left: 0px !important;
}

@media all and (max-width: 691px){
    
    .right-column-gallery
    {
        padding-left: 0px;   
    }

}


@media all and (max-width: 892px){

    .galeria_content .left-column-gallery
    {
        padding-right: 0px;
    }

    .galeria_content .right-column-gallery
    {
        padding-left: 0px;
    }

}

@media all and (max-width: 430px){

    .image_block
    {
        padding: 20px 0px 0px 5px;
    }
}