@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,300,500,600,700);
/*
 * Variabili di utility
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot');
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff2') format('woff2'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff') format('woff'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
*  smart-search
*/
#mobile-menu .menu.nav li.first .nolink {
  padding: 11px 15px;
  font-size: 1.2em;
  background: #ffffff;
  color: #323232;
  cursor: pointer;
}
#mobile-menu .menu.nav li.first .nolink:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: .9em;
  font-weight: 100;
  position: absolute;
  right: .9em;
  top: .7em;
}
html.no-scroll {
  overflow: hidden;
}
html.smart-search #smart-search {
  display: block !important;
}
#ss-btn {
  padding: 0px 9px;
  border-left: 1px solid #cdcdcd;
  height: 41px;
  float: right;
  border-right: 1px solid #cdcdcd;
  background: #ffffff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}
#ss-btn span {
  float: left;
  padding-top: 11px;
}
#ss-btn .fa {
  font-size: 18px;
  padding: 10px 12px 0;
}
#ss-btn:hover,
#ss-btn:focus,
#ss-btn:active {
  background: #f6f6f6;
  text-decoration: none;
}
#glossary {
  float: right;
  background: #ffffff;
  cursor: pointer;
}
#glossary a {
  border-left: 1px solid #cdcdcd;
  color: #666666;
  display: block;
  padding: 13px 20px 1px;
  font-family: 'Rajdhani', sans-serif;
  overflow: hidden;
  width: 100%;
  height: 41px;
  line-height: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
#glossary a:hover,
#glossary a:focus,
#glossary a:active {
  background: #f6f6f6;
  text-decoration: none;
}
#smart-search {
  overflow: auto;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  color: #656565;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  height: 100%;
}
#smart-search #cat-2 {
  float: right;
}
@media screen and (max-width: 768px) {
  #smart-search #cat-2 {
    float: left;
  }
}
#smart-search .ss-wrapper {
  width: 100%;
}
#smart-search .ss-wrapper .ss-content .container {
  margin: 80px auto;
  position: relative;
}
#smart-search .ss-wrapper .ss-content .container .ss-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
}
#smart-search .ss-wrapper .ss-content .container .ss-close:after {
  display: block;
  content: '\e80a';
  font-family: 'adattivo-font-outline';
  color: #666;
  font-size: 36px;
  line-height: 62%;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  #smart-search .ss-wrapper .ss-content .container .ss-close {
    top: -30px;
    right: 15px;
  }
}
#smart-search .ss-wrapper .ss-content .container .ss-slot {
  width: 100%;
  border-bottom: 1px solid #656565;
}
#smart-search .ss-wrapper .ss-content .container .ss-slot input {
  background: transparent;
  border: none;
  font-size: 60px;
  font-family: 'Rajdhani', sans-serif;
  color: #656565;
  height: auto;
  padding-left: 115px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
#smart-search .ss-wrapper .ss-content .container .ss-slot .ss-btn {
  position: absolute;
  width: 44px;
  height: 48px;
  top: 20px;
  left: 10px;
  cursor: pointer;
}
#smart-search .ss-wrapper .ss-content .container .ss-slot .ss-btn:before {
  content: '\e81e';
  font-family: 'adattivo-font-outline';
  color: #656565;
  font-size: 55px;
  line-height: 90%;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  #smart-search .ss-wrapper .ss-content .container .ss-slot input {
    font-size: 20px;
    padding-left: 35px;
    padding-right: 15px;
  }
  #smart-search .ss-wrapper .ss-content .container .ss-slot .ss-btn {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 5px;
  }
  #smart-search .ss-wrapper .ss-content .container .ss-slot .ss-btn:before {
    font-size: 20px;
    margin-left: 0px;
  }
}
#smart-search .ss-wrapper .ss-content .container .ss-result #no-result {
  border-bottom: none;
}
#smart-search .ss-wrapper .ss-content .container .ss-result #no-result h3 {
  font-style: italic;
}
#smart-search .ss-wrapper .ss-content .container .ss-result h4 span {
  font-weight: 600;
}
#smart-search .ss-wrapper .ss-content .container .ss-result #others {
  text-align: right;
  border-bottom: none;
}
#smart-search .ss-wrapper .ss-content .container .ss-result #others p {
  color: #af0834;
  cursor: pointer;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
#smart-search .ss-wrapper .ss-content .container .ss-result #others p:after {
  content: '\e802';
  margin: 0 0 0 10px;
  font-family: 'adattivo-font-outline';
}
#smart-search .ss-wrapper .ss-content .container .ss-result #others p:hover {
  margin-right: -10px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result #others p.btn {
  background: #ac0633;
  border-color: #ac0633;
  color: #ffffff;
  padding-right: 10px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result h4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul {
  padding: 0;
  margin: 0;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li {
  min-height: 90px;
  width: 100%;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: table;
  border-bottom: 1px solid #CCCCCC;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-img {
  display: table-cell;
  vertical-align: middle;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-img .img-circle {
  overflow: hidden;
  margin-right: 35px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-img .img-circle img {
  width: 100%;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 110%;
  padding-right: 20px;
  margin: 0 0 2px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 110%;
  padding-right: 18px;
  margin: 0 0 2px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text span {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text span p {
  text-decoration: underline;
  color: #666;
  font-weight: 600;
  display: inline;
}
@media screen and (max-width: 768px) {
  #smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text h3 {
    font-size: 20px;
  }
  #smart-search .ss-wrapper .ss-content .container .ss-result ul li .ss-text p {
    font-size: 16px;
  }
}
#smart-search .ss-wrapper .ss-content .container .ss-result .category {
  margin-top: 50px;
  float: left;
}
@media screen and (max-width: 768px) {
  #smart-search .ss-wrapper .ss-content .container .ss-result .img-circle {
    margin-right: 15px !important;
    width: 30px !important;
    height: 30px !important;
  }
  #smart-search .ss-wrapper .ss-content .container .ss-result p {
    font-size: 18px !important;
  }
  #smart-search .ss-wrapper .ss-content .container .ss-result h4 {
    margin: 30px 0;
  }
}
#smart-search .ss-wrapper .ss-content .container .ss-result.load h4 {
  display: none;
}
#smart-search .ss-wrapper .ss-content .container .ss-result.load #cat-2 ul {
  background: url(../img/smart_search/ss_loader.gif) 25% center no-repeat;
  min-height: 100px;
}
#smart-search .ss-wrapper .ss-content .container .ss-result.no-result h4 {
  display: none;
}
#smart-search .news-press-result + h4 {
  margin-top: 20px!important;
}
