/*
* Forms pizzeria
*/

.checkbox-label {
	font-size: 84%;
}

.no-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.text-xs {
	font-size: 83%;
}

.radio label, .checkbox label {
	min-height: 0px !important;
}

.has-error .help-block {
	font-size: 90% !important;
}

/**********************************
* AFFIX FORM VOTAZIONE
**********************************/
 #form_affix{
    background:#fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
	transition: 1s;
	padding:10px;
	z-index:1000;
}
/* .affix#form_affix{
	position:fixed;
	top:0px;
	background:#f09;
	color:#fff;
	padding:10px;
}
 */


/* mobile portrait (320x480) */
@media (max-width: 535px) {
	.affix#form_affix{
		position:fixed;
		top:50px;
		background:#FFF;
		padding:10px;
		/* width: 95%; */
		width: 100%;
		left: 0px;
	}
	
}
@media (min-width: 536px) and (max-width: 991px) {
	.affix#form_affix{
		position:fixed;
		top:50px;
		background:#FFF;
		padding:10px;
		/* width: 90%; */
		width: 100%;
		left: 0px;
	}
}

@media (min-width: 992px)  and (max-width: 1199px) {
	.affix#form_affix{
		position:fixed;
		top:0px;
		background:#FFF;
		padding:10px;
		/* width: 60%; */
		width: 100%;
		left: 0px;
	}
}
@media (min-width: 1200px) {
	.affix#form_affix{
		position:fixed;
		top:0px;
		background:#FFF;
		padding:10px;
		width: 60%;
	}
}



/**********************************
* FORM RICERCA TABELLA
**********************************/
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}


/**********************************
* TOGGLE PER LA TABELLA VOTAZIONE
**********************************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ee3036;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ee3036;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**********************************
* END  TOGGLE PER LA TABELLA VOTAZIONE
**********************************/


/* FIX Errore Checkbox */
.contenitore_checkbox .form-control-feedback {
    top: -40px;
    right: 0;
}

/* Carousel homepage*/

.carousel-caption{
	top: 10%;
	text-align: center; 
	text-shadow: none;
}  


.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

/* Rimuovo l'ultimo hr presente nello schema partners */
.partners:last-child hr {
    display:none;
}

/*Tolgo padding alle colonne griglia immagini in home*/
.no-gutter [class*="-2"] {
	padding-left:0;
    padding-right:0;
}

.no-gutter [class*="-3"] {
	padding-left:0;
    padding-right:0;
}

.no-gutter [class*="-4"] {
	padding-left:0;
    padding-right:0;
}

/*Tolgo padding alle colonne con immagine piena*/
.no-gutter [class*="-6"] {
	padding-left:0;
    padding-right:0;
}

/*Tolgo padding alle colonne con immagine piena*/
.no-gutter [class*="-12"] {
	padding-left:0;
    padding-right:0;
}



/* Stile small footer */
.small_credits{
	font-size: 84%;
}

/* Stili fascia superiore al menu */


/* FIX MOBILE */
/* landscape phone to portrait tablet */

/* mobile portrait (320x480) */
@media (max-width: 535px) {
	
}
@media (min-width: 536px) and (max-width: 992px) {
		
}

/* mobile portrait (320x480) */
@media (max-width: 535px) {
	.titolo_top_40{
		font-size: 22px;
	}
	
	.titolo_top_34{
		font-size: 17px;
	}
	.titolo_top_23{
		font-size: 14px;
	}
	.titolo_top_18{
		font-size: 14px;
	}
	
	.altezza_200{
		height: 125px;
	}
	
	.logo_mobile {
		max-width: 60%;
	}
}
@media (min-width: 536px) and (max-width: 991px) {
	.titolo_top_40{
		font-size: 25px;
	}
	
	.titolo_top_34{
		font-size: 20px;
	}
	.titolo_top_23{
		font-size: 18px;
	}
	.titolo_top_18{
		font-size: 14px;
	}	
	
	.altezza_200{
		height: 150px;
	}
	
	.logo_mobile {
		max-width: 55%;
	}	
}

@media (min-width: 992px)  and (max-width: 1199px) {
	.titolo_top_40{
		font-size: 25px;
	}
	
	.titolo_top_34{
		font-size: 20px;
	}
	
	.titolo_top_23{
		font-size: 18px;
	}
	.titolo_top_18{
		font-size: 14px;
	}	
	
	.altezza_200{
		height: 150px;
	}
	
	.logo_mobile {
		max-width: 60%;
	}	
}
@media (min-width: 1200px) {
	.titolo_top_40{
		font-size: 40px;
	}
	
	.titolo_top_34{
		font-size: 34px;
	}
	.titolo_top_23{
		font-size: 23px;
	}
	.titolo_top_18{
		font-size: 18px;
	}
	
	.altezza_200{
		height: 200px;
	}
	
	.logo_mobile {
		max-width: 60%;
	}	
}



.line_height_top{
	/* line-height: 1.1; */
	line-height: 1;
}

.padding-top-50{
	padding-top:50px;
}

/* CAROUSEL NEWS  */

/* Elimino l'evidenziazione del browser sui bottoncini per navigazione carousel */
button:focus {outline:0;}

.owl-nav {
    text-align: center;
}

.owl-nav [class*=owl-] {
	color: #231f20;
    font-size: 30px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee3036;
}

.owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    background: rgba(238, 48, 54, 0.42);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

/* DROPDOWN */

.dropdown-menu {
    min-width: 60px;
}

/* colore testi */

.testo-giallo{
	color: #3bb44b;
}

.testo-rosso{
	color: #ee3036;
}

/* ANIMAZIONE ICONE */ 

.icon-style-1 .builder-element-icon {
    height: 134px;
    width: 134px;
    line-height: 110px;
    background: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
	border: 14px solid #ee3036;
    color: #3bb44b;

	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
	-ms-transition: all 1s ease;
}    

.icon-style-1 .builder-element-icon:hover, .icon-style-1 .builder-element-icon:active {
    background: #ee3036;
	color: #FFF;
	/* Firefox */
	/* -moz-transform: rotate(360deg) ; */
	/* WebKit */
	/* -webkit-transform:  rotate(360deg); */
	/* Opera */
	/* -o-transform: rotate(360deg) ; */
	/* Standard */
	/* transform: rotate(360deg) ;
	-ms-transform: rotate(360deg); */
}

/* Link senza underline */
a.no_under:hover{
	text-decoration: none;
}

/* FINE ANIMAZIONE ICONE */

/* COUNTDOWN */
.countdown-container { position: relative; display: block; width: 100%; /* margin-top: 30px; padding-bottom: 30px;  */}
.countdown { width: 100%; margin: 0 auto; }
/* .clock-item { float: left; width: 19%; margin: 0 3%; } */
.clock-item .inner { position: relative; width: 100%; height: 0px; padding-bottom: 100%; }
.clock-canvas { height: 0px; padding-bottom: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.text { position: absolute; top: 50%; width: 100%; margin-top: -30px; font-weight: 400; text-align: center; color: #231f20; }
.text .val { font-family: 'Dosis', sans-serif;}


@media (max-width: 480px) {
	.countdown { width: 100%; }
	.text { margin-top: -18px; }
	.text .val { font-size: 20px; color: #231f20; }
	.text .type-time { font-size: 8px; margin-top: -15px;}
}

@media (min-width: 481px) and (max-width: 768px) {
	.countdown { width: 100%; }
	.text { margin-top: -18px; }
	.text .val { font-size: 24px; color: #231f20; }
	.text .type-time { font-size: 15px; margin-top: -15px;}
}

@media (min-width: 769px) and (max-width: 991px) {
	.countdown { width: 100%; }
	.text { margin-top: -18px; }
	.text .val { font-size: 20px; color: #231f20; }
	.text .type-time { font-size: 10px; margin-top: -15px;}
}

@media (min-width: 992px)  and (max-width: 1199px) {
	.countdown { width: 100%; }
	.text { margin-top: -25px; }
	.text .val { font-size: 24px; color: #231f20; }
	.text .type-time { font-size: 15px; margin-top: -15px;}
}
@media (min-width: 1200px) {
	.countdown { width: 100%; }
	.text { margin-top: -30px; }
	.text .val { font-size: 40px; color: #231f20; }
	.text .type-time { font-size: 20px; }
}



/* Posiziono gli span con classe anchor al di sotto del menu che essendo fisso coprirebbe parte del div ancorato e linkato*/
@media (max-width: 992px) {
	.anchor{
	  display: block;
	  height: 60px; /*same height as header*/
	  margin-top: -60px; /*same height as header*/
	  visibility: hidden;
	}
}

/* CUSTOM */

/* Menu superiore */
.titolo_top {
    font-size: 36px;
}

.titolo_top{
    margin-top: 20px;
    margin-bottom: 10px;
}
.titolo_top {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.titolo_top {
    font-size: 2em;
    margin: 0.67em 0;
}

.grigio_chiaro {
    background-color: #F7F7F7;
}


.pad-section-25 {
	padding-top: 25px;
    padding-bottom: 25px;
}

.pad-section-35 {
	padding-top: 35px;
    padding-bottom: 35px;
}

.pad-section-50 {
	padding-top: 50px;
    padding-bottom: 50px;
}


.pad-section-75 {
	padding-top: 75px;
    padding-bottom: 75px;
}

/*****************************************
	  
	  CSS

******************************************/



html, body {
	height: 100%;
	width: 100%;
}

hr.grigio{
	border-color: #cdcdcd;
}

hr.nero{
	border-color: #231f20;
}

.nascondi{
	display:none;
}


/*  img.lazy {
        max-width: 100%;
        display: block;
        
       
        background-image: url('../struttura/loader.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    } */
	


/* .lazyload {
    opacity: 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
} */

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
    background: #f7f7f7 url(../struttura/loader.gif) no-repeat center;
}


.titolo-home{
	font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/* testo centrato verticalmente ed orizzontalmente*/
.text-vcenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vcenter h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}


.pad-section {
	padding: 50px 0;
}


  .vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: grid;
  /* display: flex; */
  align-items: center;
  /* justify-content: center;  Optional, to align inner items 
                              horizontally inside the column */
}

.well{
	min-height: 150px;
}

/* 
body{
	padding-top:50px;
} */

p>img{
    max-width: 100%;
    height: auto;
	}

/* Questa regola gestisce le immagini nei div contenuto che sono div che racchiudono i contenuti dinamici degli articoli */
.contenuto img{
    max-width: 100%;
    height: auto;
	}
/*****************************************
	  
	  TESTATA

******************************************/

/* logo brand */
.navbar-brand>img {
    max-height: 25px;
}

/*****************************************
	  
	  CONTENUTI

******************************************/


/*****************************************
	  
	  COLONNA 

******************************************/

/*****************************************
	  
	  MENU

******************************************/

@media (min-width: 1200px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}




/* .affix { */
	/* top:0; */
	/* width: 100%; */
	/* z-index: 9999 !important; */
	/* -webkit-transition: all .5s ease-in-out; */
	/* transition: all .5s ease-in-out; */
	
	/* background-color: #337ab7; */
	/* border-color: #337ab7; */
/* } */
/* .affix a { */
		/* color: #fff !important; */
	/* padding: 15px !important; */
	/* -webkit-transition: all .5s ease-in-out; */
	/* transition: all .5s ease-in-out; */
/* } */
/* .affix-top a { */
	/* padding: 25px !important; */
/* } */

/* .affix ~ .container{ */
	/* position: relative; */
	/* top: 50px; */
/* } */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px){ 

	a.navbar-brand {
		padding: 15px !important;
	}
}


.navbar {
	margin-bottom: 0px;
}



.dropdown-menu>li>a{
	padding: 5px 20px !important;
}

.dropdown-menu>li.logo>a:before{
	/* content: url(../struttura/fotografo_napoli_W20X20.png); */
	padding-right: 3px;
}

.dropdown-menu>li.logo>a:hover:before{
	/* content: url(../struttura/fotografo_napoli_20X20.png); */
	padding-right: 3px;
}

.navbar-brand {
    padding: 12px 15px;
}


/*****************************************
	  
	  FOOTER

******************************************/

.testo-bianco{
	color: #FFF;
}

a.testo-bianco:hover{
	text-decoration: none;
}

/*****************************************
	  
	  FORM CONTATTI

******************************************/


/*****************************************
	  
	  MENU A DISCESA

******************************************/

/****************************
*
*	MARGINI utilizzabili (possono essere implementati aggiungendo regole ad hoc)
*
****************************/

/* Vertical Offset Top */

.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */

.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}



/*********************************
*
*	EFFETTO FADE carousel
*
*********************************/   

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/*****************************************
	  
	BOTTONE TORNA SU

******************************************/

#top{
    width:100px;
        border:1px solid #d2d2d2;
		background: #231f20 url(../struttura/to-top.svg) no-repeat center 50%;
        text-align:center;
        padding:5px;
        position:fixed;

        cursor:pointer;
        display:none;
        color:#FFF;
        font-family:verdana;
        font-size:12px;
		    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px){ 
	#top{
    width:100px;
        border:1px solid #d2d2d2;
		background: #231f20 url(../struttura/to-top.svg) no-repeat center 50%;
        text-align:center;
        padding:5px;
        position:fixed;
		opacity: 0.65;

        cursor:pointer;
        display:none;
        color:#FFF;
        font-family:verdana;
        font-size:12px;
		    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
}
}

a:hover{
	text-decoration: underline;
}




/*****************************************
	  
	Img google recaptcha

******************************************/
	.grecaptcha-badge{
		display:none;
	}

/*****************************************
	  
	 FINE CSS

******************************************/





/* effetto immagine Bianco e nero su hover mouse */
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.bw:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}


/****************************
*
*	FIX per IOS (spunta-sottomenu)
*
****************************/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.has-feedback label~.form-control-feedback {
    right: 10px;
}

/****************************
*
*	FIX per STAMPA
*
****************************/
@media print {
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}