/*@media (min-width: 320px) and (max-width: 480px){*/
@media (min-width: 481px) and (max-width: 768px){

}
@media screen and (max-width: 768px){
	#slider-wrap{
		margin-top: 65px;
	}
	.hiddenMob{
		display: none;
	}
	.hiddenDesktop{
	  display: block;
	}
	.footer{
	  padding: 40px 0 0;
	}
}
@media (min-width: 769px) and (max-width: 1024px){

}
@media (min-width: 1025px) and (max-width: 1200px){

}
@media screen and (min-width: 1201px ){

}
