body {
  font-family: monospace;
  font-size: small;
  margin: 0px;
  overflow-x: hidden;
  touch-action: manipulation;
  /* background-color: darkgray !important; */
}
h1, p {
    margin:0px;
    padding:0px;
	margin: 0;
}
.navbar-brand img{
	margin-right: 20px;
}
.headertitle{
	color: brown;
}
.wrap {
    width: 100%;
	overflow: hidden;
	background-color: black;
}
.image {
    position: relative;
    height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 1px 1px 0px;
}

.imagecontent {
    position: relative;
    height: 380px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.text {
	text-align: center;
    color: navajowhite;
	text-shadow: 0px 0px 8px #000000;
    position: relative;
	font-size: 12px;
	font-weight: 700;
	padding-top: 5px;
}
.text2 {
	text-shadow: 1px 1px 3px  #000, -1px -1px 3px  #000, 1px -1px 3px  #000, -1px 1px 3px  #000;
	padding-right: 5px;
	width: 100%;
}
.title {
	text-shadow: 1px 1px 3px  #000, -1px -1px 3px  #000, 1px -1px 3px  #000, -1px 1px 3px  #000;
	width: 99%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;
}
.chaptertitle {
	/*white-space: nowrap;*/
	font-size: 12px;
	font-weight: 700;
}
.contentbuttons{
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
}

.description{
	background-color: #ffffffc4;
    text-shadow: none;
	color: black;
    line-height: 17px;
}

.fa-play {
	margin-left: 2px;
}

.fa-stop {
	margin-left: 0px !important;
}

.fa-stack-1x{
	color: brown;
	margin-left: 2px;
}

.numerocapitoli {
	padding-right: 3px;
    margin-top: -1px;
}

.contentfooter{
    font-size: 12px;
	color: bisque;
    padding-left: 10px;

}
.contentfooterright {
	text-align: right;
    margin: 10px 10px;
}

#myplayer{
	display: none;
}

#posizione {
	display: block;
	visibility:hidden;
}

.myprogress{
	width: 100% !important;
	margin-top: 5px;
}
progress {
    color: navajowhite;
    position: relative;
	margin-top: 5px;
	height: 5px;
	width: 0%;
}


input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: white !important;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: white !important;
    margin-top: -6px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}


form {
	margin-bottom: 0;
	display: none;
}

#playercontainer {
	background-color: brown;
    padding-bottom: 10px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

p {
	font-size: 12px;
}