@charset "utf-8";

/* Scroll up */
    #scrollup {
    width: 36px;
    height: 36px;
    background: url("../_images/arrow-up.svg")0 0 no-repeat;
    text-indent: -9999px;
    display: none;
    position: fixed;
    bottom: 68px;
    right: 38px;
    opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
    #scrollup:hover {
    opacity: 1;
    }
@media only screen and (max-width: 570px) {
	#scrollup {bottom: 40px;right: 27px;}
	}
@media only screen and (max-width: 823px) {
	#scrollup {bottom: 40px;right: 27px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	
	}

