/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* glegoo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Glegoo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/glegoo-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* glegoo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'GlegooBold';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/glegoo-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h1, h2, h3, h4, h5, h6, div, table, tr, td, p, a, span, submit, input, textarea, select, option, strong, h2 span {
	font-family: 'Glegoo' , Arial, Helvetica, sans-serif;
}

.table .header-cell, .table .cell {
	text-align: left;
}

.img-center .w-image{
	text-align: center;
	margin: 0 auto;
}

@keyframes blinker {
   to { opacity: 0.8; }
}


.termine .bg-next-termin {
	background-color: #776e4d;
	color: #ffffff;	
    animation: blinker 1s ease-in-out infinite alternate;  
	
}