html {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  padding-bottom: 420px;
}
@media screen and (min-width: 1981px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html {
    padding-bottom: 420px;
  }
}
body {
  font-size: 18px;
  height: 100%;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}
@media screen and (min-width: 1981px) {
  body {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
em {
  color: inherit;
}
.am {
  padding-left: 5px;
}
.uk-container a {
  word-break: break-word;
}
/*======================================
*   UTILITY
======================================*/
.flexer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.nop {
  padding: 0 !important;
}
.nom {
  margin: 0 !important;
}
.uk-container,
.uk-grid,
.container-padding {
  padding: 0 16%;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .uk-container,
  .uk-grid,
  .container-padding {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 1024px) {
  .uk-container,
  .uk-grid,
  .container-padding {
    padding: 0 4%;
  }
}
@media screen and (max-width: 991px) {
  .uk-container,
  .uk-grid,
  .container-padding {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .uk-container,
  .uk-grid,
  .container-padding {
    padding: 0 4%;
  }
}
/**
LIST NEWS
 */
.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -1%;
}
@media only screen and (max-width: 419px) {
  .list-view {
    padding-right: 0;
  }
}
.list-view .panel-news-home,
.list-view div[data-key] {
  overflow: hidden;
  font-size: 14px;
  position: relative;
  width: 31%;
  max-height: 500px;
  margin: 0 0 2% 0;
}
@media screen and (min-width: 1981px) {
  .list-view .panel-news-home,
  .list-view div[data-key] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .list-view .panel-news-home,
  .list-view div[data-key] {
    width: 48%;
  }
}
@media only screen and (max-width: 459px) {
  .list-view .panel-news-home,
  .list-view div[data-key] {
    width: 100%;
  }
}
.list-view .panel-news-home .content-image,
.list-view div[data-key] .content-image {
  height: 500px;
}
@media (min-width: 992px) {
  .list-view .panel-news-home .content-image img.el-image,
  .list-view div[data-key] .content-image img.el-image {
    position: absolute;
    bottom: 0;
    width: auto;
    margin: 0;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-height: 500px;
  }
}
@media only screen and (max-width: 419px) {
  .list-view .panel-news-home .content-image img.el-image,
  .list-view div[data-key] .content-image img.el-image {
    margin-left: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 419px) {
  .list-view .panel-news-home .content-image,
  .list-view div[data-key] .content-image {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  .list-view .panel-news-home .el-content,
  .list-view div[data-key] .el-content {
    position: absolute;
    bottom: 0;
    padding: 6em 2em 2em;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
    width: 100%;
    color: #fff;
  }
}
.list-view .panel-news-home .el-content .category > span,
.list-view div[data-key] .el-content .category > span {
  background-color: #164194;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
}
.list-view .panel-news-home .el-content .el-link,
.list-view div[data-key] .el-content .el-link {
  border: none;
  padding: 0;
  text-align: left;
}
.list-view .panel-news-home .el-content .el-title,
.list-view div[data-key] .el-content .el-title {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.1em;
}
.list-view .panel-news-home .el-content .el-subtitle,
.list-view div[data-key] .el-content .el-subtitle {
  font-size: 1.25em;
  color: #fff;
  margin: 5px 0 10px 0;
}
.list-view .panel-news-home .el-content .date-start,
.list-view div[data-key] .el-content .date-start,
.list-view .panel-news-home .el-content .published-by,
.list-view div[data-key] .el-content .published-by {
  color: #fff;
  padding-top: 5px;
  float: left;
}
.list-view .panel-news-home .el-content .date-end,
.list-view div[data-key] .el-content .date-end {
  color: #fff;
  padding-top: 5px;
  display: none;
}
.list-view .panel-news-home .el-content .date-end:before,
.list-view div[data-key] .el-content .date-end:before {
  content: "|";
  padding: 0 10px;
}
.list-view .panel-news-home .el-content p,
.list-view div[data-key] .el-content p {
  margin: 0 0 10px 0;
  line-height: 1.2em;
}
.list-view .panel-news-home .el-content p span,
.list-view div[data-key] .el-content p span {
  padding: 0 5px;
}
.list-view .panel-news-home > p:last-child,
.list-view div[data-key] > p:last-child {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  right: 0;
}
.list-view .panel-news-home > p:last-child a,
.list-view div[data-key] > p:last-child a {
  color: #fff;
  font-size: 1.5em;
}
.four-columns .list-view {
  flex-wrap: wrap;
}
.four-columns .list-view div[data-key] {
  width: 23%;
  margin: 1%;
}
@media only screen and (max-width: 1299px) {
  .four-columns .list-view div[data-key] {
    width: 31%;
  }
}
@media only screen and (max-width: 991px) {
  .four-columns .list-view div[data-key] {
    width: 48%;
  }
}
@media only screen and (max-width: 419px) {
  .four-columns .list-view div[data-key] {
    width: 100%;
  }
}
.list-view > .summary {
  display: none;
}
/*======================================
*   FOOTER
======================================*/
.pre-footer {
  background-color: white;
  padding: 35px 0;
}
.pre-footer .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .pre-footer .row {
    flex-direction: column;
  }
}
.pre-footer .row + .row {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .pre-footer .wrap-logo {
    margin-right: 25px;
  }
}
.pre-footer .wrap-logo img {
  max-height: 50px;
}
.footer {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer a {
  color: #fff;
  text-transform: capitalize;
}
.footer a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.footer > div {
  padding: 60px 0 40px 0;
}
/*======================================
*   GO TO TOP
======================================*/
.gototop {
  position: fixed;
  bottom: 12%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #164194;
  font-size: 0.6em;
  padding: 5px 7px 5px 6px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  display: none;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  .gototop {
    bottom: 15%;
    right: 5px;
    width: 35px;
    height: 35px;
    padding: 8px 2px 5px 4px;
    font-size: unset;
  }
}
@media screen and (max-width: 440px) {
  .gototop {
    bottom: 20%;
    right: 5px;
    width: 35px;
    height: 35px;
    padding: 8px 2px 5px 4px;
    font-size: unset;
  }
}
.gototop:hover {
  color: #164194;
  border: 1px solid #164194;
  background-color: #ffffff;
}
.gototop.show {
  display: block;
}
/*======================================
*   FOOTER CALL TO ACTION BOX
======================================*/
.footer_box {
  position: relative;
  background-color: #ececec;
  margin: 5% 16%;
  padding: 1.5em 0;
}
@media screen and (max-width: 1599px) {
  .footer_box {
    margin: 5% 12%;
  }
}
@media screen and (max-width: 991px) {
  .footer_box {
    margin: 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin: 5% 4%;
  }
}
.footer_box .uk-container {
  padding: 1em 2em;
}
.footer_box .uk-container .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 43%;
}
@media (max-width: 375px) {
  .footer_box .uk-container .triangle {
    left: 35%;
  }
}
@media (max-width: 991px) {
  .footer_box .uk-container .row div {
    text-align: center;
  }
}
.footer_box .uk-container .row h3 {
  margin-bottom: 0;
}
.footer_box .uk-container .row p {
  margin: 0;
}
.footer_box .uk-container .row .btn-default {
  font-weight: bold;
  float: right;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer_box .uk-container .row .btn-default {
    float: none;
    margin: 20px auto 0;
  }
}
.footer_box.full-width {
  margin: 5% 0;
}
/*======================================
*   FOOTER SOCIAL
======================================*/
.footer-premio-internazionale {
  margin-top: 30px;
}
.footer-premio-internazionale h2 {
  color: #164194;
  font-size: 50px;
  float: left;
  padding-right: 10px;
}
.footer-premio-internazionale a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer-premio-internazionale img {
  position: relative;
  top: -3px;
  height: 35px;
  width: auto;
}
.gototop > .glyphicon {
  top: 0;
  right: 1px;
}
/*======================================
*   HEADER
======================================*/
.nav-container {
  font-size: 16px;
}
.logo {
  float: left;
  font-size: 28px;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
.logo img {
  width: auto;
  height: 70px;
  max-width: none;
}
@media (max-width: 1300px) {
  .logo img {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .logo img {
    padding: 0;
  }
}
.logo img.small {
  margin: 5px;
}
.newloghi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 5px;
  float: left;
  align-items: center;
}
@media (max-width: 991px) {
  .newloghi {
    margin-top: 8px;
  }
}
.newloghi a {
  text-decoration: none !important;
}
.newloghi a:nth-child(1) {
  padding-right: 10px;
}
.newloghi a:nth-child(1) > img {
  height: 58px;
}
.newloghi a:nth-child(2) {
  padding-left: 10px;
}
.newloghi a + a {
  border-left: 1px solid #cccccc;
}
#header.header-sticky .newloghi img {
  height: 50px;
}
@media (max-width: 620px) {
  #header-wrap {
    padding: 0 15px !important;
  }
  .newloghi img {
    height: 38px;
  }
  #header.header-sticky .newloghi img {
    height: 40px;
  }
}
.layout-home .nav-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.layout-main .nav-container {
  width: 100%;
  z-index: 999;
}
/*======================================
*   NAVBAR
======================================*/
@media screen and (max-width: 991px) {
  .navbar-header {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    padding: 0 4%;
  }
}
.scrollable-menu li.dropdown.open {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .scrollable-menu li.dropdown-submenu.open {
    background-color: #333333;
  }
  .scrollable-menu li.dropdown-submenu.open a {
    color: #ffffff !important;
  }
}
.navbar-default {
  margin-bottom: 0;
  border: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
@media (max-width: 1168px) and (min-width: 1025px) {
  .navbar-default > .container-padding {
    padding: 0 5%;
  }
}
.navbar-default .container-padding {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar-default .container-padding {
    flex-direction: column;
    height: auto;
    align-items: normal;
    padding: 0;
  }
}
.navbar-default .logo {
  padding-right: 1rem;
}
.navbar-default .logo img {
  -webkit-transition: all 0.3s ease-in;
  margin: 0;
}
@media (max-width: 991px) {
  .navbar-default .logo img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav {
    margin: 0;
  }
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eee;
  color: #000000;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #164194 !important;
  text-decoration: underline;
}
.navbar-default .navbar-nav li > a {
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: #000000;
  padding: 20px 15px 35px;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav li > a {
    line-height: 1.4rem;
    padding: 1.2rem 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  .navbar-default .navbar-nav li > a {
    line-height: 1.3rem;
  }
}
.navbar-default .navbar-nav li > a:hover {
  background-color: #eee;
}
.navbar-default .navbar-nav .btn {
  list-style: none;
}
.navbar-default .navbar-nav .btn a {
  color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-nav.secondary-nav > .open > a:focus,
.navbar-default .navbar-nav.third-nav > .open > a:focus,
.navbar-default .navbar-nav.language-nav > .open > a:focus {
  background-color: #164194;
  color: #fff;
}
.navbar-default .navbar-nav.secondary-nav > .active > a,
.navbar-default .navbar-nav.third-nav > .active > a,
.navbar-default .navbar-nav.language-nav > .active > a {
  background-color: #164194;
  color: #fff;
}
.navbar-default .navbar-nav.secondary-nav li > a,
.navbar-default .navbar-nav.third-nav li > a,
.navbar-default .navbar-nav.language-nav li > a {
  color: #164194;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    margin-top: 42px;
  }
  .navbar-default .navbar-collapse > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-collapse {
    padding: 0 3% 3% 3%;
    background-color: #ffffff;
    border-color: #ffffff;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1000;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding: 0 2%;
  }
}
@media (min-width: 992px) {
  .third-nav li:last-child:before,
  .language-nav li:last-child:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #164194;
    color: #164194;
    position: absolute;
    top: 11px;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #164194;
}
.dropdown .dropdown-menu {
  background: #efefef;
  border: 0;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    position: relative;
  }
}
.dropdown .dropdown-menu li a {
  padding: 1rem;
}
.dropdown .dropdown-menu li a .am.am-chevron-down {
  display: none;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #000000;
  color: #fff;
}
.dropdown .dropdown-menu li a:hover:after {
  color: #ffffff;
}
.dropdown .dropdown-menu .active > a {
  background-color: #164194;
  color: #fff;
}
.dropdown .dropdown-menu .active > a:hover {
  background-color: #000000;
  color: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: ">";
  float: right;
  color: #000000;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.sticky + .content {
  padding-top: 102px;
}
.sticky .navbar .container-padding {
  height: 60px;
  background-color: #fff;
}
.sticky .navbar .navbar-collapse {
  overflow-y: initial;
  margin: 0;
}
.sticky > .navbar .navbar-collapse > .navbar-nav > li > a {
  margin-top: 5px;
  padding: 10px 5px 15px;
}
@media screen and (max-width: 991px) {
  .sticky > .navbar .navbar-collapse > .navbar-nav > li > a {
    padding: 1.2em 0.8em;
    margin: 0;
  }
}
.sticky > .navbar .navbar-collapse > .navbar-nav > li > ul {
  margin-top: 5px;
}
/*======================================
*   SEARCH INPUT
======================================*/
.search-input {
  position: relative;
  height: 25px;
  margin-top: 12px;
}
.search-input .form-control {
  padding: 5px 10px;
  font-size: 0.855rem;
  border: none;
  background-color: #eee;
  height: 25px;
  width: 210px;
}
.search-input button {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  line-height: 10px;
}
/*======================================
*   HAMBURGER
======================================*/
.navbar-default .navbar-toggle {
  border-color: #ddd;
  margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
/*======================================
*   MEGAMENU
======================================*/
.megamenu {
  position: initial !important;
}
.megamenu .nav-tabs > li.active > a,
.megamenu .nav-tabs > li.active > a:hover,
.megamenu .nav-tabs > li.active > a:focus {
  background: transparent;
}
.megamenu.open .megamenu-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: 16%;
  right: 16%;
  margin-top: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -1px !important;
}
.megamenu.open .tab-content {
  width: 75%;
}
.megamenu.open .tab-content .tab-pane {
  margin: 0 20px;
}
.megamenu.open .tab-content .tab-pane .list-view {
  padding: 0 20px;
}
@media (max-width: 459px) {
  .megamenu.open .tab-content .tab-pane .list-view {
    flex-wrap: wrap;
  }
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] {
  background-color: #333;
  margin: 15px 10px;
}
@media (min-width: 992px) {
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] {
    background-color: transparent;
  }
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image {
  height: 200px;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image img.el-image {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: auto;
  margin: 0;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content {
  position: relative;
  background: #eee;
  padding: 10px 0;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .category {
  display: none;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-title {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-title {
    color: #fff;
  }
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-link {
  border: none;
  padding: 0;
  text-align: left;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .published-by {
  color: #000000;
  padding-top: 0;
}
.megamenu.open .tab-content .tab-pane .btn.btn-default {
  background-color: transparent;
  color: #333;
  border: none;
  font-size: 0.8rem;
  text-align: right;
  float: right;
  padding: 10px 0px;
}
.megamenu.open .tab-content .tab-pane .btn.btn-default:hover {
  color: #164194;
}
@media (max-width: 991px) {
  .megamenu.open .tab-content .tab-pane .btn.btn-default {
    padding: 10px 10px;
    font-weight: 700;
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .megamenu.open .tab-content .tab-pane {
    border: none;
  }
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content,
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-link .el-title,
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .published-by {
    color: #ffffff;
    background: transparent;
    padding-top: 5px;
  }
}
@media (max-width: 619px) {
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-link .el-title {
    font-size: 1em;
  }
}
@media (max-width: 420px) {
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .el-content .el-link .el-title {
    font-size: 1em;
    font-weight: bold;
  }
}
.megamenu .megamenu-nav {
  width: 25%;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .megamenu .megamenu-nav {
    padding: 10px 0;
    border-bottom: 0;
    margin: 0;
  }
}
.megamenu .megamenu-nav li.active a,
.megamenu .megamenu-nav li.active a:hover,
.megamenu .megamenu-nav li.active a:focus {
  border: initial;
}
@media (min-width: 992px) {
  .megamenu .megamenu-nav li.active a,
  .megamenu .megamenu-nav li.active a:hover,
  .megamenu .megamenu-nav li.active a:focus {
    color: #164194;
  }
}
@media (max-width: 991px) {
  .megamenu .megamenu-nav li.active a,
  .megamenu .megamenu-nav li.active a:hover,
  .megamenu .megamenu-nav li.active a:focus {
    background-color: #333;
    color: #164194;
  }
}
.megamenu .megamenu-nav a {
  cursor: pointer;
  padding: 0.98rem 0 0.98rem 0.98rem;
  border: 0;
  background: #eeeeee;
  text-decoration: none;
  color: #000000;
  line-height: 0.9rem;
  font-weight: bold;
  padding: 0.8rem !important;
}
.megamenu .megamenu-nav a:hover,
.megamenu .megamenu-nav a:focus,
.megamenu .megamenu-nav a:active {
  color: #164194;
}
.megamenu .megamenu-nav a span {
  float: right;
  font-size: 0.7rem;
  line-height: normal;
  padding-left: 2rem;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .megamenu .list-view {
    padding: 0 !important;
  }
  .megamenu .megamenu-content {
    padding-right: 10%;
    padding-left: 10%;
  }
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image img.el-image {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .megamenu.open .megamenu-content {
    border: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    left: 0;
    right: 0;
    flex-wrap: wrap;
  }
  .megamenu.open .megamenu-content .tab-content {
    width: 100%;
  }
  .megamenu.open .megamenu-content .tab-content .tab-pane {
    margin: 0;
  }
  .megamenu.open .megamenu-content .tab-content .tab-pane .list-view {
    padding: 0;
  }
  .megamenu.open .megamenu-content .tab-content .tab-pane .list-view div[data-key] {
    background-color: #333;
    margin: 0;
    padding: 10px;
  }
  .megamenu.open .megamenu-content .tab-content .tab-pane .list-view div[data-key] .content-image {
    height: 110px;
    overflow: hidden;
  }
  .megamenu.open .megamenu-content .megamenu-nav {
    width: 100%;
    padding: 0;
  }
  .megamenu.open .megamenu-content .megamenu-nav li {
    border-bottom: 0;
  }
  .megamenu.open .megamenu-content .megamenu-nav li.active {
    background-color: #fff;
  }
  .megamenu.open .megamenu-content .megamenu-nav li.active a {
    color: #ffffff;
    background-color: #333;
  }
  .megamenu.open .megamenu-content .megamenu-nav li.active a > .glyphicon {
    color: #ffffff;
  }
  .megamenu.open .megamenu-content .megamenu-nav li a > .glyphicon {
    position: absolute;
    top: 40%;
    right: 10px;
  }
  .megamenu.open .megamenu-content .megamenu-nav li {
    width: 33.333%;
    float: left;
    margin: 0;
  }
  .megamenu.open .megamenu-content .tab-content {
    width: 100%;
  }
}
@media (max-width: 419px) {
  .megamenu.open .megamenu-content .megamenu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .megamenu.open .megamenu-content .megamenu-nav li a {
    padding: 1rem 2rem 1rem 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .megamenu.open .megamenu-content .megamenu-nav li a > .glyphicon {
    top: 60%;
  }
}
/*======================================
*   SEARCH NAVBAR
======================================*/
.top-search {
  float: right;
  padding: 15px 5px 25px;
  -webkit-transition: all 0.3s ease-in;
  cursor: pointer;
}
.top-search .top-search-trigger-open {
  font-size: 12px;
}
.top-search.small {
  padding: 12px 0 0 0;
}
.top-search:hover {
  text-decoration: none;
  background-color: #eee;
}
.top-search a:hover {
  color: #164194;
}
.top-search form {
  position: absolute;
  width: 100%;
  height: 100% !important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: #fff;
  z-index: 10;
}
.top-search form input {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 30px;
  height: 100%;
  letter-spacing: 2px;
  outline: 0 none;
  padding: 0 70px 0 0;
}
.top-search-trigger-close {
  z-index: 11;
  bottom: 37px;
  right: 16px;
  position: absolute;
}
@media (max-width: 991px) {
  /* override regola precedente */
  .dropdown .dropdown-menu li.dropdown-submenu a:after {
    display: none;
  }
  .dropdown .dropdown-menu li.dropdown-submenu a .am.am-chevron-down {
    display: inline-block;
  }
  .dropdown .dropdown-menu li.dropdown-submenu.open a .am.am-chevron-down {
    font-weight: bold;
  }
  .nav-container.main-navbar.sticky.sticky-short .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > li > a {
    padding: 10px 15px 10px 30px;
  }
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > li > a:focus {
    background-color: #333;
    color: #fff;
  }
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > .dropdown-submenu.open > .dropdown-toggle + .dropdown-menu > li.active.preopened > a {
    background-color: #164194;
    color: #fff;
  }
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > .dropdown-submenu.open > .dropdown-toggle + .dropdown-menu > li > a {
    padding: 10px 15px 10px 50px;
  }
  .navbar-default .navbar-nav .dropdown.open > .dropdown-toggle + .dropdown-menu > .dropdown-submenu.open > .dropdown-toggle + .dropdown-menu > li > a.active.preopened {
    background-color: #164194;
    color: #fff;
  }
}
@media (max-width: 414px) {
  ul.nav.navbar-nav.main-nav:first-child {
    padding-top: 30px;
  }
  ul.nav.navbar-nav.secondary-nav:last-child {
    padding-bottom: 75px;
  }
}
.scrollable-menu {
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
}
/**
MODIFICHE POST MAIL
 */
.navbar-default .navbar-nav.secondary-nav li > a,
.navbar-default .navbar-nav.third-nav li > a,
.navbar-default .navbar-nav.language-nav li > a {
  color: #333;
}
.navbar-default .navbar-nav > .active > a {
  text-decoration: none;
}
.dropdown .dropdown-menu li a {
  padding: 0.45rem 0.8rem;
}
@media (min-width: 992px) {
  .dropdown .dropdown-menu li a {
    font-size: 0.8rem;
  }
}
.navbar-default .navbar-nav li.dropdown > .dropdown-menu > .dropdown-submenu > a {
  padding: 0.45rem 0.8rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
.navbar-default .navbar-nav li > a.nav-link > .am::before,
.navbar-default .navbar-nav li > a.nav-link > .am:before {
  position: relative;
  top: 2px;
}
.navbar-default .navbar-nav li.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  margin-top: 0px;
}
.megamenu .megamenu-nav li a,
.megamenu .megamenu-nav li.active a,
.navbar-default .navbar-nav li.dropdown > .dropdown-menu,
.navbar-default .navbar-nav li.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  border-radius: 0;
  padding-top: 0;
  margin-top: 0;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image {
  height: auto;
  max-height: 200px;
  overflow: hidden;
}
.megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image img.el-image {
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .megamenu.open .tab-content .tab-pane .list-view div[data-key] .content-image img.el-image {
    height: 100%;
    object-fit: cover;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-collapse {
    margin-top: 20px;
  }
  .third-nav li:last-child:before,
  .language-nav li:last-child:before {
    top: 17px;
  }
}
@media screen and (max-width: 991px) {
  .megamenu.open .megamenu-content .tab-content .tab-pane .list-view {
    padding: 0;
    margin: 0;
  }
}
/*override bootstrap*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #efefef;
}
/* fix megamenu IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .megamenu.open .megamenu-content {
    display: block;
    width: 900px;
    left: -600px;
  }
  .megamenu.open .megamenu-content > .megamenu-nav,
  .megamenu.open .megamenu-content > .tab-content {
    float: left;
  }
  .megamenu.open .megamenu-content > .megamenu-nav {
    margin-top: 0;
  }
  .megamenu.open .megamenu-content > .megamenu-nav > li.active > a {
    border: none !important;
  }
}
.section-search > .uk-container {
  padding: 0;
}
.interreg-search > .uk-container {
  padding: 0 10%;
}
@media only screen and (min-width: 1920px) {
  .interreg-search > .uk-container {
    padding: 0 20%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 480px) {
  .interreg-search > .uk-container {
    padding: 0 5%;
  }
}
.interreg-search > .uk-container .search-form {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.interreg-search > .uk-container .search-form > form {
  width: 100%;
}
.interreg-search > .uk-container .search-form > form > input:first-child {
  width: 80%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #ffffff;
}
@media (max-width: 580px) {
  .interreg-search > .uk-container .search-form > form > input:first-child {
    width: 100%;
  }
}
.interreg-search > .uk-container .search-form > form > input:last-child {
  background: #164194;
  border: 1px solid transparent;
  padding: 2px 20px;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 580px) {
  .interreg-search > .uk-container .search-form > form > input:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.interreg-search > .uk-container .search-form > form > input:last-child:hover {
  border-color: #164194;
  background: #1c5426;
  cursor: pointer;
}
.interreg-search > .uk-container .search-results-label {
  color: #ffffff;
  position: relative;
  top: 15px;
  padding: 0;
}
.interreg-search + .results h3 {
  color: #164194;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.interreg-search + .results p {
  margin-bottom: 5px;
  padding-right: 50px;
}
.interreg-search + .results a:hover {
  border-color: #164194;
  background: #EE2000;
  text-decoration: none;
  color: #fff;
}
.interreg-search + .results hr {
  border-color: #164194;
}
.item-results {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 15px;
}
.item-results .am-chevron-right {
  padding: 0;
  color: #ffffff;
}
.read-more {
  position: absolute;
  right: 0;
  bottom: 0em;
  padding: 2px 13px;
  background-color: #164194;
  float: right;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
p > a {
  text-decoration: underline;
}
p > a:hover {
  color: #164194;
}
p {
  margin: 0 0 20px 0;
}
.uk-visible\@xl {
  display: block !important;
}
.uk-container:before {
  display: none !important;
}
.uk-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.grid :after {
  display: none !important;
}
.fullscreen {
  padding: 0 !important;
}
.fullscreen .uk-container {
  padding: 0!important;
}
/*======================================
*   OVERRIDE BOOTSTRAP
======================================*/
a {
  color: #000000;
}
img {
  margin: 15px auto;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
