@font-face {
  font-family: 'fontello';
  src: url('../css/font/fontello.eot?9105353');
  src: url('../css/font/fontello.eot?9105353#iefix') format('embedded-opentype'),
       url('../css/font/fontello.woff?9105353') format('woff'),
       url('../css/font/fontello.ttf?9105353') format('truetype'),
       url('../css/font/fontello.svg?9105353#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9105353#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size:24px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin-top:8px;
  margin-bottom:17px;
}

   
.icon-pinterest:before { content: '\e801'; } /* '' */ 
.icon-instagram:before { content: '\e806'; } /* '' */
.icon-twitter-bird:before { content: '\e804'; } /* '' */
.icon-gplus:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */

.icon-pinterest:hover { color:#797979; } /* '' */
.icon-instagram:hover { color:#797979; } /* '' */
.icon-twitter-bird:hover { color:#797979;; } /* '' */
.icon-gplus:hover { color:#797979; } /* '' */
.icon-facebook:hover { color:#797979; } /* '' */



.schedaicon a{margin-right:20px;margin-left:20px;}




@media (max-width: 1200px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:30px;
	  margin-top:10px;
  margin-bottom:10px;
	 }
}

@media (max-width: 991px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:26px;
	  margin-top:10px;
  margin-bottom:13px;
	 }
}

@media (max-width: 720px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:24px;
	  margin-top:9px;
  margin-bottom:16px;
	 }
}

@media (max-width: 570px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:22px;
	  margin-top:9px;
  margin-bottom:18px;
	 }
}

@media (max-width: 550px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:24px;
	  margin-top:11px;
  margin-bottom:14px;
	 }
}

@media (max-width: 420px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:20px;
	  margin-top:9px;
  margin-bottom:16px;
	 }
}

@media (max-width: 400px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:21px;
	  margin-top:8px;
  margin-bottom:13px;
	 }
}

@media (max-width: 380px){
	 [class^="icon-"]:before, [class*=" icon-"]:before{
		  font-size:18px;
	  margin-top:8px;
  margin-bottom:20px;
	 }
}

@media (max-width: 320px){
.icoscheda{font-size:20px;}
}