/* Slider Revolution
   ========================================================================== */

.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
	text-align: center;
	font-size: 34px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	background-image: none;
	transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	}
.no-touch .tp-leftarrow.tparrows.custom:hover,
.no-touch .tp-rightarrow.tparrows.custom:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
	color: #fff;
	}
	.tp-leftarrow.tparrows.custom:before,
	.tp-rightarrow.tparrows.custom:before {
		display: none;
		}
	.tp-rightarrow.tparrows.custom:after {
		content: 'keyboard_arrow_right';
		font-family: 'Material Icons';
		}
	.tp-leftarrow.tparrows.custom:after {
		content: 'keyboard_arrow_left';
		font-family: 'Material Icons';
		}
