div.custom_list
{
	background:none;
}
div.custom_list div.list {
	display:block;
	max-width: 100%;
}

div.custom_list div.list .item-outer .item {
	background:#fff;
	border-radius: 6px;
	margin-bottom: 30px;
	overflow:hidden;
}


div.custom_list div.list .item-outer .item .img-convert {
	justify-content: flex-end;
}

div.custom_list div.list .item-outer .item .image {
	width:auto;
}


@media (max-width: 768px) {
	div.custom_list div.list .item-outer .item .img-convert {
		justify-content: center;
	}
}

.up-btn {
	position: fixed;
	right: 10px;
	bottom: 10px;
    z-index: 1000;
    width: 25px;
    height: 25px;
    border: 3px solid #6f457d;
    border-radius: 50%;
    padding: 2px;
    transition: 300ms;
    cursor: pointer;
}
.up-btn:hover {background: rgba(111,69,125,0.5);}
.up-btn img {width: 100%; height: 100%;}

.list-on-main {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.list-on-main li {
    margin: 15px 0;
    font-size: 18px;
}

.menu-item:hover > ul {
    display: block!important;
    margin: 0!important;
}