.video-info{
    padding: 10px;
    background: #f8f8f8;
    height: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-title{
    font-family:"Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.v-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
}

.vlog-module article {
    padding-left: 18px;
    padding-right: 18px;
    float: left;
    margin-bottom: 36px;
}

.vlog-module article, iframe, img {
    max-width: 100%;
}
.header--logo img{
    max-width: none;
}

.vlog-cat, .vlog-count {
    text-align: center;
}
.vlog-lay-e .entry-image {
    margin-bottom: 10px;
}
.entry-image {
    position: relative;
}
.entry-image a {
    display: block;
}

.vlog-format-action.small {
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 17px 0 0 5px;
}

.vlog-format-action {
    top: 50%;
    left: 50%;
    transition: all .25s ease-in-out;
    border: 2px solid #FFF;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
}

.vlog-format-action.small i {
    font-size: 22px;
}

.vlog-format-action i, .vlog-icon i {
    color: #FFF;
    text-align: center;
    z-index: 2;
    position: relative;
}
.module-series .entry-header {
    width: 70%;
    margin: 0 auto 5px;
}
.vlog-no-sid .vlog-lay-d .h5, .vlog-no-sid .vlog-lay-e .h5, .vlog-no-sid .vlog-lay-f .h5 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.vlog-format-action, .vlog-icon {
    position: absolute;
    line-height: 1;
    outline: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    z-index: 5;
    text-align: center;
}
.category-a:hover .vlog-format-action {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0,0,0,.8);
}
.entry-image:hover .vlog-format-action {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0,0,0,.8);
}

.entry-title.h5 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.event-date{
    position: absolute;
    right: 10px;
    top: 10px;
}
.case_studies--item span:after{
    display: none;
    content: '';
}
.case_studies--item span{
    display: block !important;
    position: static;
    font-size:12px;
    transform: initial !important;
    color: #fff
}
.case_studies--item:hover img{
    display: block !important;
}
.vlog-format-action.small{
    position: absolute;
}