﻿@font-face {
      font-family: 'fontello';
      src: url('./font/fontello.eot?91396016');
      src: url('./font/fontello.eot?91396016#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?91396016') format('woff'),
           url('./font/fontello.ttf?91396016') format('truetype'),
           url('./font/fontello.svg?91396016#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}
#logo_omdes_hover{
  display: none;
}

#omdes:hover{
	background-color: rgba(251, 62, 32, .95);
}
#omdes:hover img[id="logo_omdes"]{
  display: none;
}
#omdes:hover img[id="logo_omdes_hover"]{
  display: block;
}

.champ{
	display:none;
}



