/* CSS Document */

.t3-header.affix .imagelogo,.t3-header:hover .imagelogo{
	background-image: url(/images/logo.png)!important;
}

.t3-header .imagelogo{
	background-image: url(/images/logo.png)!important;
}

@media screen and (min-width: 992px){
.t3-header .imagelogo{
	background-image: url(/images/logow.png)!important;
}
}