/****************************
     Scroll Up
****************************/

.scrollup {
    bottom: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.scrollup {
    bottom: 25px;
    right: 100px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
.scrollup {
    bottom: 25px;
    right: 100px;
	}
}
