.recirc-module {
    margin: 0.7em 0em 1.5em;
}
.recirc-module h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 4px;
    font-size: 26px;
}
.item {
    line-height:1;
}
.item a {
    text-decoration:none;
    color: #3e7eaa;
}
.item a:hover {
    text-decoration: underline;
    color : #3e7eaa;
}
.item a img {
    margin-bottom: 0.3em;
}
.item span {
    font-size: 11px;
    letter-spacing: 0.05em;
}
.owl-carousel {
    padding: 0 4.6em;
}
.owl-nav {
    z-index: -1;
}
.owl-prev {
    left: 0.6em;
    position: absolute;
    top: 35%;
    color: #aaa !important;
    background: none !important;
    font-size: 1.5em !important;
}
.owl-next {
    position: absolute;
    right: 0.6em;
    top: 35%;
    color: #aaa !important;
    background: none !important;
    font-size: 1.5em !important;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #ccc ;
    border-radius: 0 !important;
    padding: 4px 10px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #333 !important;
}
.owl-stage-outer {
    padding: 0.5em 0;
}
span.recirc_content_item_title {
    font-size: 1.4rem;
    line-height: 2rem;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.recirc_img_wrapper{
    position: relative;
}
.recirc-play-icon{
    position: absolute;
    width: auto !important;;
    height: auto;
    bottom: -5px;
}