@charset "utf-8";
body {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.wrapper{
	width: 100%;
}

.wrapper img{
	width: 100%;
}

.header{
	position: fixed;
	top: 0;
	z-index: 1000;
}

.content{
	margin-bottom: 70px;
}

.menu{
	position: fixed;
	z-index: 1000;
	top: 10%;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu ul{
	list-style-type: none;
	padding: 0;
}

.menu ul li{
	margin-bottom: 10px;
	padding: 13px 30px 13px 25px;
	background-color: #603813;
	color: #ffd67b;
	box-shadow: 2px 3px 6px 0px #603813;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	cursor: pointer;
	position: relative;
	right: -15px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.menu ul li:hover{
	position: relative;
	right: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.menu .top{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #603813;
	color: #ffd67b;
	margin-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.menu .top:hover{
	opacity: 0.8;
}

.menu .top i {
	margin-bottom: 5px;
}

.imgbox{
	position: relative;
}

.imgbox .btnimg{
	position: absolute;
	cursor: pointer;
}

.imgbox .btnimg.btnimg--details{
	bottom: 7%;
	left: 0;
	right: 0;
	width: 15%;
	margin: 0 auto;
}

.imgbox .btnimg.btnimg--account{
	bottom: 15%;
	width: 14%;
	left: 26%
}

.bottombanner{
    width: 100%;
    height: 70px;
    background-color: #000000;
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 0px;
    text-align: center;
}
