/* ================================================================== */
/* ============ Product and Video Gallery Styles (Start) ============ */
/* ================================================================== */

.row.display-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.Video-Container .thumbnail.videoList {
  height: 100%;
  min-height: 320px;
}

.Video-Container .thumbnail .img-responsive.border {
    border: 1px solid gainsboro;
}

.ProdCaptionHover {
    transition: all 0.3s;
    border-radius: 3px;
}

.ProdCaptionHover small:hover {
    transition: all 0.3s;
    color: white;
}

.ProdCaptionHover:hover {
    background-color: #259df5 !important;
    transition: all 0.5s;
}

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    padding: 25px;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}

/*Fix sessions page*/
.thumbnail .caption {
    background-color: transparent;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    border: none;
}

ul.list-inline {
    font-weight: 500;
}

div#SessionDescriptionForSession_ {
    font-weight: 400;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
    font-weight: 400;
}

/* ================================================================== */
/* ============ Product and Video Gallery Styles (Ends) ============= */
/* ================================================================== */