.cerchi circle:first-child, .cerchi circle:nth-child(2) {
    animation: rotate-circle 2.8s ease-in-out infinite;
	    transform-origin: center;
    transition: transform 1.8s ease;
}
@keyframes rotate-circle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(1turn);
	}
}
.tm-page{border-top:0!important;}
.uk-navbar-container{
	padding-bottom:0!important;
}

/***** RESPONSIVE *****/

@media screen and (max-width: 680px) {

}