.databanner{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 2s, filter 2s;
    transition: opacity 2s, filter 2s;
}
.databanner img{
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
}
.box_banner_text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding:0px;
	margin:0px;
	width:388px;
	max-width:100%;
	box-sizing: border-box;
	text-align: left;
}
.box_banner_text h1{
	font-family:'Roboto Condensed','Arial', sans-serif;
	font-size: 24px;
	margin:0px;
    padding: 10px;
    padding-left:22px;
    padding-right:22px;
	width: 100%;
	letter-spacing:-0.2px;
	color:#ffffff;
	box-sizing: border-box;
	
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.box_banner_text h2{
	color: white;
	font-size: 14px;
    font-weight: 100;
    padding: 10px;
	text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
.box_banner_text h2 p{
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
}
.btbannerlink{
    cursor: pointer;
    background: #014d9f;
    padding: 6px 15px;
    color: white;
    margin-left: 23px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}
.btbannerlink:hover{
	background: #619561;
	color: #ff6c00;
}
