html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #A60000;

	/* fill the whole viewport: */
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body.disable-interaction * {
	pointer-events: none;
	user-select: none;
}

body.disable-menu .site-content-wrapper {
	width: 100%;
	margin-left: 0;
}

a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

h1,
h2 {
	font-size: 2.4rem;
	font-weight: 400;
}

em {
	color: #CC0000;
	font-weight: 400;
	font-style: normal;
}

.btn-main {
	background: #CC0000;
	border-radius: 3px;
}

.btn-main:hover {
	background: #CC0000;
	color: #FFFFFF !important;
}

.color-main {
	color: #CC0000;
}

/******************************/
/* Tags                       */
/******************************/

.tags a {
	padding: 0px 20px;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

.tags a:hover {
	color: #CC0000;
}

.tags a.large1 {
	font-size: 26px;
}

.tags a.large2 {
	font-size: 32px;
}

/******************************/
/* Submenu                    */
/******************************/

.submenu {
	margin-left: 5px;
}

.submenu a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 20px;
	min-width: 115px;
	text-align: center;
	font-size: 16px;
	background: #CC0000;
	color: #fff;
	border-radius: 3px;
}

.submenu a:hover {
	background: #800000;
}

/******************************/
/* Main Menu Bar              */
/******************************/

.main-menu-bar {
	position: fixed;
	width: 100vw;
	height: 80px;
	top: 0;
	left: 0;
	background: #191919;
	z-index: 100;
}

.main-menu-bar .logo {
	line-height: 80px;
	margin: 0 45px 0 10px;
	color: inherit;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 9;
}

.main-menu-bar .logo span {
	color: #CC0000;
}

.main-menu-bar .logo sub {
    position: relative;
    font-size: 11px;
    line-height: 0;
    vertical-align: bottom;
    text-transform: none;
    bottom: 34px;
}

.main-menu-bar .logo img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

.header-content {
	position: relative;
}

.search-field-input-container {
	position: relative;
	display: inline-block;
	/*top: 21px;*/
    /*top: 5px;*/
    /*left: calc(30vh - 0px);*/
	z-index: 9;
}

.search-field-icon {
	position: absolute;
	top: 12px;
	left: 12px;
	pointer-events: none;
	width: 18px;
}

.search-field-input {
	width: 37.5vw;
	height: 40px;
	max-width: 400px;
	margin: 0;
	padding: 0 15px 0 40px;
	line-height: 40px;
	outline: none;
	border: none;
	border-radius: 3px 0 0 3px;
	color: #000;
}

.search-field-input,
.search-field-button {
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.search-field-button {
	margin-left: -5px;
	width: 100px;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 0 3px 3px 0;
	pointer-events: none;
	background: #CC0000;
	color: #fff;
}

.suggestions {
	box-sizing: border-box;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
	color: #000;
}

.suggestions:empty {
	display: none;
}

.search-field-input-container li {
	box-sizing: border-box;
	padding: 10px;
}

.search-field-input-container li.selected,
.search-field-input-container li:hover {
	background: #CC0000;
	color: #fff;
	cursor: pointer;
}

.menu-links {
	position: absolute;
	/*top: 30px;*/
    /*top: 16px;*/
	right: 0;
	/*pointer-events: none;
	z-index: -1;*/
}

.menu-links a {
	margin-right: 10px;
	font-size: 1.6rem;
	color: #ffffff;
	text-decoration: none;
}

.menu-links a:hover {
	color: #CC0000;
}

.menu-links a:last-child {
	margin-right: 0;
}

.menu-links .active {
	color: #CC0000;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC0000;
}

/******************************/
/* Site Content Wrapper       */
/******************************/

.site-content-wrapper {
	width: 100vw;
	max-height: calc(100vh - 60px);
	margin-top: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #A60000;
}

.site-content {
	width: 100%;
	height: auto;
	margin-top: 40px;
	min-height: 90vh;
}

.site-content h1 {
	color: #fff;
}

.site-content h2 {
	color: #fff;
}

.site-content-cams {
	width: 100%;
	height: auto;
	margin-top: 40px;
	min-height: 90vh;
}

.site-content-cams h2 {
	margin-left: 5px;
	color: #fff;
}

.site-content-btn {
	padding: 50px 0px;
	text-align: center;
}

.site-content-btn a {
	display: inline-block;
	padding: 16px 20px;
	margin: 0 5px;
	border-radius: 3px;
	font-size: 1.8rem;
	line-height: 1;
	background: #CC0000;
	color: #fff;
}

.site-content-btn a:hover {
	background: #800000;
}

.site-content-text {
	max-width: 800px;
	min-height: 60vh;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 40px 20px;
}

.site-content-text a {
	color: #ffffff;
}

.site-content-text a:hover {
	color: #CC0000;
}

.site-content-ads {
	padding: 0px 20px 20px 20px;
	text-align: center;
	font-size: 13px;
}

.site-content-ads a {
	color: #fff;
	font-size: 14px;
}

.site-content-ads a:hover {
	opacity: 0.8;
}

.site-content-ads h1 a {
	color: #CC0000;
	font-size: 33px;
	font-weight: 600;
}

.site-content-ads h1 a:hover {
	opacity: 0.8;
}

/******************************/
/* Footer                     */
/******************************/

.footer {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
	background: #800000;
	color: #fff;
}

.footer p a {
	color: #ffffff;
	text-decoration: none;
}

.footer p a:hover {
	opacity: 0.5;
}

.footer p.footer-languages {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 10px;
	font-size: 12px;
}

.footer-logos {
	margin: 5px 0px;
}

.footer-logos img {
	height: 20px;
}

.footer-logos a {
	margin-right: 40px;
}

.footer-logos a,
.footer-logos a:focus {
	text-decoration: none;
}

.footer-logos a:last-child {
	margin-right: 0;
}

.footer-sites {
	background: #600000;
	margin: 0px;
	padding: 15px;
	font-size: 12px;
}

.footer-sites a:hover {
	color: #CC0000;
}

.header-content,
.site-content,
.site-content-cams,
.site-content-btn,
.site-content-ads,
.footer-content {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

[data-router-link-bound] {
	cursor: pointer;
}