@charset "UTF-8";

//section= Header: Barra Lingua ed Utente;
@top_nav_bg                = #ffffff;  //help colore del background
@top_nav_color             = #000000;  //help colore del font

//section= Colori del Menu Standard livello 1;
@menu_cat_bg               = #ffffff;  //help colore del background 
@menu_cat_color            = #000000;  //help colore del font 
@menu_cat_open_bg          = #ffffff;  //help colore del background con voce aperta 
@menu_cat_open_color       = #000000;  //help colore del font con voce aperta

//section= Colori del Menu Standard livello 2 (submenu);
@submenu_cat_bg            = #FFFFFF;  //help colore del background 
@submenu_cat_color         = #000000;  //help colore del font 
@submenu_cat_over_bg       = #ffffff;  //help colore del background sull'hover
@submenu_cat_over_color    = #7a7a7a;  //help colore del font sull'hover

//section= Colori del Menu Mobile;
@menu_mobile_bg            = #ffffff;  //help colore del background 
@menu_mobile_color         = #b00009;  //help colore del font 
@submenu_mobile_color      = #b00009;  //help colore del font nei sottomenu

//section= COOKIE DISCLAIMER;
@cookie_bg                 = #000000;  //help colore del background
@cookie_border_color       = #EDEDED;  //help colore del bordo
@cookie_color              = #FFFFFF;  //help colore del font

//section= Generali;
@font_color                = #0000000;  //help colore del font principale
@link_color                = #b00009;  //help colore dei link
@title_color               = #b00009;  //help colore dei titoli
@sub_title_color           = #b00009;  //help colore dei sottotitoli 
@highlight_bg              = #414141;  //help colore di sfondo dei box con classe <i class="text-warning">.bg-highlight</i>
@highlight_color           = #FFFFFF;  //help colore del font dei box con classe <i class="text-warning">.bg-highlight</i>
@dark_bg                   = #414141;  //help colore di sfondo dei box con classe <i class="text-warning">.bg-dark</i>
@dark_color                = #FFFFFF;  //help colore del font dei box con classe <i class="text-warning">.bg-dark</i>
@light_bg                  = #F6F6F6;  //help colore di sfondo dei box con classe <i class="text-warning">.bg-light</i>
@light_color               = @font_color;  //help colore del font dei box con classe <i class="text-warning">.bg-light</i>
@notfound_bg               = #F6F6F6;  //help colore di sfondo dei box con classe <i class="text-warning">.bg-notfound</i>
@notfound_color            = @font_color;  //help colore del font dei box con classe <i class="text-warning">.bg-notfound</i>
@image_border              = #414141;  //help colore del bordo delle immagini nelle liste

//section= Footer;
@footer_bg                 = #ededed;  //help colore di sfondo
@footer_color              = #000000;  //help colore del font

//Solo per fieraroma
@footer_bg_image           = #FFFFFF;  //help colore di sfondo dell'immagine

//section= Bottoni principali (es tasto ACQUISTA);
@btn-primary-bg            = #682045;  //help colore di sfondo
@btn-primary-color         = #FFFFFF;  //help colore del font
@btn-primary-border        = #682045;  //help colore del bordo

//section= Altri pulsanti;
@btn-default-bg            = #cccccc;  //help colore di sfondo - default
@btn-default-color         = #333333;  //help colore del font - default
@btn-default-border        = #cccccc;  //help colore del bordo - default

@btn-success-bg            = #682045;  //help colore di sfondo - success
@btn-success-color         = #FFFFFF;  //help colore del font - success
@btn-success-border        = darken(@btn-success-bg, 5%);  //help colore del bordo - success

@btn-info-bg               = #5BC0DE;  //help colore di sfondo - info
@btn-info-color            = #FFFFFF;  //help colore del font - info
@btn-info-border           = #46B8DA;  //help colore del bordo - info

@btn-warning-bg            = #F0AD4E;  //help colore di sfondo - warning
@btn-warning-color         = #FFFFFF;  //help colore del font - warning
@btn-warning-border        = #EEA236;  //help colore del bordo - warning

@btn-danger-bg             = #D9534F;  //help colore di sfondo - danger
@btn-danger-color          = #FFFFFF;  //help colore del font - danger
@btn-danger-border         = #D43F3A;  //help colore del bordo - danger

//section= Colori del Calendario;
@cal_bg                    = #FFFFFF;  //help background calendario
@cal_title_bg              = #000000;  //help background mese
@cal_title_color           = #FFFFFF;  //help font mese
@cal_week_bg               = #EDEDED;  //help background giorni settimana
@cal_week_color            = #000000;  //help font giorni settimana

@cal_not_sched_bg          = #FFFFFF;  //help background giorni non in programma
@cal_not_sched_color       = #666666;  //help font giorni non in programma

@cal_scheduled_bg          = #2C842C;  //help background giorni in programma
@cal_scheduled_color       = #FFFFFF;  //help font giorni in programma
@cal_scheduled_hover_bg    = #95c195;  //help background hover giorni in programma
@cal_scheduled_hover_color = #FFFFFF;  //help font hover giorni in programma

@cal_scheduled_sel_bg      = #006699;  //help background giorno selezionato
@cal_scheduled_sel_color   = #FFFFFF;  //help font giorno selezionato

@cal_full_bg               = #E3E3E3;  //help background giorno in programma ma senza disponibilita'
@cal_full_color            = #666666;  //help font giorno in programma ma senza disponibilita'

//section= Abbonamenti
@abbo_bg                   = #FCE2BA;  //help background sezione abbonamento in scelta eventi in abbonamento

@import "operator.part/toinclude.less";


/***font*/

@font-face {
  font-family: "Mohr-Regular";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mohr/Mohr-Regular.woff2') format('woff2');  
}

@font-face {
  font-family: "Mohr-Bold";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mohr/Mohr-Bold.woff2') format('woff2');  
}

/* fine font*/ 

body {
  color: #333333;
  font-family: "Mohr-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  background-image: url('@{imageUrl}/wms_images/hokusaitorino/sfondo_tela.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}





#page_header {
    height: auto;
    background-color: #ffffff;
}

#header {
    height: 80px;
    font-family: "Mohr-Regular";
    font-style: normal;
    font-weight: 400;    
}

.dropdown-menu {
   font-size: 10px;
   padding: 0;
   margin: 0;
}

/* per allineare trattini alla login*/
#accountInformation li::before {
     line-height: 40px;
    
}

.modal.in .modal-dialog, .modal-content {
    z-index: 99;
    position: relative;
}

 /* #header .logo a >img { height: auto; } */
 
/* #header .logo { */
    /* width: 100%; */
    /* position: absolute; */
    /* top: 0; */
/* } */


#menu-cat, #menu-cat-alt {
    font-family: "Mohr-Regular";
    font-style: normal;
    font-weight: 400; 
}

#menu-cat-alt > ul > li > a {
    font-family: "Mohr-Regular";
    font-style: normal;
    font-weight: 400;    
}




/* @media ( max-width : 480px) { */
   
  
  /* #header { height: 85px; } */
  
  /* #header .logo { */
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
  /* } */
  
  /* #header .logo a >img { */
    /* height: auto; */
  /* } */
  

   
  
/* } */


/* @media ( min-width : @screen-xs-min) { */
   
  /* #header {  height: 90px; } */
  
  /* #header .logo { */
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
  /* } */
  
   
 
  
  /* #menu-cat-alt>ul>li>a { font-size: 13px; } */
  
  
/* } */


/* Small devices (tablets, 768px and up) 
@media ( min-width : @screen-sm-min) {
  
  
  #header { height: 140px;  }
  
  #header .logo {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  #menu-cat-alt>ul>li>a { font-size: 14px; }
  
}*/


/* Medium devices (desktops, 992px and up) */
@media ( min-width : @screen-md-min) {
  
  
  #header { height: 80px; text-transform: uppercase; } 

  #top-lingue, #accountInformation { line-height: 20px; }
  #top-lingue li::before, #accountInformation li::before {
    color: #000000;
    content: "|";
    position: r;
    left: -3px;
    position: absolute;
    line-height: 43px;
	}
  
  #menu-cat-alt { position: relative; }
   
  #menu-cat-alt > ul { display: block; }
  
  #menu-cat-alt > ul > li > a { font-size: 16px; }
   
   
  .banner {
    background-image: url('@{imageUrl}/wms_images/hokusaitorino/header.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;    
   }
  
  .banner-lg {
    height: 320px;
    max-width: 100%;
    max-height: 320px;
  }
  
   

}
@media (min-width: 1100px) {
  
    .banner {
       background-position: center top;
       background-size: cover;
       background-repeat: no-repeat;      
     }
  
    .banner-lg {
       height: 360px;
       max-width: 100%;
       max-height: 360px;
     }
  
  }



@media (min-width: 1200px) {
  
    .banner {
       background-position: center top;
       background-size: cover;
       background-repeat: no-repeat;      
     }
  
    .banner-lg {
       height: 400px;
       max-width: 100%;
       max-height: 400px;
     }
  
  }

@media (min-width: 1300px) {
  
    .banner {
       background-position: center top;
       background-size: cover;
       background-repeat: no-repeat;      
     }
  
    .banner-lg {
       height: 460px;
       max-width: 100%;
       max-height: 460px;
     }
  
  }


@media (min-width: 1500px) {
  
    .banner {
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
     }
  
    .banner-lg {
       height: 500px;
       max-width: 100%;
       max-height: 500px;
    }
  
  }



@media (min-width: 1700px) {
  
   .banner {
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
     }
  
    .banner-lg {
       height: 700px;
       max-width: 100%;
       max-height: 700px;
    }
  
  }
