slideshow-containerslideshow-containerslideshow-container* {box-sizing: border-box;}

.header{position:fixed !important;}

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

.mySlides h2 {padding-top: 10px;font-size: 16px !important;margin:0 !important;}


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

.col_index{width: 80%;margin: 0 0 0 10px;float: left;}
.col_dcha_index{width: 18%;margin: 0 0 0 1%;float: left;}

.tablet_on{display:none;}

/* 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_list{margin-left:0px;}
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1000px) {

	/*h1{margin-bottom: 0 !important;}*/
	.col_index{width: 96%;margin: 0 0 0 1%;float: none;}
	.col_dcha_index{display: none;}
	.tablet_on{display:block;margin-right: 2.2%;}
	.menu__btn{margin-top: -35px !important;}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 700px) {
  	.text {font-size: 11px}
	.mov_on{display:block !important;}
}

.footer{margin:0 0 20px !important;padding:20px 0 0 !important;}