@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    color: #3a3a3a;
    background: #E6E6DC;
}

}

img {
    display: inline-block !important;
}

a {
    color: #81A594;
}

a:focus {
    outline-style: none;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #00628B;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #220301;
}


ul, li {
}


#main-area {
}

#layout-area {
    padding-bottom: 50px;
}

#header {
    padding: 20px 0 0;
}

.logo {
    padding-bottom: 20px;
    text-align: center;
}

#nav {
    background: #00628B;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    list-style: none;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid;
}

#nav ul li:first-child {
    background: none!important;
}

#nav ul li a {
    color: #fff;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
}

#nav ul li a:hover {
    background-color: #fff;
    color: #000;
}

#content-area {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#left-content {
}

.left-bottom-part {
    padding-bottom: 15px;
    color: #3a3a3a;
}

.left-bottom-part h1 {
    color: #81A594;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 15px;
}

.left-bottom-part h2 {
    color: #81A594;
    font-size: 18px;
    line-height: 22px;
}

.left-bottom-part p {
    color: #3a3a3a;
}

#right-content {
}

.sidebar {
    padding-bottom: 15px;
}

.sidebar h2 {
    color: #81A594;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    list-style: none;
    color: #fff;
    padding: 5px 0;
    background: #00628B;
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

.sidebar-banner {
    text-align: center;
    display: none;
}

.sidebar-banner span {
    text-align: center;
    padding-bottom: 15px;
}

.sidebar-banner span img {
    margin-bottom: 10px;
}

footer {
}

footer p {
}

footer a {
}

ul#menubelow {
    list-style: none;
    margin-top: 20px;
}

ul#menubelow li {
    display: inline-block;
}

ul#menubelow li a {
    text-decoration: none;
    margin: 0 5px;
    background: #449a44;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

ul#menubelow li a:hover {
    opacity: .7;
}


@media (min-width: 769px) {
    .navbar-main {
    }

    .navbar-main ul {
    }

    .navbar-main ul li {
        float: none;
        background: none;
    }

    .navbar-main ul li a {
        padding: 0;
    }

    .navbar-header {
        display: none;
    }

    .sidebar-banner {
        display: block;
    }

    .logo {
    }
}
.clearfix::after{content:"";display:table;clear:both}
