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

.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	max-width: 1170px;
	xwidth:100%;
	margin:0 auto;
    max-height: 268px !important;
}

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

.caption.title {
	font-size: 34px;
	line-height: 60px;
	font-weight: 400; 
}

.caption.title.alt { 
	color: #c19183;
	font-size: 34px;
}

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

.caption.subtitle span { color: #0097a6; line-height: 25px;}

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

.caption.subtitle {
	color: #444;
	font: 20px/2px 'Lato', sans-serif;
	font-weight: 400;
}

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

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

.caption .btn {
	border-color: #33acbb;
	background-color: #0097a6;
	color: #eee !important;
}

.caption .btn:hover {
	background-color: #30aab9;
	color: #eee !important;
}

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

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

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

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