@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;
}

.mobileheader{
    background-color: rgba(0, 0, 0, 0.6);
}
#t-header-widget{width: 100%;}
.fixed #t-header-widget{position: fixed;top: 0; z-index: 2;}

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: 100% !important;
}

.content{
    /*min-height:70%;*/
    text-align:left;
    padding:25px 15px;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.frontpage {
    /*min-height: 800px;*/
    padding-bottom: 20px;
    float: none;
    width: 100%;
}
.content img{
    margin-bottom:10px;
    max-width: 100%;
}

.footer{
    font-size: 12px;
}
.footer a:hover {
    color: rgb(0, 0, 0);
}

.scrollmenu{
    max-height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollmenu .submenu{
    cursor: pointer;
    display: block;
    /*height: 20px;
    right: 5px;
    padding: 6px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}

.scrollmenu .end_of_menu .submenu{
    position: absolute;
    /*top: 4px;*/
    width: 20px;
}

.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;    
}

#header,#header *{transition: all 0.4s ease;-webkit-transition: all 0.4s ease;}

#header-container{
    width: 100%;
    max-width: 1200px; 
    padding: 12px 0;
}
#header.fixed-nev #header-container{padding: 3px 0;}
#header-container .logo{overflow: hidden; float: left;}
#header-container .logo img{width: 100%; height: auto;}
#header.fixed-nev .logo img{width: 65%;}
#header .sm-menu a {font-size: 17px;}
#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 #headerwidget *{font-size: 90%;}

#headerwidget {float: right;}

.menu_social_icon {
    position: absolute;
    padding: 15px;
    width: 100%;
    bottom: 60px;
}

.menu_social_icon img{
    width: 34px;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-right: 10px;
    border: 2px solid;
    border-color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}