div#container
{
   width: 1080px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Image1
{
   border: 0px solid #000000;
   padding: 0px 0px 0px 0px;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#OverlayMenu1
{
   background-color: #424242;
   background-image: none;
   border: 0px solid #424242;
   margin: 0;
}
#OverlayMenu1:hover
{
   background-color: #FF8C00;
   background-image: none;
   border-color: #424242;
}
#OverlayMenu1
{
   display: block;
   width: 40px;
   height: 40px;
   position: absolute;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 35px;
   height: 7px;
   position: relative;
   top: -2px;
   background: #7CFC00;
   display: block;
   margin: 7px auto;
}
#OverlayMenu1:hover .line
{
   background: #000000;
}
#OverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu1-close:before, #OverlayMenu1-close:after
{
   background: #7CFC00;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span
{
   background: #7CFC00;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after
{
   background: #7CFC00;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu1-close span
{
   background: #7CFC00;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after
{
   background: #7CFC00;
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background: #000000;
}
#OverlayMenu1-overlay ul
{
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   height: 60%;
   width: 100%;
   max-width: 500px;
   margin: 0 auto 0 auto;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li 
{
   position: relative;
}
.OverlayMenu1 li a 
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #7CFC00;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #FF8C00;
   background-color: #2F4F4F;
}
#OverlayMenu1-overlay
{
   opacity: 0;
   visibility: hidden;
   -webkit-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
  -webkit-transition: -webkit-transform 1000ms, opacity 1000ms, visibility 0s 1000ms;
  transition: transform 1000ms, opacity 1000ms, visibility 0s 1000ms;
}
#OverlayMenu1-overlay.show
{
   opacity: 1;
   visibility: visible;
   -webkit-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -webkit-transition: -webkit-transform 1000ms, opacity 1000ms;
   transition: transform 1000ms, opacity 1000ms;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0px 10px 0px 0px;
}
#OverlayMenu1-social
{
   padding: 40px 0px 0px 0px;
}
#OverlayMenu1-social .social-icon 
{
   border-radius: 50%;
   background-color: #7CFC00;
   color: #000000;
   display: inline-block;
   font-size: 21px;
   margin: 0 .5em;
   padding: 8px;
   -webkit-transition: all .2s linear 0s;
   transition: all .2s linear 0s;
   width: 21px;
}
#OverlayMenu1-social .social-icon:hover 
{
   background-color: #FF8C00;
   color: #2F4F4F;
}
.OverlayMenu1-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
#wb_OverlayMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
   left: 50% !important;
   margin-left: 495px;
}
#wb_Search
{
   background-color: transparent;
   background-image: none;
   border: 0px none #7CFC00;
   text-align: center;
   margin: 0;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_Search:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px none #245580;
}
#Search
{
   height: 40px;
   width: 40px;
}
#Search i
{
   color: #7CFC00;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 40px;
}
#wb_Search:hover i
{
   color: #FF8C00;
}
#wb_Close
{
   background-color: transparent;
   background-image: none;
   border: 0px none #7CFC00;
   text-align: center;
   margin: 0;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_Close:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px none #245580;
}
#Close
{
   height: 40px;
   width: 40px;
}
#Close i
{
   color: #7CFC00;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 40px;
}
#wb_Close:hover i
{
   color: #FF8C00;
}
#Image2
{
   border: 0px solid #000000;
   padding: 0px 0px 0px 0px;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#InlineFrame1
{
   border: 5px groove #C0C0C0;
   margin: 0;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px groove #FF0000;
   text-align: center;
   margin: 0;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px groove #245580;
}
#IconFont1
{
   height: 40px;
   width: 50px;
}
#IconFont1 i
{
   color: #32CD32;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 37px;
}
#wb_IconFont1:hover i
{
   color: #FFFFFF;
}

#headerPanelMenu_panel 
{
    margin-top: 65px;
}
#headerPanelMenu-footer 
{
    font-size: 12px;
    bottom: 70px !important;
}

#headerPanelMenu_panel 
{
    margin-top: 65px;
}
#headerPanelMenu-footer 
{
    font-size: 12px;
    bottom: 70px !important;
}
