.hero-banner
{
	height: 400px;
	background: url(../img/jpg/banner.jpg) no-repeat center center;
	background-size: cover;
}


.hero-banner .intro
{
	padding: 3rem;
	position: relative;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}

.col-center {
	float: none;
	margin: 0 auto;
}

.hero-banner h1
{
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.hero-banner p
{
	color: #FFF;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 2rem;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

.no-border-radius {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.no-border-radius-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.padding-0
{
	padding-right:0;
	padding-left:0;
}

.color-red
{
	color: #e21010;
}

.color-green
{
	color: limegreen;
}

.color-brown
{
	color: #ae6d3f;
}

.color-orange
{
	color: darkorange;
}

.color-netural
{
	color: #012339;
}

.color-active-red:hover, .color-active-red:active, .color-active-red.disabled
{
	background-color: #b51010;
}
.color-active-green:hover, .color-active-green:active, .color-active-green.disabled
{
	background-color: limegreen;
}
.color-active-red:hover, .color-active-red:active, .color-active-red.disabled
{
	background-color: #e21010;
}
.color-active-brown:hover, .color-active-brown:active, .color-active-brown.disabled
{
	background-color: #ae6d3f;
}
.color-active-orange:hover, .color-active-orange:active, .color-active-orange.disabled
{
	background-color: darkorange;
}


.faa-disable-override
{
	cursor: pointer !important;
	opacity: 1 !important;
}