		.thumb {
    	width: 20rem;
    	display: inline-block;
    	height: 18rem;
    	position:relative;
 }

	.thumb img {
    	object-fit: cover;
    	height: 100%;
	}
	body{
		background: #000;
		margin:0;
		padding:0;
		height: 100%;
		overflow: hidden;
		font-family:  sans-serif;
	}
	.dida {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align:  center;
    background: rgba(0,0,0,0.4);
    font-size: 0.9rem;
}
	.mainlinks {
    position: absolute;
    z-index: 4;
    font-size: 3rem;
    width: 100%;
    height: 6rem;
    /* margin: auto; */
    /* text-align:  center; */
    top: 28.2rem;
    box-sizing: border-box;
}
.mainlinks > div {
    display: table-cell;
    vertical-align: middle;
}
.entry{
	cursor:pointer;
}
.entry:hover{
	color:#000;
	background:#fff
}
.entry:first-child {
    /* margin: auto; */
    background:  rgba(0,0,0,0.8);
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
    box-shadow: 3px 3px 11px #000;
    /* margin-top: 18rem; */
    position:  absolute;
    vertical-align: bottom;
    margin-top:  auto;
    left: 5rem;
    cursor: default;
    box-sizing: border-box;
    white-space: nowrap;
    display: flex;
}
.entry:last-child {
    /* width: fit-content; */
    /* margin: auto; */
    background:  rgba(0,0,0,0.8);
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
    box-shadow: 3px 3px 11px #000;
    /* margin-top: 18rem; */
    position:  absolute;
    vertical-align: bottom;
    margin-top:  auto;
    right: 5rem;
    box-sizing: border-box;
}
.entry:last-child:hover {
    background:#fff;
    color:#000;
}
.poweredby {
    font-size: 1.2rem;
    color: #fff;
    height: 1.5rem;
    text-align: center;
    position:  absolute;
    width:  100%;
    bottom: 0;
    background:rgba(0,0,0,0.9);
    z-index:10;
}
.poweredby:hover{height:2.5rem}
.poweredby:hover>div{display:block!important}
.poweredby a{display: block;color: #fff;font-size: 0.7rem;}

.owl-carousel{
	height: 96%;
}
.thumb.n5,.thumb.n6,.thumb.n7,.thumb.n8,.thumb.n9 {
    margin-top: 8rem;
}
.thumb.n0,.thumb.n1,.thumb.n2,.thumb.n3,.thumb.n4 {
    margin-top: 9rem;
}
.heading {
    position:  fixed;
}

.heading .logo {
    border-right: 0.05rem solid #fff;
    height: 9rem;
    background-image: url(http://cfoto.hiho.it/tmpl/img/fiap-logowsh.png);
    background-repeat:  no-repeat;
    background-size: auto 85%;
    width: 27rem;
    display: inline-block;
    background-position-y:  center;
}
.heading .title {
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    vertical-align: bottom;
    text-align: center;
    width: 72rem;
    padding-bottom: 2.2rem;
    font-family: Oswald,sans-serif;
    opacity:  0.92;
    text-transform:  uppercase;
    font-weight:  bold;
}
.dida .title {font-style:  italic;float: left;margin-left: 1rem;color: #dd9;}
.dida .author {float: right;margin-right: 1rem;font-size: 0.9rem;color: #ccc;}

.entry:first-child>div {
    display: inline-block;
    /* border: 1px solid #fff; */
    width: 3.8rem;
    text-align: center;
    margin-left: 0.2rem;
    cursor: pointer;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}
.entry:first-child>div:first-child {
    background-image: url(/tmpl/img/uk.png);
}
.entry:first-child>div:last-child {
    background-image: url(/tmpl/img/fr.png);
}

.entry:first-child>div:hover {
    background:#fff;
    color:#000;
}
.payoff {
    color: #fff;
    font-family: Oswald,sans-serif;
    float: right;
    width: 19rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-top: 3rem;
}

.countingdownto li {
    display: inline-block;
    font-size: 1.7rem;
    padding-left: 10px;
    font-family: Oswald,sans-serif;
}.countingdownto {
    display: inline-block;
}

.countingdownto{
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    left: 32%;
    width: 36%;
    text-align: center;
    display: inline-block !important;
    font-family: Oswald,sans-serif;
    line-height: 1.2rem;
}
.countingdownto ul {
    padding: 0;
}