.section-banner {
	width: 100%;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-position: 50% top;
	height: 458px !important;
}

.section-brand-message {
	margin: 13.2% 0;
}


.section-brand-message h2 {
	color: #fff;
	font-size: 36px;
    font-weight: 100;
    text-shadow: 2px 2px #000000;
}

.section-brand-message h2 span.color2 {
	color: #336699;
	font-weight: bold;
}

.section-brand-message small {
	font-size: 20px;
	color: #fff;
}

.section-brand-message .btn {
	margin-top: 25px;
}

.portfolio {
	background: none repeat scroll 0 0 rgba(0, 82, 155, 0.8);
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100px;
}

.portfolio_title {
	background: none repeat scroll 0 0 #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin: -18px auto auto;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    border: 2px solid #ccc;
    box-shadow: 1px 1px 10px black;
}

/**** div.mid-level-nav {
	margin-bottom: 31px;
}******/

/**** R&D ******/

.sublink-farm {background: #ccc;
	overflow: hidden;
	clear: both;
}


@media (max-width: 320px) {
	
	.section-brand-message small {
		display: none;
	}
	
	.section-brand-message {
		text-align: center;
		margin-top: 45px;
		}
		
	
	.section-brand-message h2 {
		font-size: 45px;
	}


	
	
}

