@font-face {
    font-family: "ABeeZee-Regular";
    src: url("fonts/ABeeZee-Regular.otf"), url("fonts/ABeeZee-Regular.ttf") format("truetype");
}
.sidemap ul li, a, a:link{
    word-wrap: break-word;
    color: rgb(255, 10, 10);
}
.sidemap ul li, a:hover{
    color: rgb(0,0,0);
}

.sidemap ul li, a:active {
    color: rgb(111, 121, 214);
}
.sidemap ul li, a:visited {
    color: rgb(137, 181, 144);
}
ul{
    margin-top: 0px;
}
#desk_nav{
    float: right;
    border-bottom: medium none rgb(0, 0, 0);
}
.sm{position:relative;z-index:999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.sm-menu li:hover > ul {
    transform: scaleY(1) translateZ(0);
}

.sm-menu ul {
    position: absolute;
    width: 12em;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    transition: transform 0.3s, opacity 0.3s;
}

.sm-menu ul li ul{
    left: 100%;
    top:0;
}

.sm-menu li {
    float: left;
}

.sm-menu ul li {
    float: none;
}

.sm-menu a {
    white-space: nowrap;
    font-size: 17px;
    font-family: "arial";
}

.sm-menu ul a, .sm-menu.sm-vertical a {
    white-space: normal;
}

.sm-menu .sm-nowrap > li > a, .sm-menu .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
}
.sm-menu a, .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
    padding: 32px 16px;
    text-decoration: none;
    color: rgb(125, 125, 125);
}
.sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted{
    color: rgb(0, 0, 0);
}
.sm-menu > li > a.has-submenu{
    padding: 32px 16px;
}

.sm-menu a span.sub-arrow {
    left: 48%;
    margin-top: 0;
    bottom: 18px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: absolute;
    text-shadow: none;
    overflow: hidden;
    text-align: center;
}

.sm-menu a.highlighted span.sub-arrow:before {
    display: none;
}
.sm-menu > li:first-child {
    border-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.sm-menu ul {
    /*    border: 1px solid #a8a8a8;
        padding: 7px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;*/
    box-shadow: 0 0 10px #000;
}
.sm-menu ul a, .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active, .sm-menu ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
}
.sm-menu ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ffffff;
}
.sm-menu ul li {
    border: 0;
}
.sm-menu span.scroll-up,
.sm-menu span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
}
.sm-menu span.scroll-up-arrow, .sm-menu span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
}
.sm-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
}

h1, h2, h3, h4, h5, h6{
    font-family: "ABeeZee-Regular";
}

.header{
    background: rgb(225, 225, 225) none repeat scroll 0 0;
}
.wrapperinner{
    position:relative; 
    max-width: 1200px;
}

.content{
    /*min-height:70%;*/
    text-align:left;
    padding:25px 40px 15px;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.frontpage{
    /*min-height:500px;*/
}
.content img{
    margin-bottom:10px;
    max-width: 100%;
}
.abovecontent, .belowContent {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.footer{
    font-size: 12px;
}
.footer a:hover {
    color: rgb(0, 0, 0);
}

.scrollmenu .submenu{
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 20px;
    padding: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}
.scrollmenu .submenu.open{
    background-image: url("big-minus.svg");
}
.scrollmenu .submenu.close{
    background-image: url("big-plus.svg");
}

#smallheader{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:50px;
    display:none;
    z-index:998;
    background: rgb(225, 225, 225) none repeat scroll 0 0;
}
.copyright {
    font-size: 14px;
}
#stuff .copyright, #stuff .copyright a, .footer a  {
    color: rgb(255, 255, 255);
}
#stuff .copyright a:hover, .footer a:hover {
    color: rgb(0, 0, 0);
}
#stuff .copyright a:visited, .footer a:visited {
    color: rgb(255, 255, 255);
}

/* sticky menu */
#header {
    min-height: 80px;
    width: 100%;
    z-index: 998;
    position: relative;
}

/* #header.fixed-nev{min-height: 54px;} */

#header.fixed-nev #header_wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;    
    min-height:53px;
}

#header,#header *{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}

#header-container{
    width: 100%;
    max-width: 1200px; 
}
#header.fixed-nev #header-container{padding: 0;}
#header-container .logo{
    overflow: hidden; 
    float: left; 
    width: 200px; 
    height: 86px;
    position: relative;
    text-align: left;
    align-items: center;
    display: flex;
}
#header-container .logo img{
    width: auto; max-width: 100%; 
    height: auto; max-height: 50px;
}

#header .sm-menu a {font-size: 17px;}
/* #header.fixed-nev .logo{width: 130px;}
#header.fixed-nev .logo {height: 46px;}
#header.fixed-nev .sm-menu a {font-size: 15px;padding: 2px 12px 7px;}
#header.fixed-nev .sm-menu a span.sub-arrow{bottom: -4px;}
#header.fixed-nev #desk_nav{padding: 12px 0;}
#header.fixed-nev #headerwidget *{font-size: 90%;}*/

#headerwidget {float: right;}

