body {
  background-color: #dcd9e8;
}

.txtbox {
	background-color: #F8F8F8;
	margin: 1%;
	padding: 1%;
	border-style: hidden;
	border-radius: 5px;
	border-width: 2px;
	content: "";
	clear: both;
	display: table;
	}
	
	* {
  box-sizing: border-box;
}

/* bilžu konteinera pozīcija */
.container {
  position: relative;
}

/* slēpt bildes defaultā */
.mySlides {
  display: none;
}

/* Nomainīt kursoru uz rociņu, kad tas ir pāri mazajām bildēm */
.cursor {
  cursor: pointer;
}

/* poga uz priekšu un atpakaļ */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.07);

}

/* novieto pogu uz priekšu labajā pusē */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* kad uziet virsū pogu ikonai, nedaudz satumšināt aizmuguri */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* bilžu numura teksta iestatījumi */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: Arial;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-right-radius: 12px;
}

/* teksta līnijas iestatījumi */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: #dcd9e8;
  font-family: Arial;
  font-weight: bold;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 6 mazās bildītes  */
.column {
  float: left;
  width: 25%;
}

/* caurspīdīgums neizvēlētajām preview bildēm */
.demo {
  opacity: 0.57;
}

.active,
.demo:hover {
  opacity: 1;
}
