@font-face {
    font-family: "Armata-Regular";
    src: url("Armata-Regular.otf"), url("Armata-Regular.ttf") format("truetype");
}
html body{
    background-color: rgba(221, 238, 255, 1);
    background-image: url(i/bkg2.jpg);
    font-family: "Armata-Regular";
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

ul{
    margin-top: 0px;
}
#desk_nav{
    display:block;
    background: rgba(94, 137, 255, 0.9) none repeat scroll 0 0;
}
#desk_nav .wrapperinner{
    margin: 0 auto;
}
#t-header-widget{width: 100%;}
.fixed #t-header-widget{position: fixed;top: 0; z-index: 99;}
.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.animated_menu li:hover > ul {
    transform: scaleY(1) translateZ(0);
    /*opacity: 1;*/
}

.sm-menu ul {
    position: absolute;
    width: 12em;
}
.sm-menu.animated_menu ul{  
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    transition: transform 0.3s, opacity 0.3s;
}

.sm-menu.animated_menu ul li ul{
    left: 100%;
    top:0;
}

.sm-menu li {
    float: left;
}

.sm-menu ul li {
    float: none;
}
.sm-menu a {
    font-family: "Armata-Regular";
    white-space: nowrap;
    font-size: 17px;
}

.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: 8px 20px;
    text-decoration: none;
    color: #ffffff;
}
.sm-menu > li > a.has-submenu{
    padding: 8px 30px 8px 15px;
}

.sm-menu a span.sub-arrow {
    top: 50%;
    margin-top: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    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;
    border-color: #ffffff transparent transparent;
}

.sm-menu a.highlighted span.sub-arrow:before {
    display: none;
}
.sm-menu > li:first-child {
    border-left: 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 a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
    background-color: rgba(33, 89, 245, 0.9);
}
.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;
}
.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";
}

a{
    word-wrap: break-word;
}
.header{
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    max-height: 200px;
}

.header #smallheader{
    display: none;
    height: 0;
}
body.sticky-header .fixed_header #smallheader{height: 50px;}
body.sticky-header .fixed_header{
    position:fixed;
    top:0px;
    z-index:998;
    display: block;
    line-height: 50px;
    width:100%;
    margin: 0 auto;
}
body.sticky-header .fixed_header .header{height: 50px;}
body.sticky-header .fixed_header #smallheader{
    display: block;
}
body.sticky-header .fixed_header #largeheader{
    display: none;
}

/*body.sticky-header #desk_nav{
    position:fixed;
    z-index: 999;
    padding: 0;
    top:50px;
}*/
.wrapperinner{
    position:relative; 
    max-width: 1400px;
}

.content{
    /*min-height:70%;*/
    text-align:left;
    padding:25px 15px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.content img{
    margin-bottom:10px;
    max-width: 100%;
}


.navigation{
    border-bottom: none;
}

.mobilepadding{
    height: 0;
    display: none;
}

.toolmenu{
    background: rgba(94, 137, 255, 0.9) none repeat scroll 0 0;
}

.toolmenu a{
    color: rgba(255, 255, 255, 1);
}

.mobileheader{
    background: rgba(94, 137, 255, 0.9) none repeat scroll 0 0;
}
.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");
}