

/*----------------------------------------*/
/*----- Custom styles -----*/
/*----------------------------------------*/
.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
	background: transparent;
}
.tp-caption.large_text {
	position: absolute;
	color: #A0A8B8;
	text-shadow: none;
	/* font-weight: bold; */
	font-size: 30px;
	line-height: 36px;
	font-family: Abel, 'Open Sans', Arial, Helvetica Neue, sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: none;
}
.tp-caption.medium_text {
	position: absolute;
	color: #677273;
	text-shadow: none;
	font-size: 20px;
	line-height: 28px;
	font-family: Arial, Helvetica Neue, sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: none;
}

.tp-caption.small_text {
	position: absolute;
	color: #7f7d7b;
	text-shadow: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: none;
}
.tp-caption.mytextbox {
	background: #6ABB2E;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 14px;
	font-family: Arial, Helvetica Neue, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tp-caption a {
	color: #6ABB2E;
}
.tp-caption a:hover {
	color: #677273;
}
