body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
    color: #8eb02b;
    text-decoration: none;
}

    a:hover {
        color: #8c8c8c;
    }

main a:hover {
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #8c8c8c;
}

.btn-primary:hover {
    color: #8eb02b;
    background-color: #000000;
    border-color: #8eb02b;
}



.head-line {
    width: 100%;
    height: 8px;
    background: #2a2a2a;
    margin: 0 auto;
}

header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    color: #080808;
    text-transform: uppercase;
    font-weight: normal;
}

.navbar-brand {
    width: 290px;
    height: 44px;
    display: inline-block;
    text-indent: -50000px;
    float: left;
    background: url(/img/template3/logo.png) no-repeat 0 0;
}


.navbar-nav a:hover,
.navbar-nav .nav-link:hover {
    color: #8eb02b !important;
}

.navbar-nav > li.active {
    background-color: #050505;
}

.navbar-nav .nav-item.active a {
    color: #fff !important;
    text-shadow: none;
}

.navbar-nav li.active li a {
    color: #8a8e87;
}

@media (min-width:992px) {

    nav {
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0 !important;
        margin: 0;
        background: url(/img/template3/menu-bg1.gif) repeat-x 0 0 #ebebeb;
    }

    .navbar-nav, .navbar-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .navbar-nav {
        line-height: 1.0;
        min-height: 71px;
    }

        .navbar-nav li {
            float: left;
            text-align: center;
            position: relative;
            min-width: 120px;
            border-right: 1px solid #d6d6d6;
            background: url(/img/menu-bg1.gif) repeat-x 0 0 #ebebeb;
        }

        .navbar-nav a {
            display: block;
            position: relative;
            font-size: 16px;
            text-transform: uppercase;
            color: #161616;
            /*font-family: 'Oswald', sans-serif;*/
            box-shadow: 0 0px 0 1px #FFFFFF inset;
            -webkit-box-shadow: 0 0px 0 1px #FFFFFF inset;
            padding: 27px 16px 26px 16px!important;
        }

        .navbar-nav > li.sfHover,
        .navbar-nav > li:hover {
            background-position: 0 -243px;
        }


        .navbar-nav a:hover,
        .navbar-nav .nav-link:hover {
            color: #8eb02b !important;
        }

        .navbar-nav > li.active {
            background-position: 0 -127px;
            background-color: #050505;
        }

        .navbar-nav .nav-item.active a {
            color: #fff !important;
            text-shadow: none;
        }

        .navbar-nav li.active li a {
            color: #8a8e87;
        }

        .navbar-nav ul {
            position: absolute;
            background: url(/img/template3/menu-bg2.gif) repeat-x 0 bottom #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            /*top:-999em;*/
            min-width: 153px; /* left offset of submenus need to match (see below) */
            padding-top: 12px;
            padding-bottom: 13px;
            padding-left: 35px;
        }

            .navbar-nav ul li {
                border: none;
                line-height: 14px;
                text-align: left;
                background: none;
                width: 100%;
            }


        .navbar-nav li:hover {
            visibility: inherit; /* fixes IE7 'sticky bug' */
        }

    .dropdown-menu {
        background: url(/img/template3/menu-bg2.gif) repeat-x 0 bottom #fff;
        border: none;
        min-width: 136px; /* left offset of submenus need to match (see below) */
        padding: 0;
    }

        .dropdown-menu a {
            background: url(/img/template3/menu-marker2.png) no-repeat 8px 17px #f0f0f0;
            line-height: 14px;
            padding: 11px 5px 10px 17px;
            width: 100%;
            text-align: left;
        }


    .last,
    .last a {
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        width: 160px !important;
        border: none !important;
    }

    .first,
    .first a {
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }
}

@media (max-width:991px) {
    .navbar-nav a {
        margin-left: 16px;
    }

    .navbar-brand {
        width: 246px;
        height: 37px;
        display: inline-block;
        text-indent: -50000px;
        float: left;
        background: url(/img/template3/logo.png) no-repeat 0 0;
        background-size: 85% auto !important;
    }


}
.social-links {
    float: right;
    list-style: none;
}

    .social-links a {
        color: #a0a0a0;
        display: block;
        float: left;
        margin: 0 16px 0 0;
        font-size: 24px;
    }

.social-links a:hover {
    color: #8EB02B;
    text-decoration:none;
}

    .social-links a div {
        margin: 6px 0 0 0;
        display:inline-block;
    }


@media (max-width:991px) {
    .social-links a {
        font-size: 21px;
        margin: 0 12px 0 0;
    }
        .social-links a div {
            margin: 4px 0 0 0;
            display: inline-block;
        }
}


footer {
    width: 100%;
    background: #2a2a2a;
    color: #959494;
    font-size: 11px;
}

.foot-logo {
    background: url(/img/template3/foot-logo.png) no-repeat 0 0;
    width: 120px;
    height: 15px;
    display: inline-block;
    float: left;
    margin: 0 16px;
}

footer a {
    color: #959494;
    text-transform: uppercase;
    font-size: 11px;
}

    footer a:hover {
        color: #8EB02B;
    }

.foot-text {
    padding: 0 32px!important;
}

.soc-icons a {
    display:block;
    float:left;
    margin: 0 16px 0 0;
    font-size: 20px;
}


.soc-icon {
    float: right;
    list-style: none;
}


#bgr {
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    ;
    z-index: 2000;
}

#popupInfo {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    border: solid 1px #1f5765;
    z-index: 3000;
    font-size: 24px;
    background: #ffffff;
    border-radius: 5px;
}
#popupCInfo {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border: solid 1px #1f5765;
    z-index: 3000;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}


h3.default-page {
    /*font-family: 'Arial', 'Oswald', sans-serif;*/
    line-height: 1.2em;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #222222;
   /* letter-spacing: -1px;  */
    margin: 32px 0;
    font-weight: normal;
    display:block;
}

h4 {
    /*font-family: 'Arial', 'Oswald', sans-serif;*/
    line-height: 1.2em;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 1px;
    margin: 32px 0;
    font-weight: normal;
    display:block;
}


p.default-page-list {
    /*font-family: 'Arial', 'Oswald', sans-serif;*/
    line-height: 1rem;
    font-size: .9rem;
    color: #222222;
    /*letter-spacing: -1px;*/
    font-weight: normal;
}

    p.default-page-list a {
        color: #666666;
    }

ul.lib {
    list-style:none;
}

ul.lib li::before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 24px;
    background-image: url('/img/template3/page1-img6.png');
    margin: 16px 8px -16px -30px;
}

ul.lib li {
    display:block;
}

.ann {
	margin: 30px 10px;
	border-left:1px solid #cccccc;
	padding-left:15px;
}