@charset "utf-8";

.bg-cover {
	background-image: url(/assets/images/s600.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rs-footer.style1 {
	background: none;
	background-color: #040303;
}

li.lang-btn a {
	background:#baa08f; color:#fff;
}

li.lang-btn a:hover {
	background:#fff; color:#baa08f;
}

label.error { color: #ff0000; font-size: 80%; }

a.alternativeNavLink div { color: #fff; }
a:hover.alternativeNavLink div { color: #fff; }


.rs-inner-blog .blog-item .blog-content .blog-title:after {
	font-family: FontAwesome;
	content: none;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
	color: #baa08f;
	font-size: 25px;
	display: block;
}