.fullwidthbanner-container {
	position: relative;
	width: 100%;
    overflow: hidden;
    padding: 0;
	border-bottom: none;
	background: url(/images/concrete_seamless.png) repeat;
}

.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100%;
}

.fullwidthbanner-container ul { list-style: none; }
.fullwidthbanner-container ul li { overflow: visible !important; }

.fullwidthbanner-container .caption a, .fullwidthbanner-container .caption a:visited{
	font-weight: normal !important;
}
.caption.title {
	font-size:120px;
	line-height: 70px;
	color: #fff;
	font-weight: normal;
	font-family: 'holtzmantextured', sans-serif;
	text-shadow: 3px 3px 0px rgba(131, 87, 36, .7);
	text-transform: uppercase;
}
.caption.title-anniversary {
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	font-family: 'holtzmantextured', sans-serif;
	font-variant: none;
}
.caption.title-anniversary span{
	color: #ff971c;
	font-size:36px;

}
.caption.title.alt { 
	color: #fff;
	font-size: 50px;
	line-height: 46px;
	font-family: 'holtzmantextured', sans-serif;
	font-variant: none;
}

.caption.title span { color: #f3e686; }

.caption.title.alt span { 
	font-family: 'holtzmantextured', sans-serif; 
	font-weight: normal;
}

.caption.subtitle {
	color: #fff;
	font: 24px/32px 'holtzmantextured', sans-serif;
	font-weight: normal;
}

.caption.text { 
	font-size: 40px; 
	line-height: 38px;	
	color: #fff;
	font-family: 'holtzmantextured', sans-serif;
	font-weight: normal;
}

.caption.text.alt {
	padding: 20px;
	width:100%;
	height:10%;
	background-color: rgba(0, 0, 0, 0.5);
}

.caption .btn {
	color: #ce9b52;
	font-family: 'holtzmantextured', sans-serif;
	font-weight: normal;
}

.caption .btn:hover {
	box-shadow: inset 0 100px 0 0 #e18f5f;
	color: #fff;
}

.tp-bullets.simplebullets.round .bullet {
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 3px;
	background: #666;
}

.tp-bullets.simplebullets.round .bullet.selected { border-color: #999; }

.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	opacity: 0.5;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover { opacity: 1; }

.tp-leftarrow.default { background: transparent url(../../../images/prev.png) no-repeat center center; }
.tp-rightarrow.default { background: transparent url(../../../images/next.png) no-repeat center center; }

@media (max-width: 767px) {
	
	.caption .btn { 
		padding: 3px 5px;
		font-size: 10px;
	}
	
}