@charset "UTF-8";

//section= Header: Barra Lingua ed Utente;
@top_nav_bg                = #ededed;;  //help colore del background
@top_nav_color             = #747474;  //help colore del font

//section= Colori del Menu Standard livello 1;
@menu_cat_bg               = transparent;  //help colore del background 
@menu_cat_color            = #666666;  //help colore del font 
@menu_cat_open_bg          = #414141;  //help colore del background con voce aperta 
@menu_cat_open_color       = #EDEDED;  //help colore del font con voce aperta

//section= Colori del Menu Standard livello 2 (submenu);
@submenu_cat_bg            = #414141;  //help colore del background 
@submenu_cat_color         = #EDEDED;  //help colore del font 
@submenu_cat_over_bg       = #EDEDED;  //help colore del background 
@submenu_cat_over_color    = #414141;  //help colore del font 

//section= Colori del Menu Mobile;
@menu_mobile_bg            = #EDEDED;  //help colore del background 
@menu_mobile_color         = #000000;  //help colore del font 
@submenu_mobile_color      = #000000;  //help colore del font nei sottomenu

//section= COOKIE DISCLAIMER;
@cookie_bg                 = #414141;  //help colore del background
@cookie_border_color       = #EDEDED;  //help colore del bordo
@cookie_color              = #FFFFFF;  //help colore del font

//section= Generali;
@font_color                = #555555;  //help colore del font principale
@link_color                = #fae500;  //help colore dei link
@title_color               = #414141;  //help colore dei titoli
@sub_title_color           = #000000;  //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              = #555555;  //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            = #848b91;  //help colore di sfondo
@btn-primary-color         = #FFFFFF;  //help colore del font
@btn-primary-border        = darken(@btn-primary-bg, 5%);  //help colore del bordo

//section= Altri pulsanti;
@btn-default-bg            = #FFFFFF;  //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            = #848b91;  //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              = #414141;  //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";

/**font1***/

@import '../fonts/OpenSans/OpenSans.css';

/* fine font*/
body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  background-color: #FFFFFF;
}

#top-nav {
  border-top: 2px solid #f0e108;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  height: 40px;
}

#page_header {
  border-bottom: 1px solid #d2d3d4;
}

#header {
  background-color: #FFFFFF;
  color: #020202;
}

#header .logo {
  margin-bottom: 0px;
  margin-top: 5px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}


@media ( min-width : @screen-sm-min) {
  .logo img {
    width: auto;
    height: auto;
  }
}

@media ( min-width : @screen-md-min) {

  #menu-cat-alt>ul {
    display: block;
    position: relative;
    background: transparent;
  }
}

// /* IMMAGINE DI SFONDO */
// #page_header .jumbotron {
//   background: linear-gradient(to bottom, #e1e1e1, #FEFEFE) repeat scroll 0 0;
//   height: 50px;
//   margin-top: -58px;
// }

// #page_header .jumbotron h1 {
//   font-family: Open Sans;
//   font-weight: 400;
//   font-size: 30px;
//   color: #000;
// }

// #page_header .jumbotron h1.page-title {
//   margin-bottom: 1px;
//   margin-top: -37px;
//   padding-bottom: 1px;
//   padding-left: 170px;
// }

// #page_header .jumbotron h3 {
//   font-family: Open Sans;
//   font-weight: 300;
//   font-size: 30px;
//   color: #FFFFFF;
// }

// #page_header .jumbotron h3.page-title {
//   margin-bottom: -11px;
//   margin-top: -1px;
//   padding-bottom: 25px;
//   padding-left: 100px;
// }

// #page_header .jumbotron h5 {
//   font-family: Open Sans;
//   font-weight: 300;
//   font-size: 25px;
//   color: #FFFFFF;
// }

// #page_header .jumbotron h5.page-title {
//   margin-bottom: -1px;
//   margin-top: -1px;
//   padding-bottom: 25px;
//   padding-left: 50px;
// }




#footer-nav {
  font-size: 14px;
}