@charset "utf-8";
/* RESPONSIVE STYLING *v*********************
****************************************/

@media all and (max-width: 1000px) {
#topmenu li ul { position: static !important; }
#topmenu li li a { text-align: center !important; }
#sidebar { display: none !important; }
#text { width: auto; }
#phocagallery-pane .phocagallery-box-file, #phocagallery .phocagallery-box-file, .phocagallery-box-file { width: auto !important; }

/*Custom Phone under logo*/
div.moduletable.phone-logo{
	text-align:center;
}
div.moduletable.phone-logo a{
	color:#ff0004;
}
div.moduletable.phone-logo:hover{
	color:#fff;
}
div.moduletable.phone-logo p{
	padding-top:15px;
	font-size:24px;
}
.fa.fa-phone-square{
	color:#ff0004;
}