#slider-location-detail-fotos .orbit-bullets, #slider-location-detail-fotos .orbit-timer, #slider-location-detail-fotos .orbit-prev span, #slider-location-detail-fotos .orbit-next span {
     display: none;
}

#slider-location-detail-fotos .orbit-container {
     padding: 70px 0 0;
     margin: -70px 0 0;
     text-transform: uppercase;
     background: none;
}

#slider-location-detail-fotos h3 {
    margin: 0 0 17px;
    color: #313233;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

#slider-location-detail-fotos .entry {
     position: relative;
     float: left;
     width: 48%;
}

#slider-location-detail-fotos .entry:last-of-type {
     float: right;
}

#slider-location-detail-fotos .info {
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 0 20px 0 0;
     text-transform: uppercase;
     background: rgba(24, 25, 26, 0.95);
}

#slider-location-detail-fotos .info:before {
     position: absolute;
     top: 0;
     left: 0;
     content: "";
     display: block;
     width: 30px;
     height: 2px;
     background: #e2000f;
}

#slider-location-detail-fotos p {
     margin: 0;
     padding: 0 0 0 10px;
}

#slider-location-detail-fotos .title {
     padding-bottom: 2px;
     color: #fff;
     font-size: 17px;
     font-weight: 400;
     border-top: 1px solid #383636;
}

#slider-location-detail-fotos .date {
     padding-top: 2px;
     line-height: 18px;
     border-bottom: 1px solid #000;
     color: #c8cacc;
     font-size: 10px;
     font-weight: 800;
}

#slider-location-detail-fotos .date time:before {
     content: " · ";
}

#slider-location-detail-fotos .orbit-prev, #slider-location-detail-fotos .orbit-next {
     width: 24px;
     height: 35px;
     background: url(../bilder/layout/sprite.png);
}

#slider-location-detail-fotos .orbit-container .orbit-prev {
     right: 26px;
     background-position: 0 -38px;
}

#slider-location-detail-fotos .orbit-next {
     background-position: -26px -38px;
}

#slider-location-detail-fotos .orbit-container .orbit-prev:hover {
     background-position: -52px -38px;
}

#slider-location-detail-fotos .orbit-container .orbit-next:hover {
     background-position: -78px -38px;
}

#slider-location-detail-fotos .orbit-container .orbit-prev, #slider-location-detail-fotos .orbit-container .orbit-next {
     top: 0;
     margin: 0;
}


@media only screen and (max-width: 768px) and (min-width: 600px) {
     #slider-location-detail-fotos .date {
          line-height: 22px;
         font-size: 13px;
     }
     #slider-location-detail-fotos .title {
          font-size: 20px;
     }
}