/* Set your custom styles here */
/* Tip - keep a backup of your custom styles and document with comments like these */

@font-face {
  font-family:gruppo
  src: url("../../base/fonts/icomoon.eot");
  src: url("../../base/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../base/fonts/icomoon.woff") format("woff"), url("../../base/fonts/icomoon.ttf") format("truetype"), url("../../base/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}



/* Download the font to the users computer */
@font-face {
  font-family: 'sinkin-sans';
  src: url('/fonts/sinkin-sans/SinkinSans-200XLight.otf');
  /*src: url('/fonts/NewRocker-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NewRocker-Regular-webfont.woff') format('woff'),
       url('/fonts/NewRocker-Regular-webfont.ttf') format('truetype'),
       url('/fonts/NewRocker-Regular-webfont.svg#NewRockerRegular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

/* Use it */
header .hgroup h1 {
  font-family: 'SinkinSans-200XLight', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}



@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { width: 80%; max-width: 1000px; } 
div#slider { margin-left: auto;
    margin-right: auto; } 

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}


