/* Compiled Less CSS File */
/* Generated from "screen.css" */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/**
 * Main style
 * @author mister wolf srl <info@mister-wolf.it>
 * @version 1.0.0
 **/
.no-padding {
  padding: 0 0;
}
.no-margin {
  margin: 0 0;
}
.no-border {
  border: 0px none;
}
body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 15px;
  /*background-image: url(../images/bg.jpg);*/

  background: rgba(246, 246, 246, 0.5);
  font-weight: 400;
}
/* ############### GENERALE ############### */
a {
  color: #ff6600;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #555555;
  text-decoration: underline;
}
.container-bg {
  background-size: cover;
  position: relative;
}
.white-bg {
  background-color: #fff;
}
.spacer {
  height: 20px;
  display: block;
  width: 100%;
}
.spacer-img-frontpage {
  height: 30px;
  display: block;
  width: 100%;
}
.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
.k2Anchor {
  font-size: 15px;
  font-weight: 300;
}
.clear {
  clear: both;
}
.content {
  margin-top: 18px;
}
.panel-heading.active {
  background: #ff6600 !important;
}
.level3.active {
  /*color: @orange !important;*/
}
box-home .panel-content {
  padding: 15px;
}
.no-display {
  display: none;
}
.modal {
  position: relative;
}
.btn.btn-gssi {
  background: #ff6600;
  color: #ffffff;
  display: block;
}
.itemFacebookButton {
  width: 120px !important;
}
.repos-menu {
  margin-top: -3px;
}
.content-organization div {
  /* di v di organization */

  display: none;
}
.clear {
  width: 100%;
  clear: both;
  display: block;
}
/* ############### HEADER ############### */
/*#home {
	#header {
		background-image: url(../images/img-frontpage.jpg);
	}
}
*/
#home #header {
  border-top: 8px solid #ff6600;
  border-bottom: 2px solid #ff6600;
  background-image: url(../images/img-frontpage.jpg);
  background-size: cover;
  background-color: #fff;
}
#header {
  border-top: 8px solid #ff6600;
  border-bottom: 2px solid #ff6600;
  background-color: #fff;
}
#header .site-description {
  text-shadow: 1px 1px 0px #fff;
}
#header .top-header {
  /*.padding (0 0 @padding-extra-large-vertical);*/

  padding: 0 0 10px;
}
#header .top-header .logo {
  /*.margin-top(@padding-extra-large-vertical);*/

  margin-top: 18px;
  margin-bottom: 12px;
  display: block;
}
#header .top-header .menu-top {
  float: right;
  margin-top: 0px;
}
#header .top-header .menu-top .nav > li.active > a {
  color: #000000;
}
#header .top-header .menu-top .nav > li > a {
  color: #777777;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  font-weight: 400;
  font-size: 14px;
}
#header .top-header .menu-top .nav > li > a:hover {
  color: #000000;
}
#header .infn {
  display: none;
  width: 42px;
  text-align: right;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
}
#header .infn a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/infn.png) right 0 no-repeat;
  overflow: hidden;
  text-indent: 5000px;
  background-size: cover;
}
#header .infn-double {
  display: block;
  margin-top: 52px;
  padding-left: 65px;
  margin-left: 10px;
  background: url(../images/infn-double.png) left center no-repeat;
}
#header .infn-double a {
  font-size: 11px;
  display: block;
  color: #1f2466;
  margin: 5px 0;
  text-decoration: none;
}
#header #home .menu-main {
  border-top: 0px none;
}
#header .menu-main {
  border-top: 1px solid #777777;
}
#header .menu-main {
  background-color: rgba(255, 255, 255, 0.5);
}
#header .menu-main .navbar {
  margin: -3px 0 0 0;
  padding: 0 0;
  border: 0px none;
  min-height: auto;
}
#header .menu-main .navbar-collapse {
  padding: 0 0;
}
#header .menu-main .navbar-nav a {
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 1px;
  padding-top: 15px;
}
#header .menu-main .navbar-nav a:hover {
  background-color: #ff6600;
  color: #ffffff;
  margin-top: 3px;
  padding-top: 12px;
}
#header .menu-main .navbar-nav > .active > a {
  background-color: #ff6600;
  color: #ffffff;
  border-top: 3px solid #333333;
  padding-top: 12px;
}
#header .menu-main .navbar-nav > .active > a:hover,
#header .menu-main .navbar-nav > .active > a:focus {
  background-color: #ff6600;
  color: #ffffff;
  margin-top: 0px;
}
#header .menu-main .navbar-nav ul.main-sub {
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eeeeee;
  border-top: 2px solid #ff6600;
  border-radius: 4px;
}
#header .menu-main .navbar-nav ul.main-sub li a {
  font-size: 12px;
  margin-top: 0px;
  border-radius: 0px;
  padding-top: 10px;
}
#header .menu-main .navbar-nav ul.main-sub li a:hover {
  margin-top: 0px;
  background: #eeeeee;
  color: #333333;
}
#header .menu-main .navbar-nav ul.main-sub li:first-child a {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#header .menu-main .navbar-nav ul.main-sub li:last-child a {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#header .element-invisible {
  display: none;
}
#header .search-query {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-top: 7px;
  color: #777777;
}
/* ############### SUB MENU ############### */
.nav-tabs > li {
  float: none;
  display: inline-block;
  display: inline;
  zoom: 1;
  /* hasLayout ie7 trigger */

}
.nav-tabs {
  text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  background-color: #999859;
}
.main-sub {
  margin: 0px;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
  z-index: 999;
}
#header .navbar.navbar-inverse .navbar-nav > li.active .main-sub li a,
.main-sub li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e0e1e1;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  background-color: transparent;
}
#header .navbar.navbar-inverse .navbar-nav > li.active .main-sub li a:hover,
.main-sub li a:hover {
  text-decoration: none;
  background: #e1dfdf;
}
.subMenu li {
  width: 100%;
}
.child li {
  width: 100%;
}
.child li a {
  margin: 0;
  padding: 0;
  float: left;
}
.space-right {
  margin-right: 15px;
  margin-top: 5px;
}
.alls {
  font-weight: 400;
  color: #777777;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #ff6600;
  border: 1px solid #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff6600;
  border-color: #ff6600;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ff6600;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #eeeeee;
}
/* ############### BREADCRUMBS ############### */
#breadcrumbs {
  width: 100%;
  /*background: rgba(255, 255, 255, .85);*/

  position: absolute;
  top: 0;
  z-index: 1;
  padding: 6px 0;
  display: none;
}
#breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
#breadcrumbs .breadcrumb .divider {
  display: none;
}
#breadcrumbs .breadcrumb li a {
  font-weight: 400 !important;
  text-decoration: none;
  color: #777777 !important;
}
#breadcrumbs .breadcrumb li.active span {
  color: #000000 !important;
}
/* ############### FRONT PAGE ############### */
.img-frontpage {
  position: absolute;
  width: 100%;
  background-image: url(../images/img-frontpage.jpg);
  background-size: cover;
  height: 376px;
  z-index: -1;
}
.alternato {
  background: #e7e7e7;
}
/* ############## HOME - NEWS ############## */
.box-home {
  background-color: #fff;
  height: 100%;
  /*line-height: 160%;*/

  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid #eeeeee;
}
.box-home .carousel.slide img {
  width: 100%;
}
.box-home .carousel h1 {
  font-size: 28px;
  padding: 5px 0 15px 13px;
  margin: 0 2px 20px 2px;
  border-bottom: 2px solid #bbb9b9;
  font-weight: 400;
}
.box-home .carousel h1 a {
  color: #777777;
  font-weight: 400;
}
.box-home h1 {
  font-size: 22px;
  padding: 5px 0 15px 0px;
  margin: 0 2px 20px 2px;
  border-bottom: 1px solid #777777;
  font-weight: 400;
}
.box-home h1 a {
  color: #000000;
  font-weight: 400;
}
.box-home h1 a:hover {
  text-decoration: none;
}
.box-home .box-news {
  position: relative;
  width: 100%;
  /*.box-news-text {
			position: absolute;
			height: 100%;
			background: rgba(255,255,255,0.95);
			width: 50%;
			top: 0;
			right: 0;
			padding: 0 25px 25px 25px;
		}*/

}
.box-home .box-news .box-news-text {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 25px 25px 25px;
  border-bottom: 2px solid #777777;
  height: 140px;
}
/* ############## HOME - RIGHT NEWS ############## */
.moduletable_right-news h1 {
  font-size: 16px;
  margin: 0 0;
  padding: 0 0;
  font-weight: 400;
  border-bottom: 0px;
}
.moduletable_right-news h1 a {
  color: #777777;
  padding: 5px;
  display: block;
}
.moduletable_right-news h1 a:hover {
  text-decoration: none;
}
.moduletable_right-news .panel-default {
  border-radius: 0px;
  border-color: transparent;
  margin-bottom: 0px;
}
.moduletable_right-news .panel-default .panel-heading {
  padding: 10px 8px;
}
.moduletable_right-news .panel-default ul {
  padding: 0px 8px;
  margin: 0px;
  list-style-type: none;
}
.moduletable_right-news .panel-default ul li {
  border-bottom: 1px solid #eeeeee;
}
.moduletable_right-news .panel-default ul li:last-child {
  border: 0px none;
}
.moduletable_right-news .panel-default ul li h3 {
  font-size: 16px;
  margin: 11px 0;
}
.moduletable_right-news .panel-default ul li h3 a {
  color: #777777;
  font-weight: 400;
}
/* ############## HOME - SEMINARS ############## */
.box-seminars > div {
  padding-bottom: 20px;
}
.box-home-seminars {
  padding-bottom: 0;
  background-color: #fff;
  height: 100%;
  /*line-height: 160%;*/

  padding: 12px 12px 0px;
  margin-bottom: 18px;
  border: 1px solid #eeeeee;
}
.box-home-seminars h1 {
  font-size: 22px;
  padding: 5px 0 15px 0px;
  margin: 0 2px 20px 2px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 400;
}
.box-home-seminars h1 a {
  color: #000000;
  font-weight: 400;
}
.box-home-seminars h1 a:hover {
  text-decoration: none;
}
.box-home-seminars h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0 12px 0;
}
.box-home-seminars .seminars-date {
  background: #eeeeee;
  color: #777777;
  padding: 3px;
  font-size: 12px;
}
/* ############## INSIDE - NEWS URBAN STUDIES EDUCATION ############## */
.box-inside-seminars {
  padding-bottom: 0;
  background-color: #fff;
  height: 100%;
  /*line-height: 160%;*/

  padding: 12px 12px 0px;
  margin-bottom: 18px;
  border: 1px solid #eeeeee;
}
.box-inside-seminars h1 {
  font-size: 22px;
  padding: 5px 0 15px 0px;
  margin: 0 2px 20px 2px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 400;
}
.box-inside-seminars a {
  color: #ff6600 !important;
  font-weight: 400;
  text-decoration: none !important;
}
.box-inside-seminars a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.box-inside-seminars h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0 12px 0;
  text-align: left;
}
.box-inside-seminars .seminars-date {
  background: #eeeeee;
  color: #777777;
  padding: 3px;
  font-size: 12px;
}
.carousel-indicators {
  position: absolute;
  top: 6px;
  right: 10%;
  z-index: 15;
  width: 80%;
  padding-left: 0;
  text-align: right;
  list-style: none;
  height: 10px;
}
.carousel-indicators li {
  height: 14px;
  width: 14px;
  background: #ee6f03;
  margin: 0;
  margin-right: 5px;
}
.carousel-indicators .active {
  height: 14px;
  width: 14px;
  background: #000000;
  margin: 0;
  margin-right: 5px;
}
/* ############## HOME - ANNOUNCEMENTS ############## */
.box-home-announcements {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.box-announcements-label {
  background: #eeeeee;
  padding: 6px;
}
.box-announcements h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-home-announcements {
  background-color: #fff;
  margin-bottom: 18px;
}
.box-home-announcements h3 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.box-home-announcements h3 a {
  color: #000000;
  font-weight: 400;
}
.box-home-announcements h3 a:hover {
  text-decoration: none;
}
.box-home-announcements h4 {
  text-align: left;
  font-size: 18px;
  padding-top: 10px;
}
.box-home-announcements h4 a {
  color: #ff6600;
  font-weight: 400;
}
/* ############## HOME - RESEARCH ############## */
.box-research {
  background-color: #fff;
  height: 100%;
  line-height: 160%;
  margin-bottom: 18px;
  padding: 0 21px;
}
.box-research h2 {
  margin: 0;
  padding: 15px;
  font-size: 20px;
}
.box-research p {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
.box-research a {
  color: #777777;
  font-weight: 400;
}
.box-research a:hover {
  text-decoration: none;
}
.box-research a:hover img {
  opacity: 0.7;
}
.border-right {
  border-right: 1px solid #bbb9b9;
}
/* ############## HOME - MENU LINK ############## */
.box-menu-link {
  background-color: #eeeeee;
  height: 100%;
  line-height: 160%;
  margin-bottom: 18px;
  padding: 0 21px;
}
.box-menu-link .border-right {
  border-right: 1px solid #ddd;
}
.box-menu-link a {
  font-size: 16px;
  color: #777777;
  padding: 10px 10px;
  margin: 0;
  display: block;
  font-weight: 400;
}
.box-menu-link a:hover {
  text-decoration: none;
  opacity: .9;
}
.box-menu-link .glyphicon {
  position: absolute;
  right: 14px;
  top: 14px;
}
/* ############### ASIDE ############### */
aside a:hover {
  text-decoration: none;
}
aside.aside-left .panel-group {
  border: 1px solid #eeeeee;
}
aside.aside-left .panel-group .panel-default {
  border: 0px none;
}
aside.aside-left .panel-group .panel-default > .panel-heading {
  border: 0px none;
  background: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0 0;
}
aside.aside-left .panel-group .panel-default > .panel-heading h4 {
  font-size: 15px;
  font-weight: 400;
}
aside.aside-left .panel-group .panel-default > .panel-heading h4 a i {
  font-weight: 400;
  font-size: 12px;
}
aside.aside-left .panel-group .panel-default > .panel-heading.active h4 a {
  color: #ffffff;
}
aside.aside-left .panel-group .panel-default > .panel-heading.active h4 a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ff6600;
}
aside.aside-left .panel-group .panel-default > .panel-heading.active h4 a i {
  font-weight: 400;
  font-size: 12px;
}
aside.aside-left .panel-group .panel-default > .panel-heading a {
  display: block;
  padding: 12px;
  font-weight: 400;
}
aside.aside-left .panel-group .panel-default > .panel-heading a i {
  font-weight: 400;
  font-size: 12px;
}
aside.aside-left .panel-group .panel-default > .panel-heading a:hover {
  background: #eeeeee;
  color: #000000;
}
aside.aside-left .panel-group .panel-default .panel-body {
  padding: 0px;
}
aside.aside-left .panel-group .panel-default .panel-body a {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 8px 12px;
  border-bottom: 1px solid #ebebeb;
}
aside.aside-left .panel-group .panel-default .panel-body a i {
  font-weight: 400;
  font-size: 10px;
}
aside.aside-left .panel-group .panel-default .panel-body a:hover {
  text-decoration: none;
  color: #000000;
  background: #eeeeee;
}
aside.aside-left .panel-group .panel-default .panel-body a.active {
  text-decoration: none;
  color: #000000;
  background-color: #eeeeee;
  font-weight: 700;
}
aside.aside-left .panel-group .panel-default .panel-body a:last-child {
  border-bottom: 0px none;
}
/* ############### SUBCATEGORIES ############### */
.itemListSubCategories {
  float: right;
  width: 100%;
  text-align: right;
}
.itemListSubCategories h3 {
  display: none;
}
.itemListSubCategories .subCategoryContainer {
  width: auto !important;
  text-align: center;
  display: inline-block;
}
.itemListSubCategories .subCategoryContainer .subCategory {
  border: 0px none;
}
.itemListSubCategories .subCategoryContainer .subCategory h2 {
  font-size: 14px;
  margin: 0 0;
}
.itemListSubCategories .subCategoryContainer .subCategory p {
  display: none;
}
.itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore {
  display: none;
}
.itemListSubCategories .subCategoryContainer .subCategory a {
  color: #000000;
  font-weight: 400;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.itemListSubCategories .subCategoryContainer .subCategory a:hover,
.itemListSubCategories .subCategoryContainer .subCategory a.current {
  background: #ff6600;
  color: #ffffff;
  text-decoration: none;
}
/* ############### ALLS ############### */
div.catItemHeader span.catItemDateCreated {
  font-size: 12px;
}
div.itemExtraFields {
  margin: 0 0 35px 0;
  padding: 8px 0 0 0;
  border: 0px none;
}
div.itemExtraFields ul li.even,
div.itemExtraFields ul li.odd {
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  width: 20%;
}
.tab-languages .nav-tabs {
  float: right !important;
  margin-bottom: 15px;
}
.tab-languages .nav-tabs > li {
  display: block !important;
  float: left !important;
}
.tab-languages .nav-tabs > li a {
  display: block !important;
  text-decoration: none;
  width: 32px;
  height: 21px;
  border-radius: 0;
  border: 0 !important;
  margin: 0 0 0 2px !important;
  padding: 0 !important;
}
.tab-languages .nav-tabs > li a:hover {
  border: 0 !important;
  margin: 0 0 0 2px !important;
  padding: 0 !important;
}
.tab-languages .nav-tabs > li.active {
  opacity: 0.5;
}
.tab-languages .nav-tabs a.it {
  background-image: url(../img/flag-ita.png);
  background-size: cover;
}
.tab-languages .nav-tabs a.en {
  background-image: url(../img/flag-eng.png);
  background-size: cover;
}
.tab-projects .nav-tabs {
  margin-bottom: 20px;
}
.tab-projects .nav-tabs > li {
  display: block !important;
  float: left !important;
}
.tab-projects .nav-tabs > li a {
  display: block !important;
  text-decoration: none;
  border-radius: 0;
  border: 0 !important;
  margin: 0 0 0 2px !important;
  padding: 8px !important;
}
.tab-projects .nav-tabs > li.active a {
  background: #ff6600;
  color: #ffffff;
  text-decoration: none;
}
.tab-projects #profile {
  margin-left: -15px;
  margin-right: -15px;
}
/* ############### PEOPLE ############### */
.people .catItemView {
  min-height: 240px;
}
.people .catItemHeader h3.catItemTitle {
  padding: 3px 0 4px 0;
}
.people .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-size: 16px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}
.people .catItemImageBlock {
  padding: 0px;
  margin: 0 0 0px 0;
  max-height: 150px;
  overflow: hidden;
}
.people div.itemExtraFields {
  margin: 0 0 0 0;
}
.people .itemAttachmentsBlock ul.itemAttachments li {
  padding: 0px 0px;
  border-bottom: 1px solid #eeeeee;
}
.people .itemAttachmentsBlock ul.itemAttachments li a {
  display: block;
  padding: 2px;
}
/* ############### PEOPLE RESEARCH ############### */
.people-res .catItemView {
  min-height: 240px;
}
.people-res .catItemHeader h3.catItemTitle {
  padding: 3px 0 4px 0;
  margin-top: 0px;
}
.people-res .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-size: 16px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}
.people-res h3.catItemTitle {
  padding: 3px 0 4px 0;
  margin-top: 0px;
}
.people-res h3.catItemTitle a {
  color: #000000 !important;
  font-size: 16px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}
.people-res .catItemIntroText h3 {
  font-size: 18px;
  margin-top: 2px;
}
.people-res .catItemImageBlock {
  padding: 0px;
  margin: 0 0 0px 0;
  max-height: 150px;
  overflow: hidden;
}
.people-res div.itemExtraFields {
  margin: 0 0 0 0;
}
.people-res div.catItemExtraFields {
  margin-top: 0px;
}
.people-res .catItemAttachmentsBlock ul.catItemAttachments li {
  padding: 0px 0px;
  border-bottom: 1px solid #eeeeee;
}
.people-res .catItemAttachmentsBlock ul.catItemAttachments li a {
  display: block;
  padding: 4px 2px;
}
.people-res .catItemAttachmentsBlock ul.catItemAttachments li:last-child {
  border-bottom: 0px none;
}
/* ############### ALTRO ############### */
.altro .catItemView {
  border-bottom: 1px solid #eeeeee;
}
.altro .catItemHeader h3.catItemTitle {
  font-family: 'Lato', sans-serif !important;
  font-size: 21px !important;
}
.altro .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-weight: 400;
}
/* ############### NEWS ############### */
.news .catItemView {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.news .catItemHeader h3.catItemTitle {
  font-family: 'Lato', sans-serif !important;
  font-size: 21px !important;
}
.news .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-weight: 400;
}
.news div.catItemImageBlock {
  float: right !important;
  margin-left: 8px;
}
.news .itemHeader h2.itemTitle {
  text-transform: none !important;
}
.news div.itemIntroText {
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0 4px 0;
  text-align: justify;
}
/* ############### NEWS SC ############### */
.news-sc .catItemView {
  /*.bordered-bottom(1px, @gray-lighter);*/

  padding: 8px 0;
}
.news-sc .catItemHeader h3.catItemTitle {
  font-family: 'Lato', sans-serif !important;
  font-size: 21px !important;
}
.news-sc .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-weight: 400;
}
.news-sc div.catItemImageBlock {
  float: none !important;
  margin-left: 0px;
  padding: 0px;
}
.news-sc .itemHeader h2.itemTitle {
  text-transform: none !important;
}
.news-sc div.itemIntroText {
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0 4px 0;
  text-align: justify;
}
.news-sc .catItemExtraFields {
  border-top: 0px none;
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}
.news-sc .catItemExtraFields li {
  border-bottom: 0px none;
}
.news-sc .catItemExtraFields li .catItemExtraFieldsValue {
  color: #fff;
  background: #ff6600;
  padding: 3px 6px;
}
/* ############### GENERIC TEMPLATE ############### */
div.genericItemHeader h2.genericItemTitle {
  color: #000;
  font-family: "Lato", sans-serif;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
div.genericItemHeader .genericItemTitle {
  color: #000000;
  font-weight: 400px;
}
/* ############### RESEARCH PROJECTS ############### */
.research-pro .itemHeader {
  clear: both;
}
.research-pro span.itemImage img {
  padding: 0px;
}
.content-box .research-pro .itemImageBlock {
  float: none;
  margin: 0 0 10px 0px;
  padding: 0px;
}
/* ############### NEWS SC ############### */
/* ############### SEMINARS ############### */
.seminars .catItemView {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.seminars .catItemHeader h3.catItemTitle {
  font-family: 'Lato', sans-serif !important;
  font-size: 21px !important;
}
.seminars .catItemHeader h3.catItemTitle a {
  color: #000000 !important;
  font-weight: 400;
}
.seminars .catItemHeader h3.catItemTitle span.catItemDateCreated {
  font-size: 12px;
  float: right;
  background: #eeeeee;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 2px 6px;
}
.seminars .itemHeader h2.itemTitle {
  text-transform: none !important;
}
.seminars .nav-tabs.seminars-switch {
  border: 0px none;
  float: left;
}
.seminars .nav-tabs.seminars-switch li a {
  display: block;
  float: left;
  color: #777777;
  font-weight: 400;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px 14px;
}
.seminars .nav-tabs.seminars-switch li.active a {
  display: block;
  float: left;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  background: #ff6600;
  border: 1px solid #eeeeee;
  padding: 10px 14px;
}
.k2CalendarBlock {
  height: auto !important;
}
.k2CalendarBlock .calendar {
  width: 100%;
}
.tab-content > .active {
  clear: both !important;
}
/* ############### SINGLE PAGE ############### */
.content-box {
  background-color: #ffffff;
  padding: 18px 18px;
  border: 1px solid #eeeeee;
  line-height: 160%;
  overflow: hidden;
}
.content-box .itemBackToTop a {
  text-decoration: none !important;
  color: #000000;
}
.content-box div.itemToolbar {
  margin: 0 0 18px !important;
  background: #ffffff;
}
.content-box div.itemToolbar ul li a {
  color: #000000;
}
.content-box div.itemView {
  padding: 8px 0 0px 0 !important;
  margin: 0 0;
  border: 0px none;
}
.content-box div.catItemBody {
  margin: 0;
  padding: 10px 0 0 0 !important;
}
.content-box span.catItemImage {
  margin: 0;
  padding: 0;
}
.content-box span.catItemImage img {
  padding: 0;
  margin: 0;
}
.content-box .itemFullText,
.content-box .catItemIntroText {
  text-align: justify;
}
.content-box .itemFullText a,
.content-box .catItemIntroText a {
  color: #000000;
  text-decoration: underline;
}
.content-box .itemFullText a:hover,
.content-box .catItemIntroText a:hover {
  color: #777777;
  text-decoration: none;
}
.content-box .itemFullText h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.content-box div.itemListCategory {
  background: transparent;
  border: 0px none;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 6px;
  /*.margin-bottom(@padding-extra-large-vertical);*/

  margin-top: 0;
}
.content-box div.itemListCategory p {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  margin: 20px 0;
}
.content-box .itemHeader h1,
.content-box .itemHeader h2.itemTitle {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Lato', sans-serif;
}
.content-box .itemHeader h2 {
  /*.bordered-bottom(1px, @gray-lighter);*/

  margin-bottom: 0px !important;
}
.content-box h1,
.content-box h2 {
  margin-top: 0px !important;
}
.content-box .itemImageBlock {
  float: right;
  margin: 0 0 15px 15px;
}
.content-box .itemImageBlock .itemImage a {
  display: block;
}
.content-box .no-pad-left {
  padding-left: 0;
}
.content-box .no-pad-right {
  padding-right: 0;
}
.img-single {
  width: 100%;
  background-size: cover;
  /*height: 350px;*/

  height: 250px;
  position: relative;
  border-bottom: 2px solid #ee6f03;
}
.img-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(238, 111, 3, 0.5);
  color: #fff;
  text-transform: uppercase;
}
/* ############### TABLE ############### */
table.simple-table {
  width: 100%;
}
table.simple-table tr td {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
table.seminars {
  width: 100%;
  margin: 20px 0;
}
table.seminars tr td {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
table.seminars tr td a {
  padding: 8px 0;
  display: block;
  text-decoration: none !important;
}
table.seminars tr td a:hover,
table.seminars tr td a.active {
  background: #ff6600;
  color: #ffffff !important;
  text-decoration: none;
}
table.table-courses {
  width: 100%;
}
table.table-courses tr td {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  padding: 8px 0;
}
table.table-courses tr td p {
  margin: 0px;
}
/* ############### ATTACH ############### */
div.catItemAttachmentsBlock,
div.itemAttachmentsBlock {
  border: 0px none;
}
div.catItemAttachmentsBlock ul.catItemAttachments li,
div.itemAttachmentsBlock ul.catItemAttachments li,
div.catItemAttachmentsBlock ul.itemAttachments li,
div.itemAttachmentsBlock ul.itemAttachments li {
  display: block;
  text-align: left;
}
/* ############### LISTE ############### */
/* ############### FOOTER ############### */
#footer h4 {
  font-size: 12px;
  font-weight: weight-light;
}
#footer.white-bg {
  padding-top: 18px;
  padding-bottom: 0;
}
#footer .loghi-footer {
  overflow: hidden;
}
#footer .loghi-footer .social ul.social {
  margin: 0 0;
  padding: 0 0;
  list-style-type: none;
}
#footer .loghi-footer .social ul.social li {
  display: inline-block;
  margin-right: 1px;
}
#footer .loghi-footer .social ul.social li a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/social.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -5000px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
}
#footer .loghi-footer .social ul.social li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
}
#footer .loghi-footer .social ul.social li a.tw {
  background-position: -33px 0;
}
#footer .loghi-footer .social ul.social li a.ln {
  background-position: -99px 0;
}
#footer .loghi-footer .social ul.social li a.yt {
  background-position: -66px 0;
}
#footer .loghi-footer .partners {
  margin: 0 0;
  padding: 0 0;
  list-style-type: none;
}
#footer .loghi-footer .partners.join {
  /*width:320px;*/

}
#footer .loghi-footer .partners.funded {
  /*width:190px;*/

}
#footer .loghi-footer .partners li {
  display: inline-block;
}
#footer .loghi-footer .partners li a {
  display: block;
  height: 48px;
  background: url(../images/partners.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -5000px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
}
#footer .loghi-footer .partners li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
}
#footer .loghi-footer .partners li a.sissa {
  width: 59px;
}
#footer .loghi-footer .partners li a.sa {
  width: 54px;
  background-position: -61px 0;
}
#footer .loghi-footer .partners li a.imt {
  width: 114px;
  background-position: -119px 0;
}
#footer .loghi-footer .partners li a.ri {
  width: 52px;
  background-position: -238px 0;
}
#footer .loghi-footer .partners li a.ra {
  width: 50px;
  background-position: -299px 0;
}
#footer .menu-footer {
  padding-top: 0;
  padding-bottom: 6px;
  margin-top: 0;
}
#footer .menu-footer .nav > li {
  float: none;
  display: inline-block;
}
#footer .menu-footer .nav > li a:after {
  padding-left: 10px;
  content: '  |';
}
#footer .menu-footer .nav > li:last-child a:after {
  content: '';
}
#footer .menu-footer .nav > li > a {
  color: #777777;
  padding: 6px 12px;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
}
#footer .menu-footer .nav > li > a:hover {
  color: #000000;
  background: none;
}
#footer .menu-footer .nav > li.active a {
  color: #000000;
}
#footer .menu-footer-text {
  background-color: #ee6f03;
  clear: both;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}
#footer .menu-footer-text a {
  color: #ffffff;
}
#footer .panel-heading.current a {
  color: #ee6f03;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .item {
  left: 0;
}
.carousel-nav {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.carousel-nav .carousel-control {
  position: relative;
  /*bottom: 0;
		top:90%;
		left: 0;*/

  width: 15%;
  margin-left: 20px;
  font-size: 30px;
  color: #ff6600;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.carousel-nav .carousel-control:hover {
  color: #000000;
}
.carousel-nav .carousel-control.left,
.carousel-nav .carousel-control.right {
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.iframe-calendar {
  border: 0;
  height: 1300px;
}
/* -sm  menu chiuso */
@media (max-width: 767px) {
  /*h2.itemTitle
  	.itemHeader h1,
  	.itemListCategory h2 {
  		display:none;
  	}*/
  #header {
    border-top: 8px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    background-image: none;
    backgrund-position: right 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
  }
  #header .top-header {
    text-align: center;
  }
  #header .top-header .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .top-header .menu-top {
    float: none;
    margin-top: -8px;
  }
  #header .top-header .menu-top .nav {
    background-color: #eeeeee;
    text-align: right;
  }
  #header .top-header .menu-top .nav.navbar-nav {
    line-height: 0px;
    overflow: visible;
  }
  #header .top-header .menu-top .nav li {
    display: inline-block;
  }
  #header .top-header .menu-top .nav li a {
    float: left;
    background-color: rgba(255, 255, 255, 0);
  }
  #header .top-header .menu-top .nav li a .contactus {
    content: "\2709";
  }
  #header .navbar-collapse {
    overflow: visible;
    width: 100%;
  }
  #header .navbar-collapse .navbar-nav {
    background: rgba(255, 255, 255, 0.95);
  }
  #header .navbar-collapse .navbar-nav ul.main-sub {
    border-radius: 0px;
    border-top: 0px none;
    border-bottom: 1px solid #777777;
    visibility: visible !important;
    position: relative !important;
    display: block !important;
    width: 100%;
  }
  #header .navbar-collapse .navbar-nav ul.main-sub li:first-child a,
  #header .navbar-collapse .navbar-nav ul.main-sub li:last-child a {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  #header .navbar-collapse .navbar-nav ul.main-sub li a {
    background-color: transparent;
  }
  #header .menu-main .navbar-nav a {
    padding: 10px 10px;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    background: #eeeeee;
  }
  #header .menu-main .navbar-nav a:hover {
    margin-top: -2px;
  }
  #header .navbar-header {
    margin: -8px -15px;
    padding: 0px 0px;
  }
  #header .navbar-header .navbar-toggle {
    position: relative;
    float: left;
    padding: 8px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    color: #000000;
    background-color: #eeeeee;
    display: block;
    width: 100%;
  }
  #header .navbar-header .navbar-toggle.collapsed {
    position: relative;
    float: left;
    padding: 8px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    display: block;
    width: 100%;
  }
  #header .navbar {
    position: absolute;
    z-index: 999;
    top: 40px;
    width: 92.6%;
  }
  .img-text {
    position: relative;
  }
  .box-research p {
    padding: 10px 0;
  }
  div.img-single {
    background-image: none !important;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  .box-home .box-news .box-news-text {
    height: auto;
    position: relative;
  }
  .box-home .box-news .box-news-text h3 {
    font-size: 18px;
  }
  aside h2.mobtit {
    text-transform: uppercase;
    margin-top: 0px;
  }
  .content-box .itemImageBlock {
    float: none;
    width: 100%;
    margin: 0 0 15px 0px;
  }
  .content-box span.catItemImage img {
    width: 100% !important;
  }
  .content-box .itemHeader h1 {
    font-size: 24px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
  }
  .content-box .itemToolbar {
    display: none;
  }
  .news div.catItemImageBlock {
    float: none !important;
    margin: 0 0 0px 0;
  }
  .people .catItemHeader h3 {
    line-height: 16px !important;
  }
  .people .catItemHeader h3.catItemTitle a {
    font-size: 14px;
    line-height: 16px;
  }
  .news .itemImageBlock .itemImage img {
    width: 100% !important;
  }
  .border-right {
    border-right: 0px none;
    border-bottom: 1px solid #eeeeee !important;
  }
  #footer .loghi-footer {
    text-align: center;
  }
  #footer .loghi-footer .no-pad {
    padding-left: 15px;
  }
  #footer .loghi-footer .partners.join {
    width: auto;
  }
  #footer .loghi-footer .partners.funded {
    width: auto;
  }
  #footer .menu-footer .nav li a {
    font-size: 12px;
  }
  #footer .menu-footer .nav li a:after {
    padding-left: 0px;
  }
  .itemFacebookButton {
    width: 80px;
  }
  div.itemTwitterButton {
    margin-right: 0px;
    width: 80px;
  }
  div.itemBackToTop {
    text-align: center;
  }
}
/* -xs molto molto piccolo */
@media screen and (max-width: 400px) {
  .border-right {
    border-right: 0px none;
    border-bottom: 1px solid #eeeeee !important;
  }
}
/* altro (anche ipad landscape) */
@media (min-width: 767px) and (max-width: 992px) {
  #header .top-header {
    text-align: center;
  }
  #header .top-header .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .top-header .menu-top {
    float: none;
    margin-top: 0px;
  }
  #header .top-header .menu-top .nav {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: right !important;
  }
  #header .top-header .menu-top .nav.navbar-nav {
    line-height: 0px;
    float: none;
  }
  #header .top-header .menu-top .nav.navbar-nav li {
    float: none;
    display: inline-block;
  }
  #header .top-header .menu-top .nav.navbar-nav li a {
    background-color: rgba(255, 255, 255, 0);
  }
  #header .menu-main .navbar-nav a {
    font-size: 12px;
  }
  .box-home .box-news .box-news-text {
    height: auto;
    position: relative;
    bottom: 50px;
    padding: 5px 25px 25px 25px;
  }
  .box-home .box-news .box-news-text h3 {
    font-size: 18px;
  }
  .content-box .itemImageBlock {
    float: none;
    width: 100%;
    margin: 0 0 15px 0px;
  }
  .border-right {
    border-right: 0px none;
    border-bottom: 1px solid #eeeeee !important;
  }
  .box-research h2 {
    font-size: 14px;
  }
  .box-research p {
    padding: 10px 0;
  }
  .box-research .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* intermedio */
@media (min-width: 992px) and (max-width: 1200px) {
  #header .menu-main .navbar-nav a {
    font-size: 12px;
  }
  .box-home .box-news {
    height: 420px;
  }
  .box-home .box-news .box-news-text {
    height: auto;
    position: relative;
    bottom: 50px;
    padding: 5px 25px 25px 25px;
  }
  .box-home .box-news .box-news-text h3 {
    font-size: 18px;
  }
  .content-box .itemImageBlock {
    float: none;
    width: 100%;
    margin: 0 0 15px 0px;
  }
  .border-right {
    border-right: 0px none;
    border-bottom: 1px solid #eeeeee !important;
  }
  .box-research h2 {
    font-size: 14px;
  }
  .box-research p {
    padding: 10px 0;
  }
  .box-research .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  
}