body {
	display: flex;
	background-color: black;
	color: white;
	justify-content: center;
}

.title {
	font-family: 'Major Mono Display', monospace; font-size: 60px;
/*	text-transform: uppercase;
*/}

.main {
	display: flex;
	flex-direction: column;
	width: 901px;
	border: 0px solid white;
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
}

aside {
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
}

.list-aside {
	width: 301px;
	margin-left: 10px;
}

.list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 901px;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer {
	color: grey;
	font-size: 14px;
	text-align: right;
	padding: 30px;
}

.footer-text {
	margin-top: 3px;
	margin-bottom: 5px;
}

section.bottom-margin {
	margin-bottom: 20px;
}

div.border-search {
	border: 1px dotted #999999;
	border-radius: 2px;
	background-color: #111111;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}

div.list-item-container {
	width: 295px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

article.list-article {
	background-color: black;
	margin-bottom: 10px;
}

img.list-screen {
	width: 295px;
	height: auto;
	margin-bottom: -4px;
}

div.list-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

nav.main-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

nav.main-menu, header.aside-header {
	font-size: 30px;
}

.main-menu-lang {
	font-size: 22px;
	margin-top: 9px;
}

a.nav-link {
  position: relative;
  text-decoration: none;
  border-bottom: 0px solid #ffffff;
  box-shadow: inset 0 0px 0 #ffffff;
  transition: all ease 150ms;
}

a.nav-link:hover {
  text-shadow: none;
  border-bottom: 1px solid #ffffff;
  box-shadow: inset 0 -0.12em 0 #ffffff;
}

a.selected, span.selected {
  border-bottom: 1px solid #ffffff;
  box-shadow: inset 0 -0.12em 0 #ffffff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 7px solid white;
    margin: 0em 0;
    padding: 0;
}

hr.bottom-space {
	margin-bottom: 3px;
}

hr.half-size {
    border-top: 3px solid white;
}

.mapa {
	height: 400px;
	width: 901px;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.info-and-screens {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.info-scene-id {
	background-color: #444444;
}

.info-title {
	background-color: #444444;
	font-size: 16px;
}

.scene-id-span {
	display: block;
	width: 27px;
	text-align: center;
}

table, td, tr {
	border: 1px solid rgba(0,0,0,255);
	border-collapse: collapse;
	margin: -1px;
}

table.info {
	width: 903px;
}

td {
	font-size: 16px;
	padding: 5px;
}

td.aside-info-value {
	width: 100%;
	background-color: #333333;
	font-size: 15px;
}

span.aside-info-value {
	width: 100%;
	background-color: #333333;
	font-size: 15px;
	padding: 5px;
}

td.aside-screen-cell {
	width: 100%;
	background-color: #333333;
	padding: 0px;
}

img.aside-screen {
	width: 301px;
	height: auto;
	margin-bottom: -4px;
}

img.screen {
	width: 100%;
	height: auto;
}

td.info-key, td.aside-info-key, td.info-key-main, td.info-key-main-warn {background-color: #222222; text-align: center;}
td.info-value {background-color: #333333;}
td.info-service-line {background-color: #000000; padding-top: 0px; padding-bottom: 0px; padding-right: 3px; text-align: right;}
td.aside-info-title {background-color: #444444; font-size: 15px;}
td.maxed-width {width: 99%;}

span.aside-info-title {display: block; background-color: #444444; font-size: 15px; padding: 5px;}
span.aside-info-key {background-color: #222222; text-align: center; font-size: 16px; padding: 5px; margin-right: 1px;}
span.aside-info-row-containter {display: flex; margin-top: 1px;}
span.people-icon-extra-padding {padding-left: 6px;}
span.aside-picture-bottom-margin {margin-bottom: -6px;}

td.info-key-main {
	padding-right: 3px;
}

td.info-key-main-warn {
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
}

span.editbutton, span.service-line-filler, span.aside-misc-button {
	display: flex;
	flex-grow: 0;
	width: auto;
	justify-content: center;
	background-color: #333333;
	border: 1px solid #555555;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: -3px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
}

span.editbutton:hover, span.aside-misc-button:hover {
	cursor: pointer;
	border: 1px solid #888888;
}

span.editbutton-active {
	background-color: #444444;
	border: 1px solid #aaaaaa;
}

span.aside-misc-button {
	margin-right: 0px;
	flex-grow: 1;
}

span.service-line-filler {
	display: flex;
	flex-grow: 10;
	background-color: #222222;
	border: 1px solid #353535;
}

div.service-line-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: right;
	margin-top: 2px;
	margin-right: 3px;
}

div.submit-edit-intro, div.submit-edit-outro {
	height: auto;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #323232;
	border: 1px solid #555555;
	color: white;
	padding: 4px;
	padding-left: 7px;
	font-size: 13px;
}

div.submit-edit-outro {
	margin-top: 2px;
	height: 17px;
}

div.submit-edit-textarea {
	display: flex;
	height: 100px;
	margin-top: 0px;
}

textarea.submit-edit-field {
	height: 100%;
	background-color: #222222;
	border: 1px solid #555555;
	color: white; padding: 4px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 7px;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
}

textarea::placeholder {
	color: #cccccc;
}


textarea:focus {
    outline: none;
}

span.service-line-space {
	width: 5px;
}

.link:hover {
	background-color: #666666;
	cursor: pointer;
}

span.info-key-rotated-arrow {
	display: inline-block;
	padding-right: 7px;
	font-size: 25px;
	font-weight: bold;
	line-height: 15px;
	transform: scale(-1, 1);
	color: #999999;
	vertical-align: sub;
}

/*.selector:not(*:root), span.info-key-rotated-arrow {
	vertical-align: sub;
}
*/

/*@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	span.info-key-rotated-arrow {
		vertical-align: sub;
	}
}
*/

/*@supports (-webkit-appearance:none) {
	span.info-key-rotated-arrow {
		vertical-align: sub;
	}
}
*/

/*
	I WON'T GIVE UP
*/

@-moz-document url-prefix() {
    span.info-key-rotated-arrow {
        vertical-align: baseline;
    }
}

/*
	SEE?
*/

td.link.aside-info-title:hover {
	background-color: #999999;
	cursor: pointer;
}

img.aside-screen:hover {
	cursor: pointer;
}

div.screens {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 5px;
	margin-left: -1.5px;
	margin-right: -1.5px;
}

span.screens-item-container {
	flex-grow: 0;
	flex-basis: calc(50% - 4px);
	margin-bottom: 5px;
	margin-left: 1.5px;
	margin-right: 1.5px;
}

span.screens-item-container-full-size {
	flex-basis: calc(100% - 2px);
}

span.screens-item-container-fixed-full-size {
	flex-grow: 0;
	flex-basis: calc(100% - 2px);
	margin-left: 1.5px;
	margin-right: 1.5px;
	margin-bottom: 5px;
}

span.screens-item-container.iframe {
	flex-grow: 0;
	flex-basis: 100%;
	height: 500px;
	margin-bottom: 9px;
}

span.screens-item-container.external {
	height: 200px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

span.screens-caption {
	color: black;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
/*	text-transform: uppercase;
*/	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
}

div.screens-item {
	padding: 3px;
	padding-bottom: 0px;
	background-color: #eeeeee;
	cursor: pointer;
}

div.screens-item-fixed-full-size {
	padding: 3px;
	padding-bottom: 0px;
	background-color: #eeeeee;
}

div.iframe {
	height: calc(100% - 18px);
}

iframe.screens-iframe {
	width: 100%;
	height: calc(100% - 3px);
	border: none;
}

.screens-color1 {
	background-color: #3e1111;
	background-color: #103746;
}

.screens-color2 {
	background-color: #103746;
}

span.pix {
	width: 0.0417em;
	display: inline-block;
}

div.container {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.vertical-divider {
	background-color: #a6a6a6;
	width: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

form {
	display: flex;
	flex-flow: column;
	height: 100%;
	width: 100%;
}

div.fulltext-container {
	display: flex;
	flex-direction: row nowrap;
	font-size: 13px;
	width: 100%;
	margin-top: 4px;
}

div.fulltext-container > .vertical-divider {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

input.fulltext-search-input {
	border: 1px solid #656565;
	background-color: #333333;
	font-size: 13px;
	color: white;
	padding: 5px 3px 6px 6px;
	margin-top: 3px;
/*	width: 100%;
*/}

input.submit-button:focus, input.fulltext-search-input:focus {
	outline: none;
}

input.submit-button:hover {
	cursor: pointer;
}

div.external-streetview {
	display: flex;
	flex-direction: column;
	background-color: black;
	width: 100%;
	height: calc(100% - 3px);
	font-size: 30px;
	font-weight: normal;
	justify-content: center;
	align-items: center;
	text-align: center;
}

span.external-small-text {
	font-size: 16px;
	font-weight: normal;
}

hr.search-divider {
    display: block;
    text-align: center;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px dotted #888888;
    margin: 0em 0;
    margin-top: 4px;
    padding: 0;
}

div.submit-buttons {
	text-align: center;
	width: 100%;
	margin-top: 9px;
	font-size: 13px;
	white-space: nowrap;
}

input.submit-button {
	border: 2px solid #aaaaaa;
	background-color: #333333;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	color: white;
	padding: 4px 6px 5px 6px;
	margin-right: 0px;
	box-sizing: border-box;
}

input.fulltext-search-input::placeholder {
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	opacity: 1;
}

.search-options-icon {
	background-color: #333333;
	border: 1px solid #656565;
	white-space: nowrap;
	width: calc(50% - 14px);
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

form, span.editbutton, span.aside-misc-button {
	font-size: 13px;
}

span.radios-container {
	margin-top: -2px;
	margin-bottom: 5px;
	text-align: right;
}

.radiowrapper input {
	display: none;
	visibility: hidden;
	width: 0;
}

.radiowrapper label {
	display: inline-block;
	width: auto;
	background-color: #333333;
	border: 1px solid #656565;
	margin-top: 5px;
	margin-left: -1px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.radiowrapper label:hover {
	border: 1px solid white;
}

.radiowrapper input:checked + label {
	background-color: #444444;
	border: 1px solid #aaaaaa;
}

.left-order-item {
	text-align: right;
}

.right-order-item {
	text-align: left;
}

.active-order-item {
	background-color: #444444;
}

a {
	color: white;
	text-decoration: none;
}

td a {
	display: block;
}

a.normcore {
	display: inline;
	border-bottom: dotted 1px white;
}

a.link {
	display: inline;
	background-color: #555555;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

a.link.id {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -3px;
	cursor: pointer;
}

a.link.id.social {
	margin-right: 4px;
}

img.social-id {
	margin-left: 2px;
	margin-right: 2px;
	height: 16px;
	margin-bottom: -3px;
	border: 1px solid black;
}

span.no-link {
	display: inline;
	background-color: #454545;
	border: 1px solid #656565;
	color: #eeeeee;
	padding-left: 3px;
	padding-right: 3px;
}

.search-options-container {
	display: flex;
	flex-direction: row nowrap;
	font-size: 13px;
	width: 100%;
	margin-top: 0px;
}

.paginator-order-container {
	display: flex;
	flex-direction: row nowrap;
	justify-content: space-between;
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
}

.paginator-bottom {
	margin-top: 0px;
}

div.paginator {
	width: 100%;
	margin-left: 1px;
	margin-right: -1px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: left;
}

div.order {
	text-align: right;
}

.paginator-item {
	display: inline-block;
	width: 32px;
	background-color: #333333;
	border: 1px solid #656565;
	margin-top: 5px;
	text-align: center;
}

.paginator-item.active, .order-item.active {
	border: 1px solid white;
}

.paginator-item:hover, .order-item:hover {
	background-color: #555555;
	cursor: pointer;	
}

.paginator-item.active:hover, .order-item.active:hover {
	background-color: #333333;
	cursor: default;
}

.order-item {
	display: inline-block;
	width: auto;
	background-color: #333333;
	border: 1px solid #656565;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.faq {
	font-size: 17px;
}

.faq-container {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 20px;
}

.faq-arrow {
	margin-right: 5px;
}

.faq-container a {
	text-decoration: underline;
}

a.link-arrow {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px;
}

span.no-link-arrow {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px;
}

span.no-link-arrow:hover {
	cursor: default;
}

.small-font-cell {
	font-size: 15px;
}

.center-cell {
	text-align: center;
}

td.image-no-pad {
	padding: 0px;
	background-color: black;
	vertical-align: top;
}

.hidden {
	display: none !important;
}

.left4 {
	margin-left: 4px;
}

.right4 {
	margin-right: 4px;
}

.right5 {
	margin-right: 4px;
}

td.faq-cell-question-key {
	background-color: #aaaaaa;
	width: 0px;
	padding: 0px;
}

td.faq-cell-answer a {
	display: inline;
	text-decoration-line: underline;
	text-decoration-style: dotted;
}

td.faq-cell-question {
	background-color: #222222;
	padding-left: 10px;
}

td.faq-cell-answer-key {
	background-color: #444444;
}

td.faq-cell-answer {
	background-color: #222222; padding-left: 10px;
}

td.faq-cell-divider {
	background-color: black;
	height: 12px;
	padding: 0px;
}

img.social-icon {
	height: 32px;
	margin-right: 7px;
}

img.social-icon.last {
	margin-right: 0px;
}

div.button-group {
	font-size: 0px;
}

div.mobile-main-zoom {
	transform-origin: top center;
	width: calc(100% * (1/1.5));
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.mobile-selected {
	font-weight: bold;
}

.mobile-small-space {
	font-size: 2vw;
}
