/* === titillum === */
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,600,600i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,600i&display=swap');*/

/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
/*===================================
General
layout
Responsive media
Header
Section
Forms
Elements
Aside, sidebar
Footer
Divider, Line & Misc
Position & alignment
More icon from custom font icon
Spacer, margin
Media queries
animations
==================================== */

/* ===================================
1. General
==================================== */

.hidden {
  display: none !important;
}
.modal{z-index:3000 !important;}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6em;
  color: #1b1b1b;
}

a {
  color: #99182f;
}

a:active {
  outline: 0;
  text-decoration: none;
}

.clear {
  clear: both;
}

h2.heading {
  font-size: 32px;
  color: #0e161d;
  letter-spacing: -2px;
}

h2.errortitle {
  font-size: 64px;
  color: #0e161d;
  letter-spacing: -2px;
}

.bold {
  font-weight: 900;
}


h4.title {
  letter-spacing: -1.5px;
}

.breadcrumb {
    padding: 0 0 5px;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
}

.has-error{background-color: #f8d7da !important; border-color: #f5c6cb !important; color: #721c24 !important;}
.truncate-2{
text-overflow:ellipsis;
  overflow:hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;	
}

/* ===================================
2. layout
==================================== */

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;}


.row.no-gutters .col[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container {
  position: relative;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row {
  margin-bottom: 30px;
}

.row .row {
  margin-bottom: 30px;
}

.row.header-nomargin {
  margin-bottom: 0;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-top:0;
  transition: 0.2s;
}

@media (min-width: 1204px){
    .container{max-width: 1204px}
}



/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #content-body {
  padding-top: 220px;
}

/* ===================================
3. Responsive media
==================================== */


iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

.twitter-feed {
	height: 400px;
	overflow-y: auto;
}

/* ===================================
4. Header
==================================== */

/* --- header -- */

.header-sticky {
	background: #99182f; 
	padding: 5px 0
	}

.hamburger-icon {
  display: none;
}

.hamburger-icon i {
  color: #FFF;
  font-size: 22px;
}

div.social-media-header {
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;

}

div.social-media-header i {
  color: #FFF;
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  background: #f9a415;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

div.social-media-header i:hover {
  background: #c2b2b2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;

}

.logo-subtitle {
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.2em;
  display: inline-block;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: 'Titillium Web', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}
.logo-subtitle a {
  color: #FFF;
}

.row.header-nomargin {
  margin-bottom: 0;
  /*border-bottom: 2px solid #99182f;*/
  padding-bottom: 5px;
}

header .logo-header {
  width:180px;
  height: auto;
  transition: 0.2s;

}
header .logo-header.big { width: 400px}
header.sticky .logo-header.big { width: 260px}

/* sticky fix */

header.sticky .logo-header {
  width:120px;
  transition: 0.2s;

}

header.sticky .row.no-gutters {
  margin-bottom: 0;}


header.sticky .logo-subtitle {
  font-size: 0.86rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;

}
/* end sticky fix */



header {
  background: #FFF;
  margin: 0;
  padding: 0;
  z-index: 2000;
  -webkit-box-shadow: 0 3px 6px -2px #ccc;
  -moz-box-shadow: 0 3px 6px -2px #ccc;
  box-shadow: 0 3px 6px -2px #ccc;
  /*border-top: 20px solid #99182f;*/
  transition: 0.2s;
}


header .container {
  /*margin-top:20px;*/
}


header .logo {
  display: inline-block;
}



/* --- top area --- */

header .top .row {
  margin-bottom: 0;
}

ul.topmenu {
  list-style: none;
  margin: 0;
}

ul.topmenu li {
  display: inline;
}

ul.topmenu li a {
  font-size: 12px;
  color: #ddd;
  font-weight: 600;
}

ul.topmenu li a:hover {
  text-decoration: none;
}

ul.social-network {
  float: right;
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

ul.social-network li a:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- menu --- */

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.megamenu .dropdown-item {
	white-space: normal;
}


header .dropdown .dropdown-menu.megamenu  h6 {
	font-size: 17px;
  min-height: 40px;
  color: #666;
}
header .dropdown .dropdown-menu.megamenu  a {
	font-size: 12px;
  line-height: 15px
}
header .dropdown .dropdown-menu.megamenu  .row {
	margin-bottom:0
}



header .navbar button {
  white-space: nowrap;

}

header .navbar {
  padding:0;
  margin-top:10px;
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;

}

header .navbar li>a, header .navbar li>a:visited  {
  font-size: 14px;
  color: #666;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  line-height:15px
}

header .navbar ul {
  justify-content: space-evenly;
  width: 100%;
  /*margin-left: 10px;
  margin-right: 10px;*/
}


header .navbar li.contatti>a {
  color: #99182f;
  font-weight: 700;
}


header .navbar li>a:hover, header .navbar li.active>a  {
  color: #99182f;
}

/* change toggle icon */
header .navbar .dropdown-toggle::after {
    display: none;
}

header .navbar i {
  color: #99182f;
  top: -1px;
  position:relative;
  margin-left: 2px;
}
/* dropdown on hover fix
header .navbar .dropdown:hover>.dropdown-menu {
 display: block;
}*/

header .dropdown .dropdown-menu {background: #f3f2f1; border-radius: 0; border:0;}
header .dropdown .dropdown-menu a{color: #1b1b1b; text-decoration: none; font-size:13px; text-transform: uppercase; font-weight: 600;}
header .dropdown-menu .dropdown-item {display: inline-block; width: 100%; padding:  5px;}
header .container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #f9a415;
  border-color: #fff;
}
header .dropdown .dropdown-divider {border-top: 1px solid #b89595;}




/* ===================================
7. Section: Content homepage
==================================== */

/* col sondaggio */
.homepage-sondaggio img {
	max-width: 100%;
}
.carousel .carousel-item a span {
  color: #1b1b1b
}
#content-body {
  position: relative;
  background: #fff;
  margin-bottom: 1em;
}
div.news-homepage img {
  width:60px;
  height: 60px
}

div.news-homepage {
  font-size: 14px;
  /*font-weight: 600;*/
  line-height:1.34em
}

div.date {
  font-size: 13px;
  margin-bottom: 4px;
  color: rgba(0,0,0,0.7);
}


div.date a {
	font-family: 'Roboto Condensed', arial;
  font-size: 11.6px;
  display: inline-block;
  padding: 0.5px 4px;
  background: #999;
  color: #FFF !important;
  line-height: 19px;
  /*border-radius: 5px;*/
  margin-right: 2px;
}
div.date a:hover {
  background: #99182f;
  text-decoration: none;
}

div.news-homepage a {
  color: #000
}
div.news-homepage a:hover {
  color: #f9a415
}

div.news-homepage .col-9 {
  border-bottom:1px dotted #c2b2b2
}

div.homepage-title-roboto  {
  text-transform: uppercase;
}

.read-more {
  font-weight: bold;
}

/* news slider */

.container.settori-homepage h3 {
  width:100%;
  text-align: center;
  background: #99182f;
  padding: 20px 0 10px;
  font-size: 1.55rem; margin-bottom: 1px
}

.container.settori h3 {
  width:100%;
  text-align: left;
  background: #E9E9E9;
  padding: 20px 10px;
  font-size: 1.55rem;
  color: #666;
}

.container.settori i {
  font-size: 2rem;
  margin-right: 10px;
}

/* tab settori */

.container.settori .settori-icona {
  background: #E9E9E9;
}

.settori-icona {
  position: relative;
  display: flex;
  justify-content: space-evenly; border-bottom: 0
}

.settori-icona div.title {
  visibility: hidden;
  color: #99182f;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  margin-top:3px
}

.settori-icona li   {
  width: 14.2%;
      text-align: center;
      /* min-height: 89px;*/ width: 10%;
}
.settori-icona li li{ width: 100%}
.settori-icona li li a:hover{border: 0; background: #e1e1e1; border-radius: 0}
.settori-icona li.dropdown{ text-align: right} 

.settori-icona li a   {
  height: 100%
}
.settori-icona li a.dropdown-toggle   {
  font-size: 25px
}
.settori-icona li a:hover   {
    /*border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;*/
    border-color: #999 !important;
    border-bottom:0;
}
.settori-icona li a.active   {
    color: #FFF !important;
    background: #99182f !important;
    border-color: #99182f !important;
    border-bottom:0;
}
.settori-icona li a.active div.title  {
    color: #FFF !important;
}


.settori-icona div.title a:hover   {
  text-decoration: none !important;
  color: #f9a415;
}

/* opzione immagine */
.settori-icona .img {
  height: 69px;
  width: 69px;
  border-radius: 50%;
  border: 3px solid #666;
  background-size: cover !important;
  margin: 0 auto;
}
.settori-icona a:hover .img, .settori-icona .nav-link.active .img {
  border-color: #f9a415;
  background-position: -63px !important;
}
/* opzione immagine end */

.settori-icona svg {
  fill: #666;
}
.settori-icona a:hover svg {
  fill: #f9a415;
}

.settori-icona .nav-link.active svg {
  fill: #f9a415;
}

#ico1:hover > div.title,
#ico2:hover > div.title,
#ico3:hover > div.title,
#ico4:hover > div.title,
#ico5:hover > div.title,
#ico6:hover > div.title,
#ico7:hover > div.title,
#ico1.active > div.title,
#ico2.active > div.title,
#ico3.active > div.title,
#ico4.active > div.title,
#ico5.active > div.title,
#ico6.active > div.title,
#ico7.active > div.title
  {
    visibility: visible;
}
#hometab.tab-content {
  border: 2px solid #99182f;
 /* border-top:0;*/
  min-height: 350px
}

/* end tab homepage */

.last-homepage .card {
  border:0;
}
.last-homepage .card img {
  max-width:100%;
}
.last-homepage .card.bg-dark.text-white img {
	max-height: 400px;
	object-fit: cover;
	}
.last-homepage .card a {
  color:#FFF;
}

.last-homepage .card-body {
    padding: 1rem;
}

.last-homepage  .card:not(:last-child) {
  margin-right: 2em;
}

.last-homepage .card-img-top, .last-homepage  .card-img {
  border-radius:0
}

.last-homepage .card-img-overlay {
    padding: 1.25rem;
    background: rgba(0,0,0,0.6);
    margin: 20% 35% 1% 0;
}

/* title icona */
.title.icon .img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 3px solid #99182f;
  background-size: cover !important;
  margin-right: 10px;
}
.title.icon h3 {
  margin-bottom: 0
}
.title.icon  {
  display: flex;
  margin-bottom: 1.4em;
}

/* sidebar */
aside.sidebar-left {
  display: flex;
  flex-direction: column;
}
aside.sidebar-left + div {
  border-left: 1px solid #99182f
}
.link-list.sidebar a {
  color: #1b1b1b;
  text-transform: uppercase;
}
.link-list.sidebar a.active {
  color: #99182f;
  font-weight: bold;
}
.link-list.sidebar li {
  padding: 0;
}
.link-list.sidebar  {
  margin-bottom: 0.5rem;
}


/* sidebar search boxes */
.blue-search-box-sidebar {
  padding:10px;
  background: #f3f6fa;
  margin-top:20px;
}
.grey-search-box-sidebar {
  padding:10px;
  background: #f9f7f7;
  margin-top:20px;
}

.grey-search-box-sidebar label, .pagination-select label {
  font-size: x-small;
  text-transform: uppercase;
  margin-bottom:0;
  margin-top: 20px;
}
.grey-search-box-sidebar select, .grey-search-box-sidebar input, .pagination-select select {
  border: 1px solid #c2b2b2;
  border-radius: 10px;
  position: relative;
  font-size:0.8rem;
}

.grey-search-box-sidebar input[type='checkbox'] {
	position:absolute;
}

.grey-search-box-sidebar input[type='checkbox'] + label {
	margin-top: 0;
}

.blue-search-box-sidebar select {
  border: 1px solid #6c757d;
  border-radius: 10px;
  position: relative;
  font-size:0.8rem;
}
.grey-search-box-sidebar small, .blue-search-box-sidebar small {
  text-transform: uppercase
}
.blue-search-box-sidebar i {
  height: 100%;
  font-size: 20px;
  color: #6c757d;
  padding: 10px;
}

/* content elenco link */
.link-list-item a p {color: #1b1b1b}
.link-list-item  p.lista {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  }
.link-list-item  p.lista:last-of-type {
  border-bottom: 0;
  }
.link-list-item  {margin-top: 0.3em}
.link-list-item h4  {margin-bottom: 0.3em; text-align:justify;}
.link-list-item h4 span {
  text-transform: none;
    color: #1b1b1b;
    font-weight: normal;
    font-size: initial;
}

/* elenco link allegati */
.link-list.allegati li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom:4px;
  margin-bottom: 4px;
}

.link-list.allegati span.file-name {
  color: #1b1b1b;
  margin-left: 4px
}

.link-list.allegati span.file-kb {
  margin-left: 4px
}

/* menu nav laterale sidebar */
.nav.flex-column.nav-laterale .nav-link {
    display: block;
    padding: 0.2rem 0;
    text-transform: uppercase;
    color: #1b1b1b;
}
.nav.flex-column.nav-laterale .nav-item ul {
  background-color: #f9f7f7;
  padding: 0.5rem;
}
.nav.flex-column.nav-laterale .nav-link:hover {
    color: #99182f;
}
.nav.flex-column.nav-laterale .nav-link[data-toggle].collapsed:before {
    content: url('../img/chevron-down.svg');
	float:right;
	width:10px;
}
.nav.flex-column.nav-laterale .nav-link[data-toggle]:not(.collapsed):before {
    content: url('../img/chevron-up.svg');
	float:right;
	width:10px;
}
/* paginazione */
.pagination .page-link {
  border:0;
  color: #1b1b1b;
}
.pagination .page-link:hover {
    color: #99182f;
    font-weight: bold;
    background-color: transparent;
}

.pagination .page-item.active {
  color: #99182f;
  font-weight: bold;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
}
.pagination .page-item.disabled {
  color: #999;
  font-weight: normal;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
}

/* title h3 */
.h3-title-w-image img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

/* ARTICLE */
/* news aside  */

div.news-aside img {
  width:50px;
  height: 50px
}

div.news-aside {
  font-size: 13px;
  /*font-weight: 600;*/
  line-height:1.24em
}

div.news-aside div.date {
  font-size: 11px;
  margin-bottom: 4px;
  color: rgba(0,0,0,0.7);
}


div.news-aside div.date a {
  font-size: 10.6px;
  display: inline-block;
  padding: 0.5px 4px;
  background: #f9a415;
  color: #FFF;
  /*border-radius: 5px;*/
  margin-right: 2px;
}
div.news-aside div.date a:hover {
  background: #99182f;
  text-decoration: none;
}

div.news-aside a {
  color: #000
}
div.news-aside a:hover {
  color: #f9a415
}

div.news-aside .col-8 {
  border-bottom:1px dotted #c2b2b2
}

.article img {
	max-width:100%;	
}
.article .img-fluid.evidenza {
  width:100%;
  height:250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.article .date {
  margin-bottom: 1rem;
  color: #999;
}
.article .date span a {
  padding: 0.5px 4px;
  background: #999;
  color: #FFF;
  margin-right: 2px;
}

/* tabelle */

.table-domanda {
  text-transform: uppercase;
  color: #99182f;
  font-weight: bold;
}

.table-height-fixed, .table-height-fixed thead, .table-height-fixed tbody { display: block; width:100%;}

.table-height-fixed tbody {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.table-height-fixed thead tr, .table-height-fixed thead tr td, .table-height-fixed tbody tr, .table-height-fixed tbody tr td{ width:100%; display:block;}

.table-wrap{height: 200px; overflow-y: auto;}

/* ======== ELEMENTI GRAFICI ==================== */

div.separatore {
  text-align: center;
  margin: 25px 0;
  width: 100%;
  }

div.separatore span {
    display: inline-block;
    vertical-align: middle;
    color: #99182f;
    font-size:21px;
  }
div.separatore .outer-line {
    width: 45%;
    border-bottom: 1px solid #99182f;
    margin: 0 10px;
  }


/* ============================
8. Forms
============================= */

/* --- contact form  ---- */

/* Bootstrap 4 text input with search icon */


.has-search {
    margin-bottom: 0

}
.has-search .form-control {
    padding-right: 2.375rem;
    font-size: 0.8em;
    color: #1b1b1b;
    line-height: 2rem;
    height:  2rem;
    border: 1px solid #c2b2b2;
    border-radius: 10px;
    position:relative;

}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2rem;
    right: 0.4rem;
    top:0;
    font-size:1.4em;
    pointer-events: none;
    color: #1b1b1b;
}



/* --- search form --- */

.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
9. Elements
================================ */

/* --- blockquote --- */

blockquote {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}

blockquote:before {
  font-family: 'FontAwesome';
  font-size: 36px;
  vertical-align: middle;
  content: "\f10d";
  margin-right: 10px;
  color: #bcbcbc;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #ddd;
  font-weight: 300;
  font-size: 15px;
}

footer ul.link-list li a:hover {
  color: #fff !important;
}
footer ul.link-list li {
  padding: 2px 0 8px 0;
}

/* --- Heading style --- */

h4.heading {
  font-weight: 300;
}

h4.heading strong {
  font-weight: 700;
}

.heading {
  margin-bottom: 20px;
}

.heading {
  position: relative;
}

aside .widgetheading {
  position: relative;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}


/* ===============================
10. Aside, sidebar
================================ */

aside {
  position: relative;
}


aside.grey {
  background: #f9f7f7;
  padding: 0.8em;
  margin-right: 20px;
  max-width: calc(25% - 20px);
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.popular {
  list-style: none;
  margin: 0;
}

ul.popular li {
  float: left;
  clear: left;
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

ul.popular li a {
  font-weight: 600;
}

ul.popular li a:hover {
  text-decoration: none;
  color: #464646;
}

ul.popular li span {
  font-size: 12px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.recent li p:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin-right: 10px;
}

ul.recent li a:hover {
  text-decoration: none;
}

ul.contact-info li label {
  font-weight: 700;
}

ul.cat li a, ul.folio-detail li a {
  color: #656565;
  text-decoration: none;
}

ul.folio-detail li label {
  font-weight: 700;
}

ul.cat li a:hover, ul.folio-detail li a:hover {
  text-decoration: none;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  text-decoration: none;
  background: #333;
  color: #fff;
  padding: 5px 10px;
}

.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Elementi e widget  ===== */


/* --- Correlati widget --- */

.row.correlati {
    margin-bottom: 0.2rem;
}
.row.correlati .col .card {
  margin-bottom: 1rem !important;
  border: 0;
  border-radius: 0;
}

.row.correlati .col .card .row {
  margin-bottom: 0;
}
.row.correlati .col .card  .row  img  {
  border-radius: 0;
  height: 100%;
  object-fit: cover;
}
.row.correlati .col .card .row  .card-body  {
  padding: 0 1rem;
}
.row.correlati  h5.card-title, .row.correlati  h4.card-title   {
  margin-bottom:0;
}
/* ===============================
16. Footer
================================ */
.pre-footer {
  padding: 15px 0;
  color: #FFF;
}

.pre-footer.bg-primary {
  background-color:  #99182f !important;
}

.pre-footer-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px
}

.pre-footer .newsletter {
  font-size: 12px;
  text-transform: uppercase;
}
.pre-footer .newsletter a {
  color: #FFF
}
.pre-footer .newsletter a:hover {
  color: #FFF
}

.pre-footer .newsletter a:hover img {
  filter: opacity(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}
.pre-footer .newsletter a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

/*.pre-footer .newsletter i {
  background: #FFF;
  color: #99182f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-left: 15px;
  font-size: 22px;
}*/

.pre-footer .newsletter img {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.pre-footer .logo-footer img {
  width:150px
}
.pre-footer .logo-footer  {
}

footer {
  padding: 50px 0 0 0;
  color: #bbb;
  background: #252525;
}

footer a {
  color: #eee;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}


footer address {
  line-height: 1.3em;
  text-transform: uppercase;
  font-size:13px
}

footer h5.widgetheading {
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

footer .col-sm  {
  border-right: 1px dashed #FFF;
}

footer .col-sm:last-child  {
  border-right: 0;
}

footer .widget i {
  color: #bbb;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

/* social footer */

footer .social-footer .col {
  border-right:0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  font-size: 13px
}

footer .social-footer .col img {
  width: 35px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}
footer .social-footer .col img:hover {
  filter: brightness(1.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

footer .social-footer .col img:nth-child(1) {
  margin-right: 15px
}

footer .social-footer {
  margin-bottom: 25px
}

div.social-media-footer {

}

div.social-media-footer i {
  color: #252525;
  font-size: 1.6rem;
  width: 43px;
  height: 43px;
  background: #B3B3B3;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

div.social-media-footer i:hover {
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;

}


#sub-footer {
  background: #111;
  text-shadow: none;
  color: #ddd;
  padding: 20px 0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #c7c7c7;
}

.copyright p {
  text-align: left;
  font-size: 12px;
}

.credits {
  text-align: right;
  font-size: 13px;
}


/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .span1, section.demogrid .span2, section.demogrid .span3, section.demogrid .span4, section.demogrid .span5, section.demogrid .span6, section.demogrid .span7, section.demogrid .span8, section.demogrid .span9, section.demogrid .span10, section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .show-grid .row {
  margin-bottom: 0;
}

section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
  margin: 0 10px 10px 0;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e9e9e9;
  margin: 0 0 10px;
}

.dottedline {
  border-top: 1px dotted #e9e9e9;
  margin: 0 0 10px;
}

.dashedline {
  border-top: 1px dotted #e9e9e9;
  margin: 0 0 10px;
}

.blankline {
  height: 1px;
  margin: 0 0 10px;
}

.blankline20 {
  height: 20px;
  margin: 0;
}

.blankline30 {
  height: 30px;
  margin: 0;
}



/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */

/* ============ font awesome icons ===================== */

a i.icon-bglight, a i.icon-bgdark, a i.icon-bgprimary, a i.icon-bgwarning, a i.icon-bgsuccess, a i.icon-bginverse, a i.icon-bgdanger {
  display: inline-block;
}

a i.icon-bglight:hover, a i.icon-bgdark:hover, a i.icon-bgprimary:hover, a i.icon-bgwarning:hover, a i.icon-bgsuccess:hover, a i.icon-bginverse:hover, a i.icon-bgdanger:hover {
  color: #fff;
}

[class^="icon-"].icon-white, [class*=" icon-"].icon-white {
  color: #fff;
}

[class^="icon-"], [class*=" icon-"] {
  color: #404040;
}

a [class^="icon-"]:hover, a:hover [class^="icon-"], a [class*=" icon-"]:hover, a:hover [class*=" icon-"] {
  text-decoration: none;
}

ul.the-icons {
  list-style: none;
  margin-left: 0;
}

.demoicon [class^="icon-"], .demoicon [class*=" icon-"], [class^="icon-"].left, [class*=" icon-"].left {
  float: left;
}

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}

.icons-example ul li {
  display: inline-block;
  margin: 0 0 20px 20px;
  list-style: none;
  cursor: pointer;
  line-height: 1.6em;
}

.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* carousel articolo slider wide - tutta larghezza */

.articolo_slider.wide figure {
    background: #e5e5e5;
}
.articolo_slider.wide figure img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.articolo_slider.wide .carousel-indicators {
    bottom: 40px;
}
.articolo_slider.wide .info p {
   font-size: 13px;
    font-weight: bold;
    color: #666;
}

/* =============================
21. Media queries
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 1000px;
    margin: 0 auto;
  }
  aside.grey {
    max-width: calc(35% - 20px);
}
}

@media (min-width: 991px) and (max-width: 1200px) {

  aside.grey {
    max-width: calc(25% - 20px);
}
}

@media (min-width: 768px) and (max-width: 979px) {
    .articolo_slider.wide .carousel-indicators {
    bottom: 90px !important;
}
  div.separatore .outer-line {
      width: 35%;
  }
aside.grey {
    max-width: inherit;
}
  aside.sidebar-left {
      width: 90%;
      margin: 0 auto;
      padding: 0 20px;

  }
  .navbar-nav {
    display: none;
  }
  #topNavBar.responsive {display:flex; position: relative}

  .hamburger-icon {
    display: block;
  }
  div.social-media-header {
      display: none;
  }
  .col-sm-3.search-bar {
    display: none !important;
  }
  #wrapper.boxed {
    width: 784px;
    margin: 0 auto;
  }
  header .logo {
    margin-top: 0;
    float: none;
  }

  select.selectmenu {
    display: block;
    width: 100%;
    margin-top: 0;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 13px;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .camera_caption a.btn {
    margin-bottom: 10px;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
}


@media (max-width: 768px) {
    
.articolo_slider.wide .carousel-indicators {
    bottom: 60px !important;
}
/* fix navbar */	
	header .navbar {
    margin-top: 0;
    margin-bottom: 0;
	padding:0;
}
/* intestazioni */
	h2, .h2 {
    font-size: 1.6rem;
	}
	h3, .h3 {
    font-size: 1.2rem;
	}
				

.twitter-feed {
	margin-top: 2em;
}

header .navbar li>a, header .navbar li>a:visited  {
    text-align: left !important;
	border-bottom:1px solid #e5e5e5;
}
.dropdown-menu.megamenu {
	max-height: 60vh;
	overflow:auto;
	}
header .navbar li>a i {
    float: right !important;
}
  .form-check-inline {
    display: block;
}
  .article {
    padding-left: 0;
    padding-right: 0;
  }
  div.separatore .outer-line {
      width: 35%;
  }
  aside.grey {
    max-width: 100%;
    padding-top:1rem !important;
    padding-bottom: 1rem !important;
  }

  aside.sidebar-left + div {
    border-left: 0;
    margin: 0 auto;
    width: 90%;

}
  .title.icon {
    width: 95%;
    margin: 1.4rem auto;
}
  aside.sidebar-left {
      width: 90%;
      margin: 0 auto;
      padding: 0 20px;
    margin-top: 2rem;
    border-top:1px solid #99182f;
    padding-top: 1rem;
  }
  header .dropdown .dropdown-menu.megamenu a {
    padding: 0;
  }
  header .dropdown .dropdown-menu.megamenu h6 {
    font-size: 14px;
    min-height: 1px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-top: 3px;
}
  .navbar-nav {
    display: none;
  }
  #topNavBar.responsive {
	display:flex; 
	flex-direction: column;
	padding-top: 15px;
    padding-bottom: 15px;
}


  .logo-subtitle {
    display: none;
  }

  header .logo-header {
    width: 120px;
}

  .col-sm-3.search-bar {
    display: none !important;
  }

  div.social-media-header {
      display: none;
  }
  .hamburger-icon {
    display: block;
  }


  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  header .logo {
    float: none;
    text-align: center;
  }
  ul.social-network {
    float: none;
  }

  header .navigation {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    float: none;
  }
  select.selectmenu {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 13px;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .cta-box .cta-btn {
    float: none;
    text-align: center;
  }
  .camera_caption a.btn {
    margin-bottom: 10px;
  }
  #camera-slide {
    height: 400px !important;
  }
  .camera_caption img {
    max-width: 50%;
    height: auto;
  }

  #inner-headline .inner-heading h2 {
    margin: 20px 0 0 0;
    margin-bottom: 0;
  }
  .breadcrumb>li {
    font-size: 13px;
  }
  article {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
  }
  #pagination {
    clear: left;
    margin-bottom: 30px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 0 0 0 0;
    padding-top: 50px;
  }
  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    margin-bottom: 20px;
  }
  #sub-footer .copyright p, #sub-footer p.credit {
    text-align: center;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
  /* tab nav*/
    .settori-icona li{ width: 20%}
  .settori-icona .nav-link .img {
    display: none;
  }
  .settori-icona div.title {
    visibility: visible;
    color: #999;
}

}
@media (max-width: 576px) {
.articolo_slider.wide .carousel-indicators {
    bottom: 90px !important;
}    
	
/* correlati news */	
.row.correlati .col  {
  flex: 0 50%;
}
.row.correlati .col:last-child  {
  flex: 0 100%;
}
/* menu fix */
.sticky + #content-body {
    padding-top: 170px;
}

.pre-footer .col-12.logo-footer {
	display: none;
		}
	.pre-footer .newsletter {
    float: none;
	text-align:center;
}		
  footer .col-sm {
    border-right: 0;
  }

footer .col-sm:last-child {
    margin-top: 20px;
}
#content-body {
	overflow-x: hidden;
	}

.pagination-select + h3:after{
	content: '';
    display: block;
    clear: both;
}

.row.correlati.mt-5 {margin-top: 1rem !important;}

header .dropdown .dropdown-menu.megamenu h6 {
    margin-top: 15px;
    margin-bottom: 5px;
}
  .row.correlati .col .card .row .card-body {
      padding: 1rem 0;
  }
  .col-logo-header, .col-hamburger {
    width: 48% !important;
  }
  .col-logo-header {
    margin-left: 2% !important;
  }

  .last-homepage .card:not(:last-child) {
    margin-right: 0;
  }
  .breadcrumb {
      padding: 0 5px;
      margin-bottom: 1rem;
      background-color: transparent;
      border-radius: 0;
      border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 480px) {
    

  .container.full-width {
    padding:1rem;
    width:95%;
  }
  .last-homepage .card-img-overlay {
    margin: 5% 35% 5% 0;
  }

  .settori-icona li {
    width: auto; width: 50%
}
  .settori-container {
    padding-left: 1em !important;
    padding-right: 1em !important;

  }
  header .logo {
    /*margin: 0 auto;*/
    text-align: center;
  }
  header .logo img {
    /*margin-bottom: 10px;*/
  }
  ul.topmenu {
    text-align: center;
  }
  ul.social-network {
    text-align: center;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .features .feat {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 360px) {}

/* ============== options panel for live preview ======================= */

#t_options {
  position: fixed;
  top: 80px;
  left: -230px;
  width: 230px;
  background: #fcfcfc;
  color: #464646;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  z-index: 5000;
  font-size: 11px;
  font-family: 'Titillium Web', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #ddd;
}

#t_options h6 {
  color: #464646;
  font-size: 14px;
}

#t_options input {
  width: 60px;
}

#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}

.colorpicker {
  z-index: 5001;
}

.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
  color: #444;
}

.options_box .solidline {
  margin-bottom: 10px;
}

.options_box h6 {
  text-align: center;
  font-weight: bold;
}

.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
  font-size: 11px;
  font-weight: 600;
}

.options_toggle_holder {
  position: absolute;
  right: -40px;
}

.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #111;
  border-left: none;
  display: block;
  background: #111;
}

.options_toggle span .icon {
  margin: 10px 0 0 7px;
  display: block;
  color: #fff;
}

.options_toggle:hover, .options_toggle:focus, .options_toggle:active {
  outline: 0;
  text-decoration: none;
}

.options_heading {
  color: #444;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

/* colors */

.options_box a.t_default {
  background: #99182f;
}

.options_box a.t_stamp {
  background: #D2391D;
}

.options_box a.t_jeans {
  background: #446f7f;
}

.options_box a.t_retro {
  background: #a6a390;
}

.options_box a.t_romantic {
  background: #ea6d75;
}

.options_box a.t_asphalt {
  background: #34495e;
}

.options_box a.t_pomegranate {
  background: #c0392b;
}

.options_box a.t_pumpkin {
  background: #d35400;
}

.options_box a.t_lightorange {
  background: #f39c12;
}

.options_box a.t_red {
  background: #c14c4b;
}

.options_box a.t_green {
  background: #44a582;
}

.options_box a.t_cocoa {
  background: #d6c05d;
}

.options_box a.t_purple {
  background: #c81dbe;
}

.options_box a.t_yellow {
  background: #fcdd45;
}

.options_box a.t_blue {
  background: #467da2;
}

.options_box a.t_cocoa {
  background: #d6c05d;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
  background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
  background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
  background: url(../img/bodybg/bg3.png) repeat left top;
}

.bgr .bg.bg4 {
  background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
  background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
  background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
  background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
  background: url(../img/bodybg/bg8.png) repeat left top;
}

.bgr .bg.bg9 {
  background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
  background: url(../img/bodybg/bg10.png) repeat left top;
}


  .settori-container iframe {width:100%; min-height: 270px; border: 0; background: #fff}
#hometab.tab-content{ min-height: 270px}


/* ===================================
21. Animations
==================================== */

/* animate slide in */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* carousel */
/*
  code by Iatek LLC 2018 - CC 2.0 License - Attribution required
  code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .article .img-fluid.evidenza {height: auto !important;}
    /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .article .img-fluid.evidenza {height: auto !important;}
  .settori-container iframe {min-height:700px; min-height: 780px }
  .carousel-responsive .carousel-item {
    margin-right: 0;
    padding: 0.1rem;
  }
  /* show 2 items */
  .carousel-inner.carousel-responsive .active + .carousel-item {
    display: block;
  }
  .carousel-inner.carousel-responsive .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner.carousel-responsive .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner.carousel-responsive .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-inner.carousel-responsive .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-inner.carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-inner.carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner.carousel-responsive .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-inner.carousel-responsive .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-inner.carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-inner.carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
    .article .img-fluid.evidenza {height: auto !important;}
  /* show 3rd of 3 item slide */
  .carousel-inner.carousel-responsive .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner.carousel-responsive .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner.carousel-responsive .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-inner.carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-inner.carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner.carousel-responsive .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner.carousel-responsive .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner.carousel-responsive .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-inner.carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-inner.carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}



/* Theme Styler :: End */

