#slideshow{
position:relative;
width: 90%;
margin:0px 5%;
max-height:480px;
display:inline-block;
transition:all ease 0.5s;
}

#slideshow a{
width:100%;
height:100%;
display:block;
}

.slide{
max-height:480px;
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
transition:all ease 0.5s;
}

.slide li {
width:100%;
position:relative;  
}

.slide img{
border-radius:30px; 
}

.slide li:first-child {
position: relative;
display: block;
float: left;
}

a.centered-btns_nav.next,
a.centered-btns_nav.prev{
position:absolute;
top:25%;
right:20px;
height:50%;
width:25px;
z-index:990;
background: url(/images/slide_next.svg) no-repeat center center;
display:block;
}

a.centered-btns_nav.prev{
left:20px;
background: url(/images/slide_prev.svg) no-repeat center center;
}

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

.slidetxt_global{
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align:center;
width:100%;
}

.slidetxt{
background:#ffffff;
margin-left:3em;
padding:30px;
width:30em;
border-radius:15px;
transition:all ease 0.5s;
}

@media screen and (max-width: 1100px) {
.slidetxt{width:40em;}
}
@media screen and (max-width: 980px) {
.slidetxt{width:50em;}
}


.slidetxt p,
.slidetxt h1,
.slidetxt h2,
.slidetxt h3,
.slidetxt h4{
text-align:left;
line-height:1em;
color:#000;
}

.slidetxt h1{
font-family:'Walkway',arial;
font-weight:600; /*semibold*/   
font-size:3.4em;
margin-bottom:10px;

}
.slidetxt h2{
font-family:'Montserrat',arial;
font-weight:600;
font-size:1.8em;
text-align:left;
margin-bottom:10px;
}
.slidetxt p{
color:black;
font-size:1.4em;
line-height:1.3em;
font-weight:200;
}
#slideshow .slidetxt p a{
color:black;
background: #f19300;
padding: 8px 16px;
text-decoration: none;
font-size:1em;
line-height:1em;
width:auto;
display:inline-block;
margin-top:10px;
text-transform:uppercase;
transition:all ease 0.5s;
border-radius:20px;
}
#slideshow .slidetxt p a:hover{
background:black;
color:white;
}
