@media only screen and (max-width: 768px){
	

	
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 450px){
	
	
	

}
@media all and (max-width: 768px) and (min-width: 300px){
	


}
.@media all and (max-width: 768px) and (min-width: 451px){
	
	
	
}
@media all and (max-width: 768px) and (min-width: 600px){
	
	
}
@media all and (max-width: 599px) and (min-width: 400px){
	
	
}
@media all and (max-width: 991px) and (min-width: 768px){
	.navbar-header{
		margin:0 auto !important;
		float:none !important;
		display:table !important;
	}

}
@media all and (max-width: 767px) and (min-width: 320px){
	.navbar-toggle{
		margin-top:82px;
	}

}

@media only screen and (min-width: 300px){
	.side-border{
	border-top:1px solid #B9B9B9;
	border-bottom:1px solid #B9B9B9;
	padding-top:15px;
	padding-bottom:15px;
}
.allevent-block{
	text-align:center;
}
.margin-top-a{
	margin-top:34px;
}
	
}
@media only screen and (min-width: 768px){
	.side-border{
	border-left:1px solid #B9B9B9;
	border-right:1px solid #B9B9B9;
	padding-left:15px;
	padding-right:15px;
	border-top: none;
	border-bottom:none;
}
.allevent-block{
	text-align:left;
}
.margin-top-a{
	margin-top:0px;
}
	
}
@media all and (max-width: 4000px) and (min-width: 768px){
	
}
