
#wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    
}

#wrapper >div{
    display: none;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#wrapper #img1{display: block;}

.top{
    margin-top: 0;
    margin-bottom: 0;
}

.logo{
    display: block;
    margin: 0 auto 20px;
    width: 250px;
}
.logo img{width: 100%;}

.logo_title{
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
}

.logo_title .responsive{display: none}

.logo_title img{
    max-width: 100%;
    margin: 0 auto;
}

.languages{
    display: block;
    margin: 0 auto 25px;
    width: 77px;
}

.languages a{margin: 0 4px;}

.responsive_open_menu{display: none}

.menu{
    padding:5px;
    box-shadow: none;
}

.menu a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu a:hover,
.menu a.active{
    border-color: #fff;
}

.menu ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
    box-sizing: border-box;
    text-align: center;
}

.menu li{
    list-style: none;
    display: inline-block;
    margin:0 6px;
}

.menu li.munuLogin{
    display:none;
}   


.menu .search{
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    padding: 5px 5px 5px 20px;
    background-color: rgba(0,0,0,0.3);
}

.menu .search_field{
    position: relative;
    cursor:pointer;
}
.menu .search input{
    border: 1px solid #bdbdbd;
    height: 25px;
    padding: 5px;
    box-sizing: border-box;
}

.next_event{
    position: fixed;
    top: 100px;
    width:100%;
    /*width: 400px;
    max-width: 80%;*/
    display: none;
    /*left:50%;
    margin-left:-200px;*/
    text-align: center;
    z-index: 999;
}
.next_event img{max-width: 700px; max-height: 600px;}

.event_title_home{
    position: absolute;
    bottom: 280px;
    margin-left: 50px;
}

/*slider*/
.slider{
    display: block;
    position: absolute;
    bottom:70px;
    width: 768px;
    padding:15px 0;
}

.slider .bx-wrapper .bx-viewport{
    border: none;
    background: none;
    box-shadow: none;
    left:0;
}

.slider .bx-wrapper{
    max-width: 100%!important;
    width: 100%;
    float: left;
}

.slider .bx-wrapper .bx-prev,
.slider .bx-wrapper .bx-next{
    opacity: 0.4;
    width: 37px;
    height: 78px;
    margin-top:-40px;
    background-position: center;
    z-index: 100;
    background-size: 100%;
}
.slider .bx-wrapper .bx-prev:hover,
.slider .bx-wrapper .bx-next:hover{
    opacity: 1;
    background-position:center;
}
.slider .bx-wrapper .bx-prev{background-image: url('../images/prev.png'); left:0}
.slider .bx-wrapper .bx-next{background-image: url('../images/next.png')}

.slider .bx-viewport{
    width: 86%!important;
    margin: 0 auto;
}

.slider ul.bxslider {
    margin: 0;
    padding: 0;
}

.slider h2{margin-left: 60px;}
.slider li{
    height:190px;
    width: 150px;
    margin:0 15px 0 0;
    border-bottom: 4px solid rgba(255,255,255,0.4);
}
.slider li img{
    max-height: 190px;
    margin:0 auto;
}

/*end slider*/
/*
.featured_event{
    display: inline-block;
    width: 150px;
    float: right;
    margin-top: -37px;
    background-color: #fff;
    padding:5px;
}
.featured_event img{max-width: 100%;}
*/
.footer p{margin: 0 auto}

.footer a{
    text-decoration: none;
}

.content h2{
    margin-top: 5px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    display: inline-block;
    width: 50%;
}

.box, .boxAdmin, .boxHome{
    display: inline-block;
    background-color: #fff;
    color:#000;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    width: 49%;
    margin-right: 1.3%;
    margin-bottom:10px;
    height: auto;
    cursor: pointer;
}

.boxHome.fullScreen{
    display:none;
    background-color:transparent;
    z-index:999999;
    width:768px;
    position:absolute;
    color:#000;
}

.box:nth-child(even), .boxAdmin:nth-child(even), .boxHome:nth-child(even){margin-right: 0}
.box:hover{
    background-color: #E0E0E0;
    -webkit-box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.55);
    box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.55);
}

a.boxAdmin,
a.boxAdmin:hover,
a.boxAdmin.active {
    text-decoration: none;
    color: #000;
}

.box .img, .boxAdmin .img, .boxHome .img{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    height: auto;
    margin-right: 10px;
}

.box .exploded .img, .boxAdmin .exploded .img, .boxHome .exploded .img{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    height: auto;
    margin-right: 10px;
}

.box .img img, .boxAdmin .img img, .boxHome .img img{max-width: 100%;}
.box .box_content, .boxAdmin .box_content, .boxHome .box_content{
    display: inline-block;
    vertical-align: top;
    width: 67%;
}
.box .exploded .box_content, .boxAdmin .exploded .box_content, .boxHome .exploded .box_content{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.box .title, .boxAdmin .title, .boxHome .title{
    display: block;
    font-size: 18px;
}
.box .data, .boxAdmin .data, .boxHome .data{
    display: block;
    font-size: 12px;
}
.box .text, .boxAdmin .text, .boxHome .text{font-size: 12px;}

.box .exploded, .boxAdmin .exploded, .boxHome .exploded{
    display: none;
    position: absolute;
    z-index: 999;
    top: -240px;
    left:50%;
    width: 700px;
    margin-left: -350px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    cursor:initial;
}
.box .exploded .close, .boxAdmin .exploded .close, .boxHome .exploded .close{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right:10px;
    font-size: 22px;
}

.pagination{
    display: block;
    margin: 20px auto;
    text-align: center;
}
.pagination a{
    display: inline-block;
    margin-right: 5px;
    background-color: #fff;
    color: #000;
    padding: 3px;
    min-width: 20px;
    text-decoration: none;
}
.pagination a.active{text-decoration: underline;}
.pagination a:hover{background-color: #E0E0E0}

.archive{
    display: block;
    float: right;
    width: 49%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 7px;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
}
.archive span{
    float: left;
    margin-top: 5px;
}
.archive .fa{
    margin-right: 5px;
}
.archive input{
    background-color: #f0f0f0;
    padding:3px;
    border: 0;
    width: 75%;
    float: right;
    cursor: pointer;
}

#ui-datepicker-div {
    box-shadow: 4px 5px 6px rgba(0,0,0,0.7);
}

.gallery .categories{
    display: block;
    width: 100%;
    height: 100%;
}

.gallery .categories .category{
    display: inline-block;
    width: 200px;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #fff;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .categories .category:nth-child(3n){margin-right: 0}
.gallery .categories .category:hover{box-shadow: 8px 8px 8px rgba(0,0,0,0.7);}
.gallery .categories .category:hover .img img{opacity:1}
.gallery .categories .category .img{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.gallery .categories .category .img img{
    height: 100%;
    display: block;
    margin: 0 auto;
    opacity:0.8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .categories .category p{
    color: #000;
    margin-bottom: 0;
    height: 40px;
    overflow: hidden;
}

.gallery .categories .category p a {
    color: #000;
}
.gallery .categories .category a:hover{
    color: #000;
}
.gallery .categories .category a:active{
    color: #000;
}

.gallery .galleria{
    width: 100%; 
    height: 500px; 
    background: #000;
}

.club{background-color: rgba(0,0,0,0.7)}
.club h2{margin-bottom: 0}
.club .col{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 20px;
}
.club .col.text{
    background-color: #fff;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
}

.club .col.text.center{
    text-align: center;
}

.club .col.img{
    width: 38%;
    margin-right: 1%;
    box-sizing: border-box;
    text-align: center;
}
.club .col.img img{max-width: 100%;}
.club .col p{
    margin-top: 0;
    line-height: 20px;
    font-size: 13px;
}
.club .box_club{
    width: 60%;
    padding: 10px;
    min-height: 250px;
}
.club .box_club img{max-width: 100%}
.club .box_club.news{
    width: 38%;
    margin-right: 1%;
}
.club .box_club .title, .club .col.text .title{
    font-weight: 700;
    font-size: 16px;
}
.club .box_club ul{
    margin: 10px 0;
    padding-left: 18px;
}
.club .box_club ul li{
    list-style: disc;
}
.club .box_club ul li a{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
.club .box_club ul li a:hover{text-decoration: underline}

.club .consiglio, .club .collegio, .link >div{
    margin-bottom: 28px;   
    width: 48%;
    margin-right: 3%;
    min-height: 270px;
}
.club .regolamento, .club .regolamento, .link > div {
    margin-bottom: 28px;
    width: 48%;
    margin-right: 3%;
    min-height: 100px;
}
.club .consiglio:nth-child(2n+1),
.club .regolamento:nth-child(2n+1),
.link >div:nth-child(2n+1){margin-right: 0}
.club .collegio:nth-child(2){margin-right: 0}
.club .consiglio .img,
.club .consiglio .contact,
.club .consiglio .carica{
    display: inline-block;
    vertical-align: top;
}
.club .consiglio .contact{
    width:100%
}
.club .consiglio .carica{
    width:60%
}
.club .consiglio .carica ul {
    margin:0;
    padding:0px 0px 0px 5px;
    list-style-type:none;
}


.club .consiglio .img{
    max-width: 40%;
    height: 150px;
}
.club .consiglio .img img{
    max-width: 100%;
    max-height: 100%;
}
.club .consiglio .contact{margin-top: 10px;}
.club .collegio .title{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.club .collegio ul{
    margin: 0;
    padding: 0;
}
.club .collegio ul li{
    list-style: none;
    font-size: 12px;
    margin-bottom: 3px;
}

.submenu{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.51);
    padding-bottom: 5px;
}
.submenu li{
    display: inline-block;
    list-style: none;
    font-size: 12px;
}
.submenu li a{
    text-decoration: none;
    
}

.link h2{display: block;}
.link div{
    text-align: center;
    height: 180px;
    position: relative;
}
.link div a{
    color: #000;
}
.link div img{
    max-width: 50%;
}
.link div p{
    position: relative;
    bottom: 0;
}

.risultati .archive select{
    margin-left: 5px;
    width: 265px;
    padding: 3px;
    box-sizing: border-box;
    float: right;
}
.risultati .box_white{
    width: 100%;
}

.risultati .box_white ul{
    margin: 0;
    padding: 0;
}
.risultati .box_white ul li{
    list-style: none;
    font-size: 13px;
    padding: 5px;
}
.risultati .box_white ul li:nth-child(odd){
    background-color: #E0E0E0;
}

.risultati .evento{
    margin-bottom: 28px;
    
}
.risultati .evento table .titolo_evento,
.risultati .classifica table .titolo_evento{
    font-weight: 700;
    background-color: #E0E0E0;
}
.risultati .evento table td,
.risultati .classifica table td{
    padding: 3px;
    padding-bottom: 15px;
}
.risultati .evento table .titolo_evento td,
.risultati .classifica table .titolo_evento td{padding-bottom: 3px;}
.risultati .classifica table img{width: 30px;}
.risultati .classifica table tr:nth-child(odd){background-color: #E0E0E0;}

.challenge .col,
.contatti .col{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 40px;
}
.challenge .col:nth-child(1),
.contatti .col:nth-child(1){margin-right: 1%;}
.challenge .col img{
    max-width: 100%;
    -webkit-box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.95);
    -moz-box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.95);
    box-shadow: 8px 8px 19px -4px rgba(0,0,0,0.95);
}
.challenge .col p{
    text-align: justify;
    margin-top: 0;
}
.challenge .col .title{
    font-size: 25px;
    margin-bottom: 15px;
    display: block;
}

.contatti .title{
    font-size: 20px;
}
.contatti p{
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
}
.contatti .col{width: 40%;}
.contatti .col:nth-child(2){width: 58%;}
.contatti .col iframe{width: 100%}

.login{padding-bottom: 40px;}
.login h2{display: block;}
.login .box_white{
    width: 100%;
}
.login form{
    display: block;
    width: 50%;
    margin: 20px auto;
}
.login form >div{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.login form label{
    width: 100px;
    display: inline-block;
}
.login form a{text-decoration: underline;}
