body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

body {
  background-color: black;
  color: #e1e2e2;
  font-size: 1.2rem;
}

::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: underline;
}

.container > div.background-light {
  background-color: #fff;
  color: black;
}

@media (min-width: 1024px) {
  .col-lg-20percent {
    flex: 0 0 20%;
    width: 20% !important;
  }
}

/*** POSITION elements ***/
.wrapper {
  height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper .frame-position {
  padding: 30px 0px;
}

.frame-position {
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.button, .info p, .col-scroll, a {
  pointer-events: initial;
}

.dummy-video {
  width: 100%;
  position: absolute;
}

.dummy-video img {
  width: 100%;
}


/*** PLAYER ***/
player, video {
  width: 100%;
}

XXXXXXXX.video-js .vjs-volume-panel, .video-js .vjs-picture-in-picture-control, .video-js .vjs-time-control {
  xxxdisplay: none;
}


/*** elements ***/
iframe {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  pointer-events: initial;
  border: 0;
}

div not(.linksmatrix) .bi {
  padding: 1rem;
  display: inline-block;
  background-color: #00000080;
}

.info .title {
  font-size: 2.2rem;
}

.dummy-video .circle {
  position: absolute;
  top: 0;
  left: 0;
}

.index .wrapper .row {
  margin-top: 50px;
}

.index .thumbnail > div {
  position: relative;
}

.index .thumbnail .circle {
  position: absolute;
}

.circle {
  width: 0;
  height: 0;
  border: solid orange;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.circle:hover {
  animation: circleOnHover 1s infinite;
}

.supertitle {
  margin-bottom: 2em;
}

.text-image {
  font-weight: bold;
  text-align: right;
  font-size: .7em
	;
}

.as-table {
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

@keyframes circleOnHover {
  0% {
    border: solid 0px orange;
    transform: scale (1);
  }
  50% {
    border: solid 5px white;
    transform: scale (1.5);
  }
  100% {
    border: solid 0px orange;
    transform: scale (1);
  }
}

.button.prev, .button.next {
	visibility: hidden;
}

/*** INFO TEXT ****/
.wrapper > .info {
  background-color: #00000080;
}

.line-above {
  border: 0px solid #e1e2e2;
  border-top-width: 1px;
  display: inline-block;
  width: auto;
}


/********/
/** INDEX ****/

.home .wrapper .row.linksmartix .row {
	margin-top: 0px;
}

.home .wrapper .row.linksmartix .col-static {
	padding-left: 0px;
}

.home .row.linksmartix,
.home .row.matrix {
	margin: 0px;
}

.linksmartix .col-static .col,
.linksmartix .col-scroll .col {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 5px;
	width: 150px;
	padding: 10px;
	margin: 3px;
}

.linksmartix .col {
	height: 50px;
	display: flex;
	align-items: center;
	
}

.linksmartix p {
	text-align: center;
	line-height: 1;
	margin: 0px;
	color: black;
	width: 100%;
}

.linksmartix .col-scroll {
	overflow-x: auto;
	padding-bottom: 20px;
}
.linksmartix .col-scroll .row {
	flex-wrap: nowrap;
}
.linksmartix .col-scroll .col {
	flex: 0 0 auto;
}

.linksmartix .col-static .col,
.linksmartix .col-scroll .col {
	background-color: #fff;
}
.linksmartix .col-scroll .c-1 {
	background-color: #F1F1F1;
}
.linksmartix .col-scroll .c-2,
.linksmartix .col-scroll .r-6 .c-1 {
	background-color: #E6E7E9;
}
.linksmartix .col-scroll .c-3,
.linksmartix .col-scroll .r-7 .c-1,
.linksmartix .col-scroll .r-6 .c-2,
.linksmartix .col-scroll .r-7 .c-2 {
	background-color: #B7BFC9;
}
.linksmartix .col-scroll .c-4,
.linksmartix .col-scroll .r-6 .c-3,
.linksmartix .col-scroll .r-7 .c-3 {
	background-color: #CDC9C8;
}
.linksmartix .col-scroll .c-5 {
	background-color: #A4ACAF;
}
.linksmartix .col-scroll .c-6 {
	background-color: #A4ACAF;
}
.linksmartix .col-scroll .c-7 {
	background-color: #82898F;
}
.linksmartix .col-scroll .r-4 .c-1,
.linksmartix .col-scroll .r-6 .c-4,
.linksmartix .col-scroll .r-7 .c-4 {
	background-color: #D2D4D3;
}
.linksmartix .col-scroll .r-5 .c-1 {
	background-color: #E3DFDE;
}
.linksmartix .col-scroll .r-0 .col {
	background-color: #fff;
}




.index .thumbnail p {
  margin: 0px;
  padding: 5px;
  font-size: 0.7rem;
}

.index .thumbnail {
  margin-bottom: 15px;
}

.title {
  font-size: 2.2rem;
}

.navigation {
  padding: 20px;
}


.xcol {
display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 5px;
	width: 200px;
	padding: 10px;
	margin: 3px;
}

xxx.gallery {margin-left: 0px; margin-right: 0px;}
.gallery img {margin-bottom: 20px;}


.cross-background {
  padding: 10%;
  width: 100%;
  min-height: 800px;
  background-image: url('/assets/img/X-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-inside {
  display: flex;
  justify-content: space-between;
}

.top-pdf {
  margin: 0 auto;
  text-align: center;
}

.bottom-pdf {
  margin: 0 auto;
}

.left-pdf {
  margin-top: 8%;
  text-align: center;
}

.right-pdf {
  margin-top: 8%;
  margin-left: 35%;
  text-align: center;
}

.bottom-pdf {
  max-width: 350px;
  text-align: center;
  padding-left: 5%;
}

.go-back-flex {
  position: absolute;
  top: 2%;
  right: 0;
}

.without {
  overflow: hidden;
}

.middle-division {
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
   .flex-inside {
    flex-direction: row;
   }

  .left-pdf, .right-pdf {
    width: 50%;
  }
  .cross-background {
    justify-content: space-around;
    font-size: 11px;
  }
}

