.mySlides {display:none}

/* Slideshow container */
.velemenydoboz {
  margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
  padding: 8px;
	padding-left: 16px;
  width: 90%;
  height: 280px;
  background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	box-sizing: border-box;
	display: table;
}
.velemenydoboz h1{
	margin-top: 0;
	font-size: 18pt;
	line-height: 28pt;
}
.velemenydoboz h2{
	margin-top: 0;
	font-size: 14pt;
	line-height: 16pt;
	color: #ff6600;
}
.velemenydoboz p{
	margin-top: 0;
	font-size: 12pt;
	line-height: 14pt;
	text-align: justify;
}
.velemenykep {
	height: 265px;
	float: right;
	margin-left: 20px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px;
  margin-top: -18px;
  color: #ff6600;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 20px 0px 0px 20px;
	background-color: rgba(255,255,255,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
	margin-right: -30px;
  border-radius: 0px 20px 20px 0px;
}
.prev {
  margin-left: -45px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #ff6600;
	color: #fff;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  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}
}
@media screen and (max-width: 600px) {
.velemenydoboz {
  width: 80%;
  height: 280px;
}
}
@media screen and (max-width: 400px) {
.velemenydoboz {
  width: 70%;
  height: 280px;
	padding: 8px;
}
.velemenykep {
	height: auto;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}