@font-face {
    font-family: 'Astrud';
    src: url('/fonts/layout_002/Astrud.ttf') format('truetype');
}

*{font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;}

body {min-height: 100vh; position: relative;}
a{color:#bc0021;}
a:hover{color:#560010;}
/********************************************/

/********************************************/
#cookie-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: rgba(39, 40, 45, 0.9);
    text-align: center;
    color: white;
    z-index: 1000;
}
#cookie-container #cookie-ok{
    display: block;
    clear: both;
    background-color: #1C7CBF;
    width: 6rem;
    color: #fff;
    border-radius: 0.3rem;
    margin: auto;
}
/********************************************/

/********************************************/
#compatibility
{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #ccc;
}
/********************************************/

/********************************************/
.navbar {
    font-size: 95%;
    background-image: url("/images/layout_002/navbar.png");
    opacity: 0.9;
}

.navbar .sponsor>.container{
    width: 100px;
    height: 70px;
}
.navbar .sponsor .sponsor-cell{
    height: 35px;
    background-color: #bbb;
    cursor: pointer;
}
.navbar .navbar-brand{display: flex;}


.navbar .nav-item{position: relative; margin: 0 5px;}
.navbar .active>a{
    font-weight: bold;
    color:#bc0021!important;
}
.navbar .active>a::before,
.navbar .active>a::after{
    content: '';
    position: absolute;
    top: 10px;
    height: 20px;
    width: 3px;
    background-color: #bc0021;
}
.navbar .active>a::before {left: 2px;}
.navbar .active>a::after {right: 2px;}

@media (max-width: 991px) {
    .navbar .active>a::before,
    .navbar .active>a::after
    {opacity: 0;}
}
/********************************************/

/********************************************/
footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(100,100,100,0.9);
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
@media (max-width: 575px) { footer{height: 100px;} }
footer label
{
    line-height: normal;
}
/********************************************/

/********************************************/
#montagna{
    position: absolute;
    bottom: 50px;
    right: 0px;
    height: 250px;
    z-index: -1;
}
@media (max-width: 575px) { #montagna{bottom: 100px;} }
/********************************************/

/********************************************/
.social
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #ccc;
    display: inline-block;
    margin: 0 5px;
}
.social a {color: #444;}
.social:hover
{
    background-color: #fff;
}
/********************************************/

/********************************************/
#titolo .titolo
{
    font-size: 50px;
    font-family: 'Astrud';
    text-transform: uppercase;
}
#titolo .sottotitolo
{
    font-size: 20px;
}
#titolo .linea
{
    width:50px;
    border-bottom: 2px solid #bc0021;
    margin-top: -10px;
}
/********************************************/

/********************************************/
.modal-gallery {background-color: rgba(0,0,0,0.7);}
.modal-gallery .modal-dialog
{
    max-width: 70vw;
    max-height: 90vh;
}
.modal-gallery .close
{
    position: absolute;
    right: 5px;
    z-index: 1;
}
.modal-gallery .carousel-item
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 90vh;
}
.modal-gallery img{height: 100%;}
/********************************************/

/********************************************/
#carousel-banner
{
    position: absolute;
    top: 0;
    left: 0;
}
#carousel-banner .carousel-item
{
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}
#carousel-banner .carousel-indicators
{
    margin-bottom: 70px;
}
#carousel-banner .carousel-indicators li,
#carousel-banner-mobile .carousel-indicators li
{
    width: 10px;
    max-width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 10px;
    background-color: white;
}
#carousel-banner .carousel-indicators .active,
#carousel-banner-mobile .carousel-indicators .active
{
    background-color: #bc0021;
}
/********************************************/