.row > div > .group > .margin > .padding > .article.MenuBottomRight-wrap > .margin > .padding {
    padding: 0;
    display: flex;
}
.MenuBottomRight-wrap > .margin > .padding > button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}

.MenuBottomRight-wrap .icon {
    font-size: 20px;
}
.MenuBottomRight-wrap .name {
    font-size: 10px;
    line-height: 1;
}

.MenuBottomRight-wrap > .margin > .padding > button + .more-menu {
    position: fixed;
    width: 300px;
    background: #fff;
    right: -300px;
    top: 0;
    bottom: 0;
    visibility: hidden;
    transition-property: right, visibility;
    transition-delay: 0s, 0.1s;
    transition-duration: 0.3s, 0s;
    transition-timing-function: ease-out;
    overflow-y: auto;
    z-index: 510;
    max-width: 100%;
}
.MenuBottomRight-wrap > .margin > .padding > button.active + .more-menu {
    right: 0;
    visibility: visible;
    transition-delay: 0s, 0s;
    transition-timing-function: ease-in;
}
.MenuBottomRight-wrap > .margin > .padding > button + .more-menu ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    clear: both;
}
.MenuBottomRight-wrap > .margin > .padding > button + .more-menu ul li a {
    padding: 10px 20px;
    display: block;
    transition-property: color, background;
    transition-duration: 0.25s;
}
.MenuBottomRight-wrap > .margin > .padding > button + .more-menu ul li a:hover {
    color: #c40049;
    background: #ebeae9;
}

.MenuBottomRight-wrap > .margin > .padding > button + .more-menu .controls {
    border-bottom: 1px solid #d7d2cb;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 11px 14px 11px 20px;
    font-size: 20px;
    height: 42px;
    overflow: hidden;
}
.MenuBottomRight-wrap > .margin > .padding > button + .more-menu .controls::after {
    content: "";
    display: block;
    clear: both;
}
.MenuBottomRight-wrap > .margin > .padding > button + .more-menu .controls .close {
    float: right;
    font-size: 26px;
    color: #c40049;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.MenuBottomRight-wrap > .margin > .padding > button + .more-menu .controls .title {
    width: 90%;
    float: left;
    text-align: center;
    font-family: "dearjoe3";
    font-size: 20px;
    line-height: 42px;
    position: relative;
    top: -8px;
    white-space: nowrap;
    overflow: hidden;
}

.MenuBottomRight-wrap > .margin > .padding > button + .more-menu h2 {
    padding: 11px 20px 11px 20px;
    margin: 0;
}

.MenuBottomRight-wrap > .margin > .padding > button + .more-menu + .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-delay: 0s, 0.5s;
    transition-duration: 0.5s, 0s;
    transition-timing-function: ease-out;
}
.MenuBottomRight-wrap > .margin > .padding > button.active + .more-menu + .overlay {
    opacity: 0.5;
    visibility: visible;
    transition-delay: 0s, 0s;
    transition-timing-function: ease-in;
}

.MenuBottomRight-wrap .socialMediaShare,
.MenuBottomRight-wrap .SocialMediaFollow-wrap {
    padding: 10px 20px;
    font-size: 14px;
}
.MenuBottomRight-wrap .socialMediaShare .title {
    font-weight: bold;
    padding-bottom: 5px;
}
.MenuBottomRight-wrap .socialMediaShare .SocialMediaLinks-wrap > .margin > .padding {
    text-align: left;
    height: auto;
}
.MenuBottomRight-wrap .SocialMediaFollow-wrap a > i {
	border: 1px solid #ebeae9;
}
.MenuBottomRight-wrap .SocialMediaFollow-wrap a:hover > i {
    background-color: #0199ff;
    color: #ffffff;
    border-color: #0199ff;
}


/* A */
@media (max-device-width:1023px) and (orientation:landscape)
{
	
}

/* B*/
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{

}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{	

}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{

}
