@media only screen and (max-width: 1023px) {
	
	
}

@media only screen and (max-width: 768px) {
	
	
}

.scrollHint {
	position: absolute;
	left: 50%;
	margin-left: -35px;
        margin-bottom: -350px;
	background-image: url('http://www.profitsushi.com/wp-content/themes/minimum-pro/custom-images/scrolldown.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width:70px;
	height: 40px;
	-webkit-animation: scrollHint 1s infinite normal ease-out;
	animation: scrollHint 1s infinite normal ease-out;
	cursor: pointer;

}

@media only screen and (max-width: 1893px) {
	
	.scrollHint {
        margin-bottom: -300px;
	}	
}

@media only screen and (max-width: 1793px) {
	
	.scrollHint {
        margin-bottom: -250px;
	}	
}

@media only screen and (max-width: 1693px) {
	
	.scrollHint {
        margin-bottom: -200px;
	}	
}

@media only screen and (max-width: 1593px) {
	
	.scrollHint {
        margin-bottom: -150px;
	}	
}

@media only screen and (max-width: 1493px) {
	
	.scrollHint {
        margin-bottom: -100px;
	}	
}

@media only screen and (max-width: 1393px) {
	
	.scrollHint {
        margin-bottom: -50px;
	}	
}

@media only screen and (max-width: 1293px) {
	
	.scrollHint {
        margin-bottom: 0px;
	}	
}

@media only screen and (max-width: 768px) {
	
	.scrollHint {
		display: none;
	}	
}

@-webkit-keyframes scrollHint {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes scrollHint {
  0% {
    bottom: 110px;
  }
  50% {
    bottom: 120px;
  }
  100% {
    bottom: 110px;
  }
}






