body {
    padding         : 0;
    margin          : 0;
    background-color: #fff
}

#bottom {
    padding-top   : 20px;
    padding-bottom: 20px
}

#header {
    padding       : 0;
    padding-bottom: 0px;
    position      : relative
}

#top {
    margin       : 0;
    max-width    : 100%;
    position     : relative;
    margin-bottom: 0
}

#top div.fullstakr-banner {
    background-position: center center;
    background-size    : cover
}

#top>.kr_banner {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : 0;
    width   : 100%
}

#title {
    float        : none;
    margin-top   : 60px;
    margin-bottom: 10px
}

#title .kr_wysiwyg {
    font-family   : "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size     : 2.56rem;
    color         : #fff;
    text-align    : center;
    letter-spacing: -1px;
    line-height   : 1;
    font-weight   : 700
}

#top.frontpage #title {
    float     : left;
    margin-top: 15px
}

#top.frontpage #title .kr_wysiwyg {
    font-size: 2.19rem
}

#wrap {
    background-color: #fff
}

#bottom .kr_wysiwyg {
    color    : #bbb;
    font-size: 15px
}

#bottom a {
    color: #e02e40
}

#bottom a:hover {
    color          : #999;
    text-decoration: underline
}

#languages {
    margin: 15px 0 0 0
}

#languages ul {
    margin: 0 0 0 35px
}

#languages li>a {
    font-family    : Arial, Helvetica, sans-serif;
    font-size      : 14px;
    text-decoration: none;
    color          : #fff;
    padding        : 5px;
    min-width      : 28px;
    line-height    : 21px;
    display        : inline-block;
    font-weight    : 700
}

#languages li.selected>a,
#languages li>a:hover {
    border-bottom: 3px solid;
    border-color : #e02e40
}

#menu>ul {
    padding: 10px 15px
}

#menu>ul>li {
    margin: 0 2px
}

#menu>ul>li>a {
    font-size     : 15px;
    margin        : 0 5px;
    padding       : 12px 9px 12px 9px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight   : 700;
    color         : #fff;
    border-bottom : 3px solid transparent;
    margin-bottom : 0
}

#menu>ul>li.selected>a,
#menu>ul>li>a:hover {
    border-color: #e02e40
}

#menu ul li a {
    font-family    : Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding        : 8px 14px
}

#menu ul ul {
    border-radius   : 3px;
    background-color: #fff;
    box-shadow      : 0 2px 2px rgba(0, 0, 0, .1);
    min-width       : 150px;
    border          : 1px solid #eee
}

#menu ul ul li {
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0
}

#menu ul ul li:last-child {
    border-bottom             : none;
    border-bottom-left-radius : 3px;
    border-bottom-right-radius: 3px
}

#menu ul ul li:first-child {
    border-top-left-radius : 3px;
    border-top-right-radius: 3px
}

#menu ul ul li:hover {
    background-color: #f5f5f5
}

#menu ul ul li a {
    font-size    : 15px;
    padding      : 15px;
    color        : #8f8f8f;
    border-bottom: 1px solid transparent;
    border-top   : 1px solid transparent
}

#menu {
    width : auto;
    float : none;
    margin: 10px auto 0 auto;
    left  : 0;
    right : 0
}

#menu>ul {
    border-radius: 3px;
    margin-left  : 15px;
    margin-right : 15px
}

#bigbar-overlay {
    padding: 10px 30px 0 30px
}

#bigbar-colorizer {
    position        : absolute;
    top             : 0;
    right           : 0;
    bottom          : 0;
    left            : 0;
    background-color: hsla(0, 0%, 0%, .63)
}

.bigbar-h1 .kr_wysiwyg {
    text-align    : center;
    font-family   : "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size     : 50px;
    margin        : 75px 0 10px 0;
    color         : #fff;
    letter-spacing: -1px;
    font-weight   : 700;
}

.bigbar-h2 .kr_wysiwyg {
    text-align : center;
    font-family: Arial, Helvetica, sans-serif;
    color      : #fff;
    font-size  : 1.25rem;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

#top .kr_editable h1 {
    margin: 0;
    color : #fff
}

#top.kr_editable p {
    color: #fff
}

#sidebar .sidebox {
    margin-bottom: 25px
}

#sidebar .sidebox:last-child {
    margin-bottom: 0
}

#sidebar h2 {
    font-size     : 1.4rem;
    border-bottom : 1px solid #eee;
    padding-bottom: 15px;
    line-height   : 1.5
}

@media screen and (max-width:750px) {
    #top.frontpage #menu {
        margin-bottom: 10px
    }

    #menu ul {
        margin-left  : -30px;
        margin-right : -30px;
        border-radius: 0
    }

    #top {
        border-bottom: 1px solid #eee
    }

    #header {
        width: auto
    }

    #title .kr_wysiwyg {
        margin-top: 15px
    }

    #top.frontpage #title {
        float: none
    }

    #top.frontpage #title .kr_wysiwyg {
        margin-top: 0
    }

    .bigbar-h1 .kr_wysiwyg {
        font-size    : 2.44rem;
        margin-bottom: 0;
        margin-top   : 3.13rem
    }

    .bigbar-h2 .kr_wysiwyg {
        font-size: .94rem
    }

    #bigbar-overlay {
        margin-top: 0 !important
    }

    #bigbar br {
        display: none
    }

    #top.frontpage {
        margin-bottom: 0
    }
}