
/* Search Menusection //// */
#Menusection .mod_search {
    width:50px;
    height:44px;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    padding:0;
    background-color:#488d5f;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index:1000;
}
#Menusection .mod_search:hover {
    width:100%;
}
#Menusection .mod_search .formbody {
    width:100%;
    height:44px;
}
#Menusection .mod_search .formbody:before {
    width:50px;
    height:33px;
    right:0;
    top:0;
    position:absolute;
    padding-top:14px;
    text-align:center;
    background-color:#9b9b9b;
    color:#fff;
    font:17px 'Font Awesome 6 Free';
    content: "\f002";
    font-weight: 900;
}
#Menusection .mod_search .formbody .submit {
    width:50px;
    height:50px;
    right:0;
    top:0;
    position:absolute;
    margin:0;
    padding:0;
    border:0px;
    border-radius:0;
    font-size:0px;
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    cursor:pointer;
    background:transparent;
}
#Menusection .mod_search .formbody .submit:hover {
    background-color:rgba(0,0,0,.05);
}
#Menusection .mod_search h1,
#Menusection .mod_search h2,
#Menusection .mod_search h3,
#Menusection .mod_search h4,
#Menusection .mod_search h5,
#Menusection .mod_search h6 {
    width:90px;
    height:39px;
    left:0;
    top:0;
    position:absolute;
    margin:0;
    padding:14px 0 0 20px;
    font-size:16px;
    line-height:16px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#Menusection .mod_search .formbody .text {
    width:100%;
    height:50px;
    left:0;
    top:0;
    position:absolute;
    display:block;
    padding:0 60px 0 90px;
    vertical-align:middle;
    border:0px;
    border-radius:0;
    font-size:14px;
    background-color:rgba(0,0,0,.01);
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#Menusection .mod_search .header,
#Menusection .mod_search .first,
#Menusection .mod_search .last,
#Menusection .mod_search .even {
    display:none;
}

/* Search /////// */
.mod_search .even,
.mod_search .odd {
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:20px;
    background-color:#e8e8e8;
}
#main .mod_search a {
    padding-left:10px;
    color:#fff;
}
.mod_search .even a,
.mod_search .odd a {
    width:100%;
    position:relative;
    display:inline-block;
    padding:6px 11px;
    background-color:#999;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_search .even a:hover,
.mod_search .odd a:hover {
    background-color:#f39100;
}
.mod_search .even a span,
.mod_search .odd a span {
    float:right;
    padding-top:2px;
    font-size:12px;
    color:#fff;
}
.mod_search .even div,
.mod_search .odd div {
    padding:10px 20px;
}

/* Search Side /////// */
aside .mod_search fieldset {
    position:relative;
    display:none;
}
