.fullwidthbanner-container {
	position: relative;
	width: 100% !important;
	max-height: 383px !important;
	overflow: hidden;
	background-color:#fff;
	padding: 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
	z-index: 5 !important;
}

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

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

.caption.title {
	font-size: 70px;
	line-height: 78px;
	font-weight: normal; 
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.caption.title.alt { 
	color: #fff;
	font-size: 60px;
}

.caption.title.alt:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	border-top: 2px solid #fff;
	margin-left: -25px;
	content: "";
}

.caption.title span { 
	font-family: 'Montserrat', sans-serif; 
	font-weight: bold;
 }

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

.caption.subtitle {
	color: #fff;
	font: 30px/32px 'Montserrat-medium', sans-serif;
	font-weight: normal;
	text-align: right;
}
.caption.subtitle2 {
	color: #fff;
	font: 30px/32px 'Montserrat-medium', sans-serif;
	font-weight: normal;
	width:200px;
}
.caption.text { font-size: 16px; }

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

.caption .btn {
	color: #fff;
}

.caption .btn:hover {
	xbox-shadow: inset 0 100px 0 0 #fff;
	xcolor: #006836;
}

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

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

.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 71px;
	height: 77px;
	opacity: .6;
}

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

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

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