html, body {
	height: 100%;
	min-height: 100%;
	font-family: "helveticaNeueRoman", helvetica, arial;
	font-size: 17px;
	color: #000;
	background-color: #FFF;
}

input, input[type=search] {
	padding: 4px;
	margin: 5px 0 5px 0;
	width: 200px;

	border: 1px solid #000;
	border-radius: 0;
	background: none;

	font-family: "helveticaNeueRoman";
	color: #000;
	text-align: left;
}

input.smallest {
	width: 50px;
}

input.small {
	width: 75px;
}

input:focus {
	border: 1px solid #000;
}

input:disabled {
	color: #999;
	background: #EEE;
}

input::placeholder {
	color: #999;
}

input[type="checkbox"] {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;

	width: 24px;
	height: 24px;
	vertical-align: middle;
	position: relative;

	border: 2px solid #888;
	background-color: #222;
	color: #FFF;
}

input[type="checkbox"]:checked {
	background-color: #999;
}

input[type="checkbox"]:hover {
	border: 2px solid #999;
}

input[type="checkbox"]:checked:hover {
	border: 2px solid #000;
}

select {
	border: 2px solid #888;
	border-radius: 4px;
	padding: 6px;
	margin: 6px;
	margin-left: 0;

	background-color: #222;
	color: #FFF;
}

button {
	border: none;
	color: #FFF;
	font-size: 1.25rem;
	font-family: "PPMondwest";
	cursor: pointer;
	background-color: #000;
	padding: 0.3rem 1rem 0.3rem 1rem;
}

button:disabled, button:disabled:hover {
	color: #888;
	cursor: auto;
}

button:hover {
	text-decoration: none;
}

label {
	font-family: "helveticaMonospacedW06";
	font-size: 1.25rem;
	text-transform: uppercase;

	color: #000;

	cursor: pointer;
}

.block label {
	display: inline-block;
	text-align: right;

	padding-top: 20px;
	width: 100%;
	text-align: left;
}

.block input {
	width: calc(100% - 10px);
}

h1 {
	font-family: "helveticaNowDisplay";
	font-size: 2.5rem;
	text-transform: uppercase;

	line-height: 2.5rem;
}

h2 {
	font-family: "helveticaNowDisplay";
	font-size: 2rem;
	text-transform: uppercase;

	line-height: 2rem;
}

h3 {
	font-family: "helveticaNowDisplay";
	font-size: 1.5rem;
	text-transform: uppercase;

	line-height: 1.5rem;
}

h4 {
	font-size: 1.25rem;

	line-height: 1.25rem;
}

p {
	padding-bottom: 0.9rem;
}

a {
	font-family: "helveticaMonospacedW06";
	color: #000;
}

a.neue {
	font-family: "helveticaNeueRoman", helvetica, arial;
}

a:hover {
	text-decoration: underline;
}

a.nohover:hover {
	text-decoration: none;
}

a.disabled, a.disabled:hover {
	color: #000;
	cursor: default;
	pointer-events: none;
	text-decoration: underline;
}

header {
	color: #000;
	padding: 1vh 1.75vw 1vh 0.75vw;

	border-bottom: 1px solid #000;
}

header .logo {
	font-family: "helveticaNowDisplay";
	font-size: 5rem;
	align-items: left;
	line-height: 6rem;
}

header .logo a:hover {
	text-decoration: none;
}

header .scout {
	display: flex;
	flex: 1;
	align-items: end;

	text-transform: uppercase;

	font-family: "helveticaMonospacedW06";
	font-size: 0.75rem;
	letter-spacing: 0.25rem;

	padding-bottom: 1rem;
}

header .info {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;

	text-transform: uppercase;

	font-family: "helveticaMonospacedW06";
	font-size: 0.75rem;
	letter-spacing: 0.25rem;

	padding-bottom: 1rem;
}

header .info div {
	padding-top: 0.5rem;
}

#page-container {
	font-family: "helveticaNeueRoman", helvetica, arial;
	font-size: 1rem;

	margin: 0 auto;

	display: flex;
	flex-direction: column;

	min-height: 100vh;
	display: none;
}

#main-wrapper {
	padding: 1vh 1.75vw 1vh 0.75vw;

	display: flex;
	flex: 1;
	align-items: stretch;
}

#sidebar {
	position: fixed;

	right: 0;

	height: 97vh;
	width: 1.2vw;
	background-color: #000;

	font-family: "helveticaMonospacedW06";
	font-size: 0.75rem;
	letter-spacing: 0.25rem;
	writing-mode: vertical-lr;

	padding-top: 1.5vh;
	padding-bottom: 1.5vh;

}

#sidebar div {
	display: flex;
	flex-flow: column;
	align-items: self-end;
	justify-content: center;
	width: 100%;
}

#sidebar a {
	color: #FFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

.wrapper {
	padding-bottom: 50px;
	width: 100%;

	display: flex;
	justify-content: center;
}

.login-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	text-align: left;
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
}

.login-box .block {
	text-align: right;
}

/*
.grid {
	width: 100%;
}

.grid-item {
	padding-bottom: 1rem;
}
*/

.bricklayer-column {
	padding-left: 1px;
	padding-right: 1px;
}

.bricklayer-column-sizer {
	width: 33%;
}

.box a {
	display: flex;
}

.box {
	margin: 2px 0;
}

.box img {
	width: 100%;
}

.padtophalfvh {
	padding-top: 0.5vh;
}

.padtophalfrem {
	padding-top: 0.5rem;
}

.padtop1rem {
	padding-top: 1rem;
}

.padtop2rem {
	padding-top: 2rem;
}

.padbot1rem {
	padding-bottom: 1rem;
}

.padbot2rem {
	padding-bottom: 2rem;
}

.padleft1rem {
	padding-left: 1rem;
}

.padleft2rem {
	padding-left: 2rem !important;
}

.padrighthalfrem {
	padding-right: 0.5rem;
}

.padright1rem {
	padding-right: 1rem;
}

.padright2rem {
	padding-right: 2rem;
}

.padtop1vh {
	padding-top: 1vh;
}

.padtop2vh {
	padding-top: 2vh;
}

.padtop4vh {
	padding-top: 4vh;
}

.padtop6vh {
	padding-top: 6vh;
}

.padtop8vh {
	padding-top: 8vh;
}

.padtop10vh {
	padding-top: 10vh;
}

.padtop5 {
	padding-top: 5px;
}

.padtop6 {
	padding-top: 6px;
}

.padtop10 {
	padding-top: 10px;
}

.padtop20 {
	padding-top: 20px;
}

.padtop50 {
	padding-top: 50px;
}

.padtop100 {
	padding-top: 100px;
}

.padbot5 {
	padding-bottom: 5px;
}

.padbot10 {
	padding-bottom: 10px;
}

.padleft5 {
	padding-left: 5px;
}

.padleft40 {
	padding-left: 40px;
}

.padright5 {
	padding-right: 5px;
}

.h1rem {
	height: 1rem;
}

.h1rem-icon {
	height: 0.85rem;
}

.w100pct {
	width: 100%;
}

.mauto {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.bolded {
	font-family: "helveticaNeueBold";
}

.italic {
	font-family: "helveticaNeueItalic";
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.txt_biggest {
	font-size: 3rem;
}

.txt_big {
	font-size: 2rem;
}

.txt_min {
	font-size: 0.75rem;
}

.txt_small {
	font-size: 0.9rem;
}

.gray {
	color: #999;
}

.fade-in {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
}

.mensajescont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 350px;
	max-width: 80%;
	margin-top: 4vh;
	margin-bottom: 4vh;
}

.mensajes {
	width: 100%;
	border-radius: 0;
	padding: 1rem;
}

.mensajes div {
	width: 100%;
}

.mensajes.error {
	background-color: #FCC;
	border: 1px solid #C00;
	color: #C00;
}

.mensajes.info {
	background-color: #999;
	border: 1px solid #888;
	color: #000;
}

.modal {
	max-width: 825px;
	border: 1px solid #000;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #000;
}

.modal.error {
	background-color: #FCC;
	border: 1px solid #C00;
	color: #C00;

	width: 400px;
	max-width: 80%;
}

.modal.info {
	background-color: #999;
	border: 1px solid #888;
	color: #000;

	width: 400px;
	max-width: 80%;
}

.modal.stretched {
	max-width: max-content;
}

.modal-content {
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: none;

	-webkit-overflow-scrolling: touch;
}

.blocker {
	background-color: rgba(255,255,255,0.85);
}

.lightboxOverlay {
	background-color: rgba(255,255,255,0.85);
}

.lb-outerContainer {
	border-radius: 0;
}

.lightbox {
	display: flex;
	flex-flow: column-reverse;
}

.lightbox .lb-image {
	border-radius: 0;
	border: 1px solid #000;
}

.lb-data .lb-close {
	background: none;
	opacity: 1;
}

.lb-close::after {
	content: "\00D7";

	font-family: "pixeltype400";
	font-size: 3rem;
	color: #000;
}

.lb-close:hover {
	text-decoration: none;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
	width: 49%;
	background: none;
	position: relative;
}

.lb-nav a.lb-next {
	right: -2.5rem;
	background: url("data:image/svg+xml; utf8, <svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' aria-hidden='true' font-size='35' height='1rem' width='1rem' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16.72 7.72a.75.75 0 011.06 0l3.75 3.75a.75.75 0 010 1.06l-3.75 3.75a.75.75 0 11-1.06-1.06l2.47-2.47H3a.75.75 0 010-1.5h16.19l-2.47-2.47a.75.75 0 010-1.06z' clip-rule='evenodd'></path></svg>") right 50% no-repeat;
	background-size: 2rem;
}

.lb-nav a.lb-prev {
	left: -2.5rem;
	background: url("data:image/svg+xml; utf8, <svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' aria-hidden='true' font-size='35' height='1rem' width='1rem' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.28 7.72a.75.75 0 010 1.06l-2.47 2.47H21a.75.75 0 010 1.5H4.81l2.47 2.47a.75.75 0 11-1.06 1.06l-3.75-3.75a.75.75 0 010-1.06l3.75-3.75a.75.75 0 011.06 0z' clip-rule='evenodd'></path></svg>") left 50% no-repeat;
	background-size: 2rem;
}

.lb-nav a.lb-next::before, .lb-nav a.lb-prev::before {
	position: absolute;
	top: calc(50% - 0.5rem);
	display: flex;

	content: "";

	margin-right: 0.5em;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel .owl-item img {
	max-width: 400px;

	width: auto;
	height: auto;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
	display: none;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 0.5rem);
	display: flex;
}

.owl-nav .owl-prev {
	left: calc(-2rem - 16px);
	margin-right: 0.5em;
}

.owl-nav .owl-next {
	right: calc(-2rem - 16px);
	margin-left: 0.5em;
}

.owl-hidden {
	display: none !important;
}

ul.form-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;

	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	column-fill: balance;
	overflow: hidden;
}

ul.form-list li, ul.form-list-toexpand li {
	padding-bottom: 15px;
}

#view-container {
	width: calc(100% + 1.5vw);

	margin-top: -1vh;
	margin-left: -0.75vw;
	margin-right: -0.75vw;
}

#polas-container {
	width: 90%;
	max-width: 820px;

	margin: 0 auto;
}

ul.imagesSearch {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(auto-fill, 33.33%);
}

.imagesSearch li {
	display: flex;
	flex-direction: column;
	break-inside: avoid-column;

	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.9rem;
	padding-bottom: 1rem;

	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.imagesSearch img.persona {
	width: 14vw;
	/*height: 100%;*/
	/*cursor: pointer;*/
}

#vcard-container {
	font-family: "helveticaMonospacedW06";
	font-size: 0.9rem;
}

#vcard-actions a, #vcard-actions-head a {
	font-family: "PPMondwest";
}

#vcard-actions a:not(.icon)::before, #vcard-actions-head a:not(.icon)::before {
	content: "//";
	display: inline-block;
	letter-spacing: -0.2rem;
	margin-right: 0.2rem;
}

#vcard-actions div, #vcard-actions-head div {
	padding-right: 0.3rem;
}

#vcard-actions div:first-child, #vcard-actions-head div:first-child {
	padding-left: 0;
}

#vcard-actions div:last-child, #vcard-actions-head div:last-child {
	padding-right: 0;
}

#vcard-actions {
	min-height: 3.5rem;
	align-content: end;
}

#vcard-actions-head {
	justify-content: center;
	align-items: flex-end;
	flex: 1;
	padding-bottom: 0.5rem;

	font-size: 1.2rem;
}

#info-header {
	font-family: "helveticaMonospacedW06";
}

#compo-container {
	border: 1px solid #000;
	max-width: 600px;
}

#compo-container .details {
	font-family: "helveticaMonospacedW06";
}

.close-header {
	font-size: 3rem;
	font-family: "pixeltype400";

	color: #000;
}

.clear {
	clear: both;
}

.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.flexrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.flexcenter {
	align-items: center;
	justify-content: center;
}

.flexbaseline {
	align-items: baseline;
}

.flexjustify {
	justify-content: space-around;
}

.flexcolumn {
	display: flex;
	flex-direction: column;
}

.flexnowrap {
	flex-wrap: nowrap;
}

.inlineblock {
	display: inline-block;
}

.mw90pct {
	max-width: 90%;
}

.oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.onlydesktop {
	display: flex;
}

.onlymobile {
	display: none;
}

.floatcheck {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.percheck {
	border: 2px solid #000 !important;
	border-radius: 0 !important;
	background-color: #FFF !important;

	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;

	position: relative;
	cursor: pointer;

	margin: 0;
}

.percheck:checked:after {
	content: "*";
	font-family: "helveticaNeueRoman";
	color: #000;
	font-size: 2rem;
	width: 20px;
	line-height: 24px;
	position: relative;
}

@media (max-width: 1650px) {
	html, body {
		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	html, body {
		font-size: 14px;
	}

	.imagesSearch img.persona {
		width: 13vw;
	}
}

@media (max-width: 1280px) {
	html, body {
		font-size: 13px;
	}

	.imagesSearch img.persona {
		width: 12vw;
	}

	.bricklayer-column-sizer {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	header {
		padding-left: 1.5vw;
		padding-right: 1.5vw;
	}

	header .logo {
		font-size: 4rem;
		line-height: 5rem;
	}

	header .scout {
		flex-grow: unset;
	}

	#main-wrapper {
		padding: 0.75vh 1.5vw 0.75vh 1.5vw;
	}

	#view-container {
		width: calc(100% + 3vw);
		margin-left: -1.5vw;
		margin-right: -1.5vw;
	}

	#sidebar {
		display: none;
	}

	.login-box .block {
		text-align: center;
	}

	ul.imagesSearch {
		grid-template-columns: repeat(auto-fill, 50%);
	}

	#compo-container {
		max-width: 70vw;
	}

	#polas-container {
		max-width: unset;
	}

	header .scout {
		display: none;
	}
 }

 @media (orientation: portrait),
(max-width: 600px) {
	header {
		padding-left: 3vw;
		padding-right: 3vw;
	}

	ul.imagesSearch {
		grid-template-columns: repeat(auto-fill, 100%);
	}

	.imagesSearch li {
		padding-left: 3vw;
		padding-right: 3vw;
		border-right: none;
	}

	.imagesSearch img.persona {
		width: 40vw;
	}

	#compo-container {
		max-width: 100%;
	}

	#compo-container img.persona {
		max-width: 40vw;
	}

	#polas-container {
		max-width: unset;
	}

	.owl-nav .owl-prev {
		left: calc(-0.5rem - 16px);
	}

	.owl-nav .owl-next {
		right: calc(-0.5rem - 16px);
	}

	.owl-carousel .owl-item img {
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#vcard-actions-head {
		justify-content: left;
	}

	.onlydesktop {
		display: none;
	}

	.onlymobile {
		display: flex;
	}

	.bricklayer-column-sizer {
		width: 100%;
	}
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}