/* CSS widget tripadvisor */
.TA_selfserveprop .widSSP {
    width: 100% !important;
}
/* CSS widget tripadvisor */

/* Carousel feedback */
.carousel-content {
    display:grid;
    align-items:center;
}

.max-w-70 {
    max-width: 70%;
}

/* CONTEST */
.contest-circle {
	border: 4px solid #e42624;
	border-radius: 100%;
	padding-top: 25px;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.contest-sponsor-logo {
	max-width: 75%;
	max-height: 230px;
	margni: 0 auto;
}

.contest-pizza-photo {
	width: 80%;
}

@media (max-width:768px) {

	.contest-pizza-photo {
		width: 90%;
	}

}

.contest-sponsor-image {
	width: 100%;
}

@media (max-width:768px) {

	.contest-sponsor-image {
		width: 70%;
	}

}

.contest-partner-div {
	background-color: #f2f2f2;
}

.contest-rules-link {
	line-height: 2;
}


#array_feedback {
  width: 100%;
  height: auto;
  padding: 50px;
}
/* Fine Carousel feedback */

/* Posiziono gli span con classe anchor al di sotto del menu che essendo fisso coprirebbe parte del div ancorato e linkato*/
.anchor{
  display: block;
  height: 76px; /*same height as header*/
  margin-top: -90px; /*same height as header*/
  visibility: hidden;
}

/* POSIZIONO IL MODAL BOX AL DI SOTTO DEL MENU*/
.modal-dialog {
    margin: 120px auto !important;
}

strong{
	font-weight: 600;
}

/*Margini indicators carousel principale in home*/

.carousel-indicators .active {
    margin: 2px;
}

.carousel-indicators li {
    margin: 3px;
}


.bordo_menu:before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 0;
    height: 1px;
    width: 93%;
    border-bottom: 1px solid #000000;
}

/* modifica icona a seconda se apri o chiudi collapse bootstrap  FORNITORI*/

a[aria-expanded=true] .olio_grigio {
   display: none;
}
a[aria-expanded=true] .olio {
   color: #e42624;
}
a[aria-expanded=false] .olio_rosso {
   display: none;
}

a[aria-expanded=true] .pom_grigio {
   display: none;
}
a[aria-expanded=true] .pom {
   color: #e42624;
}
a[aria-expanded=false] .pom_rosso {
   display: none;
}

a[aria-expanded=true] .moz1_grigio {
   display: none;
}
a[aria-expanded=true] .moz1 {
   color: #e42624;
}
a[aria-expanded=false] .moz1_rosso {
   display: none;
}


a[aria-expanded=true] .moz2_grigio {
   display: none;
}
a[aria-expanded=true] .moz2 {
   color: #e42624;
}
a[aria-expanded=false] .moz2_rosso {
   display: none;
}


a[aria-expanded=true] .spiga_grigio {
   display: none;
}
a[aria-expanded=true] .spiga {
   color: #e42624;
}
a[aria-expanded=false] .spiga_rosso {
   display: none;
}

/* END modifica icona a seconda se apri o chiudi collapse bootstrap FORNITORI */

/* .test:before {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 0;
    height: 1px;
    width: 91%;
    border-bottom: 1px solid #000000;
} */

/* Schermi più grandi di 960 (devices and browsers) */
@media only screen and (min-width: 960px) {
	.min_height_600{
		min-height: 600px;
	}

	/* Testo centrato verticalmente new */

	/* aggiungi alla row */
	.display-table{
		display: table;
		table-layout: fixed;
	}

	/* aggiungi alla colonna */
	.display-cell{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}

	/* FINE Testo centrato verticalmente new */
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {



}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {

	/* .carousel-caption {
		left: 10%;
	} */

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* .carousel-caption {
		left: 10%;
	} */

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	 .fill {
  min-width: 100%;
  min-height: 550px !important;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	 .fill {
  min-width: 100%;
  min-height: 300px !important;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 }

	h1, .h1{
		font-size: 35px;
	}

	h2, .h2{
		font-size: 30px;
	}

	h3, .h3{
		font-size: 28px;
	}

	.pad-extra{
		padding-left: 30px;
		padding-right: 30px;
	}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
/* 	.carousel-inner{
  width:100%;
  max-height: 200px !important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 500px;

} */

	.width_75{
		width: 75%;
	}

	 .fill {
	  min-width: 100%;
	  min-height: 300px !important;
	  background-position: center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	 }

	 .carousel-caption{
		top: 0% !important;
		text-align: left;
        padding-top: 0px;
	 }

	h1, .h1{
		font-size: 35px;
	}

	h2, .h2{
		font-size: 30px;
	}

	h3, .h3{
		font-size: 28px;
	}

	.pad-extra{
		padding-left: 30px;
		padding-right: 30px;
	}

    .carousel-indicators {
        margin-left: 0%;
        left: 70%;
        width: 20%;
    }
}


 .fill {
  min-width: 100%;
  min-height: 700px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 }


 .bootstrap-select.btn-group .dropdown-menu li a span.text {

    color: black;
}
/*****************************************

	  ACCORDION PAGINA CLUB

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

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #e42624;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 22px;
    }

    .panel-title > a {
        display: block;
        padding: 25px;
        text-decoration: none;
		color: #FFF;
    }

	.panel-body {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 0;
		padding-right: 0;
	}

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
		background-color: #f2f2f2;
    }



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

	  CSS

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



/* SFONDI E COLORI TESTO*/
.nero{
	background-color: #000;
}

.rosso{
	background-color: #e42624;
}

.bianco{
	background-color: #FFFFFF;
}

.grigio{
	background-color: #CCCCCC;
}

.verde{
	background-color: #01a656;
}

.grigio_chiaro{
	background-color: #F2F2F2;
}

.text-grigio{
	color: #737373;
}

.text-nero{
	color: #000000;
}

.text_large{
	font-size: 22px;
}

.error{
	color: #e42624;
}

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

.font_light{
	font-weight: lighter;
}

.altezza_testo{
	line-height: 1.3;
}

.font_normal{
	font-weight: normal;
}

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

hr.grigio_chiaro{
	border-color: #F2F2F2;
}

.nascondi{
	display:none;
}

/* sezioni fotone */

#section_banner_foto {
	display: table;
	height: 85%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#section_banner_foto_pagine {
	display: table;
	height: 50%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* correggere la larghezza impostata nella media query */
/* questa regola imposta la giusta dimensione delle fotone per vista smartphone */
@media (max-width: 500px) {
	#section_banner_foto, #section_banner_foto_pagine{
        background-attachment: scroll;
	}
}


/* select.select  {
    padding: 0px 6px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;

    -webkit-appearance:none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;

    text-indent: 0.01px;
    text-overflow: '';
}


select.select:focus  {
    outline: none;
}

.form-group {
    position:relative;
}


.form-control:after {
    top: 50%;
    left: 90%;
    border: solid transparent;
    content: " ";
	background: #FFF url(../struttura/to-bottom.svg) no-repeat center 50%;
    height: 0;
    width: 25px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: transparent;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
 */





/*  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-top: 30px;
	padding-bottom: 30px;
}

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

.pad-section-all {
	padding-top: 25px !important;
	padding-right: 50px !important;
	padding-bottom: 25px !important;
	padding-left: 50px !important;
}


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

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

.well{
	min-height: 189.83px;
}


body{
	padding-top:129px;
}

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;
} */

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

	  BOTTONI

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

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-lg, .btn-group-lg>.btn {
    padding: 25px 35px !important;
/*     font-size: 23px;
    line-height: 1.3333333; */
    border-radius: 55px !important;
	font-size: 24px !important;
}

.btn {
    /* padding: 12px 24px; */
	padding: 20px 30px;
/*     font-size: 18px;
    line-height: 1.42857143; */
    border-radius: 40px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;


    border-top-width: 2px;

    border-right-width: 2px;

    border-bottom-width: 2px;

    border-left-width: 2px;

}

.btn-sm, .btn-group-sm>.btn {
    padding: 10.5px 25px !important;
    /* font-size: 16px;
    line-height: 1.5; */
    border-radius: 35px !important;
	font-size: 13px !important;
}

._pizzerie .btn{
    padding: 9px 16px;
    border-radius: 40px;
    /* font-size: 23px; */
    font-weight: 400;
}

._pizzerie_nazioni .btn{
    padding: 9px 16px;
    border-radius: 40px;
    /* font-size: 23px; */
    font-weight: 400;
}

._contatti .btn{
    padding: 9px 16px;
    border-radius: 40px;
    /* font-size: 23px; */
    font-weight: 400;
}

/*
*
*	HOVER SUI BOTTONI
*
*/


.btn_transparent_rosso{
	background-color: transparent;
    border-color: #e42624; /*set the color you want here*/
}

.btn_transparent_bianco{
	color: #FFF;
	background-color: transparent;
    border-color: #FFF; /*set the color you want here*/
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #000000;
    border-color: #000000; /*set the color you want here*/
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #e42624;
    background-color: #FFF;
    border-color: #FFF; /*set the color you want here*/
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #e42624;
    background-color: #FFF;
    border-color: #FFF; /*set the color you want here*/
}

.btn-danger_black{
    color: #fff;
    background-color: #e42624;
    border-color: #d41c1a;
}

.btn-danger_black:hover, .btn-danger_black:focus, .btn-danger_black:active, .btn-danger_black:active:focus, .btn-danger_black.active, .open>.dropdown-toggle.btn-danger_black {
    color: #FFF;
    background-color: #000;
    border-color: #000; /*set the color you want here*/
}


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

	  CONTENUTI

******************************************/
/* Sostituisco caret nelle select della homepage*/
 .bootstrap-select.btn-group .dropdown-toggle .caret {
/*     border: none;
    font-family: 'Glyphicons Halflings';
	margin-top: -10px !important;
	left: 90%;
	color: #e42624; */
	    border: none;
    font-family: 'FontAwesome';
    margin-top: -19px !important;
    left: 89%;
    color: #e42624;
    font-size: xx-large;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: "\f107";
	left: 90%;
}


/* Carousel homepage*/

.carousel-caption{
	top: 10%;
	text-align: left;
}


/*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;
}


.testo_xxsmall{
	font-size: 75%;
}

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

	  COLONNA

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

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

	  MENU

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

.icone a {
	color: #999999;
}

.icone a:hover {
	color: #000;
}

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

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

  .affix {
	top:-53px;
	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-top{
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}




@media (min-width: 1200px){
	/* Tot padding 58px sempre */
	/* .navbar-nav>li>a {
		padding-top: 50px;
		padding-bottom: 8px;
	} */

	/* apri menu dropdown al passaggio mouse*/
	ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

	.affix .navbar-right a {
		padding-top: 29px;
		padding-bottom: 29px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix-top .navbar-right a {
		padding-top: 50px;
		padding-bottom: 8px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix .navbar-brand>img {
		max-width: 120px !important;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix-top .navbar-brand>img {
		max-width: 175px !important;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix-top .navbar-brand {
		padding-top: 0;
		padding-bottom: 8px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix .navbar-brand {
		padding: 17px 15px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
}



/*
.affix {
	top:-36px;
	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; */
	/*height: 50px;
}

.affix-top{
	top: 5px;
}*/

/*
.affix .navbar-brand img{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 110px;

}

 .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;
}

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

@media(max-width:1200px) {

    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .nav > li.dropdown {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .nav > li.dropdown.open {
        padding-top: 7px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
    }

    .dropdown-menu-left > li {
        padding-left: 20px;
    }
}

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

	  FOOTER

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

.testo-bianco{
	color: #FFF;
}

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

.testo-bianco_2{
	color: #FFF;
}

a.testo-bianco_2:hover{
	color: #FFF;
	text-decoration: underline;
}

.testo_newsletter_home a{
	color: #FFF;
	text-decoration: underline;
}
.testo_newsletter_home{
	color: #FFF;
}

.text-label-mod {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

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

	  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 transparent;
		border-radius: 100px;
		background: transparent 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 transparent;
		border-radius: 100px;
		background: transparent 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;
}

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

	 CAROUSEL FORNITORI

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

/* carousel */
/* .media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
} */
/* Previous button  */
/* .media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
} */
/* Next button  */
/* .media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
} */
/* Changes the position of the indicators */
/* .media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
} */
/* Changes the colour of the indicators */
/* .media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 350px;
  height: 200px
} */


/* End carousel */



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

	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: "";
    }
}

.school-world__flag {
    width: 30px;
    margin-right: 7px;
    margin-bottom: 6px;
}

@media (min-width:768px) {
    .school-world__flag {
        width: 20px;
    }
}

.school-world__apf-logo {
    max-width: 45px;
    margin-left: 10px;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}
