* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}



body {
	
	font-family: 'Roboto', sans-serif;
	font-weight:300;
    font-size: 10px;

    width: 100%;
	
    color: #000;
    display: table-cell;
    vertical-align: middle;

}
.contenitoreOrologio
{
background-color:rgb(240,240,240);	
border:1px solid #aaa;
		border-radius:20px 20px 0 0;
	margin:0 auto;
	padding:10px;
	width:150px;
    position:absolute;bottom:0

}
.wrapper {
    box-sizing: border-box;
   float:left;
   
    text-align: center;
}
.slot{
	padding-top:3px;
	float:right;
}
.spacer{
    float:none;
	clear:both;
}
.timer {
    font-family: "Segment7Standard";
    font-size: 5.2em;
    display: inline-block;
    vertical-align: top;
	text-align:center;
}

.clock {
   
	color:#669900;
}

.clock .column {
    display: inline-block;
}

p {
    line-height: 15px;

}

h1 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 16px;
    color: #a3deff;
    margin: 0 0 10px;
}

a {
    color: #a3deff;
    text-decoration: none;
}

.days {
    display: none;
}
.logoistituzionali
{
	position:absolute;
	top:0px;
	left:0px;
}
.logoistituzionali img, .logoistituzionalibottom img
{
	max-height:50px;
	margin:4px;
}
.logoistituzionalibottom td
{
	border-top:1px solid#df071e;
	background-color:#FFF;
}
.logoistituzionali td
{
	border-bottom:1px solid#df071e;
}
.slot
{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-align:center;
	font-size: 10em;
	margin-top:100px;
	color:#669900;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.spinner {
    width: 100px;
    height: 100px;
}

.spinner > span,
.spinner > span:before,
.spinner > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.spinner > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.spinner > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.spinner > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}


@media only screen and (max-width: 1500px) {
.timer
{
	font-size: 7em;
}
.slot
{
	font-size: 6em;
}
}


@media only screen and (max-width: 768px) {
   
    .timer {
        font-size: 5em;
    }
	.slot
	{
		font-size: 4em;
		line-height:0.6em;
		margin-top:0px;
	}
}


@media only screen and (max-width: 600px) {
	

    .timer {
        font-size: 5em;
    }
	.slot
	{
		font-size: 4em;
	}
}
@media only screen and (max-width: 500px) {
    .timer {
        font-size: 14px;
    }
	.slot
	{
		font-size: 13px;
	}
}







@-webkit-keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
