
.color-shade-1 { background-color: #94ebe3; }
.color-shade-2 { background-color: #81dad8; }
.color-shade-3 { background-color: rgba(129, 218, 216, 0.5); }
.color-shade-4 { background-color: rgba(255, 255, 255, 0.2); }
.color-shade-5 { background-color: transparent; }
	
.fullwidthbanner-container {
	position: relative;
	overflow: hidden;
	width: 100% !important;
    max-height: 630px !important;
    padding: 0;
	margin-bottom: 40px;
	margin-top: -60px;
}

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

.fullwidthabnner ul { list-style: none; }

.caption.title {
	color: #fff;
	font-size: 36px;
	line-height: 54px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

.caption.title-2 {
	color: #fff;
	font-size: 28px;
	line-height: 44px;
	text-shadow: 1px 1px #999;
	
}

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

.caption.text { color: #fff; }

.caption.text a.btn {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;	
}

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

.caption.text i {
	font-size: 20px;
	vertical-align: middle;
}

.icon {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 140px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	text-align: center;
	-webkit-transform: rotate(45deg) !important;
		 -o-transform: rotate(45deg) !important;
			transform: rotate(45deg) !important;
}

.icon h3 {
	margin-top: 55px;
	color: #fff;
	-webkit-transform: rotate(-45deg) !important;
		 -o-transform: rotate(-45deg) !important;
			transform: rotate(-45deg) !important;
}

.icon img {
	-webkit-transform: rotate(-45deg) translateY(-40px) !important;
		 -o-transform: rotate(-45deg) translateY(-40px) !important;
			transform: rotate(-45deg) translateY(-40px) !important;
}

.icon i {
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 140px;
	-webkit-transform: rotate(-45deg) !important;
		 -o-transform: rotate(-45deg) !important;
			transform: rotate(-45deg) !important;
}

.icon.bordered { border: 1px solid #fff; }

.tp-bullets.simplebullets.round { bottom: 30px !important; }

.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; }

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

@media (max-width: 767px) {
	
	.tp-leftarrow.default,
	.tp-rightarrow.default { display: none }
	
	.caption.text a.btn { 
		padding: 3px 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
}