﻿/*** slideshow ***/

#contenttopslider {
	height: 85vh;
	background-size: cover;
	background-position: bottom;
}

.slide-title {
	margin-top: -113px;
	text-align: center;
	padding: 25px 0;
	background: rgba(255,255,255,.8);
	text-transform: uppercase;
	color: #4B5D54;
	font-size: 44px;
	letter-spacing: -1.2px;
}

.slide-title h1 {
	text-transform: uppercase;
	color: #4B5D54;
	font-family: inherit;
	font-weight: 400;
	font-size: 44px;
	letter-spacing: -1.2px;
	line-height: normal;
	font-family: Playfair;
}

.slide-title h3 {
	color: #696969;
	margin: 0 0 4px;
	font-size: 28px;
	letter-spacing: -.8px;
	font-family: inherit;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

#slideshowbox {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 6500;
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	z-index: 9;
}

#slideshow .items {
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

#slideshow .items h2 {
	color: white;
	font-size: 53px;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 1004px;
	line-height: 65px;
	margin-bottom: 10px;
	margin: auto;
	font-family: OswaldBold;
}

#slideshow .items h2 span {
	color: #f39200;
	font-size: 53px;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 1004px;
	line-height: 65px;
	margin-bottom: 10px;
	margin: auto;
	font-family: OswaldBold;
}

#slideshow .items h3 {
	font-family: Galliard;
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 26px;
}

#slideshow .items hr {
	width: 450px;
	margin: 0px auto 15px auto;
	background-color: white;
	height: 2px;
	border: none;
	display: none;
}

#slideshow .items p {
	font-family: Futura;
	color: white;
	font-size: 14px;
	margin: auto;
	line-height: 21px;
	max-width: 550px;
}

#slidearrow {
	position: absolute;
	bottom: 6%;
	z-index: 6999;
	color: white;
	left: calc(50% - 13px);
	font-size: 50px;
}

#slideshow .b11kbtt {
	background-color: #131313;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 12px 45px 12px 45px;
	font-family: Proxima;
	color: white;
	display: table;
	margin: 50px auto 20px auto;
	transition: 1s;
	border: 1px double white;
	outline: 1px solid white;
	outline-offset: -4px;
}

#slideshow .b11kbtt:hover {
	background-color: white;
	color: black;
	border: 1px double black;
	outline: 1px solid black;
}

#slideshow {
	z-index: 1;
}

#slideshow, #slideshow li {
	width: 100%;
	height: auto;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}


#slideshow li img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#slideshow li img.lockedimage {
	max-width: 1200px;
	cursor: pointer;
}

#slidearrow a i {
	animation: MoveUpDown 1s linear infinite;
	font-weight: 100 !important;
}

@keyframes MoveUpDown {
	0%, 100% {
		margin-bottom: 0px;
	}

	50% {
		margin-bottom: 10px;
	}
}

#slidebuttons {
	position: absolute;
	width: 1308px;
	height: 105px;
	z-index: 1000;
	display: block;
	top: 200px;
	left: calc(50% - 654px);
}

#slidebuttons a {
	width: 9px;
	height: 19px;
	display: block;
	float: left;
}

#cycle-pager {
	display: table;
	margin: 0px auto;
	margin-top: -50px;
	position: relative;
	z-index: 8000;
}

#cycle-pager span {
	font-size: 4.0em;
	color: rgba(255,255,255, 0.6);
	padding: 0px 1px;
}

#cycle-pager span.cycle-pager-active {
	color: #f39200;
}

#slidebanner {
	width: 100%;
	background: white;
}

#slidebanner a {
	width: 96%;
	max-width: 1200px;
	display: block;
	margin: 0px auto;
}

#slidebanner a img {
	width: 100%;
}

#hpslidecontent p {
	width: 100%;
	text-align: center;
	color: #FFF;
	margin-top: 125px;
	font-size: 20px;
}

@media screen and (max-width:1308px) {

	#slidebuttons {
		width: 100%;
		left: 0px;
	}
}

@media screen and (max-width:1200px) {
	#slideshowbox {
		height: auto;
		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;
	}

	#slideshow .items h2, #slideshow .items h2 span {
		font-size: 27px;
		line-height: 40px;
		width: 80%;
		margin: auto;
		/*max-width:80%;
		margin:auto 10%;*/
	}
}

@media screen and (max-width:990px) {
	#slideshowbox div.pushtext {
		height: 240px;
	}

	#slidebuttons {
		top: 100px !important;
	}
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:801px) and (max-width:1199px) {
}

@media screen and (min-width:731px) and (max-width:800px) {
}

@media screen and (min-width:730px) {
	#holdingslidebox {
		display: none;
	}

	#slideshowbox:hover #pager {
		display: block;
	}

	#prev {
		left: 0px;
	}

	#next {
		right: 0px;
	}
}

@media screen and (max-width:729px) {
	#holdingslidebox {
		display: none;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#holdingslidebox img {
		width: 100%;
	}

	/*#slideshowbox
	{
		display:none;
	}*/

	#slideshowbox div.wrapper, #pager, #prev, #next, #slideshowbox div.slidetext {
		display: none;
	}

	#slideshow li img {
		width: 100%;
	}


	#contenttopslider {
		height: 55vh;
	}
}

@media screen and (max-width:500px) {
	#contenttopslider {
		height: 148px;
	}

	.slide-title {
		margin-top: 0;
		padding: 25px;
		background: rgba(255,255,255,0.6);
	}

	.slide-title h1 {
		font-size: 22px;
	}

	.slide-title h3 {
		font-size: 18px;
	}
}

@media screen and (max-width:440px) {
	.slideshowbottriangle, #slidearrow {
		display: none !important;
	}
}

@media screen and (max-width:320px) {
	#slideshow .items {
		width: 90%;
		padding: 0 10%;
	}

	#slideshow .items h2 {
		font-size: 20px;
	}
}
