.fullwidthbanner-container {
	position: relative;
	width: 100%;
	height: 580px !important;
    overflow: hidden !important;
    padding: 0;
	border-bottom: none;
	z-index: 5000;
	background-color: #151515;
}

.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100%;
	height: 580px !important;
}

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

.caption.title {
	font-size:70px !important;
	line-height:1;
	font-weight: normal; 
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	text-transform: uppercase;
}

.caption.subtitle {
	color: #fff;
	font:3em/1.1 'Lato', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	letter-spacing:-.02em;
}

.caption.text { 
	font-size: 18px; 
	font-weight:300;
	color:#fff;
}

.caption.text.alt {
	padding: 20px;
	background-color: rgba(243, 230, 134, 0.5);
}

.caption .btn {
	color: #fff;
}


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

.tp-bullets.simplebullets.round .bullet.selected { background: #4fb443;}

.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 screen and (max-width:1180px){
	.fullwidthbanner-container,
	.fullwidthbanner-container .fullwidthbanner{
		height:400px !important;
	}
	.caption.title {
	 	font-size:3em !important;
	 	line-height: 1.5;
	}
}