.assetDescription {
    //margin-bottom:15px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #666;
    font-size: 12px;

}
.assetDescription .read-more {
    color: #428bca;
    display:inline-block;

}

.assetTitle {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color:black;
    font-weight: bold;

}
// slow firefox img loading breaking layout 
//@-moz-document url-prefix() {
//  .assetDescription,  .assetTitle{
//       max-width:350px;
//  }
//}
.search-settings {
    height: 40px;
    /*border-bottom: 1px solid #efefef;*/
    margin-top: 10px;
}
.search-settings .refine-search {
    padding-top: 10px;
    padding-left: 20px;
}
.search-settings .preferences {
    padding-top: 10px;
    padding-right: 20px;
}

.search-settings .preferences .preferences-link {
    z-index: 115;
    display: inline-block;
    width: 220px;
    position: absolute;
    right: 30px;
    text-align: right;
}

.search-settings .preferences .preferences-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #428bca;
}

.search-settings .preferences .dropdown-menu {
    width: 240px;
    position: absolute;
    top: -2px;
    right: 10px;
    /*padding-top: 30px;*/
    z-index: 110;
    padding: 38px 20px 10px 20px;
}

.search-settings .preferences .preferences-row {
    padding: 7px 0;
    border-top: 1px solid #d3d3d3;
}

.navigation-header {
    padding-top: 10px;
    font-size: 16px;
}
.navigation-header span {
    color: #343333;
}
#searchTerm {
    font-weight: bold;
}
.navigation-header span.search-total {
    padding-left: 10px;
    color: #666;
}
.dio-navigator {
    padding-top: 10px;
    padding-right: 20px;
}
.sort-tabs {
    text-align: left;
}

.btn-sort {
    color: #b5b9ba;
    border-color: #b5b9ba;
    background-color: #fff;
}
.btn-sort:hover, .btn-sort:active, .btn-sort:focus, .btn-sort.active {
    color: white;
    background-color: #b5b9ba;
    outline: none;
}

#breadCrumb a {
    color: #428bca;
}
#breadCrumb a.facet {
    color: #666;
    border: 1px solid #efefef;
    padding: 3px 10px;
    margin-right: 5px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
#breadCrumb a.facet i {
    font-size: 12px;
    padding-left: 5px;
}
#breadCrumb a.facet:hover i {
    color: red;
}
.search-results {
    background-color: white;
    padding-left: 20px;
}
.thumbnails-container {
    padding: 0px 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
}
.thumbnails-container .dio-thumb {
    position: relative;
    float: left;
    margin-right: 15px;
}
.thumbnails-container .dio-thumb .code {
    padding-top: 7px;
}
.thumbnails-container .dio-thumb .icons {
    padding-top: 4px;
}

.thumbnails-container .dio-thumb .icons span, .thumbnails-container .dio-thumb .icons input[type="checkbox"]{
    margin-right: 5px;
}

.thumbnails-container .dio-thumb a.imgAnchor {
    vertical-align: bottom;
    display: table-cell;
}
.thumbnails-container .dio-thumb.small a.imgAnchor {
    width: 170px;
    height: 170px;
}

/*this is removed because it breaks search page on mobile*/
/*.thumbnails-container .dio-thumb.small .dio-img {*/
    /*max-height: 170px;*/
/*}*/

.thumbnails-container .dio-thumb .downloadButton.icon-download-empty {
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    color: #343333;
    background-color: white;
    display: inline-block;
    cursor: pointer;
}
.thumbnails-container .dio-thumb .downloadButton.icon-download-empty:before {
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnails-container .large {
    min-height: 300px;
   // max-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
}
.thumbnails-container .large-details {
    position: relative;
    height: 230px;
    margin-bottom: 25px;
}
.thumbnails-container .dio-thumb.large a.imgAnchor, .thumbnails-container .dio-thumb.large-details a.imgAnchor {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    height: 230px;
    background-color: #e2e2e2;
}
.thumbnails-container .dio-thumb.large .dio-img, .thumbnails-container .dio-thumb.large-details .dio-img {
    max-height: 230px;
}
.thumbnails-container .dio-thumb.large-details .thumb-gradient {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    outline: 0;
    pointer-events: none;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
}
.thumbnails-container .dio-thumb.large-details .code {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: white;
    text-align: left;
    padding: 5px 10px;
}
.thumbnails-container .dio-thumb.large-details .cart-icons {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.thumbnails-container .dio-thumb.large-details .icons {
    position: absolute;
    bottom: 0;
    top: 45px;
    right: 0;
    opacity: 0;
}
.thumbnails-container .dio-thumb.large-details .selection-div {
    z-index: 2;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.thumbnails-container .dio-thumb.large-details:hover .code,
.thumbnails-container .dio-thumb.large-details:hover .icons,
.thumbnails-container .dio-thumb.large-details:hover .thumb-gradient {
    opacity: 1;
}

.thumbnails-container .dio-thumb.large-details .btn {
    background-color: rgba(0, 0, 0, 0.35);
    color: rgba(255,255,255,1);
    font-size: 21px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin: 10px;
    outline: none;
}
.thumbnails-container .dio-thumb.large-details .btn:hover, .thumbnails-container .dio-thumb.large-details .btn:active {
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
}
.thumbnails-container .dio-thumb.large-details .btn-qd, .thumbnails-container .dio-thumb.large-details .btn-cart, .thumbnails-container .dio-thumb.large-details .btn-selection {
    opacity: 0;
}
.thumbnails-container .dio-thumb.large-details:hover .btn-qd,
.thumbnails-container .dio-thumb.large-details:hover .btn-cart,
.thumbnails-container .dio-thumb.large-details:hover .btn-selection,
.thumbnails-container .dio-thumb.large-details .btn-qd.active,
.thumbnails-container .dio-thumb.large-details .btn-cart.active,
.thumbnails-container .dio-thumb.large-details .btn-selection.active {
    opacity: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.thumbnails-container .dio-thumb.large-details .btn-qd i:before {
    content: '\e606'
}
.thumbnails-container .dio-thumb.large-details .btn-qd.active {
    background-color: rgba(46, 189, 144, 1);
}
.thumbnails-container .dio-thumb.large-details .btn-qd.active i:before {
    content: '\e605'
}
.thumbnails-container .dio-thumb.large-details .btn-cart i:before {
    content: '\e600'
}
.thumbnails-container .dio-thumb.large-details .btn-cart.active, .thumbnails-container .dio-thumb.large-details .btn-selection.active {
     background-color: rgba(46, 189, 144, 1);
 }
.thumbnails-container .dio-thumb.large-details .btn-selection.active.subscription {
    background-color: #c43b47;
}
.thumbnails-container .dio-thumb.large-details .btn-cart.active i:before {
    content: '\e604'
}
.thumbnails-container .dio-thumb.large-details .btn-lb i:before {
    content: '\e60a'
}
.thumbnails-container .dio-thumb.large-details .btn-lb.active i:before {
    content: '\e617'
}
.thumbnails-container .dio-thumb.large-details .btn-heart i:before {
    content: '\e619'
}
.thumbnails-container .dio-thumb.large-details .btn-heart.active i:before {
    content: '\e61a'
}

.thumbnails-container .dio-thumb .videoThumb {
    display: table;
    height: 170px;
}
.thumbnails-container .dio-thumb a.videoAnchor {
    display: table-cell;
    vertical-align: bottom;
}
.thumbnails-container .dio-thumb a.largeVideo {
    vertical-align: middle;
    text-align: center;
    height: 230px;
    min-width: 180px;
    padding-left: 10px;
    background-color: #e2e2e2;
}
.thumbnails-container .dio-thumb .videoThumb video {
    display: block;
}
.thumbnails-container .dio-thumb .videoThumb .video-header {
    height: 12px;
}
.thumbnails-container .dio-thumb .videoThumb .video-header img {
    display: inline-block;
    height: 12px;
}

.thumbnails-container .dio-thumb .valueSign, .img-wrapper .valueSign {
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    background-color: #333;
}

.thumbnails-container .dio-thumb .premiumSign, .img-wrapper .premiumSign {
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    background-color: #2ebd90;
}

.thumbnails-container .dio-thumb .freeSign, .img-wrapper .freeSign {
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    color: #343333;
    font-weight: bold;
    font-size: 12px;
    padding: 0 15px;
    background-color: #ffffff;
}

.thumbnails-container .dio-thumb .myrfSign, .img-wrapper .myrfSign {
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 0 15px;
    background-color: #2ebd90;
}

.thumbnails-container .small {
    //height: 240px;
    //max-height:500px;
    overflow:hidden;
    margin-bottom:15px;
}
.thumbnails-container .small img {
    vertical-align: bottom;
}
.thumbnails-container .dio-thumb .thumb-icons {
    padding-top: 5px;
    color: #707070;
}
.thumbnails-container .dio-thumb .lic {
    font-weight: bold;
}

#ulThumbs { list-style-type: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
#ulThumbs li { float: left; }
#ulThumbs .lbPlaceholder {
    height: 170px;
    width: 170px;
    border: 1px solid red;
    background: #E1E1E1;
    padding: 3px;
    margin: 0 0 48px 3px;
}


#moreResults table {
    background: white;
    border: 1px solid #076BC9;
}
#moreResults table.mouseOver {
    background: #E1E1E1;
}

#thumbnails-container div.news {
    color: #ffffff;
    background-color: #333333 !important;
}

#thumbnails-container table.newsTable td{
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
}

#thumbnails-container table.newsTable td div.title{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

#thumbnails-container table.newsTable td img.updateImg {
    margin-right: 10px;
    width: 135px;
    height: 90px;
    border: 1px solid #B2B2B2;
}

#thumbnails-container table.newsTable td div.text-content {
    font-size: 11px;
    min-height: 53px;
    overflow: hidden;
    color: #B2B2B2;
    width: 100%;
    text-align: left;
}

#thumbnails-container div.link, #infoBox table.newsTable td div.link {
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    width: 100%;
}

#moreResults {
    display: table;
    width: 230px;
    height: 230px;
    border: 1px solid #b6b9ba;
    border-radius: 6px;
}
#moreResults:hover {
    background-color: #b6b9ba;
}
#moreResults.small {
    width: 170px;
    height: 170px;
}
#moreResults a {
    color: #333;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#moreResults a:hover {
    color: #333;
    text-decoration: none;
}
#moreResults .wrapper {
    position: relative;
    height: 120px;
}
#moreResults .next-text, #moreResults .next-chevron {
    position: absolute;
}
#moreResults .next-text {
    font-family: 'Arial Bold', Gadget, sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    top: 28px;
    left: 30px;
    width: 80px;
}
#moreResults .next-chevron {
    font-size: 100px;
    left: 100px;
}
#moreResults.small .next-text {
    font-size: 25px;
    line-height: 30px;
    top: 30px;
    left: 25px;
    width: 60px;
}
#moreResults.small .next-chevron {
    font-size: 75px;
    top: 13px;
    left: 85px;
}

#additionalResults {
    display: none;
    position: relative;
    margin-top: 20px;
    margin-bottom: -111px;
    padding: 20px 0;
    background-color: #ebebec;
}
#additionalResults .additional-results-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0 40px;
}
#additionalResults .additional-results-title2 {
    padding: 20px 0 20px 20px;
}
#additionalResults .info-note {
    margin: 10px 150px;
    background-color: #d4ebe1;
    border-radius: 10px;
}
#additionalResults .info-note-header {
    color: #4cba83;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-right: 20px;
}
#additionalResults .info-note-body {
    text-align: center;
    padding: 0 150px 20px 150px;
}
.asset-btn-group {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

#contributorDetails {
    height: 250px;
}
#contributorDetails .contributor-data {
    position: relative;
    float: left;
    width: 50%;
    height: 250px;
    background-color: rgba(0,0,0,0.6);
}
#contributorDetails .contributor-data .details-bar {
    margin: 20px 20px 0 20px;
    max-height: 180px;
    color: white;
    overflow: auto;
}
#contributorDetails .contributor-data .details-bar .contributor-title {
    font-size: 20px;
    font-weight: bold;
}
#contributorDetails .contributor-data .details-bar .contributor-description {
    padding-top: 10px;
}
#contributorDetails .contributor-data .sharing-bar {
    position: absolute;
    bottom: 0;
    text-align: right;
    padding-right: 40px;
    padding-top: 5px;
    height: 40px;
    width: 100%;
    background-color: #333;
    color: white;
}
#contributorDetails .contributor-data .sharing-bar a.btn {
    color: white;
}
#contributorDetails h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#contributorDetailsSupplierAuthorName {
    font-size: 13px;
    font-weight: normal;
}

#kwdSuggestions {
    color: #c13949;
    font-weight: bold;
}

@media (max-width: 767px) {
    #searchBar {
        padding-left: 10px;
    }
    .search-settings .refine-search {
        padding-left: 0;
    }
    .search-settings .refine-search a {
        padding-left: 10px;
    }
    .search-settings .preferences .preferences-link {
        right: 10px;
    }
    .search-results {
        padding-left: 10px;
        margin-left: 0 !important;
    }
    .navigation-header {
        float: none !important;
        text-align: center;
    }
    .sort-tabs {
        text-align: center;
    }
    .dio-navigator, .listpagination {
        float: none !important;
        text-align: center;
    }
    .thumbnails-container .small {
        height: 215px;
        margin-right: 10px;
    }
    .thumbnails-container .dio-thumb.small a.imgAnchor, .thumbnails-container .dio-thumb.small a.videoAnchor {
        width: 145px;
        height: 145px;
        text-align: left;
        vertical-align: bottom;
    }
    .thumbnails-container .dio-thumb.small a.imgAnchor, .thumbnails-container .dio-thumb.small a.videoAnchor .videoThumbHeader {
        width: 145px;
    }
    .thumbnails-container .dio-thumb.small a.imgAnchor, .thumbnails-container .dio-thumb.small a.videoAnchor object {
        width: 145px !important;
    }
    .thumbnails-container .small img, .thumbnails-container .small video {
        max-width: 145px;
        max-height: 145px;
    }
    .thumbnails-container .small video {
        display: block;
    }
    .thumbnails-container .dio-thumb .videoThumb {
        height: 145px;
    }
    #moreResults.small {
        width: 145px;
        height: 145px;
    }
    #moreResults.small .next-text {
        font-size: 20px;
        line-height: 25px;
        top: 35px;
        left: 20px;
    }
    #moreResults.small .next-chevron {
        font-size: 75px;
        left: 65px;
    }
    #additionalResults .info-note {
        margin: 10px 10px;
    }
    #additionalResults .info-note-body {
        padding: 0 40px 20px 20px;
    }
    .asset-btn-group-wrapper {
        float: none !important;
    }
    .asset-btn-group-wrapper .dio-navigator {
        display: block !important;
    }
    .asset-btn-group {
        display: block;
        /*text-align: center;*/
        padding-right: 0;
        padding-top: 10px;
    }
    #contributorDetails .contributor-data {
        width: 100%;
    }
    #contributorDetails .contributor-data .sharing-bar {
        text-align: center;
        padding-right: 0;
    }
}