@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Light.eot');
    src: local('Stem Light'), local('Stem-Light'),
        url('/fonts/Stem-Light.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-Light.woff2') format('woff2'),
        url('/fonts/Stem-Light.woff') format('woff'),
        url('/fonts/Stem-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Medium.eot');
    src: local('Stem Medium'), local('Stem-Medium'),
        url('/fonts/Stem-Medium.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-Medium.woff2') format('woff2'),
        url('/fonts/Stem-Medium.woff') format('woff'),
        url('/fonts/Stem-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Bold.eot');
    src: url('/fonts/Stem-Bold.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-Bold.woff2') format('woff2'),
        url('/fonts/Stem-Bold.woff') format('woff'),
        url('/fonts/Stem-Bold.ttf') format('truetype'),
        url('/fonts/Stem-Bold.svg#Stem-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-SemiLight.eot');
    src: local('Stem Semi Light'), local('Stem-SemiLight'),
        url('/fonts/Stem-SemiLight.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-SemiLight.woff2') format('woff2'),
        url('/fonts/Stem-SemiLight.woff') format('woff'),
        url('/fonts/Stem-SemiLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-ExtraLight.eot');
    src: local('Stem Extra Light'), local('Stem-ExtraLight'),
        url('/fonts/Stem-ExtraLight.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-ExtraLight.woff2') format('woff2'),
        url('/fonts/Stem-ExtraLight.woff') format('woff'),
        url('/fonts/Stem-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Thin.eot');
    src: local('Stem Thin'), local('Stem-Thin'),
        url('/fonts/Stem-Thin.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-Thin.woff2') format('woff2'),
        url('/fonts/Stem-Thin.woff') format('woff'),
        url('/fonts/Stem-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Regular.eot');
    src: url('/fonts/Stem-Regular.eot#iefix') format('embedded-opentype'),
        url('/fonts/Stem-Regular.woff2') format('woff2'),
        url('/fonts/Stem-Regular.woff') format('woff'),
        url('/fonts/Stem-Regular.ttf') format('truetype'),
        url('/fonts/Stem-Regular.svg#Stem-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background: url(/skb/img/bg.png);
    font-weight: 500;
}
.wrapper{
    width: 1024px;
    margin: auto;
    padding: 0 25px;
    font-family: Tahoma;
    font-family: Stem;
    font-size: 17px;
    color: #333;
    background: #fff;
}
html,body,.wrapper,.content .main{
    min-height: 100%
}
a{
    color: #427dbf;
}
a:hover{
    text-decoration:none;
}
.cl{
    clear: both;
}
.fl{ float:left; }
.fr{ float:right; }
/*
.sidebar{
    float: left;
    width: 250px;
}
.main{
    float: right;
    width: 750px;
}
*/
.menu{
    list-style: none;
    display: flex;
    padding: 0;
    /* justify-content: space-around; */
    padding: 0;
    margin: 0 -25px;
    background: #31cb96;
    align-items: stretch;
}
.menu li {
    flex-grow: 1;
    line-height: 72px;
}
.menu a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Tahoma;
    font-family: Stem;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.menu a.act{
    color: #fff;
    background: #fd3246;
}
.menu a:hover{
    background: #fff;
    color: #fd3246;
}

img.fl{
    float: left;
    margin: 10px 10px 10px 0;
}
img.fr{
    float: right;
    margin: 10px 0 10px 10px;
}
img{
    max-width: 100%;
}
.center{
    text-align: center;
    margin: auto;
}
.content{
    min-height: 80%;
}
.img50{
    width: 50%;
    margin-right:0 !important;
}
.img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.img100{
    width: 100%;
}
.header a.fl{
    margin-right: 25px;
}
.header a.fr{
    margin-left: 25px;
}
.header h1{
    padding-top: 15px;
    margin-top: 0;
    margin: auto;
}
.header{
    display: flex;
    justify-content: space-between;
}
.header,
.footer{
    padding: 25px 0;
}
.title{
    font-weight: 700;
}
.main ol
.main ul{
    list-style: inset;
}