/* Add here all your CSS customizations */

.vbottom {
	position: absolute; 
	bottom: 15px;
    width:100%;
	margin-left: auto ;
    margin-right: auto ;
	margin-top: 30px;
}

.promo-top {
	background-color: #F89C0E;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 5px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
	color: #384045;
}

.promo-top h2 {
	border-bottom: 5px solid red;
	color: #000;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}
