/*	//////// SLIDES	////////// */

#slids-con {
 position:relative;
/* width:1280px;*/
width:100%;
height:100%;
 margin:0 auto;
 padding:0;
 border:solid 0px #ddd;
 margin-top:0px;
margin-bottom:30px;
}

#slids-con2 {
 position:relative;
width:1280px;
 margin:0 auto;
 padding:0;
 border:solid 0px #ddd;
 margin-top:0px;
margin-bottom:30px;
}

.slideshow-container2 {
width:1280px;
height:150px;
background:#fff;
border:solid 1px #ddd;
margin:0 auto;
margin-top:30px;
position: relative;
}

.slideshow-container {
  /*max-width: 1280px;*/

  width:100%;
height:100%;

  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
    position:relative;
}

.slds{
background-size: cover;
background-repeat: no-repeat;
background-position: center;

/*background-attachment: fixed;*/
height:89vh;

}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -62px;
  padding: 16px;
  color: #333;
  /*font-weight: bold;*/
  font-weight: 100;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  opacity:0.7;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slide-text0 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.dot-con{
text-align:center;
/*margin:10px 0 -5px 0;*/

position:absolute;
bottom:20px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

.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}
}

#slids-con img{
vertical-align: middle;
}

.slide-text{
position:absolute;
bottom:0;

width:100%;
background: rgb(0,0,0);
background: rgba(0,0,0, 0.5);
/*max-height:204px;*/
line-height: 130%;
text-align:center;
color:#fff;
font-weight:300;
}

.slide-text a{
text-decoration:none;
color:#fff;
}

.txt-con{
padding:60px;
margin:0 auto;
max-width:1280px;

text-align:center;
text-align: justify;
font-size:16px;
font-weight:300;
color:#fff;
}

.slides-bg{
border:solid 0px #ddd;
height:16px;
background-image: url("/mix/slide-bg.jpg");
background-repeat: repeat-x;
}

/* MEDIA */

@media screen and (max-width: 1280px) {

#slids-con2{
width: 980px;
}

.slideshow-container2{
width: 980px;
}

}

@media screen and (max-width: 990px){

#slids-con2{
width:735px;
}

.slideshow-container2{
width: 735px;
}

}

@media screen and (max-width: 740px) {

#slids-con3{
display:none;
}

#slids-con2{
display:none;
}

.slideshow-container2{
display:none;
}


}

@media screen and (max-width: 520px) {

}
