.bootsnipp-thumb {
    margin-bottom: 20px;
}
.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
     position: relative;
    overflow: hidden;
}
.thumbnail {
    line-height: 1.42857;
}
.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail a > img, .thumbnail > img {
    display: block;
    height: 310px;
    max-width: 100%;
}
.thumbnail .caption {
    color: #333;
    padding: 9px;
}
.talk-card {
    box-shadow: 0 4px 3px -3px #333;
    color: #333;
    cursor: pointer;
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-bottom:20px;
}
.talk-card .heading {
    /*background-color: white;*/
    background-color: #f9f9f9;
    font-size: 18px;
    height: 156px;
    line-height: 22px;
    padding: 13px 25px 0;
    border-radius: 9px;
    border-top:3px solid #242c42;
}
.talk-card .heading .wrapper {
    height: 115px;
    overflow: hidden;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.talk-card .heading .wrapper {
    height: 115px;
    overflow: hidden;
}
.talk-card .heading {
    font-size: 18px;
    line-height: 22px;
}
.talk-card .heading .wrapper > .cell {
    display: table-cell;
    height: 115px;
    vertical-align: middle;
}
.talk-card .heading .title {
    hyphens: auto;
    max-height: 66px;
    overflow: hidden;
    position: relative;
}
.talk-card .heading .date {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
    position: relative;
}
span.small-text-bullet {
    background-color: #276ff4;
    border-radius: 2px;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    vertical-align: 17%;
    width: 4px;
}
.talk-card .heading .date {
    color: #777;
    font-size: 12px;
    line-height: 1;
}
.talk-card .body {
    background-color: #86bc42;
    border-top: 4px solid #242c42;
    color: white;
    height: 94px;
    line-height: 16px;
    padding: 20px 25px;
}
.talk-card .talk-class {
    height: 51px;
    left: 8%;
    position: absolute;
    top: 125px;
    width: 51px;
    z-index: 2;
}
/*.talk-card .speaker-play {
    height: 51px;
    position: absolute;
    right: 8%;
    top: 125px;
    width: 51px;
    z-index: 2;
}*/
.talk-card .speaker-play {
    /*border-radius: 100%;*/
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 90px;
    width: 85px;
    z-index: 2;
    border-radius: 10px;
}
.talk-card .body ul {
    display: table-cell;
    height: 50px;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}
.talk-card .body ul li {
    /*font-size: 16px;*/
    font-weight: bold;
    /*line-height: 18px;*/
}
.title-widget{
	border-radius:5px;
}
.title-widget > a{
	color:#ffffff !important;
	font-weight:bold;
	font-size:15px;
}

