.dropdown:hover>.dropdown-menu {display:block }	
	.dropdown-menu  > a:hover, .dropdown-menu > a:focus {
		background-color:#DC3445; color: white}
	.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
}
	.dropdown-item{background: #464F58; color: white; }
	
	
#VideoOverlay{
	 
   
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    height: 150px;
	top: 150px;
	margin-top: -150px;
		
}


	#BGVideo{	   
		width: 100%;
		height: 100%;	   
	}
	
	#BtnDown{	
        position: relative;
		top: -120px;
		margin-bottom: -55px;
	
	}
	
		
#BFont {
   font-size: 72px;
   background: -webkit-linear-gradient(#060606, #454545);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}	
	
	#HBFont {
   font-size: 72px;
   background: -webkit-linear-gradient(#860505, #fc0808);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}	
	
	#BGG{
		background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 52%, rgba(244,245,245,1) 100%);

	}

#gmap {
	min-width: 300px;
	min-height: 275px;
	max-width: 300px;
	max-height: 275px;
	
}
#mapBG {
	width: 100%;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
	