.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
    min-height: 0;
}
.tp-tabs, .tp-thumbs, .tp-bullets {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.tp-tab, .tp-thumb {
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
}

.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }
/* post nav arrow */
.post-nav .arrow {
	display: block;
	width: auto;
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
}
.post-nav .next .arrow {
	float: right;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	font-family: FontAwesome;
	font-size: 2em;
	top: 50%;
	margin-top: -.45em;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.post-nav .next .arrow:before {
	content: '\f054';
}
.post-nav .prev .arrow:before {
	content: '\f053';
}
.post-nav .prev .arrow:before {
	left: .55em;
}
.post-nav .next .arrow:before {
	right: .55em;
}

#rs-demo-id {}
.hesperiden.tparrows {
	cursor:pointer;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:rgba(0, 0, 0, 1);
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:rgb(255, 255, 255);
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}