.brand-header {
	
	/* http://www.colorzilla.com/gradient-editor/#72131d+0,8f1724+100 */
	background: #ee3524;
	/*background: -moz-linear-gradient(top, #72131d 0%, #8f1724 100%);
	background: -webkit-linear-gradient(top, #72131d 0%,#8f1724 100%);
	background: linear-gradient(to bottom, #72131d 0%,#8f1724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72131d', endColorstr='#8f1724',GradientType=0 );
*/
	color: #fff; 
	height: 22px;
	position: relative;
	z-index: 910;
	
	font-family: Bitter,Helvetica,Arial,sans-serif;
}

.brand-header-avtech-logo {
	opacity: 0.9; 
	position: absolute; 
	top: 5px; 
	left: 11px
}

.brand-header-avtech-logo img {
	display: block;
	height: 12px; 
}

.brand-header-nav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 22px;
}

.brand-header-roomalert-logo {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.brand-header-roomalert-logo img {
	height: 11px;
	display: block;
}

.brand-header-nav .nav {
	opacity: 0.9; 
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #fff;
	padding-left: 20px;
	padding-right: 10px;
}

.brand-header-nav .nav-item {
	display: inline-block;
	margin-right: 10px;
}

.brand-header-nav .nav-item a {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 768px) {
	
	.brand-header-roomalert-logo {
			display: none;
	}
	
}

.brand-footer {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	margin-top: 0px;
	padding: 0;
	color: #999;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
	font-size: 12px;
}

.brand-footer h5 {
	font-size: 14px;
	color: #ccc;
}

.brand-footer h5 a {
	color: #ccc;
}


.brand-footer a {
	color: #999;
}

.brand-footer ul {
	padding-left: 15px;
	margin-bottom: 1.5em;
}

.brand-footer-subfooter {
	text-align: center;
	border-top: 1px solid #333;
	padding-top: 10px;
	margin-top: 10px;
}

.brand-footer-social-links a {
	font-size: 18px;
	margin: 0 0.1em;
}

