﻿/*** slideshow ***/

#slideshow .b11kh2title {
	margin-bottom: 0;
	padding-left: 0;
	letter-spacing: 2px;
}

#slideshow .b11kh1title {
	padding-left: 0;
}

#slideshowarrows {
	z-index: 9999;
	position: absolute;
	width: 100%;
}

#slideshowarrows span {
	font-size: 50px;
	color: white;
}

#slideshow {
}

#slideshow h1 {
}

#slideshow h2 {
}

#slideshow h2 img {
}

#slideshow a {
	text-align: center;
}

.buttomslide {
	text-align: center;
	width: auto;
	padding: 15px 15px;
	color: white;
	display: table;
	border-radius: 10px;
	background-color: #0b8cc5;
	border: 1px solid #0b8cc5;
	font-size: 14px;
	transition: 0.3s;
	margin-top: 30px;
}

#slidearrow {
	position: absolute;
	z-index: 9999;
	color: white;
	font-size: 51px;
	bottom: 20%;
	left: 48.5%;
}

.items {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(55,55,55,0.3);
	padding: 20px 0;
}

.fa-arrow-circle-down {
	margin-left: 0px !important;
	font-size: 35px;
}

#slideshow a i {
	margin-left: 10px;
}

#slideshow .buttomslide:hover {
	color: #0b8cc5;
	background-color: white;
}

#slprev {
	float: left;
	padding-left: 20px;
}

#slnext {
	float: right;
	padding-right: 20px;
}

#slideshowbox {
	position: relative;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	max-height: 50vh;
	min-height: 50vh;
	overflow: hidden;
}

#slideshow {
	z-index: 1;
	max-height: 100vh;
	min-height: 100vh;
}

#slideshow, #slideshow li {
	width: 100%;
	height: 100%;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

.cycle-sentinel {
	display: none;
}

#slideshow li img {
	width: 100%;
	height: auto;
	margin: -20% auto 0px auto;
}

#slidebuttons {
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 1000;
	display: block;
	top: 200px;
}

#slidebuttons a {
	width: 9px;
	height: 19px;
	display: block;
	float: left;
}

#cyclepager {
	display: block;
	position: absolute;
	bottom: 70px;
	width: 100%;
	z-index: 9999;
	text-align: center;
}

#cyclepager span {
	color: rgba(0,0,0,0);
	background: url(/gfx/ss-pager-bg.png);
	width: 37px;
	height: 37px;
	margin: 3px 6px 0px 1px;
	display: inline-block;
	-moz-transition: background 0.5s, height 0.5s, margin 0.5s;
	-webkit-transition: background 0.5s, height 0.5s, margin 0.5s;
	-o-transition: background 0.5s, height 0.5s, margin 0.5s;
	-ms-transition: background 0.5s, height 0.5s, margin 0.5s;
	transition: background 0.5s, height 0.5s, margin 0.5s;
}

#cyclepager span.cycle-pager-active {
	background: url(/gfx/ss-pager-active-bg.png);
}

.slideshowdarkshadow {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}

.slideshowcontent {
	color: white;
	width: 100%;
	position: absolute;
	padding-left: 6.5vw;
	text-align: left;
}

.slideshowvideocontent {
	top: 50vh !important;
	display: none;
}

#slideshow .slideshowcontent .sstxt {
	max-width: 50%;
	min-width: 300px;
	margin-bottom: 30px;
	font-size: 21px;
}

#slideshow .slideshowcontent p {
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 30px;
}

.slideshowvideobox {
	height: 100vh;
	overflow: hidden;
}

#videoshadow {
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0px;
}

#backgroundmainvideo {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media screen and (max-width:1308px) {

	#slidebuttons {
		width: 100%;
		left: 0px;
	}
}

@media screen and (max-width:1200px) {
	#slideshowbox {
		min-height: 1px;
	}

	#slideshow li img {
		min-width: 1px;
	}

	#slideshowbox div.wrapper {
		width: 100%;
		margin-left: 0px;
	}

	#slideshowbox div.fixedwidth {
		margin-left: 0px;
		margin-top: -30px;
	}
}

@media screen and (max-width:990px) {
	#slideshowbox div.pushtext {
		height: 240px;
	}

	#slidebuttons {
		top: 100px !important;
	}
}

@media screen and (min-width:730px) {
	#holdingslidebox {
		display: none;
	}

	#slideshowbox:hover #pager {
		display: block;
	}

	#prev {
		left: 25px;
	}

	#next {
		right: 25px;
	}
}

@media screen and (max-width:729px) {
	#holdingslidebox {
		display: none;
		width: 100%;
		height: 500px;
		overflow: hidden;
	}

	#holdingslidebox img {
		width: 100%;
	}

	#slideshow li {
	}

	#slidebuttons {
		display: none;
	}

	#slideshowbox div.wrapper, #pager, #prev, #next {
		display: none;
	}

	#cyclepager span {
		margin: 3px 25px 0px;
	}

	#slideshowarrows {
		display: none;
	}

	#slideshow h2 img {
		display: none;
	}

	#slideshow .items {
		padding: 0 20px;
	}
}

@media screen and (max-width:800px) {
	#slidearrow {
		position: absolute;
		z-index: 9999;
		color: white;
		font-size: 51px;
		bottom: 15%;
		left: 46%;
	}
}

@media screen and (max-width:325px) {
	#slideshowbox {
		height: 600px !important;
	}
}

@media screen and (max-width:350px) {
	.items {
		padding-top: 50px !important;
	}
}
