.search-text {
  -webkit-touch-callout: none;
  /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(script/boxsizing.htc);
}
/*@ COLOR
--------------------------------------------*/
/*@ SIZE
--------------------------------------------*/
#container-slide {
  position: relative;
  top: 25px;
  left: 0;
}
#header {
  position: relative;
  min-width: 985px;
  width: 100%;
  background: #000;
  z-index: 1000000001;
}
#header a:hover {
  text-decoration: none;
}
/*-------------------------------------FIXED*/
.fixed-nav {
  width: 100%;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000001;
}
.fixed .menu-primary {
  border-top: 0;
}
#header {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #999;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 35px;
  width: 300px;
}
#logo a:link {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9000px;
  background-image: url(../graphics/69logo@2x.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  overflow: hidden;
  background-size: 289px 14px ;
}
.header-row {
  height: 26px;
  font-size: 12px;
  background-color: #000000;
}
.header-row.first {
  height: 35px;
}
/*Menu
------------------------------*/
.menu li {
  float: left;
}
.menu-primary {
  position: relative;
  border-top: 1px solid #333;
  font-weight: normal;
}
.menu-primary > .menu-item {
  height: 26px;
  border-right: 1px solid #333;
  background-color: #000;
}
.menu-primary > .menu-item > a,
.menu-primary > .menu-item .menu-item-voice,
.menu-primary > .menu-item .menu-item-voice-ext {
  height: 100%;
  display: block;
  padding: 0 10px;
  line-height: 26px;
  color:#999;
}

.menu-primary > .menu-item > .menu-item-voice-ext {
  color: #999;
}
.menu-primary > .menu-item > a:visited {
  color: #999;
}
.menu-primary > .menu-item a:hover, .menu-primary > .menu-item.active .menu-item-voice {
  color: #ffffff;
}
.menu-primary > .menu-item a:active {
  color: #ffdd00;
}
.menu-primary > .menu-item:hover {
  color: #998800;
}
.menu-primary .menu-item-voice:hover,
.menu-primary .menu-item-voice-ext:hover {
  color: #ffdd00;
  cursor: pointer;
}
.menu-primary .active {
  color: #ffdd00;
  background-color: #000000;
}
.menu-primary .active .menu-item-voice, 
.menu-primary .active .menu-item-voice:hover {
  color: #ffffff;
}
.menu-primary .active .sub-menu {
  color: #998800;
}
.menu-primary .active .active {
  background: #ffdd00;
}
.menu-primary .active:hover {
  color: #ffdd00;
}
/*Sub-Menu
------------------------------*/
.sub-menu {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  height: 26px;
  width: 100%;
  background-color: #ffdd00;
  line-height: 26px;
  z-index: 1000000001;
}
.sub-menu-active {
  display: block;
  z-index: 5;
}
.active .sub-menu {
  display: block;
}
.menu-secondary {
  height: 26px;
  display: block;
  overflow: hidden;
}
.menu-secondary .menu-item {
  line-height: 26px;
  float: left;
}
.menu-secondary .menu-item a {
  display: block;
  float: left;
  padding: 0 4px 0 4px;
  color: #998800;
  font-weight: normal;
}
.menu-secondary .menu-item a:visited {
  color: #998800;
}
.menu-secondary .menu-item a:hover {
  color: #000000;
}
.menu-secondary .menu-item a:active {
  color: #ffffff;
}
.menu-secondary .menu-item a.active {
  color: #000000;
}
.menu-secondary .menu-item:first-child {
  margin-left: 6px;
}
/*Search Area
------------------------------*/
.search-area {
  position: relative;
  overflow: hidden;
  background-color: #484848;
}
.search-area .search-text:focus {
  color: #ffffff;
}
.search-area .search-text {
  border: 0 none;
  height: 26px;
  width: 100%;
  background-color: #484848;
  /*transparent;*/

  color: #ffffff;
  padding: 0 10px;
  line-height: 26px;
}
.search-area .search-text::-webkit-input-placeholder {
  color: #666666;
}
.search-area .search-text:-moz-placeholder {
  color: #666666;
}
.search-area .search-text ::-moz-placeholder {
  color: #666666;
}
.search-area .search-text :-ms-input-placeholder {
  color: #666666;
}
.search-area .search-text:focus {
  outline: none;
}
.search-area .search-submit {
  width: 26px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-indent: -999px;
  background: url(../graphics/icons/search@2x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 60px;
}
.search-area .search-submit:hover {
  background-position: 0 -20px;
}
.search-area .search-submit:active {
  background-position: 0 -40px;
}
/*More Link
------------------------------*/
#moreLink {
  position: absolute;
  right: 0;
  top: 0px;
  text-align: right;
  line-height: 35px;
}
#moreLink li {
  float: right;
}
#moreLink li a {
  font-size: 11px;
  margin: 0 10px;
  color:#999;
}
#moreLink li a:visited {
	color:#999;
}
#moreLink li a:hover {
  color: #ffffff;
}
#moreLink .ofSocial a {
  display: block;
  float: left;
  width: 20px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  margin: 10px 8px 0 8px;
  text-indent: -999px;
  font-size: 1px;
  background-image: url(../graphics/icons/social-btns@2x.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 92px 52px;
}
#moreLink .ofSocial a:hover {
  color: #000000;
  text-indent: -999px;
  opacity: 1;
  background-position: -31px 0px;
}
#moreLink .ofSocial a.ofYoutube {
  width: 31px;
  background-position: 0px 0px;
}
#moreLink .ofSocial a.ofYoutube:hover {
  background-position: -31px 0px;
}
#moreLink .ofSocial a.ofYoutube:active {
  background-position: -61px 0px;
}
#moreLink .ofSocial a.ofFacebook {
  width: 13px;
  background-position: 0px -13px;
}
#moreLink .ofSocial a.ofFacebook:hover {
  background-position: -31px -13px;
}
#moreLink .ofSocial a.ofFacebook:active {
  background-position: -61px -13px;
}
#moreLink .ofSocial a.ofTwitter {
  width: 16px;
  background-position: 0px -26px;
}
#moreLink .ofSocial a.ofTwitter:hover {
  background-position: -31px -26px;
}
#moreLink .ofSocial a.ofTwitter:active {
  background-position: -61px -26px;
}
#moreLink .ofSocial a.ofNewsletter {
  width: 10px;
  background-position: 0px -39px;
}
#moreLink .ofSocial a.ofNewsletter:hover {
  background-position: -31px -39px;
}
#moreLink .ofSocial a.ofNewsletter:active {
  background-position: -61px -39px;
}
.formLogout .user {
  padding-left: 8px;
  padding-right: 5px;
  color: #666666;
}
.formLogout .logout {
  padding: 0 8px;
  border: 0 none;
  color: #666666;
  background-color: transparent;
}
.formLogout .logout:hover {
  color: white;
  cursor: pointer;
}
#login-user {
  margin-left:0;
}

/*PRINT
 ----------------*/
@media print {
  .fixed {
    position: relative;
  }
  #footer,
  .footer,
  #istituzionali {
    visibility: visible;
  }
}

/*Fontello Social
---------------------------------*/

#moreLink li.social-font a {
	font-size:13px;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?46247821');
  src: url('../font/fontello.eot?46247821#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?46247821') format('woff'),
       url('../font/fontello.ttf?46247821') format('truetype'),
       url('../font/fontello.svg?46247821#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46247821#fontello') format('svg');
  }
}*/

 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-youtube:before { content: '\e804'; } 
.icon-gplus:before { content: '\e802'; } 
.icon-pinterest:before { content: '\e806'; } 
.icon-foursquare:before { content: '\e801'; }
.icon-facebook:before { content: '\e803'; } 
.icon-linkedin:before { content: '\e805'; } 
.icon-instagram:before { content: '\e808'; } 
.icon-twitter:before { content: '\e807'; } 
.icon-youtube-1:before { content: '\e800'; } 





/*RESPONSIVE BIG
--------------------------------------------------------------------------------*/
/*6 col + = 1180px*/
@media only screen and (min-width: 1180px) {
  #container-slide {
    margin: 15px;
  }
}



@media only screen and (min-width: 1305px) {
  #container-slide {
    width: 1195px;
    margin: 15px auto;
  }
}