#slideshow{
position:relative;
width: 100%;
margin:0;
display:inline-block;
transition:all ease 0.5s;
background:url(/images/background-reviews.jpg);
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
padding:80px 7.5% 60px 7.5%;
text-align:center;
box-sizing:border-box;    
height:400px;
}

#slideshow h2.entite{
position:absolute;
top:25px;
width:85%;
text-align:center;
box-sizing:border-box;
}
#slideshow h2.entite span{
font-size:2.4rem;
font-weight:800;
width:auto;
margin:auto;
border:1px solid #ffffff; 
color:#ffffff;
padding:4px 8px;
}

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

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

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

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

a.centered-btns_nav.next,
a.centered-btns_nav.prev{
position:absolute;
top:0;
right:3%;
height:50%;
width:50px !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:3%;
background: url(/images/slide_prev.svg?v=0) no-repeat center center;
}

a.centered-btns_nav.next:hover{
right:4%;
transform: scale(1.3);
}
a.centered-btns_nav.prev:hover{
left:4%;
transform: 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);
  }

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

.slidetxt{
margin:auto;
padding:30px;
width:70%;
transition:all ease 0.5s;
position:relative;
text-align:center;
}

.slidetxt::before{
content:' ';
background: url(/images/slide_comtop.svg) no-repeat center center;
display:block;
width:66px;
height:50px;
position:absolute;
top:10px;
left:-50px;
}
.slidetxt::after{
content:' ';
background: url(/images/slide_combottom.svg) no-repeat center center;
display:block;
width:66px;
height:50px;
position:absolute;
bottom:30px;
right:-50px;
}

.slidetxt p,
.slidetxt h1,
.slidetxt h2,
.slidetxt h3,
.slidetxt h4{
line-height:1.3em;
}
.slidetxt h3{
font-family:'Domine',arial;
font-weight:500; /*semibold*/   
font-size:1.2em;
margin-bottom:10px;
}
.slidetxt p{
color:black;
font-size:1em;
line-height:1em;
font-weight:200;
}

.slidetxt p strong{
color:black;
font-size:inherit;
line-height:1em;
font-weight:600;
}

