.coptic-nav {
	position: fixed;
	font-size: 34px;
	line-height: 33px;
	top: 50%;
	text-align: center;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	opacity: .5;
	z-index: 9998;
}

.coptic-nav:visited {
	color: #fff;
}

.coptic-nav:hover {
	text-decoration: none;
}

.coptic-nav span {
	color: #fff;
	display: block;
}

.coptic-nav-info:hover {
	text-decoration: none;
	color: #777;
}

.coptic-nav:hover span {
	opacity: .3;
}

.coptic-nav-left {
	left: 30px;
}

.coptic-nav-right {
	right: 30px;
}

.coptic-nav-info {
	position: fixed;
	top: 50%;
	background-color: #333;
	color: #fff;
	display: none;
	font-size: 16px;
	width: 200px;
	text-align: center;
	z-index: 9998;
}

.coptic-nav-info.coptic-without-info-thumb {
	margin-top: -12px;
}

.coptic-nav-info.coptic-without-info-thumb > div {
	display: table;
	width: 100%;
	min-height: 68px;
	text-align: center;
}

.coptic-nav-info.coptic-without-info-thumb h3 {
	display: table-cell;
	vertical-align: middle;
}

.coptic-nav-info.coptic-has-info-thumb {
	margin-top: -65px;
}

.coptic-nav-info h3 {
	font-size: 15px;
	padding: 8px 10px;
	margin: 0;
	color: #fff;
}

.coptic-nav-info-thumb {
	width: 200px;
	height: 150px;
	background-color: #333;
	overflow: hidden;
}

.coptic-nav-info-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.coptic-nav-info-left {
	left: 80px;
}

.coptic-nav-info-right {
	right: 80px;
}

.coptic-spinner {
	border-radius: 50%;
	color: #fff;
	padding: 14px;
	opacity: .5;
	background: #333;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

.spinner-border {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, .35);
	border-top-color: #fff;
	border-radius: 50%;
	display: block;
	animation: coptic-npn-spin .8s linear infinite;
}

@keyframes coptic-npn-spin {
	to {
		transform: rotate(360deg);
	}
}