@media (max-width: 1399px){
	
}

@media (max-width: 1199px){
	
}

@media (max-width: 991px){
	
}

@media (max-width: 768px){
.nav-tabs > li > a:hover {  
  transform:none;
}
.copyright{
	text-align: center;
}
.navbar-brand {
  margin-top:0;
}

.footer{
	text-align: center;
	position: relative;
	height: auto;
}

body{
	margin-bottom:0;
}

.menu{
	float: none;
}

.navbar-collapse ul li{
    display: block;
    float: none;
}

.spazio {
    margin-top: 90px;
    margin-bottom: 50px;
}


}

@media (max-width: 540px){
	
}

@media (max-width: 475px){
	
}

@media (max-width: 375px){
	
}

@media (max-width: 320px){

}

// iPhone 6 Plus Landscape
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	
}

// iPhone 6 Plus in portrait
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
	
 }

// iPhone 6 in landscape
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	
}
// iPhone 6 in portrait
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	
}

// iPhone 5 Landscape
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
	
}

// iPhone 4 Landscape
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { 
	
}

// iPad in portrait & landscape
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

}

// iPad in landscape
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
}

// iPad in portrait
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
}