
.gotoTop {
		position: fixed;
		font-size: 25px;
		z-index: 1024000;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		bottom: 20px;	/* 70px */
		right: 25px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.2);
		text-shadow: 0px 0px 5px #000000;
		color: #fff;
		text-decoration: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		cursor: default;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}
.gotoTop:hover{
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff !important;
		cursor: pointer;
		font-size: 28px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}
		
.phone {
		position: fixed;
		font-size: 25px;
		z-index: 1024000;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		bottom: 90px;	/* 70px */
		right: 25px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.2);
		text-shadow: 0px 0px 5px #000000;
		color: #fff;
		text-decoration: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		cursor: default;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}
.phone:hover{
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff !important;
		cursor: pointer;
		font-size: 28px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}
		
.lang {
		position: fixed;
		font-size: 25px;
		z-index: 1024000;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		bottom: 160px;	/* 70px */
		right: 25px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.2);
		text-shadow: 0px 0px 5px #000000;
		color: #fff;
		text-decoration: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		cursor: default;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}
.lang:hover{
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff !important;
		cursor: pointer;
		font-size: 28px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		}