/*TOP BAR*/
.top-bar {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #152643 0%, #051121 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #152643 0%, #051121 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #152643 0%, #051121 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #152643), color-stop(1, #051121));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #152643 0%, #051121 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #152643 0%, #051121 100%);
  height: 30px;
  margin: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#152643, endColorstr=#051121);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#152643, endColorstr=#051121)";
  display: block;
  font-family: 'Aller';
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #000000;
  z-index: 10;
  position: relative; }

.top-bar .logo_grif_small a {
  background: url("../images/logoGrifoneSmall.png") 0px 0 scroll no-repeat transparent;
  height: 20px;
  width: 30px;
  /*margin-left: 13%;*/
  margin-top: 5px;
  float: left; }

.top_menu_container {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #152643 0%, #051121 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #152643 0%, #051121 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #152643 0%, #051121 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #152643), color-stop(1, #051121));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #152643 0%, #051121 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #152643 0%, #051121 100%);
  height: 30px;
  margin: 0 auto;
  width: 960px;
  position: relative;
  z-index: 10;
  padding-left: 10px; }

.menu_element {
  float: left;
  margin-right: 50px;
  margin-top: -8px;
  position: relative;
  top: 50%;
  color: #ffffff; }

.icona_enti a {
  background: url("../images/freccia_dw.png") 0px 0 scroll no-repeat transparent;
  height: 20px;
  width: 30px;
  margin-left: -40px;
  margin-right: 40px;
  margin-top: 8px;
  float: left; }

.social .logo_fb_small a {
  background: url("../images/icnFacebookSmall.png") 0px 0 scroll no-repeat transparent;
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 30px; }

.social .logo_tw_small a {
  background: url("../images/icnTwitterSmall.png") 0px 0 scroll no-repeat transparent;
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 30px; }

.social .logo_yt_small a {
  background: url("../images/icnYoutubeSmall.png") 0px 0 scroll no-repeat transparent;
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 30px; }

.social .logo_rss_small a {
  background: url("../images/icnRssSmall.png") 0px 0 scroll no-repeat transparent;
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 30px; }

.logo_top_dx a {
  background: url("../images/logo_reteimpreseitalia.png") 0px 0 scroll no-repeat transparent;
  float: right;
  height: 94px;
  width: 150px;
  margin-top: -90px; }

.menu_element a {
  color: #ffffff;
  text-decoration: none; }

.menu_element a:hover {
  color: #ffffff;
  text-decoration: none; }

.menu_element a:visited {
  color: #ffffff;
  text-decoration: none; }

