/*======= BT CONTENT SLIDER ========*/
.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
}
.bt-navbar{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.uk-title-small,
.uk-title-small:hover{
	position:relative;
	display:block;
	font-size:14px;
	line-height:18px;
	background:#fff;
	padding: 7px;
	text-decoration:none;
}
.uk-title-small:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
	border-top-color: #fff;
	z-index:99;
}
.uk-width-1-8 .uk-overlay-caption{
	padding: 0;
	top: 0;
}
.uk-title-small:after {
    bottom: -10px;
    border-bottom-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
	left: 50%;
    margin-left: -10px;
}
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
}
/*
	Handles - Next/prev buttons
*/
.bt-cs a.next,.bt-cs a.prev {
	display: block;
	position: absolute;
	width: 18px;
	height: 33px;
	top:50%;
	margin:-20px 0 0;
}
.bt-cs a.next {
	background: url(../images/re-right.png) right center no-repeat !important;
	text-indent: -9999px;
	padding:0;
	z-index:20;
	right: -25px;
}
.bt-cs a.prev {
	background: url(../images/re-left.png) left center no-repeat !important;
	text-indent: -9999px;
	padding:0;
	z-index:20;
	left: -25px;
}

/*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: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}
.bt_handles li.current a {
	background-position: 0 -12px;
}

/*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;
}

.bt-row-first{
	margin-right:10px;
}
.bt-row-last{
	margin-left:10px;
}
.bt-cs .bt-inner a {
	text-decoration: none;
}
.bt-cs .bt-inner img {

}

.bt-cs .bt-inner .bt-category {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.bt-cs .bt-inner .bt-category:before{
	content: "";
	position:absolute;
	top:25px;
	left: 0px;
	width:65px;
	height: 1px;
	background: #fff;
}
.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: 14px;
	color:#666;
}
.bt-row-separate {
	clear: both;
	height: 0;
	border-bottom: none;
}
