/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2022 | 05:50:51 */
.nav-mobile-content{
position: fixed;
bottom: 0;
width: 100%;
display: none;
background-color: #fecf41;
 z-index: 100;
 border-top: 3px solid black;
}
.nav-mobile-content ul{
width: 100%;
margin: 0;
padding: 10px 0 10px 0;
float: left;
}
.nav-mobile-content ul li{
list-style: none;
text-align: center;
border-right: #FFF 1px solid;
display: block;
}
.nav-mobile-content ul li i{
display: block;
}
.nav-mobile-content ul li a{
float: left;
color: black;  
display: block;
width: 25%;
text-align: center;
padding: 6px 0;
font-size: 14px;
}

#insert-ads {
	display: none;
    position: fixed;
    z-index: 120;
    height: 35px;
    width: 100%;
    background-color: #42e753;
    top: 80px;
}

#insert-ads p{
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.params{
	color: blue;
}

@media (max-width: 600px){
.nav-mobile-content {
    display: block;
}
}

