@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        font-family: sans-serif;
    }
}

img {
    max-width: 100%;
}

.callout {
    margin-bottom: 25px;
    padding: 20px;
    border-left: 3px solid #eeeeee;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout-danger {
    background-color: #fdf7f7;
    border-color: #ebccd1;
}

.callout-danger h4 {
    color: #a94442;
}

.callout-warning {
    background-color: #faf8f0;
    border-color: #faebcc;
}

.callout-warning h4 {
    color: #8a6d3b;
}

.callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1;
}

.callout-info h4 {
    color: #31708f;
}

.callout-success {
    background-color: #f9fdf7;
    border-color: #d6e9c6;
}

.callout-success h4 {
    color: #3c763d;
}

.t-ww {
    word-wrap: break-word;
    word-break: break-word;
}

.border-none {
    border: 0;
}

.pos-r {
    position: relative !important;
}

.pos-a {
    position: absolute !important;
}

.pos-f {
    position: fixed !important;
}

.w-sm {
    width: 25% !important;
}

.w-md {
    width: 50% !important;
}

.w-lg {
    width: 75% !important;
}

.w-full {
    width: 100% !important;
}

.w-50 {
    width: 50px !important;
}

.w-100 {
    width: 100px !important;
}

.w-120 {
    width: 120px !important;
}

.w-130 {
    width: 130px !important;
}

.w-140 {
    width: 140px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.m-auto {
    margin: auto;
}

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-a {
    margin: 20px !important;
}

.m-t {
    margin-top: 20px !important;
}

.m-r {
    margin-right: 20px !important;
}

.m-b {
    margin-bottom: 20px !important;
}

.m-l {
    margin-left: 20px !important;
}

.m-x {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.m-y {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-xs {
    margin: 5px !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-x-xs {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.m-y-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-a-sm {
    margin: 10px !important;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-b-sm {
    margin-bottom: 10px !important;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-x-sm {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-a-md {
    margin: 30px !important;
}

.m-t-md {
    margin-top: 30px !important;
}

.m-r-md {
    margin-right: 30px !important;
}

.m-b-md {
    margin-bottom: 30px !important;
}

.m-l-md {
    margin-left: 30px !important;
}

.m-x-md {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.m-y-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-a-lg {
    margin: 60px !important;
}

.m-t-lg {
    margin-top: 60px !important;
}

.m-r-lg {
    margin-right: 60px !important;
}

.m-b-lg {
    margin-bottom: 60px !important;
}

.m-l-lg {
    margin-left: 60px !important;
}

.m-x-lg {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.m-y-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-t-min {
    margin-top: -5px;
}

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-a {
    padding: 20px !important;
}

.p-t {
    padding-top: 20px !important;
}

.p-r {
    padding-right: 20px !important;
}

.p-b {
    padding-bottom: 20px !important;
}

.p-l {
    padding-left: 20px !important;
}

.p-x {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.p-y {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-a-xs {
    padding: 5px !important;
}

.p-t-xs {
    padding-top: 5px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-l-xs {
    padding-left: 5px !important;
}

.p-x-xs {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.p-y-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-a-sm {
    padding: 10px !important;
}

.p-t-sm {
    padding-top: 10px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-b-sm {
    padding-bottom: 10px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-x-sm {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-y-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-a-md {
    padding: 30px !important;
}

.p-t-md {
    padding-top: 30px !important;
}

.p-r-md {
    padding-right: 30px !important;
}

.p-b-md {
    padding-bottom: 30px !important;
}

.p-l-md {
    padding-left: 30px !important;
}

.p-x-md {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-y-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-a-lg {
    padding: 60px !important;
}

.p-t-lg {
    padding-top: 60px !important;
}

.p-r-lg {
    padding-right: 60px !important;
}

.p-b-lg {
    padding-bottom: 60px !important;
}

.p-l-lg {
    padding-left: 60px !important;
}

.p-x-lg {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-y-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr {
    border-color: #CCC;
}

.upper-f .bg-b {
    background-color: #1c7ac1;
}

.upper-f .bg-y {
    background-color: #dca910;
}

.upper-f .bg-g {
    background-color: #80bd75;
}

.upper-f .bg-p {
    background-color: #a372d3;
}

.navbar-header .navbar-brand {
    padding-left: 55px;
    background-image: url('../images/october.png');
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 7px 50%;
    transition: color 0.2s ease 0.05s;
    color: #ccc;
}

.navbar-header .navbar-brand:hover {
    color: #000;
}

.navbar-nav li.separator {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    height: 30px;
    margin: 20px 10px 0 10px;
}

.navbar-autohide {
    transition: transform .5s;
}

.navbar-autohide.is-hidden {
    transform: translateY(-72px);
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
    transition: color 0.2s ease 0.05s;
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:after {
    position: absolute;
    height: 4px;
    bottom: -1px;
    content: '';
    border-radius: 4px;
    z-index: 5;
    width: 0;
    left: 50%;
    transition: all 0.2s ease 0.05s;
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after {
    width: 100% !important;
    left: 0 !important;
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li:hover > a:after {
    width: 100%;
    left: 0;
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
    background: transparent;
}

.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
    background: #fff;
}

.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
    background: #fff;
}

.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
    background: #e67e22;
}

.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
    background: #64ae5b;
}

.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
    background: #64ae5b;
}

.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
    background: #93dc8a;
}

@media (max-width: 767px) {
    .navbar-lo {
        margin-top: 0 !important;
    }

    .grecaptcha-badge {
        display: none;
    }

    .divider {
        border-right: none !important;
    }

    #prof_menu {
        margin-top: 0 !important;
    }
}

body {
    background: #EBC767 url(../images/bg_30.jpg) repeat-x;
    color: #333;
    background-position-y: 0px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

/*@media (min-width: 320px) {*/
/*    .container {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .container {*/
/*        width: 100%;*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .main-navbar ul {
        display: grid !important;
    }

    .main-navbar li > a {
        padding: 15px 20px !important;
    }
    .navbar-nav > li{
        max-width: unset;
    }
}

@media (max-width: 920px) {
    .f-top h3, .sidebar h5, .mobile_h5_h3 {
        background-size: cover !important;
        /*background: #424f23 !important;*/
        background: url(../images/h3230_01.jpg) no-repeat left top;
        padding: 13px 5px !important;
        text-align: left;
    }

    .sidebar h5 {
        text-align: center !important;
    }

    .mobile_h5_h3 {
        color: #FFFFFF;
        font-size: 12.6px !important;
    }

    .mobile_h5_h3 strong, .f-top strong {
        padding-left: 40px;
    }
}

@media (max-width: 780px) {
    .f-q-icon {
        display: none;
    }

    .f-q-text {
        width: 100%;
    }
}

.container {
    padding: 0;
}

input {
    border: 1px solid rgb(204, 204, 204);
}

input:focus, input:hover {
    background: #FFFFCC;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
}

button:focus {
    outline: none !important;
}

.header-img img {
    width: 100%;
    height: auto;
}

.main-nav {
    background: url(../images/top_menu1.jpg) no-repeat center;
    background-size: cover;
    border-top: 0px solid #666;
    line-height: 1;
    position: relative;
    z-index: 11;
    display: inline-block;
    width: 100%;
}

.main-navbar {
    font-size: 11px;
}

.navbar-lo {
    margin-top: 11px;
    min-height: 46px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-lo {
        margin-bottom: 20px;
    }

    .navbar-lo li {
        padding-top: 5px !important;
    }
}

/*@media (min-width:909px){
    .navbar-lo li{
        padding-top: 5px !important;
    }
}*/
.navbar-nav > li {
    margin: 0 0 0 0px;
    padding: 0 0 4px 4px;
    /*float: left;*/
    display: block;
    background: none;
    cursor: pointer;
    flex: 1 1 20%;
}

.navbar-nav > li > a {
    margin: 0;
    padding: 8px 8px;
    display: block;
    color: #FFF;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    background: #6C7526 url(../images/grad1-mask.png);
}

.navbar-nav > li:not(.active) > a:hover {
    background: #DCA910 url(../images/grad1-mask.png) repeat-x top !important;
}

.navbar-nav > .active > a {
    background: #342 url(../images/grad1-mask.png) repeat-x top !important;
}

.navbar-toggle {
    border: 1px solid #cccccc;
}

.icon-bar {
    background: #c79922;
}

.fresh {
    background-color: #E0E5C1;
    -moz-border-radius: 5px;
    color: #323232;
    padding: 15px 0 5px;
}

.divider {
    border-right: 1px solid #999999;
    padding-bottom: 15px;
}

.fresh h3 {
    font-size: 12.6px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0;
    color: #6C7526;
    background: none;
}

.fresh-list {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    list-style-image: url(../images/arrow.gif);
}

.fresh a {
    color: #6C7526;
    text-decoration: none;
    border-bottom: 1px dotted #6C7526;
    font-size: 14px;
}

.fresh a:hover {
    text-decoration: none !important;
    color: #DCA910 !important;
    border-bottom: 1px solid #DCA910 !important;
}

.fresh .active {
    color: #DCA910 !important;
    border-bottom: 1px solid #DCA910 !important;
}

.fresh p {
    font-size: 11px;
    margin: 0;
}

.fresh-list a {
    font-size: 12px;
}

.fresh-item {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
}

.fresh-item-caption {
    border-right: 1px solid #cccccc;
}

.fresh-item-img > a > img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 65px;
    object-fit: cover;
}

.fresh-item-img img {
    min-width: 100%;
}

.fresh-item-fw i {
    font-size: 10px;
}

.f-top {
    padding: 10px;
    background-color: #E0E5C1;
}

.f-top ul {
    list-style-image: url(../images/arrow.gif);
    /*padding-left: 25px;*/
}

.f-top a {
    font-size: 12px;
    color: #6C7526;
    text-decoration: none;
    border-bottom: 1px dotted #6C7526;
}

.f-top a:hover {
    text-decoration: none !important;
    color: #DCA910 !important;
    border-bottom: 1px solid #DCA910 !important;
}

.f-top p {
    font-size: 8pt;
}

.f-top p strong {
    color: #6c7526;
    font-size: 10pt;
}

.f-top h3 {
    font-size: 12.6px;
    margin: 0 5px 8px 0px;
    padding: 8px 7px 12px 35px;
    color: #FFF;
    background: url(../images/h3230_01.jpg) no-repeat left top;
}

.f-breadcrumb {
    color: #DCA910;
    text-transform: uppercase;
    background: #6C7526;
    font-size: 12px;
}

.f-breadcrumb p {
    margin: 0;
}

.f-breadcrumb a {
    color: #DCA910;
}

.f-breadcrumb a:hover {
    color: #6c7526;
    background-color: #DCA910;
    text-decoration: none;
}

.bc-icon {
    color: #ff8400;
    vertical-align: middle;
    font-size: 7px;
}

.f-bottom {
    background: #272b0d;
}

.f-bottom a {
    color: #DCA910;
    border-bottom: 1px solid #DCA910;
}

.f-bottom p {
    color: #999;
    font-size: 11px;
    padding: 5px 0px;
}

.f-bottom a:hover {
    color: #6C7526;
    border-bottom: #6C7526;
}

.main-content {
    background: #fff;
    padding: 5px;
}

.sidebar h5 {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/h3200_01.jpg) no-repeat;
    background-size: cover;
    padding: 14px 0 15px 40px;
    margin: 0;
}

.sb-item-body {
    background-color: #DFE4C0;
}

.sb-item-body a {
    color: #DCA910;
    border-bottom: 1px solid #DCA910;
    font-size: 12px;
}

.sb-item-body a:hover {
    color: #6C7526;
    border-bottom: #6C7526;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.form-group-addon {
    margin-bottom: 0;
}

.form-group-addon input {
    font-size: 12px !important;
    height: 30px !important;

}

.bordered {
    border: 1px solid #556b2f;
}

h3 a {
    color: inherit;
}

h3 a:hover {
    color: #DCA910;
    text-decoration: none;
}

.btn-default {
    color: #6C7526 !important;
    font-size: 85%;
    padding: 3px 5px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px !important;
}

.btn-primary {
    background: #6C7526 url(../images/grad1-mask.png) repeat-x top;
    border-bottom: none !important;
    border: 1px solid #333;
    color: #FFF !important;
    font-size: 85%;
    padding: 3px 5px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px !important;
}
#newsletterModal .btn-secondary{
	background: #DEDEDE url(../images/grad1-mask.png) repeat-x top;
    border-bottom: none !important;
    border: 0;
    color: #FFF !important;
    font-size: 85%;
    padding: 3px 5px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px !important;
}

.btn-primary:hover, .button:focus {
    background: #DCA910 url(../images/grad1-mask.png);
    border: 1px solid #999;
    text-decoration: none;
}

.btn-primary:focus, .btn-primary.focus {
    background: #DCA910 url(../images/grad1-mask.png);
    border: 1px solid #999;
    text-decoration: none;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #DCA910 url(../images/grad1-mask.png);
    border: 1px solid #999;
    text-decoration: none;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: #DCA910 url(../images/grad1-mask.png);
    border: 1px solid #999;
    text-decoration: none;
}

ul {
    list-style-image: url(../images/arrow.gif);
    /*padding-left: 20px;*/
}

.sidebar input {
    width: 100%;
}

.i-title {
    font-weight: bold;
    font-size: 19.2px;
    color: #DCA910;
}

.i-title img {
    width: 25%;
}

.i-body {
    color: #ff6600;
    font-size: 13px !important;
}

.i-body a {
    color: #ff6600;
    text-decoration: underline;
}

.main-content h3 {
    font-size: 19.2px;
    font-weight: normal;
}

.main-content p, .main-content li {
    font-size: 12px;
}

.article-content li {
    margin-bottom: 10px;
}

.main-content h5 {
    font-size: 12px;
}

.main-link {
    font-size: 12px;
    color: #DCA910;
    border-bottom: 1px solid #DCA910;
}

.main-link:hover {
    color: #6C7526;
    border-bottom: #6C7526;
}

.underline {
    text-decoration: underline;
}

.online {
    text-transform: uppercase;
    color: #6eab33;
}

.menu-list a {
    color: #333;
    display: block;
    outline: none;
    padding: 4px 0;
    text-decoration: none;
    text-indent: 0px;
    border-bottom: 1px dotted #CCC;
}

.menu-list a:hover {
    color: #333;
}

.menu-list li:hover {
    background: #EAEED2;
    border-bottom: 1px dotted #CCC;
}

.menu-list .active > a {
    color: #6C7526;
    font-weight: bold;
}

.pub_at {
    border: 1px solid #DDD;
    background-color: #F6F6F6;
    color: #999;
}

.news-title {
    margin: 10px 0 10px;
    font-weight: bold !important;
    color: #657621;
}

.lm-news-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.news-details-title {
    margin: 10px 0 10px;
    font-weight: bold !important;
    color: #DCA910;
}

.section-list-img {
    width: 40%;
    float: left;
    margin-right: 15px;
    max-width: 130px;
}

.btn-info {
    border: 1px solid #6C7526;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #6C7526;
    background-color: #E0E5C1;
    border-radius: 0;
    font-size: 12px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus {
    background-color: #F4D77F;
    border: 1px solid #6C7526;
    color: #6C7526
}

.pagination {
    margin: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination li a {
    padding: 1px 10px;
    line-height: 20px;
    border: 1px solid #6C7526;
    color: #6C7526;
    background-color: #E0E5C1;
}

.pagination li a:hover {
    background-color: #6C7526;
    border: 1px solid #333;
    color: #fff;
}

.pagination > .active > a {
    background-color: #6C7526;
    border: 1px solid #333;
}

.pagination > .active > a:hover {
    background-color: #6C7526;
    border: 1px solid #333;
}

.pager{
    display: inline-block;
    padding-left: 10px;
}

.pager button{
    padding: 0 5px;
    line-height: 20px;
    border: 1px solid #6C7526;
    color: #6C7526;
    background-color: #E0E5C1;
    border-radius: unset;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.pager button:hover, .pager button.pg-selected{
    background-color: #6C7526;
    border: 1px solid #333;
    color: #fff;
    border-radius: unset;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-decoration-line: underline;
    font-size: 12px;
}
.contact a {
    color: #DCA910;
    text-decoration: underline;
}

.contact a:hover {
    color: #6C7526;
}

.article-content {

}

.article-content h6 {
    margin: 3px 0 10px;
    font-weight: bold;
    line-height: 12.06px;
    font-size: 8.04px !important;
}

.article-content h4 {
    font-weight: bold;
    font-size: 12px !important;
}

.article-content h3 {
    font-weight: bold;
    font-size: 15px !important;
    margin: 3px 0 10px;
}

.article-content h2 {
    font-size: 17px;
    font-weight: bold;
    color: #657621;
    margin: 3px 0 10px;
}

.article-content a {
    color: #DCA910;
    text-decoration: underline;
}

.article-content ol > li {
    font-size: 12px;
    line-height: 21.6px;
}

.authors-list {
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec-article-content-list {
    max-height: 250px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}

.sec-article-content h6 {
    margin: 3px 0 10px;
    font-weight: bold;
    line-height: 12.06px;
    font-size: 8.04px !important;
}

.sec-article-content h4 {
    font-weight: bold;
    font-size: 12px !important;
}

.sec-article-content h3 {
    font-weight: bold;
    font-size: 12px !important;
    margin: 3px 0 10px;
}

.sec-article-content h2 {
    font-size: 12px !important;
    font-weight: bold;
    color: #657621;
    margin: 3px 0 10px;
}

.sec-article-content a {
    color: #DCA910;
    text-decoration: underline;
}

.sec-article-content ol > li {
    font-size: 12px;
    line-height: 21.6px;
}

.sec-article-content p {
    text-align: left !important;
    margin: 0;
}

.action-warning {
    padding: 10px;
    background-color: #eac86d;
    border: 1px solid #caa032;
    margin-bottom: 10px;
    color: #917526;
}

.action-warning a {
    color: #4f571e;
}

.action-warning a:hover {
    color: #4f571e;
}

.gdpr-page h3 {
    font-weight: bold;
    color: #DCA910;
}

.gdpr-page h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
}

.gdpr-page h5 {
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.gdpr-page small {
    font-size: 11px;
    font-style: italic;
}

.gdpr-page a {
    text-decoration: underline;
    color: #DCA910;
}

.gdpr-page a:hover {
    text-decoration: underline;
    color: #6C7526;
}

.reg-page a {
    text-decoration: underline;
    color: #DCA910!important;
}

.reg-page a:hover {
    text-decoration: underline;
    color: #6C7526!important;
}

.gdpr-page li {
    font-size: 12px;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.gdpr-page ul {
    padding-left: 40px;
}

.dgpr-logo {
    max-height: 80px;
}

.o-group h5 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.o-group span {
    font-size: 12px;
}

.sendq {
    font-weight: bold;
    font-size: 13px !important;
}

.questions hr {
    margin-top: 0;
}

.questions h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold !important;
    color: #657621;
    font-size: 21.6px;
}

.questions a {
    font-weight: bold !important;
    color: #DCA910;
    font-size: 12px;
}

.questions a:hover {
    color: #657621;
    text-decoration: none;
}

.question {
    border: 1px solid #ededed;
}

.question-head {
    background-color: #f7f7f6;
    padding-top: 5px;
    padding-bottom: 5px;
}

.question-head small {
    font-size: 9px;
    vertical-align: middle;
    font-weight: bold;
}

.question-body {
    background-color: #f7f7f6;
    border-left: #ededed solid 5px;
    border-right: #ededed solid 5px;
}

.question-body p {
    margin: 0;
    padding: 10px;
}

textarea {
    font-size: 13px !important;
    resize: vertical;
    background: #FFF;
    border-radius: 0 !important;
}

textarea:hover, textarea:focus {
    background-color: #FFFFCC;
    border: 1px solid #ccc !important;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #6eab33;
    }
    49% {
        color: #6eab33;
    }
    60% {
        color: #90e043;
    }
    99% {
        color: #90e043;
    }
    100% {
        color: #6eab33;
    }
}

.practice-sec-header {
    background: #333;
    border: 1px solid #CCC;
    color: #FFF;
    padding: 5px;
    margin: 0;
}

.practice ul {
    list-style: none;
    padding-left: 5px;
}

.practice a {
    font-size: 12px;
    color: #DCA910;
    text-decoration: underline;
}

.question-icon {
    color: white;
    font-weight: bold;
    background: blue;
    text-align: center;
    width: 80px;
    padding: 2px 2px 2px 2px;
}

.testhelp-img-solid {
    margin: auto;
    border: 1px solid #4d7300;
}

.testhelp-img-dashed {
    border: 2px dashed #4d7300;
}

.progress-bar {
    background-color: #000;
}

.progress {
    height: 15px;
    border: 1px solid #000;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 0;
}

.alert {
    border-radius: 0;
}

.alert-danger a {
    color: #a94442;
    text-decoration: underline;
}

.alert-success {
    background-color: #dfe4c0;
    border-color: #b7c2ac;
    color: #50571c;
}

.user-results-divider {
    border-bottom: 1px solid #CCC;
}

.user-results-h {
    text-transform: uppercase;
    font-size: 12.6px !important;
    margin: 0;
    padding: 7px 7px 7px 35px;
    color: #FFF;
    background: url(../images/h3230_01.jpg) no-repeat left top;
    font-weight: bold !important;
    line-height: 1.4;
}

.user-result-list-h {
    font-weight: bold !important;
    line-height: 1.4;
    font-size: 21.6px !important;
    color: rgb(51, 51, 51);
    margin: 0;
}

.test-results h5 {
    padding: 5px;
    margin: 0;
    font-weight: bold;
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.result-list p {
    margin: 0;
    padding: 5px;
}

.test-results thead {
    background-color: #333;
}

.test-results td {
    padding: 5px;
    font-size: 12px;
}

.test-results thead > tr > td {
    color: #fff;
    border: 1px solid #CCC;
}

.test-results tbody > tr:hover {
    background-color: #FFFFF0;
}

.test-results tbody > tr {
    border-bottom: 1px dotted #999999;
}

.test-results a {
    color: #DCA910;
    text-decoration: underline;
    cursor: pointer;
}

.test-results a:hover {
    color: #6C7526;
    text-decoration: underline;
}

.sidebar-modulename {
    text-transform: uppercase;
}

.search-results ul {
    list-style: none;
    padding: 0;
}

.more-article-list ul {
    list-style: none;
    padding: 0;
}

.more-article-list a {
    color: #DCA910;
    text-decoration: underline;
}

.more-article-list a:hover {
    color: #6C7526;
    text-decoration: underline;
}

.authors {
    color: #6C7526;
    text-decoration: underline;
}

.authors:hover {
    color: #DCA910;
    text-decoration: underline;
}

.search-results a {
    color: #DCA910;
    font-weight: 700;
    text-decoration: underline;
}

.search-results a:hover {
    color: #6C7526;
    text-decoration: underline;
}

.search-results small {
    color: #999;
    font-size: 11.04px;
}

.search-page-title {
    color: #DCA910;
    font-weight: bold !important;
    line-height: 1.4;
    margin: 3px 0 10px;
    padding: 0;
    font-size: 19.2px !important;
}

#searchForm {
    border-top: 1px solid #CCC;
    padding: 15px 0;
}

fieldset {
    border: 1px solid #CCC;
    margin: 15px 0;
    padding: 10px;
    width: auto;
}

legend {
    font-weight: bolder;
    line-height: 1.2;
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 0;
    border: none;
    width: auto;
    padding: 0 5px;
}

.only {
    margin-bottom: 0;
}

#searchForm input {
    padding: 3px 5px;
    font-size: 12px;
}

.login-rememberme {
    width: auto !important;
}

.more-article {
    text-transform: uppercase;
    color: rgb(51, 51, 51) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.zoom {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .navbar-nav > li{
        max-width: 20%;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    #mobile_show_sidebar .dropdown-header {
        padding: 3px 45px !important;
    }
}

.navbar-nav .dropdown-menu {
    border: 1px solid #dfe4c0;
    background: #f0f0f0;
    padding: 0;
}

.navbar-nav .dropdown-menu li a {
    color: #565d1e;
    font-weight: 500;
    outline: none;
    font-size: 12px;
    text-decoration: none;
    text-indent: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
}

.navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: 1px dotted #CCC;
}

.pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #6C7526;
    border: 1px solid #333;
    color: #fff;
}

.img-fullw {
    width: 100%;
    height: auto;
}

#toTop {
    font-size: 11px;
    background: #383b25;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 1px 5px;
}

#toTop:hover {
    color: #6C7526;
    text-decoration: none;
    background-color: #DCA910;
}

@media (max-width: 992px) {
    #toTop {
        float: left !important;
    }
}

.pag-pages {
    background: #671;
    border: 1px solid #333;
    color: #FFF;
    padding: 1px 5px;
}

.inputbox {
    font-size: 12px;
    padding: 4px;
    border: 1px solid #CCC;
}

.inputbox:hover, .inputbox:focus {
    background: #FFFFCC;
}

#browser_back {
    cursor: pointer;
    color: #DCA910;
    transition: color 0.5s;
}

#browser_back:hover {
    color: #6C7526;
    text-decoration: none;
}

.profmats a {
    color: #DCA910;
    transition: color 0.5s;
}

.profmats a:hover {
    color: #6C7526;
    text-decoration: none;
}

.references h6 {
    font-size: 10px
}

.abstract {
    /*padding: 10px;*/
    /*background: #dfe4c0;*/
    color: #333
}

.abstract p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .dropdown:not(.open) .dropdown-menu {
        display: none !important;
    }
}

table {
    width: 100%;
}

.abstract-list {
    font-weight: normal;
}

.abstract-list strong {
    font-weight: normal;
}

.pdf a {
    color: #6C7526;
}

.pdf a:hover {
    color: #DCA910;
}

.qimage {
    max-width: 65%;
    max-height: 200px;
}

.author-name {
    font-weight: bold !important;
    color: #DCA910;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background: #f0f0f0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: normal;
    }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #342 url(../images/grad1-mask.png) repeat-x top !important;
    color: #fff !important;
}

.details-modal {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.img-box {
    padding: 5px;
    background-color: #e0e5c1;
}

@media (max-width: 767px) {
    .mobile_search{
        display: block!important;
    }
    .mobile-home-btn {
        display: block !important;
    }

    .sidebar div:first-child {
        padding: 0 !important;
    }

    #sidebar_box {
        background: #e0e5c1;
    }

    #mobile_sidebar {
        display: block !important;
    }

    #sidebar_box {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        overflow: scroll;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }

    #mobile_show_sidebar {
        display: block !important;
    }
}

#mobile_sidebar {
    background: #424f23;
    z-index: 1;
    display: none;
}

.mobile-home-btn {
    display: none;
}

.btn-sidebar {
    font-size: 20px !important;
    font-weight: bold;
    padding: 3px 15px;
    background: #35401c;
    border: 1px solid #313a1d;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #333;
    position: absolute;
}

#mobile_show_sidebar {
    position: static;
    /*top: 0;*/
    /*left: 0;*/
    display: none;
    z-index: 99;
}

.mobile_dropdown_header {
    background: url(../images/h3230_01.jpg) no-repeat left top;
    background-size: cover;
}

.mobile_dropdown_header h5 {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

#mobile_show_sidebar .dropdown-menu {
    background-color: #dfe4c0;
    padding: 0;
}

#mobile_show_sidebar .btn-sidebar {
    background-color: rgb(53 64 28 / 76%);
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    transition: 0.3s;
    position: relative;
}

#mobile_show_sidebar .btn-sidebar:hover {
    background: #35401c;
    box-shadow: 0px 0px 8px 0px #333;
    border: 1px solid #313a1d;
    padding: 3px 15px;
}

#mobile_show_sidebar .dropdown-item a {
    color: #DCA910;
    /*text-decoration: none;*/
    border-bottom: 1px dotted #DCA910;
    font-size: 14px;
}

.mobile_navbar_menu, .mobile_navbar_menu:hover, .mobile_navbar_menu:active {
    border: none !important;
    margin: 10px 5px 5px 1px !important;
    /*padding-left: 0!important;*/
    float: left !important;
    color: #35401c !important;
    font-size: 20px !important;
}

.mobile_nav_search {
    font-size: 13px;
    border-radius: 4px;
    color: #35401c;
    max-width: 80%;
}
.mobile_search{
    display: none;
}
#mobile_show_sidebar .dropdown-item a:hover {
    text-decoration: none !important;
    color: #DCA910 !important;
    border-bottom: 1px solid #DCA910 !important;
}

#showProfmat a, #showProfmat a:visited {
    color: #DCA910 !important;
}
#showProfmat a:hover {
    text-decoration: none;
    color: #6C7526 !important;
}
/*#mobile_show_sidebar {*/
/*    color: #DCA910 !important;*/
/*    border-bottom: 1px solid #DCA910 !important;*/
/*}*/
.show-sidebar {
    visibility: visible !important;
    opacity: 1 !important;
}

.current_test_img{
    border: #FFFFFF solid 3px;
    border-radius: 2px;
}

.mobile-home-btn button{
    /*float: right;*/
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.mobile-home-btn input[type=text]{
    padding: 6px;
    /*margin-top: 8px;*/
    font-size: 17px;
    border: none;
}

/*.mobile-home-btn button, .mobile-home-btn input[type=text]{*/
/*    !*float: none;*!*/
/*    !*display: block;*!*/
/*    text-align: left;*/
/*    !*width: 100%;*!*/
/*    !*margin: 0;*!*/
/*    !*padding: 14px;*!*/
/*}*/

.break-word {
    word-break: break-word;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.select2-custom {
    font-size: 12px;
}

.select2-results__option--highlighted {
    background: #dddddd !important;
    color: #333 !important;
}

.select2-results__option:hover {
    background: #FFFFCC !important;
    color: #333 !important;
}

@media (min-width: 921px) {
    .sidebar h5 {
        border-radius: 10px 0 0 0;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .fresh-item-img > a > img {
        width: 111px;
        max-height: 13rem;
    }
}

.fresh-list-profmat {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

.abstract h4 {
    font-size: 16px;
}

#guest_content a {
    color: #DCA910;
}

#guest_content a:hover {
    color: #6C7526;
}

.alert-info {
    background-color: #dfe4c0;
    border-color: #656d23;
    color: #5d6421;
}

.counter {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    /*padding: 0 10px;*/
    border: 3px solid #5d6421;
    z-index: 99;
}

#counter {
    font-size: 35px;
    font-weight: bold;
}

.test-answers label {
    cursor: pointer;
}

.test-title {
    /*background-size: cover !important;*/
    background: #424f23 !important;
    padding: 13px 5px !important;
    text-align: left;
    text-decoration-color: #FFFFFF;
}

/* Article under highlighted */
.arttop_frame_out {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 16%;
}
.arttop_frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.shutdown_warning{
    background-color: #ffffff;
}
.shutdown_warning h1{
    font-size: 35px;
    padding-top: 2%;
}
.warning-close{
    position: absolute;
    top: 1%;
    right: 1%;
}

.under_img{
    width: 100%;
    max-height: 95px;
    display: inline-block;
}