/*======= BT CONTENT SLIDER ========*/

.bt-cs {
	position: relative;
	border: none;
	background:#fff;
	border-radius:0 0 15px 15px;
	padding-bottom:10px;
}
.slides_container {
	overflow: hidden;
	position: relative;
}
.bt-cs 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;
}
.bt-content{
	padding:15px 25px;
}
/*
	Handles - Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
	width: 70px;
	height: 100%;
	top:-85px;
	opacity:1;
}
.bt-cs:hover .next, .bt-cs:hover .prev{
	display:block;
}
.bt-cs .next:hover, .bt-cs .prev:hover{
	opacity:1;
}
.bt-cs a.next {
	background: url(../images/re-right.png) right center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:100;
	margin:0 -8px;
	padding:0;
	right:25px;
}
.bt-cs a.prev {
	background: url(../images/re-left.png) left center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0 -8px;
	padding:0;
	left:25px;
}
.media .bt-cs a.next {
	background: url(../images/media-re-right.png) right center no-repeat !important;
}
.media .bt-cs a.prev {
	background: url(../images/media-re-left.png) left center no-repeat !important;
}

/*bullet */
.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
}
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles li a {
	display: block !important;
	width: 14px;
	height: 0;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	padding: 13px 0 0 0 !important;
	overflow: hidden;
}
.bt_handles li.current a {
	background-position: 0 -17px;
}

/*numbering */
.bt-cs .bt_handles_num {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
}
.bt-cs .bt_handles_num li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles_num li a {
	display: block !important;
	width:12px;
	height:15px;
	line-height:15px;
	background:grey;
	float: left;
	padding:0!important;
	overflow: hidden;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
.bt_handles_num li a:hover{
	opacity:0.8;
}
.bt_handles_num li.current a {
	background:orange;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding:0;
}
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
	padding: 0;
}
.bt-cs .bt-inner img {
	max-width:100%;
}

.bt-cs .bt-inner .bt-title {
    clear: both;
    display: inline-block;
    font-size: 32px;
    font-weight: lighter;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
	font-family: 'FuturaBT-Light';
}
.bt-cs .bt-inner .bt-category {
	clear: both;
	font-weight: normal;
	line-height:150%;

}
.bt-cs .bt-center{
	text-align:center;
}
.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}
.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: normal;
	font-size: 80%;
}
.bt-content h5{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
}
.bt-content h5 a{
	color:#fff;
}
.bt-introtext{
	font-family: 'FuturaBT-Light';
    font-size: 17px;
    height: auto !important;
    margin-top: 10px;
	padding-right:25px;
}
.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}
a.readmore{
    background: #1e92c3;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 33px;
    font-weight: bold;
    height: 33px;
    line-height: 30px;
    margin-top: -35px;
    text-align: center;
    width: 33px;
    text-decoration: none;
}
a.readmore:hover{
	opacity: 0.9;
}
.media a.readmore{
	background: #e82b7b;
}
a.viewall{
	font-family: 'Myriad Pro';
	color:#1e92c3;
	font-size:17px;
	text-decoration:underline;
	float:right;
	display:inline-block;
	margin:10px 0;
}
a.viewall:hover{
	text-decoration:none;
}
.media a.viewall{
	color: #e82b7b;
}
@media (max-width: 767px){
.bt-cs .bt-inner .bt-title {
    font-size: 25px;
    line-height: 25px;
}
}