#slideshow{
position:relative;
max-width: 1280px;
height:488px;
display:block;
transition:all ease 0.5s;
overflow:hidden;
margin:auto;
margin-bottom:50px;
border-radius:16px;
}
#slideshow .text{
position:absolute;
z-index:3;
left:50%;
top:30%;
transform:translateX(-50%) translateY(-50%);
text-align:center;
width:100%;
transition:all ease 0.5s;
}

#slideshow .text *{
text-align:center;  
}
#slideshow .text h3{
font-size:2em;
}
#slideshow .text h1{
font-size:2.9em;
line-height:1em;
font-weight:800;
text-transform:none;
transition:all ease 0.5s;
}
#slideshow .text h1 img{
margin-bottom:10px;  
transition:all ease 0.5s;
}
@media screen and (max-width: 560px){
#slideshow .text{top:29%;}
#slideshow .text h1 img{height:120px;}
#slideshow .text h1{font-size:2em!important;}
}
#slideshow a{
width:100%;
height:100%;
}
.slide{
top:0;
position: absolute;
list-style: none;
width:100%;
height:100%;
padding: 0;
margin: 0;
transition:all ease 0.5s;
overflow:hidden;
}
.slide li{
width:100%;
height:100%;
background-size:cover; 
background-position:center center;
background-color:white;
}
.slide li img{display:none;}

a.centered-btns_nav.next,
a.centered-btns_nav.prev{
position:absolute;
right:-8px;
top: 50%;
transform: translateY(-50%);
height:100px;
width:30px !important;
z-index:990;
background: url(/images/slide_next.svg?v=0) no-repeat center center;
display:block;
transition:all ease 0.5s;
cursor:pointer;
}

a.centered-btns_nav.prev{
left:-8px;
background: url(/images/slide_prev.svg?v=0) no-repeat center center;
}

a.centered-btns_nav.next:hover{
right:-16px;
transform: translateY(-50%)  scale(1.3);;
}
a.centered-btns_nav.prev:hover{
left:-16px;
transform: translateY(-50%)  scale(1.3);;
}

.centered-btns_tabs{
z-index:990;
position:absolute;
bottom:20px;
text-align: center;
width:100%;
padding:0;
}

.centered-btns_tabs li{
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,255, 1);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.5);
  width: 10px;
  height: 10px;
  }

.centered-btns_here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }

