#pagination{
	display: block;
    margin: 30px auto 10px;
    width: 100%;
    text-align: center;
}
#pagination strong, #pagination a{
	display: inline-block;
	background: #ffffff;
	border: 1px solid #888888;
	padding: 8px 16px;
	color: #000000;
	text-decoration: none !important;
	font-size: 14px;
    margin: 0px 2px;
}
#pagination strong,#pagination a:hover{
	background: #000000;
	color: #ffffff;
}
.google-map-box iframe{
	width: 100vw;
	height: 100vh;
}
.error{
	color: #ff0000;
}
.video-link{
	text-decoration: none !important;
}
.video-box{
	width: 100%;
}
.video-box h3{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.video-item{
	position: relative;
	width: 100%;
}
.video-item img{
	width: 100%;
	height: auto;
}
.video-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 25;
}
.play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 50;

	background-image: url('../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.video-container iframe{
	background-color: #000000;
}