  


/* Revolution Slider */
 
.tparrows.default{ 
	width: 45px; 
	height: 45px; 
	left: 40px!important;
	cursor: pointer; 
	background:#000; 
	background:rgba(0,0,0,0.6); 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align: center; 
	vertical-align:middle; 
	padding-top:12px; 
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	top:50%!important;
}

.tparrows.default.tp-rightarrow{
	right: 40px!important;
	left:auto!important;
}

.tp-banner-container:hover .tparrows.default{
	left:20px!important;
	right:auto!important;
}

.tp-banner-container:hover .tparrows.default.tp-rightarrow{
	right:20px!important;
	left:auto!important;
}

.tparrows.default:hover{
	background:rgba(0,0,0,.8);
}

.tparrows.default:before{
 font-family:Glyphicons Halflings;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color:#fff;
	font-size:24px;
	content: '\e258';
	position:absolute;
	left:30%;
	margin-left:-3px;
}

.tparrows.default.tp-leftarrow:before{
	content: '\e257'; 
	margin-left:-6px;
}




 

 
 

.button-pagination a.previous:before{
	content: '\e890';
	margin-right:5px;
	color:#808ca4;
	margin-left:-5px;
}

.button-pagination a.next:after{
	content: '\e891';
	margin-left:5px;
	color:#808ca4;
	margin-right:-5px;
}

.button-pagination a:hover:after,
.button-pagination a:hover:before{
	color:#f2f4f9;
}



 
 