body {
	margin: 0px;
	font-family: Roboto;
	font-size: 14px;
	color: #374250;
	line-height: 1.7;
}

a, a:hover {
	text-decoration: none;
	color: #374250;
}

a.color {
	color: rgba(0,102,164);
}

@font-face {
	font-family: Edwardian Script ITC;
	src: url(/fonts/EdwardianScriptITC.ttf);
}

input.checkbox {
	padding: 0px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

/* header */

header.top {
	position: sticky;
	top: 0px;
	width: 100%;
	min-height: 50px;
	margin: 0px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
	z-index: 2;
}

/* header > logo */

header.top div.logo {
	width: 200px;
}

header.top div.logo a.navbar-brand {
	line-height: 50px;
	padding: 0px;
	font-family: Edwardian Script ITC;
	font-size: 35px;
}

/* header > nav */

header.top nav {
	padding: 0px 10px;
}

header.top nav ul.navbar-nav {
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

header.top nav ul.navbar-nav li a.nav-link.active {
	color: rgba(0,102,164);
}

/* header > contact */

header.top div.header-top
{
	/*height: 50px;*/
	line-height: 25px;
	font-size: 13px;
	text-align: right;
	display: block ruby;
}

header.top div.header-top ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

header.top div.header-top ul li {
	display: list-item;
}

header.top div.header-top ul li i {
	display: inline;
}

header.top div.header-top ul li a {
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	font-weight: bold;
}

/* */

nav span.navbar-brand {
	font-size: 36px;
	color: rgba(0,102,164);
	text-transform: uppercase;
}

nav span.navbar-brand:hover {
	color: rgba(0,102,164);
}

div.background {
	background-color: #f8f9fa;
}

/* section */

section {
	width: 100%;
	padding: 15px 0px;
}

section.background {
	color: #000000;
	background: #f4f7f7;
	background-color: #e7eaed;
}

section header {
	margin-bottom: 15px;
}

section header h3 {
	border-bottom: 1px solid #bbbbbb;
	text-align: center;
}

section header h3 span {
	height: 100%;
	padding: 0 35px 0 35px;
	display: inline-block;
	color: rgba(0,102,164);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

/* footer */

footer {
	width: 100%;
	margin: 0px;
	padding: 5px;
	line-height: 40px;
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,0.05),inset 0 1px 0 rgba(0,0,0,0.15);
}

footer div.copyright {
	float: left;
}

footer div.links {
	text-align: right;
	float: right;
}

/* cookie */

.cookie-consent {
	visibility: visible !important;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 80px;
	transition: bottom 0.3s ease-in-out;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	max-width: 430px;
	float: left;
	z-index: 999;
	border: 2px solid rgba(0,102,164);
}

.cookie-consent button {
	float: left;
	width: 100%;
	background-color: rgba(0,102,164);
	color: #FFF;
	border: 2px solid rgba(0,102,164);
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 45.5px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	margin-top: 20px;
}

/* other */

.container {
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	max-width: 1000px;
}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header.top div.none {
	display: none;
}

div.card-header {
	padding: .25rem 1.25rem;
}

div.card-body {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-top-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

table.listaar tr th, table.listaar tr td {
	text-align: center;
}

i.fa-check {
	margin-right: 5px;
}

ul {
	list-style: none;
}

ul.none li {
	display: block;
}

.scrolltop {
	position: fixed;
	right: 5px;
	bottom: 5px;
	padding: 20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
	z-index: 2147483647;
}

.scrolltop .arrowup::before {
	position: relative;
	top: 2px;
	width: 10px;
	height: 10px;
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.navbar-toggler {
	border: 0px;
}

.navbar-toggler::focus {
	box-shadow: 0px;
}

span.protected:before {
    content: attr(title);
}