.header_span_title
{
    /*font-family: 'Montserat'; 
    font-size: 54px;*/
    color: var(--bs-primary);

    font-size: 42px;
    font-family: Quicksand, sans-serif;
    font-style: italic;
    font-weight: 400;    
}
.card .badge:hover
{
    color: var(--bs-badge-color) !important;
}
.border-bottom-last-0 > li, .border-bottom-last-0 > article {
    border-bottom: var(--bs-border-color) 1px solid;
}


img
{
    max-width: 100%;
    border:none;
}
.news_img_center
{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #efefef;
    color: #666666;
    font-size: 10px;
    font-style: italic; 
    text-align: left;
    overflow: hidden;
    max-width: 95%;    
}
.news_img_left
{
    display: block;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    background-color: #efefef;
    color: #666666;
    font-size: 10px;
    font-style: italic; 
    text-align: left;
    max-width: 95%;    
    overflow: hidden;
}
.news_img_right
{
    display: block;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    background-color: #efefef;
    color: #666666;
    font-size: 10px;
    font-style: italic; 
    text-align: left;
    max-width: 95%;    
    overflow: hidden;
}
.news_img_expand:hover
{
    cursor: url(../img/site/cursor_zoom.png), pointer;
}

#modal_image_displayer
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
    cursor: pointer;
    opacity: 0.8;
    display: none;
}
.modal_image_displayer_img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1050;
    width: 100%;
}
.modal_image_displayer_img img
{
    display: block;
    margin: 0px auto;
    border: 3px solid white;
    cursor: pointer;
}

.gallery
{
    background-color: #EFEFEF;
    display: block;
    position: relative;
    clear: both;
    color: black;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 10px;
}
.gallery .navg_wr
{
    text-align: center;
    margin-bottom: 20px;
}
.lt_arrow
{
    width: 10px;
    height: 20px;
    background: url(../img/site/l_ar_in.gif) center no-repeat;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 10px;
}
.rt_arrow
{
    width: 10px;
    height: 20px;
    background: url(../img/site/r_ar_in.gif) center no-repeat;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 10px;
}
.rt_arrow_act
{
    background: url(../img/site/r_ar_act.gif) center no-repeat;
}
.lt_arrow_act
{
    background: url(../img/site/l_ar_act.gif) center no-repeat;
}
.gallery .navg
{
    width: 570px;
    height: 54px;
    position: relative;
    overflow: hidden;
}
.floating_hor
{
    width: 4000px;
    position: absolute;
    margin-left: -2px;
}
.floating_hor div
{
    border: 2px solid white;
    float: left;
    margin: 0px 2px;
    display: inline;
    cursor: pointer;
}
.gal_show
{
    text-align: center;
    width: 100%;
}
.gal_show div
{
    width: 100%;
    display: none;
    text-align: center;
    color: black;
    font-style: italic;
    font-size: 12px;
}
.imagelist_control
{
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    color: white;
    text-align: center;
    background: #222;
    border: 3px solid white;
    border-radius: 23px;
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
}
.imagelist_control
{
    font-style: normal !important;
}
.imagelist_control:hover
{
    opacity: 1;
    text-decoration: none;
    color: white;
}
.imagelist_control.right
{
    right: 15px;
    left: auto;    
}
.image-wrapper span.fa-stack-sea
{
    display: flex;
    align-items: center;
    justify-content: center;    
}
.search-menu input
{
    max-height: 100%;
}
.bg-footer 
{
    background-image: none;
}
.post iframe
{
    max-width: 100%;
}
.breadcrumb .brcTitle
{
    overflow: hidden;
    max-width: 70ch;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.navbar-brand
{
    line-height: 6em;
}
@media (max-width: 576px) {
    .block-area article
    {
        border-bottom: 1px solid lightgray;
    }
}
.allnews #datepicker .ui-datepicker
{
    max-width: 100% !important;
}
.post-number li a:before 
{
    padding-right: 2rem;
    margin-right: 0;
}
.post-number.list-unstyled .hover-a>a
{
    display: flex;
}
#datepicker-center #datepicker
{
    display: flex;
    justify-content: center;    
}
#article .post table
{
    background-color: transparent !important;
    border-collapse: collapse;
    border-spacing: 0;
}
#article .post table tr, #article .post table td
{
    border-width: 1px;
}
#article .post table.font-sm
{
    font-size: 0.85em;
}
#article .post table.font-xs
{
    font-size: 0.7em;
}
.mybloqoute
{
    line-height: var(--bs-body-line-height);
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    margin: 15px 0 15px 40px;
    padding: 15px;
    color: #777;
    border-left: 2px solid var(--bs-primary);
}
#article iframe
{
    max-width: 100%;
}