body{
	font-family: sans-serif;
	font-size: 1.2em;
	color:#111;
	background-color: #fff;
}

.wpage {
	max-width:1920px;
}

.pjustify {
	text-align: justify;
}

.bg-ddrok {
	background-color: #D3616A !important;
}
.bg-ddrok-2 {
	background-color: #AE3840 !important;
}
.bg-ddrok-3 {
	background-color: #AE3840 !important;
}
.bg-ddrok-4 {
	background-color: #88171F !important;
}

.bg-ddrok-0 {
	background-color: #FFAAA3 !important;
}

.border-ddrok {
	border-color: #D3616A !important;
}
.border-ddrok-2 {
	border-color: #AE3840 !important;
}
.border-ddrok-3 {
	border-color: #AE3840 !important;
}
.border-ddrok-4 {
	border-color: #88171F !important;
}

.form-control {
	border: 2px solid #111;
	border-radius: 25px;
	background-color: transparent;

}

.btn {
	border-radius: 25px;
}

.nav-link {
	color: #111 !important;
}

.nav-link:hover, .nav-link.active {
	color: #fff !important;
}

.card .link-light:hover, .card .link-dark:hover {
	text-decoration: underline !important;
}

/*
.card-footer .nav-link, .list-group-item a {
	color: #fff !important;
}

.card-footer .nav-link:hover, .card-footer .nav-link.active, .list-group-item a:hover {
	color: #A3370C !important;
}
*/
.pagination .page-item {
	background: #A3370C;
	border-color: #A3370C;
	color: #ffffff;
	margin: 0px 6px 0px 6px;
	border-radius: 5px;
}

.pagination .page-item.active, .pagination .page-item:hover {
	background: #FE9C75;
	border-color: #FE9C75;
	color: #212529;
	border-radius: 5px;
}

.pagination .page-item .page-link {
	background: transparent;
	border-color: transparent;
	color: #ffffff;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
	background: #FE9C75;
	border-color: #FE9C75;
	color: #212529;
	border-radius: 5px;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
	border-radius: 5px;
}

#parallax {
	background-image: url("/static/images/parallax.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 260px 0;
}

#lswitch {
	bottom: 100px;
	right: 12px;
	position: fixed;
	z-index: 9999;
}

#open_preferences_center {
	background: #eee none repeat scroll 0 0;
	bottom: 5px;
	color: #222;
	right: 12px;
	cursor: pointer;
	height: 30px;
	line-height: 20px;
	position: fixed;
	text-align: center;
	-webkit-transition: all 4ms linear 0s;
			transition: all 4ms linear 0s;
	width: 180px;
	z-index: 9999;
	font-size: 16px;
	border: 1px solid #A3370C;
	border-radius: 10px;
	padding-top: 6px;
}
#open_preferences_center:hover {background-color: #A3370C; color: #eee;}