body {

    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;


}

.news {
    max-width: 800px;
    border-bottom: solid 1px #4e0724;

    margin: 25px 0;

}

.news h3 {
    background: #e8dce1 url(../images/arrows.gif) no-repeat right -46px;
    padding: 7px 15px;
    margin: 0;
    font-size: 16px;
    /*font: bold 120%/100% Arial, Helvetica, sans-serif;*/
    border: solid 1px #4e0724;
    border-bottom: none;
    cursor: pointer;
    height: 22px;
}

.news h3:hover {
    background-color: #f2e6eb;
}

.news h3.active {
    background-position: right 10px;
    color: #4e0724;
}

.news h4 {
    font-size: 16px;
    font-weight: normal;
    background: #efe3db;
    margin: 0;
    padding: 10px 15px 20px;
    border-left: solid 1px #4e0724;
    border-right: solid 1px #4e0724;
}

.news p.p_head {
    display: inline;
    float: left;
    background: none;
    padding: 0;
    text-indent: 0em;
}

.news p.p_date {
    display: inline;
    float: right;
    margin-right: 20px;
    font-weight: normal;
}

em {
    text-align: inherit;
}

em.picture {
    text-align: center;
}














p.logo {
    margin: 30px 50%;
    height: 50px;
}

p.logo img {
    margin-left: -92px;
    position: absolute;
    bottom: 10px;
}

img.docs_info {
    /*border: red 1px solid;
    margin-top: 0px;*/
    height: 300px;
}

img.docs_info+p,
img.docs_info2+p {
    text-indent: 0;
    text-align: center;
    margin: 20px;
}

table.tbl_docs td {
    vertical-align: top;
}

em {
    text-align: left;
}

h3 em {
    font-size: 0.8em;
}

p.heart_s {
    text-indent: 0em;
    margin-left: 3em;
    margin-top: 1em;
    text-align: left;
}

p.heart_s_inside {
    text-indent: 0em;
    margin-left: 4em;
    margin-top: 1em;
    text-align: left;
}


#menu-top-almost-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    height: 30px;
    width: 100%;
    margin: 0;
    opacity: 1;
}

#cont2 {
    margin-top: 6em;
}

a.anchor {
    position: absolute;
    margin-top: -5.3em;
}







.content2 {



    position: relative;
    left: 0;




    z-index: -100;

}

.content_pict {
    width: 500px;
}

@media screen and (max-width: 1000px) {
    /* .content {
        width: 1000px;
        margin-left: -500px;
    }*/

    .tabs__caption {

        max-width: 150px;
    }

}

@media screen and (max-width: 900px) {

    /*   .content {
        width: 900px;
        margin-left: -450px;
    }
*/
    .tabs__caption {

        max-width: 120px;
    }

}

@media screen and (max-width: 800px) {
    /* .content {
        width: 800px;
        margin-left: -400px;
    }*/

    .tabs__caption {

        max-width: 100px;
    }

}


/* Main content */
.main {
    margin-left: 230px;
    /* Same as the width of the sidenav */
    font-size: 16px;
    /* Increased text to enable scrolling */
    padding: 0px 30px 0px 10px;

}

/* Add an active class to the active dropdown button */
.active {
    background-color: #efe3dc;
    color: #551a8b;
    border: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #ecddd4;
    padding-left: 8px;
    border: none;
}

/* Optional: Style the caret down icon */


.cap {
    position: ;
    top: ;

    z-index: 2;
    /*background: #efe3dc;*/
    background: #ecddd4;
    width: 100%;

    padding-top: 35px;

}

.indent_museum {
    margin-top: 69px;
}

.indent_museum_gal {
    margin-top: 140px;
}

#active_m {
    text-decoration: underline;

}

.pict_n1 {
    width: 150px;
}

.pict_n2 {
    width: 140px;
}

.smi {
    width: 75%;
}

/* Some media queries for responsiveness */
/*@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}*/

@media screen and (max-width: 1350px) {
    .indent_museum {
        margin-top: 112px;
    }

    .indent_museum_gal {
        margin-top: 188px;
    }

    .cap {
        padding-top: 80px;
    }

}

@media screen and (max-width: 1000px) {
    .pict_n1 {
        width: 200px;
    }

    .pict_n2 {
        width: 90px;
    }

    .smi {
        width: 70%;
    }
}


.main_container {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;


    -webkit-box-align: start;


    -ms-flex-align: start;


    align-items: start;


}


.i_m_container {
    position: absolute;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: start;

    /* justify-content: start;*/
    z-index: -1;
    width: 100%;

    /*background-color: #ccc;*/


    /* align-items: stretch;*/



    z-index: -1;
    /*  margin: 0 auto;*/
}




.i_m_block_l {

    /*position: absolute;
        left:0;
        top:0;*/

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    min-height: 100%;
    min-width: 230px;
    max-width: 230px;
    /*background-color: red;*/
    padding: 0px;
    margin: 0px;
    z-index: 2;
    /*  padding-top: 150px;*/


}



.i_m_cont_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;

    -webkit-box-flex: 5;

    -ms-flex: 5;

    flex: 5;
    min-height: 100%;

    /* background-color: green;*/
    margin: 0px;
    padding: 0px;
    padding-top: 165px;



}


.i_m_block_1 {

    -webkit-box-flex: 5;

    -ms-flex: 5;

    flex: 5;
    /*   padding: 0px 200px 30px 0px;*/
    margin: 0px 200px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: start;
    flex-direction: start;


}







.i_m_block_2 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 5;

    -ms-flex: 5;

    flex: 5;
    padding: 0;
    /* padding: 0px 200px 30px 0px;*/
    margin: 0px 200px 0px 30px;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;


}


.i_m_block_3 {

    -webkit-box-flex: 5;

    -ms-flex: 5;

    flex: 5;
    /*   padding: 0px 200px 30px 0px;*/
    margin: 0px 200px 0px 30px;
    min-width: 600px;


    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: start;
    flex-direction: start;


}

.prog1 {

    -webkit-box-flex: 5;

    -ms-flex: 5;

    flex: 5;


}


.prog2s {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    width: 20%;

}



.visitors {

    margin-left: 30px;

}







.sidenav {

    background-color: #ecddd4;
    overflow-x: hidden;
    padding-top: 150px;
    z-index: 70;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 40px;
    text-decoration: none;
    font-size: 14px;
    font-family: Times;
    color: #4e0724;
    display: block;
    border: none;
    margin-bottom: 1px;

    background:
        /*#DFC8BA;*/
        #ecddd4;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav p {
    padding: 6px 8px 6px 40px;
    text-indent: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #4e0724;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #551a8b;
    background: #efe3dc;
}

/* Main content */

/* Add an active class to the active dropdown button */
.active {
    background-color: #efe3dc;
    color: #551a8b;
    border: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #ecddd4;
    padding-left: 8px;
    border: none;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 20px;
    margin-top: -1px;


}



#active_m {
    text-decoration: underline;

}

/* Some media queries for responsiveness */
/* @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }*/

@media screen and (max-width: 1350px) {
    .indent {
        margin-top: 10px;
    }


    .i_m_cont_r {

        padding-top: 207px;


    }
}


    .i_m_block_3 {

        padding: 0;


        margin: 0px 50px 0px 20px;




    }


    .visitors {

        margin-left: 20px;

    }












/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1350px) {
    .indent_m {
        margin-top: 3em;
    }

}



.funds_gal {
    width: 765px;
}

.funds_gal img {
    height: 210px;
}

.funds_gal_first{
   width: 765px;
}
.funds_gal_first img {
   width: 760px;
}

.prog_gal img {
    width: 220px;

}



p.gallery {
   
    text-align-last: justify;

}



@media screen and (max-width: 1000px) {
    .funds_gal {
        width: 550px;
    }

    .funds_gal img {
        height: 150px;
    }

    .prog_gal img {
        width: 150px;

    }

    p.gallery img {
        margin: 1px;

    }
    .funds_gal_first{
   width: 550px;
}
.funds_gal_first img {
   width: 548px;
}


}

@media screen and (max-width: 1150px) {

.prog_gal img {
        width: 200px;

    }

}



@media screen and (max-width: 1100px) {


    .prog_gal img {
        width: 180px;

    }

}