/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
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;
}
.loader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100px;
}

.loader-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 6px solid #fff;
	border-left-color: transparent;
	animation: rotation 1s infinite linear;
}

@keyframes rotation {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(359deg);
	}
}

.no-videos-found {
	width: 100%;
	margin-top: 30vh;
	text-align: center;
	line-height: 1.4rem;
	cursor: pointer;
}

.video-list-wrapper {
	margin: 40px 0;
}

.video-list-wrapper h2 {
	margin-left: 5px;
}

.video-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video-list--featured {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 10px);
	margin: 5px;
	overflow: hidden;
}

.video-list .video-preview {
	position: relative;
	width: 100%;
	height: 80%;
	/* make the images 16:9 aspect ratio */
	padding: 0 0 calc(9 / 16 * 100%) 0;
	margin: 0;
	overflow: hidden;
	list-style: none;

	/*background-image: url('assets/logo.svg');
	background-size: 50%;
	background-position: center;
	background-color: #002e3f;
	background-repeat: no-repeat;*/
}

.video-list .video-preview-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	/*transition: opacity 0.3s ease;*/
}

.video-list .video-preview-item.visible {
	opacity: 1;
}

.video-list-item .title {
	margin-top: 10px;
	color: #fff;
}

.video-list-item .title:hover {
	color: #CC0000;
}

.pagination-container {
	width: 100%;
	margin: 10px 0;
	text-align: center;
	user-select: none;
}

.pagination-container ul {
	display: inline-block;
}

.pagination-container li {
	display: inline-block;
	padding: 16px 20px;
	margin: 0 5px;
	border-radius: 3px;
	font-size: 1.8rem;
	line-height: 1;
	background: #800000;
	color: #fff;
	cursor: pointer;
}

.pagination-container li.current-page {
	background: #CC0000;
}

.pagination-left-arrow,
.pagination-right-arrow {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 15px;
	margin-top: 1px;
}

.pagination-left-arrow {
	margin-right: 5px;
}

.pagination-right-arrow {
	margin-left: 5px;
}
