.logo {
    height: 50%;
    width: 50%;
}

mark {
  background-color: #ffffff;
  color: #000000;
}

.font-1 {
    font-family: "ICT BK", Helvetica!important;
}

.font-2 {
    font-family: "ICT MD", Helvetica!important;
}

.font-3 {
    font-family: "ICT BK", Helvetica!important;
    font-size: 12px!important;
    line-height: inherit!important;
}

@font-face {
    font-family: 'ICT BK';
    src: url('../fonts/ICT AvantGardeStd/ITCAvantGardeStd-Bk.otf');
}

@font-face {
    font-family: 'ICT MD';
    src: url('../fonts/ICT AvantGardeStd/ITCAvantGardeStd-Md.otf');
}

.shadow-text {
    text-shadow: 3px 2px 5px black;
}

.nomi {
    width: 25%;
}

@media only screen and (max-width: 768px) {
  nomi {
    width: 100%;
  }
}

.glow {
    font-size: 1.5rem;
    font-family: "ICT BK", Helvetica!important;
    color: #99ffaa!important;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
	line-height: 150%;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 2px green, 0 0 5px green, 0 0 7px #39df39, 0 0 10px #39df39, 0 0 20px #39df39;}
    to {
        text-shadow: 0 0 10px green, 0 0 20px #04d604, 0 0 25px #04d604, 0 0 30px #04d604;
    }
}

.fixed-navbar{
    z-index: 99!important;
    background-color: #000000!important;
}

.fixed-top{
    background-color: #000000!important;
}

/* pop up cookie */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    text-align: center;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.popuptit{
    text-align: center;
}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
}

/* cambio del colore del bottone di chiusura al passaggio del mouse */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

.screen-full-width {
    position: relative;
	width: 100%;
}

.customheader {
    text-align: center;
    color: black;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.header{
    background-color: black!important;
    opacity: 0.5;
}

.content{
    width: 100%;
}

.margin-image{
    margin-top: 2%;
    margin-bottom: 2%;
}

.normal {
    display:block;
    float:left;
    width:130px;
    cursor: zoom-in;
}

.zoom {
    transition: transform .2s; /* Animation */
    border-color: white;
    border-radius: 2px;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.selected img {
    opacity:0.5;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden!important;
}

.carousel-image{width:100%}
.carousel{position:relative}
.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}  
.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
.carousel-inner>.active{left:0}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
.carousel-inner>.next{left:100%}
.carousel-inner>.prev{left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
.carousel-inner>.active.left{left:-100%}
.carousel-inner>.active.right{left:100%}
.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}
.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}