/*STANDARD SITE MQ*/
@media(min-width:1200px) and (max-width:1400px){
	
}

@media(min-width:768px) and (max-width:990px){
	
}

@media(min-width:991px) and (max-width:1024px){
    
}

@media(min-width:800px) and (max-width:1280px){
    
}

@media(min-width:320px) and (max-width:767px){
    
}

@media(min-width:361px) and (max-width:640px){
	
}

/*CUSTOM SITE MQ */
@media (max-width:480px){
	.top_bar_info p.phone {
		display: block;
		border-right: 0 none;
		border-bottom: 1px solid #fff;
		width: 46%;
		text-align: center;
		padding: 0 0 10px;
		margin: auto;
	}
	.top_bar_info p.email {
		width: 100%;
		text-align: center;
		padding: 10px 0 20px;
	}
	.vidContent.home5 {
		height: auto;
	}
	.vidContent.home5 h1 {
		font-size: 28px;
		line-height: 1.2;
	}
	.vidContent.home5 h2 {
		font-size: 21px;
		font-weight: 900;
		text-transform: uppercase;
		line-height: 1.2;
	}
	.vidContent.home5 a.btn {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		line-height: 1.75;
		height: 100px;
		border: 4px solid #8b8b8b;
	}
	.vidContent.home5 a.btn {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		line-height: 1.75;
		height: 100px;
		border: 4px solid #8b8b8b;
		display: block;
	}
}
