@CHARSET "UTF-8";

/* 1024 media start */
@media (max-width: 1024px) {
	header .menu .first-row {
		margin-left: 5% !important;
	}
	header .menu .second-row {
		margin-left: 5% !important;
	}
	header .menu .third-row {
		margin-left: 5% !important;
	}
	.more-button {
		top: 650px !important;
  		left: -30px !important;
	}
	header span {
		width: 50% !important;
	}
	.top-menu {
		width: 30% !important;
	}
	.hide-1024 {
		display:none;
	}
	.show-1024 {
		display:block;
		width:100%;
	}
}
/* 1024 media end */

/* 767 media start */
@media (max-width: 767px) {
	.scrollToTop {
		right: 30px;
  		margin-bottom: 15px;
	}
	.inpagebase {
	  	display: none;
	}
}
/* 767 media start */

/* 320 media start */
@media (max-width: 320px) {
	.more-button {
		top: 360px !important;
  		left: 20% !important;
	}
	.scrollToTop {
		bottom: 75px !important;
  		right: 25px !important;
	}
	.inpagebase {
    	top: 90% !important;
	}
}
}
/* 320 media end */