.views-museum-search table {
    background: transparent;
}

.group-basic-details {
    padding: 0;
}

.group-details-holder {
    overflow: auto;
    padding: 15px;
}

.group-preview-image img {
    max-width: 150px;
    height: auto;
}

.group-preview-image {
    text-align: right;
    padding: 0;
}

td p {
    margin: 0;
}

.field-label-inline .field-label {
    float: left;
    font-weight: bold;
}

.field-label {
    font-weight: bold;
}

/* event table */
.table.minimal table, .views-museum-search table {
    width: 100%;
}

.table.minimal table caption, .views-museum-search caption {
    border: 0;
}

.table.minimal table thead th, .views-museum-search table thead th {
    border: 0;
    border-bottom: 2px solid #ddd;
}

.table.minimal table tbody tr, .views-museum-search table tbody tr {
    border-top: 1px dotted #D9D9D9;
}

.table.minimal table tbody th, .views-museum-search table tbody th {
    width: 10em;
    font-weight: bold;
    border: 0;
    border-bottom: 1px dotted #D9D9D9;
    padding: 6px 8px;
}

.table.minimal table tbody td, .views-museum-search table tbody td {
    border: 0;
    border-bottom: 1px dotted #ccc;
    color: #777;
    line-height: 1.5;
}

.views-museum-search tr:nth-child(odd) {
    background: #FAFAFA;
}

.views-museum-search td {
    padding: 15px;
}

.tourContent {
    display: none;
    font-size: 14px;
}

.tourLink {
    padding: 20px;
}

.tourLink h3 {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.tourLink:hover, .tourLink:hover h3 {
    cursor: pointer;
}

/* frontpage */
.slider-title {
    font-size: 24px;
    position: absolute;
    top: 70%;
    left: 5%;
}

.slider-subtitle {
    font-size: 18px;
    position: absolute;
    top: 80%;
    left: 5%;
}

#content-feature {
    padding: 0;
    margin: 0;
}

.flex-direction-nav li a {
    z-index: 99;
}

#content-feature .flex-direction-nav li .flex-next {
    right: -16px;
}

#content-feature .flex-direction-nav li .flex-prev {
    left: -17px;
}

#content-feature .flex-caption {
    width: 100%;
    font-size: 20px;
}

#content-feature .flex-caption span {
    font-size: 12px;
}

/* searchpage */
.museum-img-preview img {
    max-width: 100px;
    height: auto;
}

/************************************************************************************
        Smaller than 400 - Mobile Portrait
*************************************************************************************/
@media screen and (max-width: 400px) {
    /* jPlayer */
    div.jp-audio div.jp-type-playlist a.jp-play, div.jp-audio div.jp-type-playlist a.jp-pause {
        left: 20px;
    }

    div.jp-audio div.jp-type-playlist a.jp-stop {
        left: 80px;
    }

    div.jp-audio div.jp-type-playlist div.jp-progress, div.jp-audio div.jp-type-playlist div.jp-current-time, div.jp-audio div.jp-type-playlist div.jp-duration {
        left: 120px;
    }

    div.jp-audio {
        width: 260px;
        margin-bottom: 10px;
    }

    a.jp-mute {
        display: none;
    }

    div.jp-volume-bar {
        display: none;
    }
}
