#bannerTop{
	width:100%;
	min-height: 50px;
	background-color: #fff;
	color: #000;
	font-size:17px;
	text-align: right;
}
#bannerMiddle{
	width:100%;
	min-height: 50px;
	background-color: #fff;
	color: #000;
	text-align: right;
}
#bannerBottom{
	width:100%;
	min-height: 50px;
	background-color: #32AFB5;
	font-size:20px;
	text-transform: uppercase;
}

#bannerMiddle .container img{
	width: 72%;
	height: auto;
	margin-top: -45px;
}

#bannerBottom .container img{
	width: auto;
	height: 100%;
}

#bannerTop .container img{
	width: 100%;
	height: auto;
	margin-top:8px;
	
}

.footerTop{
	overflow: hidden;
position: relative;
z-index: 0;
background:#fff;
min-height: 160px;
margin-top: -40px;
color:black;
padding: 10px;
}

.footTop p{
color:black;	
}

.BannerMiddleVertAlign {
	font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}
}


.BannerTopVertAlign {
	margin-top: 3%;
	font-size:16px; 
	font-weight: bold;
}

.BannerMiddleContactVertAlign {
	margin-top: 10px;
	font-size:17px; 
	font-weight: bold;
}
.mobileLogo{
		display: none;
	}
.mobileBannerContactDetails{
	display:none;
}
/********MEDIA QUERIES**********/
@media (max-width: 767px) {
	
	#bannerTop{
	display:none;
}
	#bannerMiddle{
	display:none;
}
	#bannerBottom{
	/*background: URL("http://185.2.66.109/culmullenns_newRev02.ie/media/crest.png");*/
}

	.navbar-toggle .icon-bar{
		background-color:white;
		width: 27px;
		height: 4px;
	}
	.navbar-toggle {
		margin-top:14px;
	}
	.mobileLogo{
		display:inline;
		float:left;
		margin-left:72px;
	}
	
	.mobileBannerContactDetails{
		display:inline;
		float:left;
		color:#fff;
		margin-left: 69px;
		margin-top: 9px;
		text-align: center;
	}
	
	.mobileBannerContactDetails p{
		font-size:12px;
	}
	
	#bannerBottom .container img{
		width:auto;
		height: 150px;
	}
	
	
}