@charset "UTF-8";
body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  height: 100%;
  width: 100%; }

a {
  color: #70c67d; }

a:hover, a:focus {
  text-decoration: none;
  color: #4cb75c; }

.social-list .social {
  margin-top: 15px;
  font-size: 17px;
  display: inline-block;
  background-color: #70c67d;
  color: #FFF;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center; }

.social-list .social:hover {
  background-color: #4cb75c; }

.btn.btn-success, .btn.btn-primary {
  background-color: #70c67d;
  border-color: #70c67d; }
  .btn.btn-success:hover, .btn.btn-primary:hover {
    background-color: #4cb75c; }

.mfp-figure:after {
  background: #fff; }

/*
|--------------------------------------------------------------------------
| UTILITY
|--------------------------------------------------------------------------
*/
.text-muted {
  color: #999999; }

.no-decoration,
.no-decoration:hover {
  text-decoration: none; }

.gray {
  background: #e6e6e6; }

.white {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

/*
|--------------------------------------------------------------------------
| OWL CAROUSEL
|--------------------------------------------------------------------------
*/
.owl-carousel {
  list-style-type: none; }

.owl-item li {
  text-align: center; }

/*
|--------------------------------------------------------------------------
| BOOTSTRAP RESET
|--------------------------------------------------------------------------
*/
.jumbotron {
  margin-top: 15px;
  background-color: #f9f9f9; }

.form-control {
  border-radius: 0; }

.dropdown-menu li:hover {
  background-color: #efefef; }

.thumbnail,
.img-thumbnail {
  border-radius: 0; }

h1, h2, h3, h4, h5 {
  font-family: 'Lato', sans-serif; }

/*
|--------------------------------------------------------------------------
| BOOTSTRAP MENU / SUBMENU
|--------------------------------------------------------------------------
*/
.bg-top {
  border-bottom: 1px solid #e6e6e6;
  background: #fff; }

/* Apertura menu all'Hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block; }

.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 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #666666; }

.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; }

.dropdown-submenu > .dropdown-menu {
  min-width: 220px; }

.dropdown-submenu > .dropdown-menu > li > a {
  white-space: normal; }

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/
.navbar {
  margin: 0;
  padding: 0; }

.navbar-collapse {
  padding-left: 0px; }

.navbar-logo {
  padding: 8px 25px 8px 5px; }

.navbar-logo img {
  z-index: 999;
  margin-top: 0;
  max-height: 50px;
  position: absolute; }

.navbar.navbar-default {
  border: none;
  background: transparent; }

.bg-menu {
  background: #f6f6f6;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.navbar .nav > li {
  margin: 0 5px; }
  .navbar .nav > li.evidence > a {
    font-weight: 700; }

.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
  color: #222222;
  font-weight: bold;
  background-color: transparent; }

.navbar .nav > li > a {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar .nav > li > a:hover {
  color: #70c67d; }

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
  color: #70c67d;
  font-weight: 700; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #70c67d; }

.lang-cont li a img {
  width: 30px; }

.logo {
  max-width: 100%; }

.logo, .informazioni {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block; }

.informazioni {
  text-align: right;
  color: #666;
  margin-bottom: 20px; }

.informazioni ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300; }

.informazioni ul li .glyphicon:before {
  margin-left: 12px; }

/*
|--------------------------------------------------------------------------
| RICERCA
|--------------------------------------------------------------------------
*/
.search-cont {
  margin: 10px 0; }

.search-cont .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.search-header {
  margin: 10px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #3276B1; }

.search-header .search-results-label {
  font-weight: bold; }

.search-header .search-results-terms:before,
.search-header .search-results-terms:after {
  content: '"'; }

.search_count {
  margin: 25px 0; }

.pagination {
  margin: 10px 0 30px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #70c67d;
  border-color: #70c67d; }

.pagination > li > a, .pagination > li > span {
  color: #70c67d; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #70c67d; }

.sidebar-block {
  padding-bottom: 15px; }

/*
|--------------------------------------------------------------------------
| SLOGAN
|--------------------------------------------------------------------------
*/
.slogan blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0 1em;
  padding: 1em 10px;
  quotes: "“" "”" "‘" "’"; }

.slogan blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.slogan blockquote p {
  display: inline; }

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff; }

/*
|--------------------------------------------------------------------------
| SLIDER / GALLERY
|--------------------------------------------------------------------------
*/
#home_slider {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  margin-bottom: 25px;
  display: block; }

#home_slider .slider-item {
  max-height: 420px; }

#home_slider .slider-item img {
  display: block;
  width: 100%;
  height: auto; }

#home_slider .btn {
  margin-top: 20px; }

.owl-page span {
  background: #999; }

.owl-page.active span, .owl-controls.clickable .owl-page:hover span {
  background: #70c67d; }

.owl-nav div {
  background: #999; }
  .owl-nav div.disabled {
    opacity: 0.1; }
    .owl-nav div.disabled:hover {
      opacity: 0.2; }

.owl-nav div:hover {
  background: #70c67d; }

.owl-nav .owl-prev {
  left: 30px; }

.owl-nav .owl-next {
  right: 30px; }

.owl-nav .glyphicon {
  top: 0; }

.owl-nav div {
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 7px 8px;
  margin-top: -15px;
  position: absolute;
  opacity: 0.5;
  border-radius: 50%; }
  .owl-nav div:hover {
    opacity: 1; }

.gallery {
  margin: 20px auto 50px; }

.gallery .item {
  margin: 0px 4px; }

.gallery .owl-item {
  text-align: center; }

.gallery .owl-nav div {
  bottom: -40px;
  top: auto;
  padding: 7px 8px;
  line-height: 12px; }

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/
.sidebar {
  margin-bottom: 20px; }

.titolo-menu, .titolo-ricerca {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px; }

.menu-laterale {
  margin-bottom: 30px; }
  .menu-laterale li {
    border-bottom: 1px solid #ddd; }
  .menu-laterale li.has-childs {
    position: relative; }
    .menu-laterale li.has-childs:hover > .sub-menu {
      visibility: visible; }
  .menu-laterale li.active > a {
    color: #70c67d; }
  .menu-laterale li.evidence {
    background-color: #70c67d; }
    .menu-laterale li.evidence:hover {
      background-color: #4cb75c; }
    .menu-laterale li.evidence > a {
      padding: 10px;
      color: #FFF; }
      .menu-laterale li.evidence > a:hover {
        color: #FFF; }
  .menu-laterale .sub-menu {
    position: absolute;
    min-width: 230px;
    visibility: hidden;
    top: 0px;
    left: 100%;
    background: #70c67d;
    padding: 0px; }
    .menu-laterale .sub-menu li > a {
      padding: 5px 15px;
      color: #fff; }
      .menu-laterale .sub-menu li > a:hover {
        color: #ddd; }

.menu-laterale li a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  display: block;
  padding: 5px 0px; }

.menu-laterale li a:hover {
  color: #70c67d;
  text-decoration: none; }

/*
|--------------------------------------------------------------------------
| STICKY FOOTER
|--------------------------------------------------------------------------
*/
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -150px; }

#push {
  height: 150px; }

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
#footer {
  min-height: 150px;
  background-color: #fff;
  border-top: 1px solid #ddd; }

.copyright {
  margin: 20px 0;
  font-size: 16px;
  color: #888;
  font-weight: 300; }

.credits a {
  color: #70c67d; }

/*
|--------------------------------------------------------------------------
| CTA BAR
|--------------------------------------------------------------------------
*/
.cta_bar {
  position: fixed;
  background-color: #FFF;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0 -1px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0 -1px 12px 0px rgba(0, 0, 0, 0.15);
  color: #666;
  font-size: 1.5em; }
  .cta_bar .cta_text {
    margin-right: 10px; }
  .cta_bar.inverse {
    background: #70c67d; }
    .cta_bar.inverse .cta_text {
      color: #fff; }
    .cta_bar.inverse .btn {
      background: #fff;
      color: #70c67d; }

/*
|--------------------------------------------------------------------------
| TAGS
|--------------------------------------------------------------------------
*/
.tagcloud-cont {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef; }

.tagcloud {
  margin: 10px 0 0 20px; }

.tag-link:hover {
  text-decoration: none; }

.tag-link .label.label-default {
  background-color: #ffffff;
  color: #333333; }

.tag-link:hover .label.label-default {
  background-color: #ebebeb; }

.tag-link .label.label-primary {
  background-color: #428bca; }

.tag-link:hover .label.label-primary {
  background-color: #3276b1; }

.tag-link .label.label-success {
  background-color: #5cb85c; }

.tag-link:hover .label.label-success {
  background-color: #47a447; }

.tag-link .label.label-info {
  background-color: #5bc0de; }

.tag-link:hover .label.label-info {
  background-color: #39b3d7; }

.tag-link .label.label-warning {
  background-color: #f0ad4e; }

.tag-link:hover .label.label-warning {
  background-color: #ed9c28; }

.tag-link .label.label-danger {
  background-color: #d9534f; }

.tag-link:hover .label.label-danger {
  background-color: #d2322d; }

/*
|--------------------------------------------------------------------------
| LINGUE
|--------------------------------------------------------------------------
*/
.lang-cont {
  padding-top: 18px; }

.lang-flag.active a {
  color: #999999; }

/*
|--------------------------------------------------------------------------
| VETRINE
|--------------------------------------------------------------------------
*/
.presentazione {
  margin: 4px 0px 30px; }

.presentazione .titolo-vetrina {
  font-size: 26px;
  line-height: 28px;
  color: #999;
  font-weight: 300;
  text-transform: uppercase; }

.presentazione .sottotitolo-vetrina {
  font-size: 26px;
  line-height: 28px;
  color: #70c67d;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px; }

.presentazione .descrizione-vetrina {
  color: #444;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px; }

.showcase {
  margin-bottom: 30px; }

.showcase-title {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 28px;
  color: #999;
  font-weight: 300;
  text-transform: uppercase; }

.showcase-element {
  margin-bottom: 20px; }

.showcase-element-title, .showcase-element-title a {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 16px;
  color: #666;
  font-weight: 700; }

.showcase-element-title:hover {
  color: #70c67d; }

.icona-element:hover .showcase-element-title a {
  color: #70c67d;
  text-decoration: none; }

.showcase-descr {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  margin-bottom: 10px; }

.showcase-image-fallback {
  width: 100%;
  height: 270px;
  background-color: #efefef; }

.showcase .row {
  margin-bottom: 10px; }

.showcase-img img {
  text-align: center;
  margin: 0 auto;
  max-height: 200px;
  display: block; }

.lista-icone {
  margin-bottom: 30px; }

.icona-hp img {
  max-height: 100px;
  margin: 0 auto 10px; }

.icona-hp span {
  display: block;
  margin-bottom: 20px; }

.icona-hp span:before {
  font-size: 35px;
  color: #888; }

.icona-element:hover .icona-hp span:before {
  color: #70c67d; }

#loghi-slider {
  margin: 20px 0px 10px; }

#loghi-slider .item {
  margin: 0px 5px;
  background: #fff;
  height: 130px;
  overflow: hidden;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#loghi-slider .item img {
  margin: 0px auto;
  max-height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  width: auto; }

/*
|--------------------------------------------------------------------------
| CONTENUTI
|--------------------------------------------------------------------------
*/
.titolo-pagina {
  font-size: 26px;
  margin: 22px 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777; }

.breadcrumb {
  margin-top: 17px;
  background: none; }

.breadcrumb > .active {
  color: #70c67d; }

.breadcrumb a {
  color: #777; }

.page-cont,
.page-image {
  margin-bottom: 20px; }

.categories_list {
  text-transform: uppercase;
  font-weight: 700; }

.page-descr {
  color: #666;
  font-size: 16px;
  font-weight: 300; }

.pagine_correlate {
  margin: 30px 0; }
  .pagine_correlate h2 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #999;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif; }

/* Sottopagine */
.page-childrens {
  margin-bottom: 40px; }
  .page-childrens > .row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 10px; }

.page-children {
  margin-bottom: 20px;
  border: 1px solid #efefef; }

.page-children-title {
  padding: 10px;
  background-color: #f7f7f7; }

.page-children-content {
  padding: 10px; }

.page-children-content-text {
  width: 80%;
  float: left; }

.page-children-content-text .btn {
  margin: 10px 0; }

.page-children-content-image {
  width: 20%;
  float: left;
  text-align: right; }

.page-children:last-child {
  margin-bottom: 0; }

.page-children-full {
  width: 100%; }

.page-forms {
  margin: 30px 0; }

.page-form {
  margin-bottom: 30px; }

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/
.form-cont {
  margin: 20px 0; }

.form-cont .page-header {
  margin-top: 0; }

.form-horizontal .form-actions {
  margin-left: -12px; }

form .label-required:after {
  content: ' *';
  color: #840e0e; }

.captcha-cont {
  display: block;
  margin-top: 4px; }

.captcha-img {
  border: 1px solid #cccccc; }

/*
|--------------------------------------------------------------------------
| NEWS
|--------------------------------------------------------------------------
*/
#last_news_cont li {
  text-align: left; }

.cont-news {
  margin-bottom: 30px; }

.news-cont h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; }
  .news-cont h4 a {
    color: #666; }

.news-cont .data-news {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #70c67d; }

.news-cont .descr-news {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  margin-top: 10px; }

.page-news .page-header {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center; }

.news {
  padding: 15px 0;
  margin-bottom: 10px; }

.news.odd {
  padding-right: 15px; }

.news.even {
  padding-left: 15px; }

.news-header {
  padding: 15px 0; }

.news-header .label {
  font-weight: normal;
  padding: .5em .8em .5em; }

.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4 {
  margin: 0; }

.news-header a {
  color: #666666; }

.news-header a:hover,
.news-header a:focus,
.news-header a:active {
  color: #333333;
  text-decoration: none; }

.news-image,
.news-description {
  margin-top: 10px; }

.news-readmore {
  margin-top: 15px; }

.label-date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px; }

@media (max-width: 767px) {
  .navbar .nav > li.active > a,
  .navbar .nav > li.active > a:hover,
  .navbar .nav > li.active > a:focus {
    border: 0;
    color: #ffffff;
    font-weight: normal;
    background-color: #70c67d !important; } }

/*
|--------------------------------------------------------------------------
| AREA RISERVATA
|--------------------------------------------------------------------------
*/
.btn_logout {
  margin-top: 20px; }

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/
.mobile_nav {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 30px; }

#site_content {
  background-color: #FFF;
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15); }

#mobile_sidebar {
  background-color: #f7f7f7;
  padding: 15px; }
  #mobile_sidebar .panel {
    background-color: transparent;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3; }
    #mobile_sidebar .panel .panel-heading {
      padding: 0; }
    #mobile_sidebar .panel li {
      margin-bottom: 15px; }
    #mobile_sidebar .panel .panel-body {
      margin-bottom: 0;
      padding: 15px 15px 0; }
  #mobile_sidebar .search_cont {
    margin: 0; }
  #mobile_sidebar h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #7d7d7d;
    margin: 0 0 20px;
    font-size: 18px; }

.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

/*
|--------------------------------------------------------------------------
| Piccoli Desktop (1024px) e NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 1200px) {
  .navbar .nav-collapse {
    float: right; } }

/*
|--------------------------------------------------------------------------
| Regole comuni per risoluzioni sotto i piccoli Desktop
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
  .navbar .nav > li > a {
    padding: 20px 10px 17px; }
  .navbar-logo {
    padding-top: 10px; }
  .navbar-logo img {
    height: 40px; }
  .form-horizontal .form-actions {
    margin-left: -15px; } }

/*
|--------------------------------------------------------------------------
| NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav-collapse {
    float: right; } }

/*
|--------------------------------------------------------------------------
| Tablet orizzontale e NetBook
|--------------------------------------------------------------------------
*/
@media (max-width: 979px) {
  .navbar .nav > li > a {
    padding-left: 5px;
    padding-right: 5px; }
  .titolo-menu .btn {
    margin: 10px; }
  /* Menu pagine */
  .page-link a {
    padding: 10px !important;
    font-weight: normal !important; }
  .page-link.active a {
    background: #e5e5e5 !important;
    font-weight: bold !important; }
  .page-link a .caret, .page-link:hover .dropdown-menu {
    display: none !important; }
  .page-img {
    display: block;
    text-align: center; }
  .page-std.container > .row > [class*="span"] {
    float: none;
    width: 100%;
    display: block; }
  .gallery {
    margin-bottom: 60px;
    margin-top: 0; }
  .page-childrens > .row {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; } }

/*
|--------------------------------------------------------------------------
| Tablet verticali e Phablet
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  .bg-top {
    position: relative;
    height: 50px; }
  .lang-cont {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 15px;
    padding-left: 15px; }
  .logo {
    display: block;
    margin-bottom: 15px;
    max-height: 70px; }
  .logo img {
    margin: 0px auto;
    max-height: 90px; }
  .navbar-nav {
    margin: 10px 0; }
  .navbar .nav > li.active > a, .navbar .nav > li.active > a:hover {
    color: #FFF !important; }
  .informazioni {
    margin-top: 5px;
    margin-bottom: 15px; }
  .informazioni ul li {
    margin-bottom: 5px; }
  /** MENU SIDE TOGGLE **/
  .titolo-menu, .titolo-ricerca {
    background: #eee;
    padding: 0px 15px;
    line-height: 40px; }
  .titolo-menu span, .titolo-ricerca span {
    margin-top: 15px;
    font-size: 15px; }
  .navbar .nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px; }
  .dropdown-menu, .caret {
    display: none !important; }
  #home_slider .slider-descr {
    font-size: 1.2em;
    line-height: 1.1em; }
  footer .newsletter-cont input {
    margin: auto; }
  footer [class*="span"] {
    text-align: center !important;
    font-size: 11px !important; }
  /** VETRINA **/
  .showcase-element {
    padding-top: 15px; }
    .showcase-element .showcase-element-title a {
      display: block;
      text-align: center;
      font-size: 18px; }
  .showcase-element:nth-child(odd) {
    background: #f3f3f3; }
  .showcase-descr {
    color: #777;
    font-weight: normal;
    margin: 15px 0px; }
  /** CONTENUTI **/
  .titolo-pagina {
    text-align: center;
    margin: 15px 0px; }
  .breadcrumb {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px; }
  .page-descr {
    font-weight: normal; }
  /* Contenuti figlio */
  .page-children-content-text {
    float: none;
    width: 100%; }
  .page-children-content-image {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center; }
  /* Sticky footer */
  #wrap {
    margin: 0 auto -340px; }
  #push, #footer {
    height: 320px; }
  .social-like [class*="span"] {
    width: 50% !important;
    float: left !important; }
  /* New timeline */
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  ul.timeline > li .news-descr {
    margin-top: 15px;
    font-size: 0.9em; } }

/*
|--------------------------------------------------------------------------
| Smartphone
|--------------------------------------------------------------------------
*/
@media (max-width: 480px) {
  .social-list > li {
    padding: 0; }
  /* Slider */
  .owl-buttons {
    display: none; }
  #home_slider {
    text-align: center; }
  /* Contenuto */
  .page-children-content-btn {
    text-align: center; }
  .navbar .nav > li > a {
    padding: 10px 15px; }
  #last_news_cont {
    overflow: hidden; }
  #last_news_cont li {
    width: 100%;
    text-align: center; }
  .news.odd,
  .news.even {
    padding: 0; }
  /* Sticky footer */
  #wrap {
    margin: 0 auto 0px; }
  #footer {
    height: auto; }
  #push {
    height: 0px; }
  footer {
    padding: 0px; }
  footer #newsletter_form_cont {
    text-align: center;
    margin-bottom: 40px; }
  .btn_logout {
    margin: 0 auto 20px;
    float: none !important;
    display: block; }
  .search_count {
    text-align: center; } }
