/*======= BT CONTENT SLIDER ========*/

.bt-cs {
	position: relative;
	border: none;
	display: inline-block;
}

.bt-cs a:hover {
	background-color: transparent;
	color: #363636;
}

.slides_container {
	overflow: hidden;
	position: relative;
	background: transparent;
	top: 162px;
	left: 10px;
	border: 0px !important;

}

.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;
}

/*
	Next button
*/
.bt-cs .next {
	display: block;
	width: 37px;
	height: 130px;
}

.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:999;
}

.bt-cs a.next {
	background: url(../images/re-right.png) !important;
	text-indent: -9999px;
	position: absolute;
	z-index:999;
	margin:0;
	padding:0;
}


p.bt-readmore {
	text-align: left;
	clear:both;
}

p.bt-readmore a {
	color: #d67900;
}

p.bt-readmore a:hover,p.bt-readmore a:active {
	background: #ffffff;
}

.bt-cs .next:hover {
	background: url(../images/re-right-hover.png) scroll 0 0 transparent
		!important;
}


/*
	Handle
*/
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px;
	list-style: none;
	padding:0px;
}

.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 a:active,.bt_handles li a:focus,.bt_handles li a:hover {
	background-color: transparent !important;
}

.bt_handles li.current a {
	background-position: 0 -12px;
}

.bt-cs .bt-container {
	position: relative;
}

.bt-cs .bt-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 8px 0 12px 0;
}

/* main flash */
.bt-cs .bt-main-wapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bt-cs .bt-main-wapper .bt-main-item {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-inner {
	background: transparent;
	margin: 0;
	position: relative;
	padding: 0 10px;
}

.bt-cs .bt-inner a {
	text-decoration: none;
}

.bt-cs .bt-inner img {
	border: 3px solid #fff;
}

.bt-cs .bt-inner .bt-title {
	clear: both;
	padding: 0 0px 10px 0px;
	display: block;
	color: #d67900;
	font-weight: bold;
	text-transform: uppercase;
}
.bt-cs .bt-inner .bt-title-nointro {
	clear: both;
	padding: 0 0px 10px 0px;
	color: #d67900;
	font-weight: bold;
	text-transform: auto;
}

.bt-cs .bt-inner .bt-category {
	clear: both;
	color: #4a4a4a;
	margin: 0 0px 10px 0px;
	display: block;
	font-weight: bold;
}

.bt-cs .bt-inner .bt-introtext {
	clear: both;
	margin: 5px 0px 5px 0px;
	display: block;
	font-weight: normal;
}
.bt-cs .bt-inner .bt-introtext img {
	margin: 5px 0px;
	
}
.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}

.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: nomarl;
	font-size: 80%;
}

.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}

.akcio
{
	background: url(../images/akcio.png) !important;
	position: relative;
	top: 12px;
	left: 0px;
   	float: left;
	z-index:999;
}

.akciobal
{
	background: url(../images/akciobal.jpg) !important;
	position: relative;
	top: 12px;
	left: -97px;
   	float: left;
}