li.sezioneEciclopedia{
	width: 50%;
	text-align: center;
}
ul.menu{
	width: 100%;
}


.enciclopedia{

	background-color: #111;
	color: white;
	margin: 20px;
	padding: 10px;
 	border-radius: 15px 15px 15px 15px;
    border: 1.5px solid greenyellow;
	height: 455px;
}

.carousel{
	height: 295px;
}

.carousel-indicators-letter li.active, .carousel-indicators-letter li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: greenyellow;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators-letter li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}

.carousel-indicators li {
    display: inline-block;
    text-indent: 0;
    text-align: center;
    margin: 1px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}


.carousel-indicators{
    bottom: -20px !important;
}

.carousel-inner.lista {
    width: 86%;
    left: 7%;
    height: 249px;
}

.carousel-control-next {
	height: 80%;
    width: 2%;	
}

.carousel-control-prev{
	height: 80%;
    width: 2%;
	
}

.carousel-control-prev{
  width: 2%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
}

.carousel-control-next{
  width: 2%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
}

.carousel-control-prev:hover{ filter: brightness(120%);}

.carousel-control-next:hover{ filter: brightness(120%);}



.tab-dx{
	position: relative;
	float: right;
	bottom: 217px;
	right: 10%;
	border: solid 1px;
    border-color: greenyellow;
    text-align: center;
    width: 35%;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Segoe UI;
}

.tab-sx{
	margin-left: 10%;
	border: solid 1px;
    border-color: greenyellow;
    text-align: center;
    height: 20px;
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Segoe UI;
}

.titolo{
font-family: garamond;
text-align: center;
display: inline-block;
width: 100%;
right: auto;
left: auto;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
border-radius: 10px 10px 0px 0px;
font-size: 80%;
margin-top: 1.5%;
}
