.fullwidthbanner-container {
	position: relative;
	width: 100% !important;
	max-height: 573px !important;
	overflow: hidden !important;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 50px;
	border-bottom: 5px solid #39b54a !important;
}

.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100% !important;
    	max-height: 573px !important;
    	border-bottom: 5px solid #39b54a !important;
}

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

.caption.title h3{
	font-size:36px;
	line-height: 26px !important;
     font-style: italic;
	color:#fff;
	margin:0px !important;
	padding:0px !important;
}

.caption.title h3 span{
     color:#1ba82c !important; 
}
.caption.title{
	color: #fff !important;
	margin-bottom:0px;
	font-size: 20px;
}

.caption {
	color: #fff;
	font-weight: normal;
	font-size: 18px !important;

}

.caption.text { font-size: 20px; }

.caption .btn {
	border-color: #ccc !important;
	background-color: #fff !important;
	color: #69675b;
}

.caption .btn:hover {
	background-color: #fcb03d !important;
	color: #fff;
}

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

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

.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: #39b54a url(/images/prev.png) no-repeat center center; }
.tp-rightarrow.default { background: #39b54a url(/images/next.png) no-repeat center center; }

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

}
