
/*new update*/

.fixedmenu, .back-top {
	background: rgb(11,57,78);
	background: -moz-linear-gradient(41deg, rgba(11,57,78,1) 0%, rgba(0,177,255,1) 46%, rgba(3,140,200,1) 62%, rgba(11,57,78,1) 98%);
	background: -webkit-linear-gradient(41deg, rgba(11,57,78,1) 0%, rgba(0,177,255,1) 46%, rgba(3,140,200,1) 62%, rgba(11,57,78,1) 98%);
	background: linear-gradient(41deg, rgba(11,57,78,1) 0%, rgba(0,177,255,1) 46%, rgba(3,140,200,1) 62%, rgba(11,57,78,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b394e",endColorstr="#0b394e",GradientType=1);
}

.item-two {
   background: url(../images/bg-theme-1.webp) no-repeat;
}
.item-one {
   background: url(../images/bg-theme-0.webp) no-repeat;
}
.item-three {
   background: url(../images/bg-theme-2.webp) no-repeat;
}
.item-four {
   background: url(../images/bg-theme-3.webp) no-repeat;
}
.item-five {
   background: url(../images/bg-theme-4.webp) no-repeat;
}
.item-six {
   background: url(../images/bg-theme-5.webp) no-repeat;
}
.item-seven {
   background: url(../images/bg-theme-6.webp) no-repeat;
}

.roblox p {
    background-color: #ffffffee;
    color: #9c9c9c;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 33%;
    font-size: 0.8em;
    text-align: center;
}

.roblox {
    width: 100%;
    display: inline-flex;
}
.roblox strong {
    color: #00b1ff;
    display: block;
	text-transform: uppercase;
}

@media (min-width: 1400px){
   .sidemenu_btn{
	   display:none!important;
   }
}
@media (max-width: 768px){
   .sidemenu_btn{
	   display:block!important;
   }
   .item-five {
    background-position: top right!important;
}
.item-five {
    background-position: top right!important;
}

.item-six {
    background-position: top center!important;
}
}

