/*======= BT CONTENT SHOWCASE ========*/

.simpleLayout .bt-contentshowcase {
    position: relative;
    border: none;
margin-right: -15px;
margin-left: -15px;
}

.simpleLayout .slides_container {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.simpleLayout .bt-contentshowcase h3 {
    color: #d67901;
    line-height: 37px;
    text-indent: 15px;
    text-transform: uppercase;
    background: url(../images/bg-header.png) repeat-x;
    height: 37px;
    border: 1px solid #cfcfcf;
    margin: 0 !important;
}
.simpleLayout .bt-contentshowcase h3 a{
    color: #d67901;
}

.simpleLayout p.bt-readmore {
    text-align: left;
    clear:both;
}

.simpleLayout p.bt-readmore a {
    color: #d67900;
}

.simpleLayout .borderWrap{
	border:1px solid #CFCFCF;
}
.simpleLayout .borderWrap .bt-row  {
	padding-left:10px;
	padding-right:10px;
}


.simpleLayout .bt-row {
    position: relative;
    overflow: hidden;
    padding: 0;
}
/*** CSS STYLE FOR ITEM ****/
.simpleLayout .bt-row{

}
.simpleLayout .bt-row:last-child {
   border-bottom:none;
}
.simpleLayout .bt-inner a {
    text-decoration: none;
}

.simpleLayout .bt-inner img {
	margin:0 auto;
}

.simpleLayout .bt-inner .bt-title {
    display: block !important;
    text-transform: uppercase;
    line-height: 118%;
    font-size: 12.7px;
    font-family: 'GothamProMedium';
    position: absolute;
    padding: 0 15px;
    color: #fefefe;
    z-index: 10;
}

.simpleLayout .bt-inner .bt-category {

    color: #4a4a4a;
    margin: 0 0px 10px 0px;
    display: block;
    font-weight: bold;
}

.simpleLayout .bt-inner .bt-introtext {

    margin: 5px 0px 5px 0px;
    display: block;
    font-weight: normal;
}
.simpleLayout .bt-inner .bt-introtext img {
    margin: 5px 0px;

}
.simpleLayout .bt-extra {

    margin-top: 5px;
}

.simpleLayout .bt-date,.simpleLayout .bt-author {
    font-weight: normal;
    font-size: 80%;
}

.simpleLayout .bt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #959595;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.bt-image {
position:relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
.bt-image:before {
content: "";
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
transition: all 0.3s;
}
.bt-image:hover:before {background: rgba(0,0,0,0.6);}
.bt-title-link {position: absolute;top:0;left:0;width: 100%;height: 100%;z-index: 11;}


@media (max-width: 1199px) {
.simpleLayout .bt-inner .bt-title {font-size: 11px;}
}
@media (max-width: 991px) {
.simpleLayout .bt-inner .bt-title {font-size: 12.7px;}
}
@media screen and (min-width:0\0) {
.bt-image {display: block;} 
.simpleLayout .bt-inner .bt-title {top: 10%;}
}