@media only screen and (min-width : 1600px) {
	.top-about .top-about-inner .image {
	    height: 74vh;
	}

	.top-collection .top-collection-image-inner .image{
		height: 74vh;
	}
}

@media only screen and (max-width : 1270px) {
    .top-about .top-about-inner .image {
        display: none;
    }
    .bg-top-about {
        width: 100%;
    }
    .top-about-text {
        left: 10%;
        top: 180px;
    }
    .top-about-form {
        top: 180px;
        right: 20%;
        left: 44%;
    } 
	.top-about {
    	margin-top: 80px;
	}

	.inner-footer {
	    padding: 40px 50px;
	}    
}

@media only screen and (max-width : 1250px) {
	.logo{
	    left: 50px;
	    top: 40px;
	    opacity: 1
	}
}


@media only screen and (max-width: 1260px) {
	.top-about-title {
	    top: -40px;
	}
}

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

 	.page-content-inner {
	    padding: 0 3vw;
	}

	.top-about .top-about-inner {
	    padding: 0;
        left: 0;
	}

	.top-collection-info{
		width: 100%;
		margin-left: 0
	}

	.top-collection .top-collection-image-inner{
		padding: 0 50px
	}

	.top-collection-info-inner {
    	padding: 70px 50px;
	}

	.single-product {
    	margin: 85px 0 80px;
	}
    
    .bg-top-about {
        right: 0;
    }
    .top-about-text {
        left: 5%;
    }
    .top-about-form {
        right: 5%;
    }     
	
}



/* Modalità tablet */
@media only screen and (max-width : 850px) {
	.logo {
	    left: 30px;
	    top: 30px;
	}

	.inner-footer {
	    padding: 40px 40px;
	}

 	.top-collection .top-collection-image-inner .image{
 		height: auto;
 	}

	.top-collection-title {
	    bottom: -65px;
	    margin-left: 1%;
	}

	.top-collection-title h1{
		font-size: 80px
	}

	.top-collection-title h1 span.span-outer {
	    height: 94px;
	    margin-top: 0px;
	}
}

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

	body {
	  overflow: default;
	  overflow-x: hidden;
	  overflow-y: scroll;
	}
}

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


	.top-about, .top-collection {
	    margin-top: 20px;
	}
	.top-about .top-about-inner {
	    padding: 0%;
        left: 0;
	}
    .top-about-text, .top-about-form {
        top: 260px;
    }    
	.inner-footer {
	    padding: 30px 10px;
	}

	.logo-footer {
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	.page-content-inner {
	    padding: 0 2vw;
	}

	.top-collection .top-collection-image-inner {
	    padding: 0 5%;
	}

	.top-collection-title {
	    bottom: -75px;
	}

	.top-collection-title h1 {
	    font-size: 60px;
	}

	.top-collection-title h1 span.span-outer {
	    height: 80px;
	    width: 235px !important;
	}

	.top-collection-info {
	    position: relative;
	    margin-top: -80px;
	    padding-top: 4px;
	}

	.top-collection-info-inner {
	    padding: 50px 20px;
	}

	.top-collection-info .top-collection-desc {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	    margin-top: 60px
	}

	.single-product {
	    margin: 10px 0 10px;
	}

    footer{
      position: inherit;
    }
    .footerspace {
        display: none;
    }
    .top-about-title {
        right: 15%;
        left: 15%;
    }    
    .top-about-text {
        top: 90px;
        text-align: center;
        right: 15%;
        left: 15%;
    }
    .top-about-form {
        top: 500px;
        right: 15%;
        left: 15%;
    }
    .bg-top-about {
        height: 80vh;
        top: 500px;
    }    
        
}

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

    .single-product:nth-child(1){
      margin-top: 40px
    }    
    
	.single-product .top-product {
	    width: auto;
	    padding: 0 2%;
	}   
    .top-about-form {
        left: 15%;
        right: 15%;
    }
    #form-richiesta label {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
	.logo {
	    left: 20px;
	    top: 20px;
	}
    .bg-top-about {
        padding-bottom: 120px;
    }
    .top-about-title {
        left: 11%;
        top: -80px;
    }
}
