div.lightboxContainer {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 13;
}

div.lightboxMobileBG {
    display: block;
}

div.lightboxTable {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15;
    background: rgba(0,0,0,0.75);
    display: table;
}

div.lightboxRow {
    display: table-row;
}

div.lightboxCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

div.lightboxContent {
}

.bitdash_player {
    width:100%;
    height:100%;
    background-color: #000000;
    display: block;
    position: relative;
}

.bitdash-error-message {
    position:relative;
    max-width:600px;
    width: auto;
    overflow:hidden;
    word-break: break-all;
}

.bitdash-error {
    position: absolute;
    top: 50%;
    min-height: 50%;
    overflow:hidden;
}

.bitdash-error:first-of-type {
    top: 0;
}


/* --- [ SEARCH RESULTS ] --- ] */

div.section_heading_title_search_results {
    
}

div.search_results_more_than_x {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    text-transform: none;
}

div.search_results_more_than_x.hidden {
    display: none;
}

.search_page_search_area{
    display: block;
    text-align: left;
}


div.search_result_item {
    width: 18%;
    min-width: 220px;
    display: inline-block;
    margin: 10px;
    text-align: left;
    vertical-align: top;
}

a.search_result_item_link {
    display: block;
}

a.search_result_item_link:hover {
    background: #dddddd;
}

a.search_result_item_link img {
    width: 100%;
    display: block;
}

span.search_results_show_info {
    display: inline-block;
}

div.search_result_title {
    padding: 5px;
}

div.search_item_details.hidden {
    display: none;
}

div.search_item_details {
    display: block;
    max-width: 520px;
    padding: 0 10px;
    background: #ffffff;
}

div.search_item_details_header {
    padding-top: 10px;
    position: relative;
}

div.search_item_details_header h1 {
    margin: 0;
    padding-right: 30px;
}

div.search_item_details_header a.closeLightbox {
    top: 5px;
    right: -5px;
}

div.search_item_details_pic {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

div.search_item_details_pic img {
    width: 100%;
    display: block;
}

a.search_item_details_play_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
}

a.search_item_details_play_icon div.play_icon_table {
    width: 100%;
    height: 100%;
    display: table;
}

a.search_item_details_play_icon div.play_icon_cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.search_item_details_play_icon span.play_icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: inline-block;
}

div.search_item_description_container {
    text-align: left;
    max-height: 30vh;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

div.searchBarContent div.spinner {
    display: inline-block;
    vertical-align: middle;
}

div.searchBarContent div.spinner::before {
    content: "";
    display: block;
    height: 16px;
    left: auto;
    margin-left: 8px;
    margin-top: 0;
    position: static;
    top: auto;
    width: 16px;
    display: block;
}

span.search_found {
    background:#000000;
    color:#FFFFFF;
    padding: 0 3px;
}


@media only screen and (max-width: 768px) {
    div.search_result_item {
        width: 30%;
        margin: 5px;
        min-width: 140px;
    }
    
    div.search_item_description_container {
        max-height: 100%;
    }
    
    div.search_results_more_than_x {
        display: block;
        margin-top: 4px;
        margin-bottom: 8px;
    }
}


@media only screen and (max-width: 640px) {
    div.search_item_details_header a.closeLightbox {
        position: fixed;
        right: 10px;
        z-index: 3;
    }
    div.lightboxContainer {
        position: fixed;
        overflow: auto;
    }

    div.lightboxMobileBG {
        width: 100%;
        height: 100vh;
        position: fixed;
        background: #ffffff;
        z-index: 14;
    }

    div.lightboxTable {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background: #ffffff;
    }

    div.lightboxCell {
        vertical-align: top;
    }

    div.lightboxContent {
        display: block;
        width: 100%;
        max-width: none;
    }
    
    
    div.search_item_details {
        background: #ffffff none repeat scroll 0 0;
        display: block;
        max-width: none;
        position: fixed;
        top: 0;
        height: 100%;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 480px) {
    div.search_result_item {
        margin: 5px 1%;
        min-width: 140px;
        width: 45%;
    }
}    

.html5_playback_div{
    height:100%;
}

.bitdash_player{
    width:100%;
    height:100%;
}

.bitdash-error-message{
    position:relative;
    max-width:600px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    z-index:111
}
