@charset "utf-8";
/* CSS Document */


.logo-logo
{
 height:35px;
 -webkit-transform: 
skew(10deg);
-moz-transform: skew(10deg);
-o-transform: skew(10deg);		
}


.logo{
	margin-left:10px;
min-height:50px; 
width:150px; 
background-color:white; 
padding:7.5px; 
padding-left:10px;
-webkit-transform: 
skew(-10deg);
-moz-transform: skew(-10deg);
-o-transform: skew(-10deg);	
}


#search_box{
	
	display:inline;
}

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

	#search_box{
	
	display:none
}

	
}

.hide911{
	
	display:inline
}

@media (max-width:991px){

	.hide911{
	
	display:none
}

	
}






#search_button{
		width: auto
}

@media (max-width:768px){

	#search_button{
	
	width: 100%
}

	
}



.col12{
	
	display:inline;
}

@media (min-width:450px){

	
	.col12{
	
	display:none
}


	
}



.col6{
	
	display:inline;
}

@media (max-width:450px){

	
	.col6{
	
	display:none
}


	
}

.btn-circle {
width: 60px;
height:60px;
text-align: center;
padding: 2px 0;
font-size: 12px;
border-radius: 30px;
border: solid, thin;
border-color: white;
background-color: #333;	
}





