* {box-sizing: border-box}
body {
	font-family: Verdana, sans-serif; margin:0; }
.mySlides {display: none}
img {vertical-align: middle;}


.homebg {
	background-image: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.65)),url(https://kiosk.darwenheritagecentre.org.uk/assets/images/bg-scaled.jpg);
  background-size: auto,cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
  background-position: 50% 50%;
  position:relative;
}

.logo_head {
	width:100%;
	padding:20px;
	margin: 0 auto;
	box-sizing:border-box;
}
.ct-image {
	max-height:140px;
}
.boxarea {
	width:100%;
	max-width:1600px;
	padding:0px;
	margin: 0px auto;
	box-sizing:border-box;
}
.boxfloat {
	float:left;
	width:25%;
	padding:10px;
	text-align:center;
	box-sizing:border-box;
}
.boxfloat a {
	text-decoration:none;
	cursor:pointer;
}



@media screen and (max-width: 800px){
	.homebg {  background-repeat: repeat;}
	.boxfloat { width:100%; }
}



.textbg  {
	text-align:center;
	color: #ffffff;
	border-radius: 0.15em;
	transition-duration: 0.4s;
	padding: 40px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom-color: #46062b;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	gap: 8px;
	overflow: hidden;
	min-height: 120px;
	width: 100%;
	box-sizing:border-box;
	box-shadow: inset -2px 1px 0px -3px #000000;
}
.footer-copyright {
	position:absolute;
	bottom:10px;
	text-align:center;
	color:#fff;
	left:0;
	right:0;
	font-size:12px;
}

.homeicon {
	position:absolute;
	bottom:30px;
	left:10px;
	background-color: #8c0c56;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-color: #700a45;
	border-right-color: #700a45;
	border-bottom-color: #700a45;
	border-left-color: #700a45;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	text-align:left;
	color:#fff;
z-index: 200;
}


.backicon {
		position:absolute;
	bottom:30px;
	left:10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	background-color: #eaca73;
	border-top-color: #bba25c;
	border-right-color: #bba25c;
	border-bottom-color: #bba25c;
	border-left-color: #bba25c;
z-index: 200;
display:none;
}

.pauseicon {
		position:absolute;
	bottom:30px;
	left:90px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	background-color: #eaca73;
	border-top-color: #bba25c;
	border-right-color: #bba25c;
	border-bottom-color: #bba25c;
	border-left-color: #bba25c;
z-index: 200;
display:none;
}


.playicon {
		position:absolute;
	bottom:30px;
	left:90px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	background-color: #eaca73;
	border-top-color: #bba25c;
	border-right-color: #bba25c;
	border-bottom-color: #bba25c;
	border-left-color: #bba25c;
z-index: 200;
display:none;
}


.content_html {
position:absolute;
background-color:#000;
z-index: 100;
top:0;
bottom:0;
padding:0;
width:100%;
box-sizing:border-box;
margin:0 auto;
left:0;
right:0;
display:none;
}




.navigation_ul {
	list-style:none;
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
	margin-left:-5px;
}

.navigation_ul li {
	float:left;
	padding:5px;
	width:30px;
	height:30px;
	text-align:center;
	margin-left:5px;
	background-image:url(../images/pagnation.jpg);
	cursor:pointer;
}

.navigation_ul li.active {
	float:left;
	padding:5px;
	width:30px;
	height:30px;
	text-align:center;
	margin-left:5px;
	background-image:url(../images/pagnation-active.jpg);
	cursor:pointer;
	color:#000;
}

.navigation_ul li.prev {
	float:left;
	padding:5px;
	width:73px;
	height:30px;
	text-align:center;
	font-size:11px;
	margin-left:5px;
	background-image:url(../images/pagnation_large_li.jpg);
	cursor:pointer;
}

.navigation_ul li.next {
	float:left;
	padding:5px;
	width:73px;
	height:30px;
	text-align:center;
	font-size:11px;
	margin-left:5px;
	background-image:url(../images/pagnation_large_li.jpg);
	cursor:pointer;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
