
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&display=swap');


/* Colori
blu: #004996;
blu chiaro: #317ED9;
giallo: #F0B400;
grigio chiaro: #eee;
*/


body { 
    padding-top: 61px; 
    font-family: 'Titillium Web', sans-serif;
    background-color: #ffffff;
}

.clear { 
    float: none;
    clear: both;
}

p a:hover { 
    color:#F0B400 !important;
} 

#fh5co-offcanvass p {
    color: #222;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
#fh5co-offcanvass p b {
    
}

#fh5co-offcanvass .glyphicon {
    font-size: 16px;
    margin-right: 7px;
}

.navbar-default {
    background-color: #004996 !important;
}


#bodyLogin {
    border-top: 20px solid #004996;
    padding-top: 0 !important;
}
#bodyLogin footer {
    background-color: #fff !important;
}

header .navbar-brand {
  text-align: center;
  font-weight: normal;
  display: block;
  float: none !important;
  width: 800px;
  margin: 0 auto !important;
  font-size: 21px;
  color: #fff !important;
    position: relative;
    top: -2px;
    
}
header .navbar-brand:hover {

}
header .navbar-brand strong {
  text-transform: uppercase;
}
header .navbar-brand span {
    font-weight: 100;
}
header .navbar-brand span.font-regular {
    font-weight: 700;
}
header .navbar-brand span.photo {
    background-color: #000;
    color: #fff;
    padding: 0px 7px 4px;
}

#logoRight {
    right: 76px;
    position: absolute;
    width: 60px;
    top: 6px;
    display: none;
}

#fh5co-offcanvass .fh5co-logo a {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
}
#fh5co-offcanvass .fh5co-logo a span {
    background-color: #000;
    color: #fff;
    padding: 0px 6px 4px;
}
#fh5co-offcanvass ul li a {
    font-size: 13px;   
    padding: 10px 0;
}

#logoHeader {
    position: absolute;
    padding: 14px 0;
    margin-left: 29px;
    display: none;
}
#logoHeader img {
    width: 100px;
    height: auto;
}
#logoHeader:hover {
    opacity: 0.8;
}

#gallery {
    padding: 0;
    min-height: 600px;
    margin-top: 52px;
    display: none;
}
.galleryMie {
    margin-top: 0 !important;
}

.listLeMieFoto button {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    right: 12px;
}

.justified-gallery > .spinner > span {
  background-color: rgba(255,255,255,0.6) !important;
}
.justified-gallery > .spinner {
  padding: 50px 0 50px 0 !important;
}


.galleryList #myGallery {
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    padding-top: 5px;
}

.galleryList {
    background-color: #eee;
    text-align: center;
    margin-bottom: -50px;

    
}

.galleryList img {
    margin: 0 auto;
    max-width: 100%;
}

.img-shadow {    
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);    
}

.galleryList .row-list {
    /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
    margin: 50px auto;
}
.galleryList .row-list .btn {
    margin: 0 0 50px;
}
.galleryList .row-list .cod-foto {
   /* background-color: #000;*/
    color: #fff;
    letter-spacing: 1px;
    opacity: 0.6;
    display: block;
    font-size: 13px;
    padding: 2px;
    margin: -30px auto 0;
   /* max-width: 150px; */
    display: block;
}


.anchorList {
    display: block;
    width: 1px;
    height: 1px;
    background-color: transparent;
    position: relative;
    top: -100px;
}


.imgTasti {
    opacity: 0.4;
    display: block;
}
.imgTasti img {
    width: 100px;
    display: block;
    height: auto;
    margin: 45px auto 0 !important;
}
.imgTasti p {
    margin: 5px auto 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
}


.msg-blank {
    padding: 100px 0;
    line-height: 36px;
    text-align: center;
    font-size: 27px;
    font-weight: 100;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
    display: none;
    background-color: rgba(255,255,255,0.25) !important;
    opacity: 1;
}



#selezioneLocalita,
#selezioneSettimana,
#filtri {
    display: none;
}


#selezioneLocalita h3,
#selezioneSettimana h3 {
    text-align: center;
    margin: 50px auto;
    color: #eee;
    font-size: 33px;
}
#selezioneLocalita div,
#selezioneSettimana div {
    text-align: center;
}

#selezioneLocalita div {
    margin-bottom: 30px;
}


#selezioneLocalita h4,
#selezioneSettimana h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    margin-bottom: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
    text-align: center;
}

#selezioneSettimana {
    margin-bottom: 50px;
}
#selezioneSettimana img {
    /*border: 4px solid #fff;*/
    margin: 0 0 20px;
}


.btn-localita {
    padding: 4px;
}
.btn-localita:hover, .btn-localita:active {
    background-color: #F0B400 !important;
}

.btn-settimana {
    background-color: #222;
    color: #fff !important;
    font-size: 21px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
}
.btn-settimana:hover {
    background-color: #fff;
    color: #000 !important;
}

.btn-settimana .glyphicon {
    top: -2px;
    margin-left: 4px;
    font-size: 12px;
}

.btn-standard {
    color: #fff;
    font-weight: bold;
    background-color: #5B5654;
}
.btn-standard:hover {
    color: #F0B400;
    background-color: #3C3C3C;
}

.btnFiltriPreferiti {
    background-color: rgba(2, 142, 185, 1);
}
.btn-preferiti {
    color: #fff;
    font-weight: bold;
    /*
    background-color: #5B5654;
    */
    background-color: rgba(2, 142, 185, 1);
}
.btn-preferiti:hover {
    background-color: #F0B400;
}

.modal-msg-preferiti a {
    color: rgba(2, 142, 185, 1) !important;
    text-decoration: underline !important;
}
.modal-msg-preferiti a:hover {
    opacity: 0.88;
}


/*
.btn-preferiti:hover {
    color: #F0B400;
    background-color: #3C3C3C;
}
*/

/*
.btnFiltriPreferiti.active span {
    color: #F0B400 !important;
}

.btnFiltri:hover {
    color: #F0B400 !important;
}
*/

 
.btn-primary:hover {
    opacity: 0.8;
    background-color: #F0B400 !important;
}

.btn-lemiefoto {
    background: rgba(255,255,255,0.85);
}
.btn-lemiefoto.btn-sm {
    padding: 10px;
}

#filtri, 
#filtriVideo{
    text-align: center;
    background-color: #fff;
    border-bottom: 4px solid #F0B400;
}
#filtriVideo{
    margin-top: -1px;
}
#filtri .container,
#filtriVideo .container {
    width: 100%;
}
#filtri .btn,
#filtriVideo .btn {
    margin-bottom: 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    

    color: #004996;
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05px;
}
#filtri .btn:hover,
#filtriVideo .btn:hover {
    background-color: rgba(0,0,0,0.05);
}
#filtri .btnGiornoActive,
#filtriVideo .btnGiornoActive {
    background-color: #F0B400;
    font-weight: bold;
    color: #fff;
}
#filtri .btnGiornoActive:hover,
#filtriVideo .btnGiornoActive:hover {
    background-color: #F0B400 !important;
}

#filtri .btnList {
    padding: 0;
    margin: 0 5px 0 0px;
}
#filtri .btnListLast {
    margin-right: 20px;
}

#filtri .btnList div {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}

#filtri .btnList.btnList1 div {
    background-image: url(/images/icons/grid-bl.png);
    background-size: 22px;
    opacity: 0.5;
}
#filtri .btnList.btnList1.btnListActive div {
    background-image: url(/images/icons/grid-g.png);
    opacity: 1;
}

#filtri .btnList.btnList2 div {
    background-image: url(/images/icons/list-bl.png);
    background-size: 28px;
    opacity: 0.5;
}
#filtri .btnList.btnList2.btnListActive div {
    background-image: url(/images/icons/list-g.png);
    opacity: 1;
}

#filtri .btnList.btnList1 div:hover,
#filtri .btnList.btnList2 div:hover {
    opacity: 1;
}

.modal-dialog {
    width: 800px;
}
#fotoModalImg img {
    max-height: 598px;
}

#fotoModaleCod {
    font-size: 15px;
    font-weight: bold;
}

#hiddenBtnDownloadFoto {
    visibility: hidden;
}


.modal-msg-confirm {
    display: none;
}
.modal-msg {
    margin: 0 auto 15px;
    font-size: 16px;
    color: #222;
}

.modal-msg-info {
    margin: -10px auto 15px;
    font-size: 15px;
    color: #222;
    line-height: 21px;
}

.modal-msg-rosso {
    margin: 0 auto 15px;
    font-weight: 500;
    color: #d61b1b;
    font-size: 18px;
}

.btn-esc {
    color: #000;
    font-weight: bold;
    border: 1px solid #e5e5e5 !important;
    background-color: #f8f8f8;
}
.btn-esc:hover {
    background-color: #fff;
}


#bloccoLogin {
    padding-top: 20px;
    /*max-width: 800px;*/
}

#bloccoLogin img.zebra {
    float: right;
    max-width: 100%;
    width: 470px;
    position: relative;
    top: -30px;
}

#bloccoLogin .form-check {
    margin: 0 0 10px;
    cursor: pointer;
}
#bloccoLogin a {
    color: #e1e1e1 !important;
    text-decoration: underline;
}

#inputCodiceTessera {
    text-transform: uppercase !important;
    color: #004996;
}
#inputEmail {
    text-transform: lowercase !important;
}


.btn-login {
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 10px 0 12px;
    margin: 0 auto 70px;
    color: #fff;
    background-color: #004996;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
    color: #fff;
    background-color: #F0B400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#bloccoLogin hr {
    border-top: 1px solid #666;
}
#bloccoLogin .form-group {
    margin-bottom: 20px;
    border-bottom: 3px solid #004996;
    font-weight: bold !important;
    color: #004996 !important;
}
#bloccoLogin .form-control {
    border: 0 none;
}

/* TEXT COLOR */
.inputText1 {
    /* Original color. */
    color: green;
}
.inputText1:-webkit-autofill {
    /* Use this to overwrite text colors in Chrome when filed is auto completed. */
    -webkit-text-fill-color: #f90;
    /* In Chrome, when auto completing, this text will turn orange (otherwise green). */
}


.areaMsg,
.areaMsgOk,
.areaMsgKo{
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.areaMsgKo {
    background-color: #db3b3b;
}
.areaMsgOk {
    background-color: #23bc5e;
}


.boxMsgOver {
    z-index: 1000;
    position: fixed;
    top: 110px;
    width: 100%;
    opacity: 0.93;    
}

/*
.boxMsgTop60 {
    top: 60px;
}*/
.boxMsgTop60 {
    top: 0;
    z-index: 100000;
}

#uploadFoto {
    padding-top: 50px;
}
#uploadFoto input[type="file"] {
    text-align: center;
    margin: 0;
}

#uploadFoto b {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

#msgUploadLoading {
    font-size: 28px;
    font-weight: 100;
    margin-top: 25px;
    display: none;
}
#msgUploadLoading img {
    width: 24px;
    height: auto;
    margin-right: 3px;
}

.regole-upload {
    background-color: #fff;
}
.regole-upload p,
.regole-upload p b {
    color: #333 !important;
    line-height: 21px;
    text-transform: none !important;
    font-size: 14px !important;
}






.regole-upload h3 {
    margin-bottom: 30px;
}


#adminBar {
    text-align: center;
}
#adminBar .btn {
    margin-top: 15px;
}


.form-control,
.btn,
.modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

label {
    color: #e1e1e1;
    font-weight: 100;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
}

label .note {
    font-size: 12px;
    font-weight: normal;
}

#logoLogin {
    width: 250px;
    height: auto;
    margin: 10px auto 50px;
    text-align: center;
}
#logoLogin img {
    width: 100%;
    height: auto;
}

#bloccoLogin .form-control {
    background-color: #fff;
}

#bloccoLogin form {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.section-login #bloccoLogin form {
    margin: 0;
}

#loginHead {
    margin: 50px auto 0;
}
#loginHead img {
    width: 400px;
    height: auto;
    display: block;
    margin: 30px auto;
}

#logo {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}


#bloccoLogin .card {
    margin: 100px auto 30px;
    max-width: 400px;
    height: auto;
}
#bloccoLogin .card img {
    max-width: 100%;
    height: auto;
    display: block;
    
    -webkit-box-shadow: 0px 10px 25px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 25px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 25px 3px rgba(0,0,0,0.75);
    
    transform: rotate(-10deg);
}


#contenutoPagina {

}


footer {
    background-color: #004996;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    display: none;
}
footer a {
    color: #fff !important;
}
footer .logoFooter {
    color: #fff;
}

.footerBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
}


#myModal button.close {
    font-size: 24px;
    opacity: 0.6;
}

#myModal .modal-content {
    background-color: #f8f8f8;
}
#myModal .modal-footer {
    background-color: #fff;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
    padding: 6px 15px;
    letter-spacing: 1px;
}

.fh5co-menu-btn,
#fh5co-offcanvass .fh5co-offcanvass-close,
#fh5co-offcanvass ul li a,
#fh5co-offcanvass .fh5co-offcanvass-close i {
    color: #004996 !important;
}
.fh5co-menu-btn,
#fh5co-offcanvass .fh5co-offcanvass-close {
    font-size: 14px;
    margin-bottom: 14px;
}

.fh5co-menu-btn .icon-menu,
.fh5co-menu-btn {
    color: #fff !important;
}



.menu-logged, .menu-logged-admin {display: none;}

.lang-menu {
    font-size: 17px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
}
.lang-menu-last {
    margin-right: 30px;
}


.txt-it, .txt-inline-it,
.txt-en, .txt-inline-en {
    display: none;
}

.lang-it .txt-it,
.lang-en .txt-en {
    display: block !important;
}

.lang-it .txt-inline-it,
.lang-en .txt-inline-en {
    display: inline-block !important;
}

.lang-it .lang-menu-it,
.lang-en .lang-menu-en {
    color: #fff;
    background-color: #000;
}

.pagina-standard {
    margin-top: 50px;
    margin-bottom: 50px;
}

.align-center {
    text-align: center;
}
.align-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.faq-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq-list .btn {
    background-color: #222;
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    text-align: left;
    text-transform: none;
    width: 100%;
    white-space: normal;
}
.faq-list .btn:hover {
    background-color: #F0B400;
    color: #000 !important;
}

.faq-list .faq-open {
    background-color: #fff;
    color: #222;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.faq-list h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}

.faq-list h5 {
    color: #818892;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.faq-list a {
    color: #fff !important;
}

#paginazione {
    display: none;
    text-align: center;
    background-color: #317ED9;
    /*border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;*/
}
#paginazione .pag-num {    
    color: #fff;
    padding: 4px 11px;
    font-size: 13px;
    display: inline-block;
}
#paginazione .pag-num:hover {  
    color: #004996;
    background-color: #fff;
}
#paginazione .pag-num.active {
    background-color: #F0B400;
    font-weight: bold;
    color: #fff;
}
#paginazione .pag-num:hover,
#paginazione .pag-num:active,
#paginazione .pag-num:focus,
#paginazione .pag-num:visited {  
    text-decoration: none !important;
}

#paginazione .pag-next,
#paginazione .pag-prev {    
    color: #004996;
    background-color: #fff;  
    /*
    background-repeat: no-repeat;
    background-size: 16px auto;
    */
}
    /*
#paginazione .pag-next {    
    background-image: url(/images/right.png);
    background-position: 88%;
    padding-right: 40px;

}
#paginazione .pag-prev {    
    background-image: url(/images/left.png);
    background-position: 12%;
    padding-left: 40px;
}
    */
#paginazione .pag-next:hover,
#paginazione .pag-prev:hover {    
    background-color: #F0B400;
    color: #fff !important;
}

.desktop-view {display: block;}
.mobile-view {display: none;}


.tooltipster-box {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom:3px solid #F0B400 !important;
}
.tooltipster-arrow-border { 
    border-top-color:#F0B400 !important;
}

/*
.tooltipster-box {
    background-color: rgba(255,255,255,0.95) !important;
}
.tooltipster-content {
    color: #313131;
}
*/


.pagina-scarica img {
    max-width: 100%;
    height: auto;
}
.pagina-scarica h3 {
    text-align: left;
    margin: 0 auto 20px;
    color: #eee;
    font-size: 30px;
}
.pagina-scarica p {
    text-align: left;
    margin: 0 auto 20px;
    color: #e1e1e1;
    font-size: 17px;
}
.pagina-scarica p.note {
    margin: 10px auto;
    font-size: 14px;
    line-height: 21px;
    color: #ddd;
}

.pagina-scarica .btn-box {
    margin: 25px auto;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.2);
}


#infoPreferiti {
    background-color: #222222;
    padding: 40px 0;
    display: none;
}
#infoPreferiti h3 {
    margin: 0 auto 10px;
    color: #eee;
    font-size: 33px;
}
#infoPreferiti p {
    color: #e1e1e1;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}


#boxVideo {
    text-align: center;
}
#boxVideo #my-video {
    margin: 0 auto 30px auto;
}


.vjs-chile.video-js {

}

.vjs-chile .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    width: 80px !important;
    height: 48px !important;
    margin-left: -40px;
    margin-top: -24px;
}


.btn-header-right {
    position: absolute;
    right: 77px;
    top: 11px;
    padding: 6px 15px;
    background-color: #F0B400;
    color: #004996;   
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn-header-right:hover {
    background-color: #fff;
    color: #004996;
}
#btnVideo {
    right: 160px;
}


/*
Mobile Styles
================================================== */

@media only screen and (max-width: 991px) {
    
    .desktop-view {display: none;}
    .mobile-view {display: block;}
  
    #selezioneSettimana img,
    #fh5co-offcanvass .fh5co-logo {
        display: none;
    }
    
    body { 
        padding-top: 65px; 
    }
    
    #filtri,
    #filtri .btnList {
        display: none !important;
    }
    
    .msg-blank {
        font-size: 25px;
    }
    
    #bloccoLogin {
        max-width: 410px;
        padding-top: 0;
        padding-bottom: 30px;
    }    
    
    .bloccoCerca {
        padding-top: 50px !important;
    }
    
    #bloccoLogin label {
        font-size: 12px;
    }
    
    #titoloPagina {
        display: none;
    }
    
    #logoLogin {
        max-width: 70%;
        margin-bottom: 30px;
    }
    
    #loginHead img {
        max-width: 400px;
        width: 90%;
    }    
    
    #contenutoPagina {
        min-height: auto !important;
    }
    
    .lang-menu-last {
        margin-right:10px;
    }
    
    .faq-list h4 {
        font-size: 19px;
        line-height: 26px;
    }
    .faq-list h5 {
        font-size: 14px;
        line-height: 20px;
    }
    
    footer {
        font-size: 15px;
    }    
    
    #selezioneLocalita h4, 
    #selezioneSettimana h4 {
        font-size: 36px;
        margin-bottom: 40px;
        margin-top: -16px;
    }    
    #selezioneLocalita h3, 
    #selezioneSettimana h3 {
        font-size: 26px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    
 
    .modal-dialog {
        width: auto;
    }
    #fotoModalImg img {
        width: 100%;
    }    
    .modal-msg {
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }    
    .modal-msg-confirm .btn {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }    
    
    #fh5co-offcanvass ul {
        margin-top: 30px;
    }    
    
    .btn-preferiti,
    .btn-standard {
        letter-spacing: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    
    #infoPreferiti h3 {
        font-size: 25px;
    }
    #infoPreferiti p {
        font-size: 14px;
        line-height: 20px;
    }
    
    #bloccoLogin .card {
        margin: 30px auto 30px;
        max-width: 100%;
        width: 250px;
    }
    #bloccoLogin .card img {
        transform: rotate(0);
    }    
    
    #logoHeader {
        margin-left: 0;
    }
    #logoRight {
        right: auto;
        left: 160px;
    }
    
    #gallery {
        margin-top: -10px;
    }
    
    #btnFotoGallery,
    #btnVideo,
    #btnFilm {
        display: none !important;
    }
    
    #boxVideo {
        padding: 0;
    }
    #filtriVideo {
        margin-top: -5px;
    }
    
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    #filtri .btn {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
    
}