@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap');

@keyframes slideInFromBottom {
    0% {
        transform: translateY(120%);
    }
    50% {
        transform: translateY(120%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes fadeIn  {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body,p,a,li {
  font-family: 'Roboto', sans-serif!important;

}

.bkg-sfondo {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .35;
    z-index: -1000;
}

h1, h1 a {
  font-family: 'Roboto', sans-serif;
  color:#ffffff!important;
  letter-spacing:1px;
  font-size: 45px!important;
  line-height: 50px!important;
  font-weight:500!important;
  text-transform:uppercase;
}

h2, h2 a {
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
  letter-spacing:1px;
  font-size:36px!important;
  line-height:30px!important;
	font-weight:500!important;
	text-transform:lowercase;
}

h3, h3 a {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size:28px!important;
  line-height: 28px!important;
  font-family: 'Roboto', sans-serif;
  color:#ffffff!important;
}
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}


h2.cat_titolo {
    text-transform:none;
    font-size: 2.5rem!important;
    padding-bottom:30px;
    margin-bottom: 30px;
    position:relative;
    display:block;
    color:#000;
    margin-top: 0px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 3rem!important;
}
h2.cat_titolo:after {
    position: absolute;
    bottom: 0;
    width: 16%;
    left: 42%;
    height: 5px;
    content: '';
    background:#0079ad;
}
@media (min-width: 768px) {
    h2.cat_titolo.text-md-left {
        text-align: left;
    }
    h2.cat_titolo.text-md-right {
        text-align: right;
    }    
    h2.cat_titolo.text-md-left:after {
        left: 0%;
    }
    h2.cat_titolo.text-md-right:after {
        left: 84%;
    }
}

h3.cat_sottotitolo {
	font-size: 1.25rem!important;
	padding-bottom:0px;
	margin-bottom: 10px;
	position:relative;
	display:block;
	color:#000!important;
	margin-top: 30px;
    letter-spacing: 0px;
text-transform:uppercase;
    font-weight:700;
}
.sidebar .block {
    background-color: transparent!important;
    border-color: transparent!important;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}
#main-wrapper p,
#main-wrapper li {
    color: #3b3b3b!important;
}
.tabs ul.primary li a.is-active {
  background-color: #ffffff;
}

.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

#navbar-top {
  background-color: #0256b1;
}

#navbar-main {
    background-color: #000!important;
    transition: all .5s;
    padding: 1em 1em;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #008ee2;
}

a:active,
.link:active {
  color: #22adff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  border-radius: 0!important;
  padding: 1rem 3rem!important;
  background-color: #0079ad!important;
  border-color: #005e87!important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
    background: #0f171c;
}

.sottomenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 69px;
    z-index: 1000;
    /* background: rgba(0,0,0,.90); */
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    min-width: 100%;
    /* display: none; */
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 992px) {
	.dropdown:hover .sottomenu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}
.sottomenu .menu-voce {
	background: rgba(0,121,173,.75);
	position:relative;
	color:#ffffff;
	padding: 10px;
}
.sottomenu .menu-voce:not(:last-child):after {
    background: rgba(255,255,255,0.35);
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    height: 50%;
    transform: translateY(-50%);
}
.sottomenu .menu-voce a {
    text-align:center;
    color:#ffffff;
    display: block;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}
.sottomenu .menu-voce a:hover {
	color:#ffffff;
}
.sottomenu .menu-voce .menu-grafica {
	/* padding:15px 0; */
}
.sottomenu .menu-voce .menu-icona {
	display:block;
	width: 100%;
	padding: 15px;
}

.sottomenu .menu-voce .menu-icona img {
    height: 40px;
    margin: 5px;
    transition: all .25s;
}
.sottomenu .menu-voce a:hover .menu-icona img {
    height: 50px;
    margin:0;
}

.sottomenu .views-element-container {
   width:100%;
}

.sottomenu .cat-grafica {
    width: 100%;
    background: rgba(0,121,173,.75);
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 20px 15px;
    transition: all .5s;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}
@media (min-width: 1600px) {
    .container-custom-xxl {
        width: 1540px!important;
        margin-right: auto;
        margin-left: auto;
    }
}
/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}


.webform-submission-form {
   margin-top: 60px;
   margin-bottom: 60px;
}
.webform-submission-form .form-control {
    border-radius: 0px!important;
}
.webform-submission-form h4:after {
    left: 0%!important;
}
.webform-submission-form  input::placeholder {
	color: #ddd!important;
}
.webform-submission-form input:-webkit-input-placeholder {
	color: #ddd!important;
}
.webform-submission-form  input:-moz-placeholder {
	color: #ddd!important;
}
.webform-submission-form input:-ms-input-placeholder {
	color: #ddd!important;
	text-transform:uppercase; 
}
.webform-submission-form  textarea::placeholder {
	color: #ddd!important;
}
.webform-submission-form textarea:-webkit-input-placeholder {
	color: #ddd!important;
}
.webform-submission-form  textarea:-moz-placeholder {
	color: #ddd!important;
}
.webform-submission-form textarea:-ms-input-placeholder {
	color: #ddd!important;
	text-transform:uppercase; 
}
.webform-submission-form  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0079ad!important;
    background-color: #0079ad!important;
}
.webform-submission-form button {
    background-color: #0079ad;
    border-color: #0079ad;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 1em;
}
.webform-submission-form button:hover {
    color: #fff;
    background-color: #0383ba   ;
    border-color: #0383ba;
}
@media (min-width: 768px) {
    .webform-submission-form h4,
    .webform-submission-form p {
       text-align: left;
    }
    .webform-submission-form h4,
    .webform-submission-form p {
       text-align: right;
    }
    .webform-submission-form h4:after {
        left: 84%!important;
    }    
}
table tr th {
  background: #0079ad!important;
  border-style: none;
}

table.tablefield.table td, 
table.tablefield.table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #fff;
    color: #fff;
    border-left: none;
    border-right: none;
}
table.tablefield tr th {
    background: rgba(0, 0, 0, 0.25);
    border-bottom-style: none;
}
/**
 * @file
 * Subtheme specific CSS.
 */
.node--type-page {
	background-attachment:fixed;
}
h2.sub-title {
    margin-bottom: 3.5rem;
    color: #000;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
}

h2.sub-title:after {
    position: absolute;
    bottom: 0;
    width: 16%;
    left: 42%;
    height: 5px;
    content: '';
    background: #0079ad;
}
.block-views {
	width: 100%;
}
nav > h2, 
.block-search > h2 {
	font-size: 30px;
	padding-top: 15px;
	margin: 0 0 40px 0;
	border-width: 2px 0 0 0;
	border-top-style: solid;
	border-color: #eeeeee;
	font-weight: 400;
	text-align: center;
}
.block-search > h2 {
	font-size: 30px;
	padding-top: 15px;
	margin: 0 0 40px 0;
	/* border-width: 2px 0 0 0; */
    /* border-top-style: solid; */
    /* border-color: #eeeeee; */
	font-weight: 400;
	text-align: center;
}

.block-drop-down-login,
.search-block-form,
.language-switcher-language-url {
	float:left;
}
.form-inline {
	float:right;
}
.language-switcher-language-url .nav-link {
    padding: 0;
}

a.language-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: .5rem .5rem calc(.5rem + 5px);
    font-size:1rem;
    transition:all .5s;
    display:block;
}
.ridotto a.language-link {
    font-size:1rem;
}
a.language-link.is-active {
	color: #007bff;
}

.page-node-type-page .field--name-field-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* display: block; */
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
    -webkit-align-content: flex-start;
    list-style: none inside none;
    margin: 35px 0 35px 0;
}
.region-header-form {
    width: 100%;
    margin: 0;
}
/* Menu toggler fall back icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.page-node-type-page .field--name-field-gallery .field__item {
    width: 33.33333333%;
    margin-bottom: 15px;
    padding: 0 5px 0px!important;
}
.page-node-type-page .field--name-field-gallery .field__item a {
    border: 1px solid #ccc;
    box-shadow: 0px 3px 4px #ccc;
    background: #fff;
    margin-top: 5px;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    height: 180px;
    overflow: hidden;
    display: block;
    position: relative;
}
.page-node-type-page .field--name-field-gallery .field__item a img {
    transform: translate(0px, -50%);
    top: 50%;
    display: block;
    position: relative;
}
.page-node-type-page .field--name-field-gallery .field__item a:hover {
    margin-top: 0;
    margin-bottom: 5px;
    box-shadow: 0px 5px 5px #ccc;
}
.page-node-type-page .node__container .field--name-body {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    text-align: justify;
}
 @media (min-width: 768px) {
    .page-node-type-page .node__container .field--name-body {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	font-size: 15px;
    }
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* align-items: stretch; */
	align-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/* -webkit-align-items: stretch; */
	-webkit-align-content: flex-start;
	list-style: none inside none;
	justify-content: center;
	padding: 0 15px;
}
.allinea_0 {
	order: 2;
}

.riempitivo {
	height: 112px;
	width:100%;
	background:#000000;
}
.page-view-frontpage .riempitivo {
	height: 0px;
}
@media (min-width: 992px) {
    .path-frontpage #page-wrapper {
        top: -100px;
        position: absolute;
        width: 100%;
        z-index: -100;
    }
}
#page {
    background-color:transparent!important;
}
#main-wrapper {
    background-color: transparent!important;
    padding-top: 60px;
}
/* --- Barra superiore ---  
#menu-alto {
	width: 100%;
	top: 0;
	background-color: transparent;
	padding: 0;
	z-index: 100;
	transition: box-shadow .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
}
.toolbar-fixed #menu-alto {
	top: 39px;
}
 @media (min-width: 768px) {
#menu-alto {
	position: fixed;
}
}

*/
header#menu-alto {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu-alto .sticky {
    position: fixed;
    z-index: 11;
    top: -350px;
    left: 0;
    right: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}    
#menu-alto .sticky.visibile {
    top:0;
    visibility:visible;
}
@media (min-width: 992px) {
    .path-frontpage #menu-alto .scroll #navbar-main {
        background-color: rgba(0,0,0,0)!important;
    }
}
.header-testo {
    color: #ffffff;
    z-index: 1;
    width: 100%;
    background: black;
    text-align: center;
    padding: 15px 15px 15px;
}
.header-testo .prima-riga .animate-testo,
.header-testo .seconda-riga .animate-testo,
.header-testo .terza-riga .animate-testo{
	display:none;
	/* overflow: hidden; */
}
.header-testo .animate-testo.animate {
    animation: 2s ease-out 0s 1 slideInFromBottom;
    display: block;
}
.header-testo .prima-riga,
.header-testo .seconda-riga{
    width:100%;
    display:block;
    text-transform:uppercase;
    font-size:1.75rem;
    line-height:2.1rem;
    font-weight: 300;
}
.header-testo .seconda-riga {
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position:relative;
}
.header-testo .terza-riga {
    font-weight:bold;
    width:100%;
    font-size: 1.5rem;
    line-height: 3.25rem;
    display:block;
    overflow: hidden;
}

@media (min-width: 768px) {
    .header-testo {
        position: relative;
        color:#ffffff;
        text-align: left;
        background:none;
        z-index: 1;
        width: 96%;
        top: 30%;
        left: 2%;
        padding: 15px 15px 15px;
    }
    .header-testo .prima-riga,
    .header-testo .seconda-riga{
        font-size: 3.75rem;
        line-height: 4.1rem;
        overflow: hidden;
    } 
	.header-testo .terza-riga {
		font-weight:bold;
		width:100%;
		font-size: 2.25rem;
		line-height: 3.25rem;
		display:block;
		overflow: hidden;
	}     
    .header-testo .seconda-riga:after {
        left: 0%;
        width: 10%;
    }	
      
}
@media (min-width: 992px) {
    .header-testo {
        z-index: 1;
        width: 70%;
        top: 35%;
        left: 15%;
        padding: 15px;
        position: absolute;
    }
}

.video-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video-wrapper .videohome {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    opacity:0;
}
.video-wrapper .videohome.animate {
    animation: 2s ease-out 0s 1 fadeIn;
    opacity: 1;
}
@media (min-width: 768px) {
    .video-wrapper {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .video-wrapper .videohome {
        position: relative;
        right: 0;
        bottom: 0;
        min-width: 100%;
        display: block;
        width: 100%;
        overflow: hidden;
    }    
}
@media (min-width: 992px) {
    .video-wrapper {
        height: calc(100vh + 100px);
        position: relative;
        overflow: hidden;
    }
    .video-wrapper .videohome {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        display: block;
        width: 100%;
        overflow: hidden;
    }    
}

.more-link {
	width: 100%;
	text-align: center;
}
.more-link a {
	background-color: #373737;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 30px;
	color: #ffffff;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	margin: 0 auto 10px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	transition: all 1s;
}
.navbar-brand {
    margin-right: 0!important;
}
.navbar-brand img {
	height: 40px;
	transition: all .5s;
}
@media (min-width: 768px) {
    .navbar-brand img {
        height: 50px;
    }
}

/*pro-list*/
.page-inpage-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #dbdbdb;
    overflow: hidden;
}
.page-inpage-bottom h2 {
    text-transform:none;
    font-size: 36px!important;
    padding: 60px 15px 30px;
    margin-bottom: 60px;
    text-align:center;
    position:relative;
    display:block;
    color:#000;
}
.page-inpage-bottom h2:after {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 10%;
    height: 5px;
    content: '';
    background:#0079ad;
}

.pro-scheda {
    display:block;
    height:100%;
    position: relative;
    transition: all 1s;	
}
.pro-dettagli {
    display: flex;
    background: #ffffff;
    padding:15px;
    color:#000;
    text-transform:uppercase;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    opacity: 1;
}
.pro-immagine {
    display: block;
    background: #cecece;
    margin-bottom: 5px;
    height: calc(100% - 85px);
}
.pro-immagine img {
    display: block;
    max-width: 100%!important;
    /*max-height: 100%!important;*/
    width: 100%!important;
    margin: 0px auto;
    padding: 50px;
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    height:unset!important;
}
.pro-titolo {
    font-size:1.25rem;
    color:#000;
    display: block;
    width: 100%;
}
.pro-link {
    display:block;
    float:left;
    color:#0079ad;
    font-size:.75rem;
    font-weight:bold;
    position:relative;
}
.pro-link:after {
    position: absolute;
    left: 0%;
    bottom: -3px;
    width: 100%;
    height: 3px;
    content: '';
    background:#0079ad;
}
.pro-maglia {
}
.pro-maglia img {
    border-radius: 50%;
    width: 50px;
}

/*cat-menu*/
.page-inpage-top {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #000000;
	overflow: hidden;
}
.page-inpage-top h2,
.featured-bottom-third h2 {
	text-transform:none;
	font-size: 36px!important;
	padding: 30px 15px 30px;
	margin-bottom: 60px;
	text-align:center;
	position:relative;
	display:block;
}
.page-inpage-top h2:after {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 10%;
    height: 5px;
    content: '';
    background:#0079ad;


}

.cat-voce {
	margin-bottom:30px
}
.cat-voce a {
	display: block;

	position: relative;
	height: 100%;
	transition: all .5s;	
}
.cat-voce a:hover  {
}
.cat-voce a:hover .cat-icona {
    background:none    
}
.cat-voce a:hover .cat-titolo {
	background: #0079ad;
	padding: 10px 15px;
}
.cat-grafica {
	position: relative;
	margin: 0;
	display: inline-block;
	z-index: 0;
}
.cat-immagine {
	position: relative;
	z-index:-1;
	height: 100%;
	display: block;
	overflow:hidden;
}
.cat-voce .cat-immagine img {
	transition: all .5s;
}
.cat-voce a:hover .cat-immagine img {
	transform: scale(1.2);
}
.cat-logo {
	position: absolute;
	z-index:1
}
.cat-icona {
	width:100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .5s;
	background: rgba(0,121,173,.5);
}
.cat-icona img {
    width: 70px;
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .25s;
}
.cat-voce a:hover .cat-icona img {
	width: 90px;
}
.cat-titolo {
    width: 100%;
    background: rgba(0,121,173,.75);
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 20px 15px;
    transition: all .5s;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.view-sottomenu-rid .view-content  {
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
}
.view-sottomenu-rid .view-content .cat-titolo-rid {
	/*max-width:fit-content;*/
}
.cat-titolo-rid {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 20px 15px;
    transition: all .5s;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: .75rem;
}
.cat-titolo-rid a {
    color: #fff;
}
.cat-titolo-rid a:hover {
    color: #fff;
}
@media (max-width: 767.98px) { 
	.view-sottomenu-rid .view-content .cat-titolo-rid {
		max-width:unset;
	}
	.cat-titolo-rid:not(:nth-child(2n)):after {
		background: rgba(255,255,255,0.35);
		width: 2px;
		content: "";
		display:block;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		height: 30px;
		transform: translateY(-50%);
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.view-sottomenu-rid .view-content .cat-titolo-rid {
		max-width:none;
	}	
	.cat-titolo-rid:not(:nth-child(3n)):after {
		background: rgba(255,255,255,0.35);
		width: 2px;
		content: "";
		display:block;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		height: 30px;
		transform: translateY(-50%);		
	}
	
}
@media (min-width: 992px) {
	.view-sottomenu-rid .view-content .cat-titolo-rid {
		max-width:fit-content;
	}	
	.cat-titolo-rid:not(:last-child):after {
		background: rgba(255,255,255,0.35);
		width: 2px;
		content: "";
		display:block;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		height: 30px;
		transform: translateY(-50%);		
	}
}
.cat-titolo-rid:last-child:after {
	background: rgba(255,255,255,0.35);
	width: 0px;
	content: "";
	display:block;
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	height: 30px;
	transform: translateY(-50%);		
}

/*box search IMF*/
header #search-block-form .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #4f5b66;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
header #search-block-form  {
	flex-flow: row wrap;
	z-index: 0;
	width:80%;
	height: auto;
	background: transparent;
	border: none;
	font-size: 1em;
	float: left;
	color: #fff;
	padding: 4px 10px 4px 50px;
	margin-left: 20%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}	
header #search-block-form:before {
	z-index: -1;
	content: "";
	position: absolute;
	left: -6%;
	top: -1px;
	height: 38px;
	width: 100%;
	background-color:transparent;
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-sizing: content-box;
}
header #search-block-form .js-form-type-search input.form-search {
	background: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: .375rem .75rem;
}
header #search-block-form .js-form-type-search input::placeholder {
 color: #ccc!important;
 text-transform:uppercase;
}
header #search-block-form .js-form-type-search input:-webkit-input-placeholder {
 color: #ccc!important;
 text-transform:uppercase; 
}
header #search-block-form .js-form-type-search input:-moz-placeholder {
 color: #ccc!important;

 text-transform:uppercase; 
}
header #search-block-form .js-form-type-search input:-ms-input-placeholder {
 color: #ccc!important;
 text-transform:uppercase; 
}
i.better_search {
	height: 20px;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	background-size: contain;
	margin: 10px;
}
header #search-block-form .form-group {
    margin-bottom: 0rem!important;
}
/* END search box */

/*immagine grande */
.view-immagine-principale {
	height: 65vh;
	overflow:hidden;
	position:relative;
}
.view-immagine-principale.basso {
	height: 150px;
}
.view-immagine-principale .page-title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	letter-spacing:2px;
	z-index: 1;
	width: 90%;
	text-align: center;
}
.view-immagine-principale .page-title h2 {
	text-transform:uppercase;
	font-weight:300!important;
	letter-spacing:4px;
	font-size: 32px!important;
}
.view-immagine-principale .page-title h1 {
	text-transform:none;
	letter-spacing:4px;
	font-size: 52px!important;
	text-shadow: 0px 5px 6px rgb(0 0 0 / 50%);
}
.view-immagine-principale .page-title h2 a {
    text-transform: uppercase;
    font-weight: 300!important;
    letter-spacing: 4px;
    font-size: 32px!important;
    color:#ffffff;
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
}
.view-immagine-principale .page-title h2 a:hover {
    color:#ffffff;
}
.view-immagine-principale .img-principale {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    opacity: 1;
    overflow: hidden;
    /*mix-blend-mode: multiply;*/
}
.view-immagine-principale .img-principale img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}



.navbar-nav .nav-link {
	color: #ffffff!important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	padding:.4rem;
	margin-left:1rem;
	margin-right:1rem;
	transition:all .5s;
}
.ridotto .navbar-nav .nav-link {
	font-size:1em;
	margin-left:0rem;	
	margin-right:0rem;	
}

.navbar-nav .nav-link {
    padding-left: calc(1em + 5px)!important;
}
.navbar-nav .nav-link.is-active {
    border-left: 5px solid #0079AD;
    padding-left: 1em!important;
}
#block-imfiltri-mainnavigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    #block-imfiltri-mainnavigation {
        border-bottom: none;
        margin-bottom: 0;	
        width: auto;
        margin-right: auto;
    }
    .navbar-nav .nav-link.is-active {
        border-bottom: 5px solid #0079AD;
        border-left:none;
        padding: .5rem .5rem!important;
    }
    .navbar-nav .nav-link {
        padding: .5rem .5rem calc(.5rem + 5px)!important;
    }	
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
}
.navbar-toggler {
	color: rgba(0,0,0,.5);
	border: none!important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;

    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;

    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d0122d;
}
.dropdown-item.active a, .dropdown-item:active a {
    color: #fff;
}
.view-pubblicazioni .view-content.row {
    margin: 30px 0;
}
.path-frontpage .featured-top__inner {
    padding: 0!important;
    background:#000;
}
.path-frontpage .featured-top {
    position: relative;
}
.featured-top__inner {
    padding: 0!important;
    background: #0079ad;
}

.featured-bottom-first h2, .featured-bottom-second h2, .featured-bottom-third h2, .highlighted h2 {
    text-align: center;
}

.featured-bottom-first {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
}

.featured-bottom-first h4 {
    text-transform:none;
    font-size: 2.5rem!important;
    margin-top: 30px;	
    margin-bottom: 30px;	
    padding-bottom:30px;
    position:relative;
    display:block;
    color:#000;
    letter-spacing: 2px;
}
.featured-bottom-first h4:after {
    position: absolute;
    bottom: 0;
    width: 16%;
    left: 42%;
    height: 5px;
    content: '';
    background:#0079ad;
}
.featured-bottom-first p {
    color:#000;
    margin-top: 0px;
}
@media (min-width: 768px) {
    .featured-bottom-first .text-md-left h4:after {
        left: 0%;
    }
    .featured-bottom-first .text-md-right h4:after {
        left: 84%;
    }
}

.featured-bottom-first .row.riga {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}
.featured-bottom-first .riga:nth-last-child(1) {
    margin-bottom: 0px;
}
.featured-bottom-first .riga .div-testo {
    text-align: center;		
}	

.scopri, .scopri:hover {
    color: #fff;
    padding: 0 6px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    background: #0079ad;
}

.scopri__wrapper {
    overflow: hidden;
    position: relative;
    display: inline-block;
}


.scopri .scopri__inner {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    padding: 4px 24px 4px 24px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 1;
    position: relative;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.scopri .scopri__inner2 {
    position: absolute;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.scopri:hover .scopri__inner {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.scopri:hover .scopri__inner2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.Xparagraph--type--articolo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
}

.paragraph--type--articolo h4 {
    text-transform:none;
    font-size: 2.5rem!important;
    margin-top: 30px;	
    margin-bottom: 30px;	
    padding-bottom:30px;
    position:relative;
    display:block;
    color:#000;
    letter-spacing: 2px;
}
.paragraph--type--articolo h4:after {
    position: absolute;
    bottom: 0;
    width: 16%;
    left: 42%;
    height: 5px;
    content: '';
    background:#0079ad;
}
.paragraph--type--articolo p {
    color:#000;
    margin-top: 0px;
}
@media (min-width: 768px) {
    .paragraph--type--articolo .text-md-left h4:after {
        left: 0%;
    }
    .paragraph--type--articolo .text-md-right h4:after {
        left: 84%;
    }
}

.paragraph--type--articolo.row.riga {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    align-items: stretch;
}
.paragraph--type--articolo.riga .div-testo {
    text-align: center;		
}
@media (min-width: 768px) {
    .paragraph--type--articolo.riga:odd.text-md-left h4:after {
        left: 0%;
    }
    .paragraph--type--articolo.riga .text-md-right h4:after {
        left: 84%;
    }
    .paragraph--type--articolo.riga:nth-child(odd) .div-immagine {
        order: 2;
    }
    .paragraph--type--articolo.riga:nth-child(odd) .div-testo {
        order: 1;
        text-align: right;		
    }
    .paragraph--type--articolo.riga:nth-child(even) .div-immagine {
        order: 1;
    }	
    .paragraph--type--articolo.riga:nth-child(even) .div-testo {
        order: 2;
        text-align: left;		
    }	
    .paragraph--type--articolo.riga:nth-child(odd) h4{
        text-align:right;
    }
    .paragraph--type--articolo.riga:nth-child(even) h4{
        text-align:left;
    }
    .paragraph--type--articolo.riga:nth-child(odd) h4:after {
        left: 84%;
    }
    .paragraph--type--articolo.riga:nth-child(even) h4:after {
        left: 0%;
    }
}


@media (min-width: 768px) {
    .featured-bottom-first .riga:odd.text-md-left h4:after {
        left: 0%;
    }
    .featured-bottom-first .text-md-right h4:after {
        left: 84%;
    }
    .featured-bottom-first .riga:nth-child(odd) .div-immagine {
        order: 2;
    }
    .featured-bottom-first .riga:nth-child(odd) .div-testo {
        order: 1;
        text-align: right;		
    }
    .featured-bottom-first .riga:nth-child(even) .div-immagine {
        order: 1;
    }	
    .featured-bottom-first .riga:nth-child(even) .div-testo {
        order: 2;
        text-align: left;		
    }	
    .featured-bottom-first .riga:nth-child(odd) h4{
        text-align:right;
    }
    .featured-bottom-first .riga:nth-child(even) h4{
        text-align:left;
    }
    .featured-bottom-first .riga:nth-child(odd) h4:after {
        left: 84%;
    }
    .featured-bottom-first .riga:nth-child(even) h4:after {
        left: 0%;
    }
}

.featured-bottom-second, .highlighted {
    background-color: #0079ad;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.featured-bottom-third {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #052C39;
    font-size:24px;
    color: #ffffff;
    overflow: hidden;
}
.featured-bottom-third a {
	color: #ffffff;
}
.featured-bottom-third a:hover {
	color: #eeeeee;
}
.featured-bottom-third h3 {
    text-align: center;
    text-transform: none;
    margin-bottom: 90px;
}
.featured-bottom-third .icona {
    height: 50px;
    margin-bottom: 20px;
}
.featured-bottom-fourth {
    background: url(img/cielo.jpg);
    padding: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
    z-index: 0;
    overflow:hidden;
}
.featured-bottom-fourth h2 {
    font-weight: 400!important;
    padding: 5px 15px;
    margin: 0px;
    position:relative;
    /* background: #07B900; */
    line-height: 2.5rem!important;
    text-transform:none;
    letter-spacing: 3px;
    width: auto;
    display: table;
    font-size: 2.5rem!important;
}

.featured-bottom-fourth h3 {
    font-weight:bold;
    padding-bottom: 30px;
    margin: 20px 20px 30px;
    position:relative;
    color: #052c39!important;
    text-transform: none;
    font-style: italic;
}
.featured-bottom-fourth h3:after {
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 10%;
    height: 4px;
    content: '';
    background: #052c39;
}
@media (min-width: 768px) {
    .featured-bottom-fourth h3:after {
		left: 0%;
	}
}
.featured-bottom-fourth p {
    color: #ffffff;
    margin: 20px;
    /* width: 100%; */
    font-weight: bold;
}
@media (min-width: 768px) {
    .featured-bottom-fourth p {
            /* width: 50%; */
    }
}
.featured-bottom-fourth .ambiente-sole {
    background: url(img/sole.svg);
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position:absolute;
    bottom:0;
    right:0;
    z-index: -1;
}
.featured-bottom-fourth .ambiente-immagine {
    background: url(img/filtri.png);
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position:absolute;
    bottom:0;
    right:0;
    z-index: -1;
}


.puntinato-chiaro {
    position:relative;
}

.puntinato-chiaro:before {
    content:"";
    background: url(img/dots2.svg);
    position: absolute;
    width: 100%;
    left: -105%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}
.puntinato-chiaro:after {
    content:"";
    background: url(img/dots2.svg);
    position: absolute;
    right: -105%;
    width: 100%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}

.puntinato-chiaro3 {
    position:relative;
}
.puntinato-chiaro3:before {
    content:"";
    background: url(img/dots3.svg);
    position: absolute;
    width: 100%;
    left: -105%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}
.puntinato-chiaro3:after {
    content:"";
    background: url(img/dots3.svg);
    position: absolute;
    right: -105%;
    width: 100%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}
.puntinato-scuro {
    position:relative;
}

.puntinato-scuro:before {
    content:"";
    background: url(img/dots1.svg);
    position: absolute;
    width: 100%;
    left: -105%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}
.puntinato-scuro:after {
    content:"";
    background: url(img/dots1.svg);
    position: absolute;
    right: -105%;
    width: 100%;
    top: -30px;	
    height: calc(100% + 60px);
    background-size: 30px 30px;
}

.eu-cookie-compliance-message {
    font-size: 12px!important;
    display: inline!important;
    font-weight: normal!important;
}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner {
    background: rgba(0,121,173,.50)!important;
}
#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal!important;
}
@media screen and (max-width: 600px) {
.eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    float: right;
    margin-top: -45px!important;
}
}
.eu-cookie-withdraw-tab {
    position: unset;
    top: unset;
    transform: none;
    left: unset;
    background: none;
    border: none;
    display: inline-block;
    color: #555!important;
    font-size: 1em!important;
    margin: 0 0.5em;
    padding: 0;
}
.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
    cursor: pointer;
    margin-right: 0;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf)); */
    /* background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%); */
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    /* background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%); */
    -moz-border-radius: 6px;
    -webkit-border-radius: 0;
    border-radius: 0!important;
    border: none;
    color: #000;
    font-family: inherit;
    font-weight: normal;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: none;
}
#views-bootstrap-frontpage-block-1 img { padding: 90px}
#views-bootstrap-frontpage-block-1 .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#views-bootstrap-frontpage-block-1 .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/***************** carousel *******************/
/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
.carousel-multiple .carousel-inner {
    margin-left:0;
}
.carousel-control-next, .carousel-control-prev {
   width: 6%!important;
}
.carousel-multiple  .carousel-control-prev {
    left:-5%; 
}
.carousel-multiple  .carousel-control-next {
    right:-5%; 
}
.carousel-multiple  .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-multiple  .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-multiple .carousel-inner .active.col-md-4.carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: 1;
        height: 100%;
        /* transition: all 1s;*/		
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-multiple .carousel-inner .active.col-sm-6.carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: 1;
        height: 100%;	
        /* transition: all 1s;*/
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item.multiple  {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-multiple .carousel-inner .active + 
    .carousel-item.multiple  {
        display: block;
    }
    .carousel-multiple .carousel-inner .carousel-item.multiple.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-multiple .carousel-inner .carousel-item.multiple.active:not(.carousel-item-right):not(.carousel-item-left) + 
    .carousel-item.multiple  {
        transition: none;
    }
    .carousel-multiple .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-multiple .carousel-inner .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + 
    .carousel-item,
    .carousel-item-next.carousel-item-left + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        /* transition: all 1s; */
        height: 100%;				
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-multiple .carousel-inner .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + 
    .carousel-item,
    .carousel-item-prev.carousel-item-right +
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	.carousel-item.multiple  {
        width: 50%!important;
    }		
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-multiple .carousel-inner .active + 
    .carousel-item.multiple  +
    .carousel-item.multiple  {
        display: block;
    }
    .carousel-multiple .carousel-inner .carousel-item.multiple.active:not(.carousel-item-right):not(.carousel-item-left) + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        transition: none;
    }
    .carousel-multiple .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-multiple .carousel-inner .carousel-item-next.carousel-item-left + 
    .carousel-item.multiple  +
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	.carousel-item.multiple  {
        width: 33%!important;
    }	
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-multiple .carousel-inner .active + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        display: block;
    }
    .carousel-multiple .carousel-inner .carousel-item.multiple.active:not(.carousel-item-right):not(.carousel-item-left) + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-multiple .carousel-inner .active.col-lg-3.carousel-item.multiple  +
    .carousel-item.multiple  +
    .carousel-item.multiple  +
    .carousel-item.multiple  +
    .carousel-item.multiple  {
        position: absolute;
        top: 0; 
        right: -25%;  /*change this with javascript in the future*/
        z-index: 1;
        /*transition: all 1s;*/
        height: 100%;				
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-multiple .carousel-inner .carousel-item-next.carousel-item-left + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right +
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  + 
    .carousel-item.multiple  {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	.carousel-item.multiple  {
        width: 25%!important;
    }
}
.breadcrumb {
    background-color: #efefef!important;
    border-radius: 0!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c6c6c!important;
    content: ">"!important;
}
.breadcrumb a {
    color: #0079ad!important;
}