@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-image: url("../imgs/108396446_l.jpg");
    background-size: cover;
/*    height:auto; */
	background-repeat: no-repeat;
	
}

	.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 750px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 1.1em;
  padding: 1px 1px;
  position:absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 0.8em;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 550px) {
  .prev, .next,.text {font-size: 0.9em}
}
.mobile-container {
    max-width: 800px;
    margin: auto;
    background-color: #555;
    height: auto;
    color: white;
    border-radius: 10px;
    font-size: 1.2em;
}
.topnav {
    overflow: hidden;
    background-color: black;
    position: relative;
}
.topnav #myLinks {
    display: none;
}
.topnav a {
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
}
.topnav a.icon {
    background: red;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 9px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.activ {
    background-color: #FFFD00;
    color: white;
}
.foot {
    text-align: center;
    background: #0E0370;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px;
}

* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height:auto;
}
.tab1 {
  float: left;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 177px;
}

.tab2 {
  float: left;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 500px;
}


/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  font-weight: 900;
  font-size: 1.1em;
  padding: 13px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.tab1 button {
  display: block;
  background-color: inherit;
  color: black;
  font-weight: 900;
  font-size: 1.1em;
  padding: 13px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.activ {
  background-color: #ccc;
}
.tab1 button.activ {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height:auto;
  background: #C5C5BE;
  color: black;
     
}
.tabcontent1 {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 177px;
  background: #C5C5BE;
  color: black;
     
}

.tabcontent2 {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 500px;
  background: #C5C5BE;
  color: black;
     
}

.tablecont1 {
	width: 100%;
	border: 0;

}
.kesk {
    text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}


td.tdcont {
    background-color: #E2E16A;
}

img.vant{
	display: inline-block;
	width: 160px;
	padding: 7px;
	border-radius: 5px;
	border:2px solid yellow;
	margin-left: auto;
	margin-right: auto;
	
}

img.vant1{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	padding: 7px;

	
}
div.keski {
	align-content:center;
	vertical-align: top;
	align-items:baseline;
	margin-left: auto;
	margin-right: auto;
	
}
img.jr{
	float: right;
	max-width: 50%;
}

iframe.re85{
	float: right;
	max-width: 50%;

	border: none;
}

a:link{
  color: yellow;
  text-decoration: none;
}

a:visited{
  color: yellow;
  text-decoration: none;
}

#keski{
	text-align: center;
}

div.lev{
	display: inline-block;
	object-fit:fill;

}