/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 * fondo su nav footer btn bottomfixed - conversione verso mybgcolor
 */





.padding10{
	padding:10px;
	border-radius:5px;
}

.padding20{
	padding:20px;
	border-radius:5px;
}

.scrollable{
	max-width:100%;
	overflow:auto;
}
form,form div *,form label{
	  	background:white !important;
}
.input-field {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

}
input[type=checkbox] {
	height:12px;
}
input {
	color:black !important;
}
label,label *,label span {
	color:black !important;
}
main hr{
	color:#a2a2a28f;
}

.pora{
	display:block;
	font-size:13px;
	color:#555555;
	margin-top:30px;
	margin-bottom:8px;
}

.ptitolo{
	display:block;
	font-size:20px;
	font-weight:700;
	color:#000000;
	margin-bottom:8px;
}

.speaker{
	display:block;
	font-size:13px;
	font-weight:300;
	color:#000000
}

.salto {
	display:block;
	height:20px;
	width:100%;
}


.orario{
	width: 80px;
	background: red;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 0px 5px;
	border-radius: 0 10px 0 10px;
}
#titengo{
	position:relative;
	width:100%;
	height:auto;
}
#bottoni{
	position: absolute;
	width:100%;
	top: 23%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
#fondohome{
		position:relative;
		top:-70px;
}


.btn:hover, .btn-small:hover, .btn-large:hover {
	background-color: #982100;
}

.btn , .btn-small , .btn-large  {
	
	background-color: #ff0000!important;
    font-weight: 700;
}
.mybgcolor{
	background-color: #64400dc4  !important;
}

.bottomfixed{
	background-color:#64400de4   !important;
	color:#ffffff;
}

footer{
	background-color: #8d5301  !important;
	color:#f3fbff;
	z-index:5;
}
footer a{
	color:#d3dbff;
}


#location p, #idlogo p, #evento p, #iscrizioni *, #contatti *, #chisiamo *{
	font-weight:700;
}

h2{
	font-weight: 700;
	xxxxbackground: #fffc;
	font-size: 37px;
	padding: 0 0 0 0px;
	border-radius: 0 10px 0 10px;
	xxxborder-bottom: red 1px solid;
}

h3{
	font-weight: 700;
	xxxxbackground: #f4f4f4c1;
	font-size: 25px;
	padding: 0 0 0 0px;
	border-radius: 0 10px 0 10px;
	xxxborder-bottom: red 1px solid;
}

main ul, main li {
	list-style-type: numeric !important;
} 

.tsh-label-br {
  bottom: 90px !important;
  right: 1% !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("/fonts/materialicons.woff2") format('woff2'),
    url("/fonts/materialicons-regular.woff") format('woff'),
    url("/fonts/materialicons-regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Roboto/Roboto-Regular.eot"); /* For IE6-8 */
  src: local('Roboto-Regular'),
    local('Roboto-Regular'),
    url("/fonts/Roboto/Roboto-Regular.woff2") format('woff2'),
    url("/fonts/Roboto/Roboto-Regular.woff") format('woff'),
    url("/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}

.roboto {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


*{font-family:Roboto;}

#logo{
	max-height: 63px;
	margin-top: 10px;
	margin-right: 20px;
	max-width: 220px;
	padding:5px;
	background-color:#fff;
	vertical-align:middle;
	box-shadow: 0 5px 4px #999;
}

.logoinquote{
	max-height:30px;
	vertical-align:top;
}
#avatarhome{
	max-height: 70px;
}

.galleria img{
	xxxmax-height:245px;
}

.materialboxed{
	xxxheight: 300px;
}
.boxrecensioni{
	height:190px;
	overflow:hidden;
}

.boxrecensioniinner{
	border-radius: 10px;
	padding: 30px;
	margin: 0px;
	height: 170px;
	overflow: hidden;
	background-color: #ebf8ff;
	font-size: 125%;
	border-left: 5px solid #8fcbf0;
}
.motto{
	font-size:150%;
	xxxtext-indent: -0.65em;
	border-left: 6px solid #44dfff;
	text-align:left;
	padding-left:20px;
	background-color:white;
	max-width: 500px;
	margin: 0 auto;
}
.xxxmotto::before {
    content: open-quote;
}
.xxxmotto::after {
    content: close-quote;
}
.motto {
    quotes: "“" "”" "‘" "’";
}


@supports ( hanging-punctuation: first) {
  .motto {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

.legals{
	color:#999;font-size:80%;
	font-style:italic;
}
.light{
	color:#777777;
}
.disc{
	list-style-type: disc !important;
}

.xxxtimeline{display:inline-block;width:45px;border-right:3px #f00 solid;}
.xxxtimeliner{display:inline-block;}

.myicons{
	color:#3fb4fa;
	height:64px;
	font-size:50px !important;
	display: block;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline{
	 display: block;
	left: -50px;
	position: relative;
}
.timeline ul,li{
	max-width:100%;
}
.timeline ul li div{
	margin-left:15px;
	width:230px;
}
.timeline ul li {
  list-style-type: none !important;
  position: relative;
  width: 2px;
  margin: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f99;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px #f77 solid;
}
.c1ircle{border-radius:32px 32px;}
.minilogo{width:32px;height:32px;display:inline;    vertical-align: middle;box-shadow:0 0 4px 4px #999;}




audio{width:100%;max-width:100%;border-radius:9px;height: 26px;}
#coverpodcast,audio:hover{cursor: pointer;}

@media only screen and (max-width: 600px) {
    .parallax-container {
        height: 250px;
		overflow:visible;
    }
	#mainavatar{
		height:200px;
	}

}


xxxxa::before{
	content: "\2B22";
	padding-right:4px;
}



.zoom,.btn,.btn-large { transition: all .4s ease-in-out; }

.zoom:hover,.btn:hover { transform: scale(1.25);
    z-index: 2; 
}

li.zoom:hover{ transform: scale(1.15);
    z-index: 2; 
	background-color:#e2f3f7;
	padding:10px;
	border: 1px solid #999999;
	border-radius: 8px;
	}


.bright{
		filter: brightness(1.30);
}	
#mainavatar{
	filter: brightness(1.30);
}
#index-banner{
	border-radius: 0 0 100% 100%/1px;
	
	border-bottom: 1px #1745b0  solid;
	shadow-box:0 0 6px #809ddf;
}

img{border-radius:9px;}

.box{
	width:205px;
	height:150px;
	background-color:#209be6 ;
	color:#fff;
	font-weight:700;
	display:block;
	font-size:40px;
	padding-top:50px;
	border-radius:10px;
}

.circle{
	border-radius:50%;
	border:1px #1745b0 solid;
}
	

nav .brand-logo {
  font-size: 25px;	
  position: relative;
  top: -11px;
  color: #000000;
}

	
@media only screen and (max-width: 600px) {
	nav .brand-logo {
		left: 50% !important;
	}
	
	nav .sidenav-trigger {
		margin: 0 4px;
	}
}
@media only screen and (min-width:600px) and (max-width: 992px) {
	nav .brand-logo {
		left: 27% !important;
	}
}
@media  (min-width:600px)  {
	#logo{
		max-width: 120px;
	}
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

nav .sidenav-trigger {
  float: right !important;
}

nav{
	background-color:#f6df89 !important;
	color:#000000 !important;
}

 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
	xxxbackground: rgb(255,241,0);
	xxxbackground: linear-gradient(164deg, rgb(245 222 137) 10%, rgb(228 184 109) 28%, rgba(178,130,61,1) 80%);
  }
  



@media print {
	
	.noprint, .noprint * {
		display:none !important;
	}
}
 

.section{
	padding-left:10px;
}



 /* The progress bar -  
    scroll indicator */
    .scrollindicatorline { 
        background: #d53828; 
        height: 4px; 
        border-radius: 4px; 
        width: 0%; 
        position: fixed; 
        top: 46px; 
    } 
	
strong {
    font-weight: 700;
}

	
.navcolor{background-color:#1976D2B0 ;} 

header,nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i { 
    height: 48px;
    line-height: 48px;
	color:#000000 !important;
}
nav ul a{
	color:#000000 !important;
	padding: 0 7px !important;
}
nav #nav-mobile li,#nav-mobile li a{
	color:#000 !important;
}



















html{
   scroll-behavior: smooth;
}
.opacity50{
	opacity:.5 !important;
} 
.maximg{
	width: 2000px;
	max-width: 100%;
}
iframe,audio,video{
	max-width:100%;
}

img{
	max-width:100%;
}

#podcast, #organizzazione , #modelli, #contatti  {
  scroll-margin-top: 100px;
}

.bottomfixed{
	position: fixed;
	display: block;
	bottom: -30px;
	width:100%;
	z-index:1000;
	padding:20px 0;
}
.fixedtop{
	position:fixed;
	z-index:1000;
	top:0px;
}







/* inspired from https://stackoverflow.com/questions/45370042/css-grid-of-hexagons-display-as-squares-at-mobile-resolution */


#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

myh1{
	display:block;
}
myp{
	display:block;
	xxxtop:100%;
}
.hex myh1, .hex myp {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: rgba(0, 128, 128, 0.8);
  font-weight: 300;
  -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
          transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex myh1 {
  bottom: 50%;
  padding-top:51%;
  font-size: 1.5em;
  z-index: 1;
  -webkit-transform:translate3d(0,-100%,0);
      -ms-transform:translate3d(0,-100%,0);
          transform:translate3d(0,-100%,0);
}
.hex myh1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.hex myp {
  top: 50%;
  padding-bottom:50%;
  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}


/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover myh1, .hexLink:focus myh1 {

  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}
/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover myp, .hexLink:focus myp{
  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

#hexGrid{
padding-bottom: 4.4%
}
.hex {
width: 20%; /* = 100 / 5 */
}
.hex:nth-child(9n+6){ /* first hexagon of even rows */
margin-left:10%;  /* = width of .hex / 2  to indent even rows */
}

/*show two columns of squares ???*/
@media (max-width: 8px) { 
  #hexGrid{
    padding-bottom: 11.2%
  }
  .hex {
    flex: 0 0 50%;
  }
  .hex:nth-child(9n+6)
  {
      margin-left: 0;
  }
  .hexIn,
  .hexLink,
  .hex img
  {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
  }

}
/* show one column of squares ???*/
@media (max-width: 400px) { 
 .hex {
    flex-basis: 100%;
    }
}