.fullwidthbanner-container {
	position: relative;
	width: 100% !important;
    max-height: 889px !important;
    overflow: hidden;
    padding: 0;
	margin-bottom: 50px; 
}

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

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

.caption.text {
	width: 100px;
	padding: 30px 40px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.7);
}

.caption.text i {
	float: left;
	margin-right: 40px;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
}

.caption.text.alt { 
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.caption.text.alt-2 {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.caption.text.alt i,
.caption.text.alt-2 i { color: #fff; }

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

.caption.title.alt { color: #fff; }

.caption.text-3 {
	width: 640px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #000;
	font-size: 40px;
	line-height: 40px;
}	

.caption .btn {
	border-color: #fff;
	background-color: transparent;
	color: #000;
}

.caption .btn-green { 
	border-color: #000;
	background-color: #96C83B;
	
}

.caption .btn:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

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

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

.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 26px;
	height: 46px;
	opacity: 0.5;
}

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

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

@media (min-width: 1400px) {
	
.caption.text-3 {
	width: 1020px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #000;
	font-size: 40px;
	line-height: 40px;
}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	
	.caption.text { width: 350px; }
	
	.caption.text i { 
		font-size: 12px;
		line-height: 12px;
	}
	


.caption.text-3 {
	width: 60%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #000;
	font-size: 12px;
	line-height: 12px;
}

.text-bck-white {
	float: left;
	margin-left: 10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
	
	.caption .btn {
		padding: 12px 35px;
		font-size: 14px;
		line-height: 14px;
	}
	
}

@media (max-width: 767px) {
	
	
	.caption.text i {
		margin-right: 5px;
		font-size: 6px;
		line-height: 6px;
	}
	
.caption.text-3 {
	float: left;
	padding: 10px;
	width: 60%;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.text-bck-white {
	float: left;
	margin-left: 10px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
	
	.caption .btn {
		padding: 3px 10px;
		font-size: 7px;
		line-height: 7px;
	}
	
}