.bottom{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	border-style: solid;
	border-width: 0 0 3px 0;
	pointer-events: none;
}

.bottom .button{
	position: relative;
	float: right;
	width: 55px; height: 55px;
	margin-right: 0.8%;
	border-radius: 5px 5px 0 0;
	padding: 12px;
	font-weight: bold;
	line-height: 85%;
	text-align: center;
	color: white;
	cursor: pointer;
	top:0px;
	
}

/* mobile */
.bottom #pauseButton.Mobile{ 
	border-radius: 80px;
	width: 80px; height: 80px;
	
	top: -135px;
    left: 183px;
}

/* mobile */
.bottom #prevPage.Mobile{
	border-radius: 100px;
	width: 100px; height: 100px;
	top: -65px;

	padding: 25px 30px 25px 20px;
}

.bottom #prevPage{
	padding-right: 16px;
}

/* mobile */
.bottom #nextPage.Mobile{
	/* border-radius: 180px; */
	border-radius: 100px 0 0 0;
    width: 100px;
    height: 100px;
	/* top: -145px; */
	top: -50px;
	margin: 0px;
	/* padding: 50px 40px 50px 60px; */
	padding: 35px 10px 0px 40px;
}

.bottom #nextPage{
	padding-left: 16px;
} 

.bottom .button:hover {
	top: 1px;
}

.bottom .subtitleContainer{
	position: absolute;
	width: 1050px;
	padding: 4px;
	bottom: 0px;
}

.subtitleContainer span{
	color: white;
    text-shadow: black 1px 1px 2px;
	background-color: rgba(0, 0, 0, 0.5);
}

/* mobile */
.subtitleContainer span.Mobile{

	font-size: 22px !important;

}

/* mobile */
.subtitleContainer.Mobile{
	width: 900px;
	left: 100px
}

/* mobile */
.bottom #nextPage.Mobile .arrow{
	position: relative;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
  	float: left;
}

/* mobile */
.bottom #prevPage.Mobile .arrow{
	position: relative;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
  	float: left;
}

/* mobile */
.bottom #pauseButton.Mobile .arrow{
	position: relative;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
  	float: left;
}

.arrow {
	position: relative;
	width: 49%;
	top: 5px;
  	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
  	float: left;
}

/* mobile */
.bottom #nextPage.Mobile .right{
	border-left: 20px solid white;
}

.right{
	border-left: 10px solid white;
}

/* mobile */
.bottom #prevPage.Mobile .left{
	border-right: 20px solid white;
}

.left {
  	border-right: 10px solid white;
}

.play{
	left: 12px;
	width: 100%;
	display: none;

	border-left: 10px solid;
}

/* mobile */
.bottom #pauseButton.Mobile .play{
	left: 20px;
	width: 100%;
	display: none;

	border-left: 20px solid;
}

.pause{

	font-size: 30px !important;
	margin-top: 4px;

}

/* mobile */
.bottom #pauseButton.Mobile .pause{

	font-size: 50px !important;
	margin-top: 25%;

}

.bottom #pauseButton.Iphone .pause{

	font-size: 50px !important;
	/* margin-top: 20px; */

}