@media (max-width:992px) {
    html {
       
    }
    body {
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding-top:0;
		overflow-x:hidden;
		background-image:none;
		padding-top:80px;
    }
	body.home {
		padding-top:0;
	}
	
	.container {
		 
	}
     
	
}
 
@media (min-width:992px) {
    .HideDesktop {
        display: none !important;
    }
	 
	 
	 
}

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

@media only screen and (max-width: 1500px){
 
}
@media only screen and (max-width: 1300px){
 
}

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

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