@charset "UTF-8";
/* CSS Document */

body {
	background: url("../images/van.jpg") no-repeat fixed center;
	background-size: cover;
	width: auto;
	margin:0px;
	padding:0px;
   
   
}

.logo {
	background: url("../images/logo-equiservices.png") no-repeat center;
	background-size:contain;
	margin: 0 auto;
	margin-top: 50px;
	height: 100px;
	width: auto;  margin-right:10px;
    padding-left:5px;
}
.h1{
	color: white;
	margin: 0 auto;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-variant:small-caps;
	 line-height: 25px;
    font-weight:700;
     -webkit-animation-delay: .5s;
    margin-top:40px;
	}
.coming {
	color:white;
	font-size: 30px;
	margin-top:60px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-variant:small-caps;
	font-weight:700;
        -webkit-animation-delay: .7s;
}
.caricamento-icon{
		background-image: url("../images/CARICAMENTO.gif");
	height: 20px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
        -webkit-animation-delay: .9s;
	}

.textinfo{
	color:#adb3ba;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	line-height: 22px;
	margin-top:7%;
 -webkit-animation-delay: 1.5s;
	}

a.bot{
	background: url(../images/icona-facebook.png) no-repeat center center;
	background-size: cover;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	position: absolute;
    left:50px;
    right:0px;
	
		}
a.bott{
	background: url(../images/icona-instagram.png) no-repeat center center;
	background-size: cover;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	position: absolute;
    left:130px;
    right:0px;
    }
a.bot:hover{
	background: url(../images/icona-facebook-2.png) no-repeat center center;
	background-size: cover;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	position: absolute;
    left:50px;
    right:0px;
		}

a.bott:hover{
	background: url(../images/icona-instagram-2.png) no-repeat center center;
	background-size: cover;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	position: absolute;
    left:130px;
    right:0px;
	    }
	.icone{
        color: white;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
        font-weight:500;
	line-height: 170%;
	margin-top:70px;
        margin-right:100px;
        
        	}
.move{
	 -webkit-animation-delay: 1.3s;
	
		}
	
