/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    background: #fff;
    
    display: none;
}
.page-loader.inverse {
    background: #000;
}

.loader {
    position: absolute;
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
       -moz-animation: load 0.8s infinite linear;
         ms-animation: load 0.8s infinite linear;
          o-animation: load 0.8s infinite linear;
            animation: load 0.8s infinite linear;
}
.page-loader.inverse .loader {
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}    


/* COOKIE */
#cookie-box {
    background-color: #82848a;
    color: #fff;
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#cookie-box a {
    color: #fff;
    text-decoration: underline;
}

#cookie-box .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
    text-transform: uppercase
}


/* IMG BACKGROUND **************************/
.img-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
/* // IMG BACKGROUND **************************/

/*!
 * STYLE GENERIC
 */
.object-fit {
     object-fit: cover;
}
.object-contain {
     object-fit: contain;    
}
html,
body {
    width: 100%;
    height: 100%;
    color: #555;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
hr {
    max-width: 50px;
    border-width: 2px;
    margin-top: 15px;
    margin-bottom: 40px;
}
hr.light {
    border-color: #fff;
}
a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.bg-sec, .bg-dark {
    color: #fff;
}
.text-faded {
    color: rgba(255,255,255,.7);
}
section {
    padding: 80px 0 90px;
}
.no-padding {
    padding: 0;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
}
::selection {
    text-shadow: none;
    color: #fff;
}
img::selection {
    color: #fff;
    background: 0 0;
}
img::-moz-selection {
    color: #fff;
    background: 0 0;
}
.bg-white {
    background-color: #fff
}
h1.section-heading {
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-top: 0;
}
h2.section-heading {
    margin-top: 0;
    text-transform: uppercase;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.bg-image/*, .bg-image-light*/ {
    background-image: url(../img/bg-image.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative; 
}
.bg-image-light {
    color: rgb(255, 255, 255);
    background-attachment: fixed,   fixed,  fixed;
    background-position: top left,  center center, center center;
    background-size: auto,  cover,  cover;
    
    padding-bottom: 100px
}
.bg-image:before/*, .bg-image-light:before*/ {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-image > div/*, .bg-image-light > div*/ {
    position: relative;
    z-index: 10;
}
.bg-image h1, .bg-image h2 {
    color: #fff !important
}
.modal-dialog {
    width: 80% !important;
}
@media only screen and (max-width: 767px) {
    
    section {
        padding: 50px 0 40px;
    }
    .modal-dialog {
        width: auto !important
    }
}
::-webkit-input-placeholder { color: rgba(255,255,255,0.5) !important; }
:-moz-placeholder { color: rgba(255,255,255,0.5) !important; }
::-moz-placeholder { color: rgba(255,255,255,0.5) !important; }
:-ms-input-placeholder { color: rgba(255,255,255,0.5) !important; }

.lazy-hidden {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* NAV */


/*!
 * STYLE NAV
 */
.navbar-default, .navbar-default.affix-top {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    min-height: 100px;
    border-top-width: 10px
}
.navbar-default.affix {
    min-height: 60px;
    border-top-width: 2px;
}
.navbar-default.affix .nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 1.1em;
    padding-left: 18px;
    padding-right: 18px;
}
.affix .navbar-nav>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    margin-top: 15px;
}
.navbar-default .dropdown-toggle {
    cursor: pointer;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -30px;
}

.navbar-nav>li>.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 14px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15) transparent;
    display: block;
    width: 0;
}
.navbar-nav>li>.dropdown-menu:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 15px;
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        margin-bottom:0;
        margin-top:0;
    }
    .affix.navbar-default .navbar-toggle {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-default .nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff !important
    }
    .navbar-default .nav > li.active>a,
    .navbar-default .nav>li.active>a:focus,
    .navbar-default .nav > li.active>a:hover,
    .navbar-default .nav>li.active>a:focus:hover  {
        color: #fff !important;
    }
    .navbar-nav>li>.dropdown-menu:after, 
    .navbar-nav>li>.dropdown-menu:before {
        display: none;    
    }
}

/* BRAND LOGO */
.navbar-brand>img {
    max-height: 100%; /* resize DOWN to height of container which is set to 50px */
    height: 100%; /* resize UP to fit*/
    max-width: 100%;  /*probably not necessary */
    width: auto; /* resize based on height */
  
    -o-object-fit: contain; /* Opera Support */
    object-fit: contain; /* Resize down to fit container */

}

.navbar-brand {
    padding: 10px 15px;
    margin-top: 0px; /* you can adjust this if your logo needs to be moved up or down but simply adjusting the padding is easier */
    height: 100px; /* this should be equal to computed height of .navbar-nav>li>a */
}
.affix .navbar-brand {
    height: 60px;
}


@media only screen and (max-width: 767px) {
	.navbar-brand {
	    height: 90px; /* this should be equal to computed height of .navbar-nav>li>a */
	}
}

/* SLIDE */

.slide-box, #newsletter-remove {
    margin-top: 100px
}
#swiper-banner, #player-cont {
	margin-top: 110px;
}
.slide-box, #swiper-banner, #swiper-banner .swiper-slide, #player-cont {
    position: relative;
    height: 450px;
    /*height: 65vh;*/
    overflow: hidden;
}
#swiper-banner .img-background {
	height: 450px;
    /*height: 65vh;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slide-box, #swiper-banner, #swiper-banner .swiper-slide, #player-cont {
        height: 410px
    }
	#swiper-banner .img-background {
		height: 410px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-box, #swiper-banner, #swiper-banner .swiper-slide, #player-cont {
        height: 305px
    }
	#swiper-banner .img-background {
		height: 305px;
	}
}
@media only screen and (max-width: 767px) {
    .slide-box, #swiper-banner, #swiper-banner .swiper-slide, #player-cont {
        height: 135px
    }
	#swiper-banner .img-background {
		height: 135px;
	}
	#swiper-banner, #player-cont {
		margin-top: 104px;
	}
}


/*!
 * STYLE PRIMO BLOCCO TESTO
 */
.padding-bottom {
    padding-bottom: 100px
}
#about p:last-child {
    margin-bottom: 0;
}
#about p { text-align: justify; }



/*!
 * STYLE SERVIZI
 */
div.custom-tab-container{
    z-index: 10;
    padding: 0 !important;
}
div.custom-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.custom-tab-menu div.list-group{
    margin-bottom: 0;
}
div.custom-tab-menu div.list-group>a{
    width: 92%;
    margin-left: 8%;
    color: #fff !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1em;
}
div.custom-tab-menu div.list-group>a:hover{
    width: 95%;
    margin-left: 5%;
    padding-right: 8%;
}
div.custom-tab-menu div.list-group>a.active, div.custom-tab-menu div.list-group>a.active:hover {
    background-color: #ffffff;
    border-color: #fff;
    width: 100%;
    margin-left: 1px;
    color: #555;
    padding-left: 11%;
    padding-right: 8%;
}
div.custom-tab-content{
    background-color: #ffffff;    
    color: #555;
    padding: 40px 60px 60px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.custom-tab div.custom-tab-content:not(.active){
   display: none;
}
div.custom-tab div.custom-tab-content .img-container {
    width: 100%;
    height: 150px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
div.custom-tab div.custom-tab-content .img-container img {    
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div.custom-tab div.custom-tab-content .btn {
    margin-top: 20px;
}
div.custom-tab div.custom-tab-content h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
div.custom-tab div.custom-tab-content ul {
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 20px
}
@media only screen and (max-width: 767px) {
    
    div.custom-tab div.custom-tab-content .img-container {
        width: 100%;
    }    
    div.custom-tab-menu div.list-group>a, div.custom-tab-menu div.list-group>a.active {
        border-radius: 4px;
        width: 100% !important;
        margin-left: 0;
        padding-left: 15px;
    }
    div.custom-tab-menu div.list-group>a.active i {
        margin-right: 10px;
        padding: 3px;
        border-radius: 50%;
    }
    
    div.custom-tab-content{
        padding: 15px 25px 25px;
    }
}

/*!
 * NEWS
 */
.news-box {
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
    text-decoration: none !important;
}
.news-box .img-container {
    height: 155px;
    overflow: hidden;
    position: relative;
    border: 10px solid #fff;
}
.news-box img {    
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.news-box .img-container:after {
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.news-box:hover .img-container:after {
    opacity: 1;
}

.news-box .main-text {
    padding: 25px 30px;
    min-height: 155px;
    background-color: #fff;
}
.news-box .main-text .date {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.news-box .main-text .title {
    font-size: 1.4em;
    line-height: 1.1em;
    text-transform: uppercase;
}


@media (min-width: 768px) and (max-width: 992px) {
    .news-box .main-text {
        padding: 10px 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .news-box .main-text {
        min-height: 0;
        padding: 10px 10px 20px;
    }
}



.news-detail:empty {
    min-height: 0;
}
.detail-template {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 30px;
    padding-bottom: 60px;
    padding-top: 60px;
    border-top-style: solid;
    border-top-width: 1px;
}
.news-detail h1 {
    margin: 0;
    font-size: 2.8em;
    max-width: 80%;
    margin-bottom: 45px;
}
/*.news-detail h1, .news-detail .text, .news-detail .document {
    padding-top: 40px;
    padding-bottom: 40px;
}*/

@media (min-width: 768px) and (max-width: 992px) {
    .news-detail .text {
        padding-bottom: 20px;
    }
    .news-detail .document {
        padding-top: 0;
    }
}

#owl-news {
    margin-bottom: 50px;
}
#owl-news, #owl-news .swiper-slide {
    position: relative;
    height: 520px;
    overflow: hidden;
}
.news-detail #owl-news .swiper-slide img {   
    position: relative;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    width: 100%;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #owl-news, #owl-news .swiper-slide {
        height: 410px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #owl-news, #owl-news .swiper-slide {
        height: 305px
    }
}
@media only screen and (max-width: 767px) {
    #owl-news, #owl-news .swiper-slide {
        height: 135px
    }
}
/*
#owl-news .owl-controls, #owl-news .owl-controls .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#owl-news .owl-controls .owl-prev, #owl-news .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
}
#owl-news .owl-controls .owl-next {
    right: 0;
}
#owl-news .owl-controls .owl-prev {
    left: 0;
}
#owl-news .owl-controls .owl-prev:after, #owl-news .owl-controls .owl-next:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: rgba(255,255,255,0.7);
}
#owl-news .owl-controls .owl-prev:after {
    content: "\e079";
    left: 5%;
}
#owl-news .owl-controls .owl-next:after {
    content: "\e080";
    right: 5%;
}
*/
.btn.close-news {
    /*margin-top: 60px;*/
    font-size: 1.4em;
    padding: 10px 10px;
    line-height: 1px;
}

.news-detail .document a {
    display: block;
    color: #555;
}
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    margin-bottom: 10px;
    width: 100%
}
.update-nag:hover{
    cursor: pointer;
}
.update-nag > .update-split{
    width: 33px;
    float: left;
    color: #fff!important; 
    height: 100%;
    text-align: center;
  
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.update-nag > .update-split > .glyphicon{
    position:relative;
    top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-text{
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}

#button_more span {
    display: none;
}


/* ALERT */
.alert {
    color: #333;
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.alert.alert-danger {
    background-color: #CA312D;
    border-color: #CA312D;
}
.alert.alert-success {
    background-color: #92cc2e;
    border-color: #92cc2e;
}

/* BTN */
.btn {
    border: none !important;
    text-transform: uppercase;
    
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    outline: 0 !important;
    
    border-radius: 0px;
    padding: 13px 23px;
    height: auto;
}
.btn-dark, .btn-danger, .btn-compl {
    color: #fff !important;
}

/* FORM */
.form-group {
    margin-bottom: 14px;
}
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    border: none !important;
    padding: 13px 23px;
    height: auto
}
.has-success .form-control {
    background-color: rgba(60,118,61,0.7);
    color: #fff   
}
.help-block {
    clear: both;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 30px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 15px;
    right: 30px;
    cursor: help;
    width: 15px;
    height: 15px;
    pointer-events: initial;
    color: #CA312D;
    line-height: 15px;
    font-size: 1.4em;
}

/* NEWSLETTER */
section#newsletter {
    padding: 50px 0;
}
#newsletter h1 {
    position: relative;
    margin-bottom: 10px;
}
#newsletter p {
    color: rgba(255,255,255,0.7);
    line-height: 1.3em;
}
#newsletter form {
    padding-top: 30px;
}
#newsletter .form-control {
    background-color: rgba(255,255,255,0.2);
}
#newsletter .has-feedback label.sr-only~.form-control-feedback {
    right: 115px;
}
#newsletter .alert {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#newsletter_box .note-privacy {
	color: #fff;
}
#newsletter_box .note-privacy a {
    color: #fff !important;
    font-weight: bold;
}
#newsletter_box .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
#newsletter_box input[type="radio"], input[type="checkbox"] { margin: 0px; }
@media (min-width: 768px) and (max-width: 992px) {
    #newsletter form {
        padding-top: 0px;
    }
}

/* CONTACT FORM */
#request hr {
    margin-bottom: 65px;
}
#privacy-box {
    padding: 20px 10px;
    color: #fff
}
#privacy-box a {
    color: #fff !important
}

/* FOOTER */
#contact {
    background-color: #fff
}
#contact-box {
    padding-top: 80px;
    padding-bottom: 80px;   
}

#contact-box a { color: #555 !important; }
#contact-box i {
    font-size: 4em;
    color: #fff
}
#contact-box h4 {
  line-height: 22px;
}
#contact-box .icon-box {
    cursor: pointer;
    
    width: 75px;
    height: 75px;
    display: inline-block;
    
    border-radius: 50%;
    position: relative;
    
}
#contact-box .icon-box i {
    position: absolute;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
@media (max-width: 767px) {
    #contact-box {
        padding-top: 40px;
        padding-bottom: 40px;   
    }
    #contact-box h4 {
        text-align: left !important
    }
}

/* MAP */

#map_container {
    position: relative;
}
#map_container > .container {
    position: relative;
    padding-top: 100px
}

#map_container > .container > i {
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 4em;
  z-index: 50;
}

#map_hover {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgba(255,255,255,0.5);
}
#map_hover a.btn {
    position: absolute;
    bottom: -1px;
    left: 50%;

    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 20px;
    font-size: 0.8em;
}
#map_hover a.btn i {
    padding-right: 6px;
}
#map_hover a.btn:hover { text-decoration: underline !important; }

#toggle_map {
    cursor: pointer
}
#map {
    height: 100px;
    border-top: 5px solid #fff;
    outline: 1px solid #919290;
}
.map_close {
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 50px;
    height: 53px;
    font-size: 30px;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
.map_close:hover {
    background-color: rgba(0,0,0,1);
}
.map_close i {
    display: block;
    padding: 10px;
    color: #fff;
}

/* PRIVACY */
.privacy-box {
    padding: 50px;
}
@media (max-width: 767px) {
    .privacy-box {
        padding: 20px;
    }    
    .privacy-box h2 {
        margin-top: 0;
    }
    #privacy-box > .container > div {
        text-align: center !important;
        display: inline;
    }
}
.privacy-box p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: inherit;
}


/* SOCIAL */
.social a {
    float: left;
    padding-left: 8px !important;
    padding-right: 8px !important;
}


/* aggiunte */
div.custom-tab-content li { margin: 8px 0; }

div.custom-tab-content li a i {
    margin-left: 10px;
    font-size: 15px;
    color: #8A8A8A;
 }

.gallery a { display: block; }
#gallery a { display: block; }

#swiper-banner {
    position: relative;
    background-color: #1e1e1e;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#swiper-banner .swiper-button-prev, #swiper-banner .swiper-container-rtl .swiper-button-next {
    opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#swiper-banner .swiper-button-next, #swiper-banner .swiper-container-rtl .swiper-button-prev {
    opacity: 0.5;
}
