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

.fullwidthbanner ul { list-style: none; }

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

.caption.sub-title {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

.caption.text,
.caption.text a { 
	color: #fff;
	font-size: 16px;
}

.caption.text a i {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: bottom;
}

.caption a.button {
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
	color: #2f2f2f;
	font-size: 14px;
	text-transform: uppercase;
}

.caption a.button:hover { background: rgba(0, 0, 0, 0.7); }

.tp-leftarrow.default {
	width: 25px;	
	height: 25px;
	background: url(../assets/prev.png) no-repeat top left;	
}
														
.tp-rightarrow.default {
	width: 25px;	
	height: 25px;
	background: url(../assets/next.png) no-repeat top left;	
}

.tp-bullets.simplebullets.round .bullet {
	width: 9px;
	height: 9px;
	border: 1px solid #2e2230;
    border-radius: 30px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	background-clip: padding-box;
	margin-left: 3px;
    margin-right: 5px;
    margin-top: -10px;
    background: #2e2230;
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover { background: transparent; }



@media (max-width: 767px) {
		
	.tp-rightarrow.default,
	.tp-leftarrow.default { display: none; }
	
	.caption a.button { 
		padding: 5px 10px;
		font-size: 10px;
	}
	
	.tp-bullets.simplebullets { bottom: -30px !important; }
		
}