/*Top-bar in header style*/
.top-bar-item {
	color: #333;
	padding: 6px;
	border-radius: 8px;
}

.top-bar-item:hover,
.top-bar-item:active,
.top-bar-item:visited,
.top-bar-item:link {
	text-decoration: none;
}

.top-bar-item:hover {
	box-shadow: 1px 1px 10px #00000052;
	color: white;
}

/*carousel style*/
.multi-carousel-inner .owl-stage .owl-item .row > div:first-child {
	background-color: rgba(0, 0, 0, .6);
	border-radius: 100px;
	margin-top: 500px;
	box-shadow: 0 0 0 1px #e8a713;
}

footer .footer-info-area {
	background: linear-gradient(#ffffff 60%, #f3f3f3);
	color: #555;
	box-shadow: inset 0 0 1px 0 grey;
}

#buyline {
	float: right;
	color: #af9721;
	font-weight: 600;
	font-size: 20px;

	font-family: monospace;
}

.myroekbutton {
	background: #022f63;
	color: white;
}
