.loader{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
}
.loader img{
    width: 4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
b, strong {
    font-family: 'Museo7'!important;
    font-weight: normal!important;
}
html {
    overflow-x: hidden;
}
body, html{
    height:100%;
    margin-top:0!important;
}

.hFixer {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.hContent {
    flex: 1 0 auto;
}

@font-face {
    font-family: 'Museo3';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg'),
    url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;}


@font-face {
    font-family: 'Museo5';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-500.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg'),
    url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Museo7';
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-700.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg'),
    url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Museo9';
    src: url('../fonts/MuseoSansCyrl-900.eot');
    src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-900.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg'),
    url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;}

.test{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.6;
    pointer-events: none;
}
body{
    font-family: 'Museo3';
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.1;
}
.bold{
    font-family: 'Museo7';
}

ul, li{
    list-style-type: none;
}


.flex{
    display: flex;
    justify-content: space-between;
}
.center{
    justify-content: center;
}
.start{
    justify-content: flex-start;
}
.end{
    justify-content: flex-end;
}
.wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
a{
    -webkit-transition: all 0.6s;
    -moz-transition:  all 0.6s;
    -ms-transition:  all 0.6s;
    -o-transition:  all 0.6s;
    transition: all 0.6s;
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
}
input, button, select{
    border: none;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.rel{
    position: relative;
}

input.error{
    border-color: red!important;
}
header{
    position: relative;
    z-index: 10;
}
.entry-header {
    z-index:9!important;
}
.header-nav{
    background-color: black;
    position: relative;
    z-index:10;
}
.header-container{
    width: 94.5%;
    margin: 0 auto;
}
.menu{
    margin-bottom: 0;
}
.menu a{
    display: block;
    position: relative;
    padding: 0.88em 1.1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: 'Museo5';
}
.menu a:hover, .menu a.active{
    color: #ffffff;
    opacity: 0.7;
}

.menu li:last-child a:after{
    display: none;
}
.current-menu-item a {
    color:#9cb5ef!important;
}
.current_page_item a{
    color: #ffffff;
    opacity: 0.7;
}
.menu li:first-child a{
    padding-left: 0;
}
.menu li:last-child a{
    padding-right: 0;
}
.header-bottom{
    padding: 0.5em 0;
}
.logo-box{
    width: 22.5em;
}
.header-bottom-right{
    width: calc(100% - 23em);
}
.logo{
    display: block;
    line-height: 1;
    width: 4em;
}

.logo:hover{
    opacity: 0.7;
}
.logo img{
    width: 100%;
}
.logo-text{
    font-family: 'Museo7';
    padding-left: 1em;
    color: white;
    width: calc(100% - 4.3em);
}
.logo-text span{
    font-size: 0.84em;
}
button{
    cursor: pointer;
    outline: none;
}
button:focus{
    outline: none;
}
.search_btn{
    background-color: transparent;
    color: white;
    padding: 0.5em;
    padding-right: 0;
    font-size: 0.75em;
    transition: all 0.6s;
}
.search_btn:hover{
    opacity: 0.7;
}
.site-seacrh-form button{
    background: white;
    padding: 0.5em;
    border-left: 1px solid black;
    width: 2.3em;
}
.site-seacrh-form input{
    font-size: 0.8em;
    padding: 0.5em 0.5em;
    width: 100%;
    border-radius: 0!important;
}
.w-100 {
    width:100%;
}
.site-search {
    width:50%;
    position: absolute;
    top: 100%;
    right: -100%;
    transition: all 0.6s;
}
.site-search.active{
    right: 0;
}
.social{
    margin-right: 1.7em;
    margin-left: 1.4em;
}
.social a{
    display: inline-block;
    font-size: 0.75em;
    margin-right:0.2em;
}
.social a:last-child {
    margin-right:0;
}
.lang_select{
    position: relative;
}
.lang_item_active {
    position: relative;
    min-width: 3.9em;
    line-height: 1;
    display: block;
}
.lang_item_active.active i{
    transform: translateY(-20%) rotate(-180deg);
}
.lang_item_active i{
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    transform-origin: center center;
    font-size: 0.5em;
}
.header-bottom.static .lang-item a {
    padding-left:0.4em;
}
.lang-item a:hover {
    color:#ccc;
}
.lang_item_active:hover, .lang-item:hover{
    color: white;
    opacity: 0.7;
}
.lang_item_active span{
    display: inline-block;
    padding-right: 0.5em;
    font-size: 0.65em;
    font-family: 'Museo5';
}
.lang_dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 0.3em;
    display: none;
    z-index: 1;
    font-family: 'Museo5';
}
.header-bottom.static .lang_dropdown{
    background-color: #355ab4;
}
.header-bottom.static .site-search input, .header-bottom.static .site-search button{
    border: 1px solid black;
}
.lang-item{
    display: block;
    padding: 0.5em 0;
    color: white;
    font-size: 0.65em;
}
.header-bottom-settings{
    min-width: 12.5em;
}
.header-bottom-line{
    width: calc(100% - 11.5em);
    padding: 0 4.2em;
}
.header-bottom-line p{
    margin: 0;
    color: white;
    font-size: 0.7em;
    text-transform: uppercase;
    font-family: 'Museo5';
}
.header-bottom-line p a:hover {
    opacity:0.8;
    color:#fff;
}
.header-bottom{
    background-color: rgba(43, 88, 195, 0.28);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.header-bottom.static{
    top: 0;
    position: relative;
    margin-bottom: 2em;
    background-color: rgba(43, 88, 195, 1);
}
.header-bottom.static:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-position: center center;
    opacity: 0.28;
}
.header-bottom.static .header-container{
    position: relative;
    z-index: 1;
}
.home-news {
    padding-top: 9.5em;
    padding-bottom: 3.6em;
    width: 35em;
    color: white;
}
.home-news-title{
    font-family: 'Museo7';
}
.home-news-title hr{
    width: 13em;
    height: 0.2em;
    background-color: #355ab4;
    margin: 0;
    margin-bottom: 1em;
}
.home-news-title span{
    font-size: 1.82em;
    line-height: 1.2;
}
.home-news-description{
    margin-top: 1.2em;
    margin-bottom: 1.3em;
    font-family: 'Museo5';
}
.home-news-description span{
    font-size: 1.37em;
    line-height: 1.2;
}
.btn{
    font-family: 'Museo7';
    display: inline-block;
    border: 1px solid #355ab4;
    padding: 0.7em 2.9em;
    border-radius: 2em;
    color: white;
}
.btn:hover{
    color: white;
    background-color: #355ab4;
    letter-spacing: 1px;
}
.btn span{
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
}
a.btn{
    color: white;
}
.home-tags {
    padding: 0.8em 2.4em;
    padding-bottom: 1em;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.home-tags a{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.62em;
    display: inline-block;
    padding: 0.3em;
    font-family: 'Museo5';
}
.home-tags a:hover {
    color:#ccc;
}
.slider-arr{
    font-size: 0.8em;
    background-color: transparent;
    color: white;
}
.news-slider-box{
    width: calc(100% - 4.2em);
}
.news-slider-item{
    padding: 1.6em 0;
    position: relative;
    display: flex;
    color: white;
}
.news-slider-item:after{
    position: absolute;
    top: 0;
    height: 0.2em;
    background-color: #355ab4;
    width: 0;
    content: "";
    transition: all 0.6s;
}
.news-slider-item:hover:after{
    width: 100%;
}
.news-slider-item:hover, .news-slider-item:focus{
    color: white;
}
.news-slider-item:hover .slider-img img{
    transform: scale3d(1.1, 1.1, 1.1);
}
.news-slider{
    margin-top: -1px;
}
.slider-img{
    width: 41%;
    height: 5em;
    border: 1px solid white;
    overflow: hidden;
}
.slider-img img{
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-text{
    width: 59%;
    padding-left: 0.8em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-title{
    font-family: 'Museo7';
    margin-bottom: 0.2em;
}
.slider-title span{
    font-size: 0.7em;
    display: inline-block;
}
.slider-date{
    font-family: 'Museo5';
}
.slider-date span{
    font-size: 0.7em;
}
.slider-date i{
    font-size: 0.7em;
}
#home{
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
#home:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
}
#home .header-container{
    position: relative;
    z-index: 1;
}
#news{
    padding-top: 1.5em;
}
.section-container{
    width: 59.4%;
    margin: 0 auto;
}
.left-box{
    width: 74.5%;
}
.right-box{
    width: 24.3%;
}
.with-border{
    border-bottom: 0.2em solid #355ab4;
    padding-bottom: 0.4em;
}
.title {
    color: #355ab4;
    text-transform: uppercase;
    font-size: 0.95em;
    margin: 0;
    font-family: 'Museo7';
}
.news-filter{
    font-size: 0.65em;
    width: 80%;
    text-align: right;
}
.news-filter a{
    color: black;
    display: inline-block;
    margin-right: 0.4em;
}
.news-filter a:hover{
    color: #355ab4;
}
.news-filter a.more i{
    font-size: 0.5em;
    color: #484848;
    margin: 0;
}
.news-filter a.more i:first-child, .news-filter a.more i:nth-child(2){
    margin-right: -0.4em;
}
.news-filter a.more{
    margin: 0;
}

.main-news{
    margin-top: 0.8em;
    margin-bottom:1.5em;
    margin-left: -1%;
}
.main-news-row{
    display: flex;
    margin-bottom: 0.6em;
}
.main-news-sm{
    width: 32%;
    margin-left: 1.3%;
}

.main-news-long{
    width: 65%;
    margin-left:1%;
}
.main-news-item{
    display: block;
    position: relative;
    background-color: #3e5692;
}
.main-news-item:hover img{
    opacity: 0.6;
}
.main-news-item:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0, 0.7), transparent);
}
.main-news-item img{
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-news-item.sm.top{
    margin-bottom: 0.6em;
}
.main-news-item.sm{
    height: 9.5em;
}
.main-news-item.big{
    height: 19.6em;
}
.main-news-info{
    position: absolute;
    width: 85%;
    left: 0.7em;
    bottom: 0.7em;
    padding-top: 0.5em;
    color: white;
    z-index: 2;
}
.main-news-info p{
    font-family: 'Museo7';
    font-size: 0.78em;
    margin: 0;
}
.mn-date{
    font-family: 'Museo3';
    display: flex;
    align-items: center;
}
.mn-date i {
    font-size: 0.7em;
    margin-right:0.3em;
}
.mn-date span {
    font-size: 0.6em;
}
.main-news-slider{
    /*border-top: 0.2em solid #355ab4;*/
    border-bottom: 0.2em solid #355ab4;
    /*margin: 1.5em 0;*/
    margin-bottom:1.5em;
    padding-top: 1em;
}
.main-news-slider-item{
    color: black;
    padding-right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    border-right: 1px solid #9fa6ae;;
}
.mns-title{
    font-family: 'Museo7';
}
.mns-title span{
    font-size: 0.75em;
    display: inline-block;
}
.mns-description{
    margin-top: 0.3em;
}
.mns-description p{
    font-size: 0.7em;
    margin: 0;
}
.mns-bottom{
    margin-top: 0.4em;
}
.mns-nav{
    padding: 0.5em 0;
}
.mns-nav button{
    background: transparent;
    margin-right: 0.3em;
    font-size: 0.8em;
    color: #355ab4;
}
.main-news-slider-box{
    position: relative;
}
.main-news-slider-box:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: white;
    content: "";
}
.main-news-slider-box .owl-stage{
    display: flex;
}
.board {
    padding-top: 0.15em;
}
.board-box{
    margin-top: 1em;
}
.board-left{
    width: 55.5%;
}
.board-right{
    width: 32%;
    margin-left: 1.5em;
}
.board-left-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9em;
    color: black;

}
.board-left-item:hover{
    color: black;
}
.board-left-item:hover .board-img img{
    opacity: 0.7;
}
.board-left-item:last-child{
    margin-bottom: 0;
}
.board-left-item:hover .mns-title{
    color: #355ab4;
}
.board-img {
    background-color: white;
    width: 11.5em;
    height: 9.1em;
}
.board-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.board-info{
    width: calc(100% - 12.4em);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.board-info .mns-title span {
    font-size: 0.75em;
}
.board-info .mns-description p {
    font-size: 0.65em;
}
.board-info .mns-description{
     margin-top: 0.5em;
     line-height: 1.2;
}
.board-info .mns-bottom{
    display: flex;
    align-items: center;
}
.comment{
    background: transparent;
    font-size: 0.7em;
    margin-right: 1em;
    display: flex;
    align-items: center;
}
.comment i {
    margin-right:0.5em;
}
.board-info .mn-date{
    line-height: 0.8;
}
.board-right-item{
    color: black;
    display: block;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #afb6bd;
}
.board-right-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#video {
    margin-top: 2em;
}
.video{
    padding-top: 1.6em;
    border-top: 0.2em solid #355ab4;
}
.video-box{
    margin-top: 1.6em;
}
.video-left {
    width: calc(100% - 10.5em);
    height: 23.49em;
    position: relative;
}
#video-loader{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 0.6em;
    display: none;
}
#video-loader i{
    position: absolute;
    left: 48%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.video-left iframe{
    width: 100%;
    height: 100%;
}
.video-right{
    width: 10em;
}
.video-item{
    display: block;
    width: 100%;
    height: 5.7em;
    margin-bottom: 0.25em;
    position: relative;
    background-color: black;
}
.video-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0, 0.7), transparent);
}
.video-item:hover{
    color: white;
}
.video-item:hover img, .video-item.active img{
    opacity: 0.3;
}
.video-item:last-child{
    margin-bottom: 0;
}
.video-item .mns-title{
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
    width: 80%;
    z-index: 2;
}
.video-item img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: all 0.6s;
    margin: 0;
}
.video-item iframe, .video-item figure{
    display: none!important;
}
footer {
    margin-top: 3em;
    bottom:0;
    padding: 0.5em 0;
    color: white;
    flex: 0 0 auto;
    background-color: black;
}
.footer-left .logo-box{
    width: auto;
}
.footer-left .logo {
    width: 3.6em;
}
.footer-left .logo-text{
    width: 12em;
    padding-left: 0.5em;
}
.footer-left .logo-text span{
    font-size: 0.65em;
    display: inline-block;
}
.company img{
    width: 5.5em;
}
.company:hover{
    opacity: 0.6;
}
.rb-item, .widget{
    display: block;
    color: white;
    margin-bottom:0.7em;
}
.rb-item:last-child{
    margin-bottom: 0;
}
.widget widget_democracy
.rb-item.empty{
    height: 13.15em;
    background: #b7b7b7;
}
.library{
    background-image: url(../img/right-box-top.jpg);
    padding: 0.5em;
    min-height: 3.8em;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
}
.library:after{
    position: absolute!important;
    content: ""!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    background: rgba(43, 88, 195, 0.67)!important;
    width:100%!important;
    height:100%!important;
    transform: none!important;
}

.library:hover {
    color:#ffffffd6;
}
.library-text{
    font-size: 0.7em;
    position: relative;
    z-index: 1;
    font-family:'Museo5';
}

.pd1{
    padding: 0.8em 1em;
}
.quiz{
    background-image: url(../img/right-box.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.quiz_box{
    position: relative;
    z-index: 1;
}
.quiz:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.82);
}
.quiz-text p, .widget-title{
    font-family: 'Museo7';
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0.4em 0;
}
.quiz-text span, .q-title {
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.3;
}
.dem-bottom{
    display: none!important;
}
.quiz-form{
    margin-top: 0.6em;
}
.dem__radio_label{
    margin-bottom: 0!important;
}
.quiz_btn, .dem-vote li{
    padding: 0.6em 0!important;
    font-size: 0.7em;
    margin-bottom: 0.7em!important;
    background: transparent;
    text-align: center;
    border: 1px solid white;
    border-radius: 2em;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: white;
    transition: all 0.6s;
    cursor: pointer!important;
}
.dem-vote li label{
    cursor: pointer!important;
}
.dem-answers{
    margin-top: 0.5em!important;
    border-top: 1px solid white;
    padding-top: 0.5em!important;
}
.dem-graph {
    color: white!important;
}
.dem-votes-txt{
    padding: 0!important;
}
.dem-percent-txt{
    font-size: 0.7em!important;
    padding: 0!important;
}
.dem-label{
    font-size: 0.75em;
    color: red;
}
.dem-voted-this .dem-label{
    color: green;
}
.dem-votes-txt-votes{
    display: none!important;
    font-size: 1em!important;
}
.dem-fill {
    position: static!important;
    height: 0.7em!important;

}
.dem-fill-box{
    margin: 0.3em 0;
    margin-bottom: 0.2em;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white;
}
.dem-graph{
    height: auto!important;
    display: block!important;
}
.dem-percent-txt{
    display: block!important;
}
.quiz_btn:hover, .dem-vote li:hover{
    background-color: white;
    color: black;
}
.quiz_btn:last-child, .dem-vote li:last-child{
    margin-bottom: 0!important;
}
.email_text {
    font-family: 'Museo7';
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0.4em 0;
}
.email_form input{
    background: white;
    padding: 0.7em;
    font-size: 0.7em;
    width: 100%;
    border-radius: 6px;
}
.email_form .quiz_btn{
    margin-bottom: 0;
    margin-top: 0.8em;
}
.email_box{
    padding-bottom: 2em;
    background-image: url(../img/right-box.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.email_box:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.82);
}
.email_rel{
    position: relative;
    z-index: 1;
}
.mob_block{
    display: none!important;
}
#menu_show .fa-close{
    display: none;
}
#menu_show.active .fa-close{
    display: block;
}
#menu_show.active .fa-bars{
    display: none;
}
#page-404{
    text-align: center;
    margin-top: 6em;
}
#page-404 h2 span{
    font-size: 4em;
    color: #8c0000;
}
#page-404 p{
    font-family: 'Museo7';
}
#single-post img{
    max-width: 100%;
    height:auto!important;
}
#single-post iframe{
    width: 100%;
    height: 20em;
}
.post-thumbnail {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.entry-title{
    font-size: 1.4em;
    font-family: 'Museo7';
}
.entry-content{
    margin-top: 1em;
    position: relative;
}
.entry-content p, .entry-content pre{
    margin-bottom: 1em;
    font-size: 0.95em;
    display: block;
    white-space: unset;
    font-family: 'Museo3'!important;
}
.entry-content p span {
    font-family: 'Museo3'!important;
    font-size: 1em!important;
}
.entry-content p font {
    font-size:1em!important;
}
.entry-content p:last-child{
    margin-bottom: 0;
}
.entry-content a{
    color: #355ab4;
}
#comments, .single-slider{
    margin-top: 2em;
    padding-top: 2em;
    border-top: 0.2em solid #355ab4;
}
.tag-info{
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 0.2em solid #355ab4;
}
.tag-info p{
    margin: 0;
}
.comment-reply-title{
    font-size: 1em;
    font-family: 'Museo5';
}
.comment-notes{
    color: red;
    font-size: 0.75em;
}
.comment-respond p{
    margin-bottom: 1em;
}
.comment-respond label{
    display: block;
    margin-bottom: 4px;
    font-size: 0.75em;
}
.comment-respond input, .comment-respond textarea{
    width: 100%;
    padding: 0.85em;
    font-size: 0.75em;
    border: 1px solid black;
}
.comment-form-author, .comment-form-email{
    display: inline-block;
    width: calc(50% - 1em);
    box-sizing: border-box;
}
.comment-form-email{
    margin-left: 1.7em;
}
#resent-slider-box .slider-arr {
    color: #355ab4;
    font-size: 1.3em;
}
#resent-slider-box .news-slider-item{
    color: black;
}
.logged-in-as a:first-child{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.logged-in-as{
    margin-bottom: 0;
}
.logged-in-as a, .logged-in-as span{
    color: #355ab4;
    font-size: 0.8em;
}
.logged-in-as a:hover{
    opacity: 0.7;
}
.comment-form-cookies-consent{
    display: flex;
    align-items: center;
}
.comment-form-cookies-consent input{
    width: 1em;
    height: 1em;
}
.comment-form-cookies-consent input:checked{
    background-color: #355ab4;
}
.comment-form-cookies-consent label{
    padding-left: 0.4em;
    width: calc(100% - 2.3em);
    margin: 0;
    font-size: 0.65em;
}
.submit{
    background-color: #355ab4;
    color: white;
    font-family: 'Museo5';
}
.submit:hover{
    opacity: 0.8;
}
.comment-author.vcard img{
    display: none;
}
.comment-meta{
    margin-top: 0;
    background-color: white;
    color: black;
}
.comment-metadata{
    margin: 0.5em 0;
}
.comment-metadata a, .reply a{
    color: #355ab4;
}
.comments-title{
    display: none;
}
.comment-list li{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
ol.children{
    font-size: 1.45em;
}
ol.children li{
    padding-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.page-numbers{
    display: inline-block;
    padding: 0.4em 0.7em;
    color: black;
    background-color: #f1f1f1;
    margin: 0;
    font-size: 0.8em;
    font-family: 'Museo5';
}
.page-numbers.current{
    background-color: #355ab4;
    color: white;
}
.main-news-by-tag{
    margin-bottom: 1.5em;
    height: 20em;
}
.main-news-by-tag .main-news-item{
    width: 100%;
    height: 100%;
}
.main-news-by-tag .main-news-info {
    right: 0.7em;
    width: auto;
}

.mNews {
    color:#000;
}
.mNewsTitle {
    font-family:'Museo7';
    border-bottom: 0.2em solid #000;
    padding-bottom: 0.4em;
    padding-top: 0.1em;
    text-transform: uppercase;
    color:#000;
    font-size: 0.8em;
}

.mNews ul li {
    font-size: 0.7em;
    font-family: 'Museo5';
    margin-top:0.2em;
}
.mNews ul li:first-child {
    margin-top:0.4em;
}
.mNews ul li a {
    color:#355ab4;
    padding:0.1em 0;
    display: block;
}
.mNews ul li a:hover {
    color:#000;
}

.entry-content table {
    width:100%;
    border:1px solid #ccc;
    margin-bottom:0.5em;
    font-size:0.8em;
}
.entry-content table td {
    width: auto!important;
    max-width: 1px!important;
    padding:0.3em;
}

.bread {
    color:grey;
    font-size:0.7em;
    font-family: 'Museo5';
    border-bottom: 0.05em solid #d4d4d4;
    width: 100%;
}
.bread ul {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.bread ul li {
    margin-right:0.3em;
}
.bread ul li:last-child {
    margin-right: 0;
}
.bread ul li a {
    color:#355ab4;
}
.bread ul li a:hover {
    color:#000;
}

.afterNone a:after{
    content:'';
    background-color:transparent;
}

.menu .library {
    margin-top:0.5em;
    min-height:5.5em!important;
    display:flex;
    align-items: center;
}
.menu .library-text {
    font-family:'Museo7';
    font-size:1em;
}

.headerMob .social {
    width:100%;
    display:flex!important;
    justify-content: flex-end;
}
.headerMob .social a {
    font-size:1.5em;
    margin-right:0.6em;
}

.menu .sub-menu {
    display:none;
}
.press-p {
    margin-top: 0.8em!important;
}

.rightMenu {
    display:flex;
    flex-direction: column;
}
.rightMenu li {
    margin-top:0.3em;
}
.rightMenu li a {
    color:#000;
    font-family: 'Museo5';
}
.rightMenu .mparent a {
    font-family:'Museo7';
    text-transform: uppercase;
    color:#000;
    font-size: 0.8em;
    width:100%;
}
.rightMenu .mparent .sub-menu {
    border-top: 0.2em solid #000;
    margin-top:0.4em;
    margin-bottom:0.5em;
}
.rightMenu .mparent .sub-menu a {
    border-bottom:0;
    color: #355ab4;
    padding: 0.1em 0;
    display: block;
    text-transform: unset;
    font-size: 0.7em;
    font-family: 'Museo5';
    margin-top: 0.3em;
}

.rightMenu .mparent li {
    margin-top:0!important;
}
.cont-date {
    display:flex;
    align-items: center;
}
article .cont-date {
    margin-bottom:0.6em;
}
.no-m {
    margin-bottom:0!important;
}

.color-white {
    color:white!important;
}

#comments {
    display:none!important;
}
.m-t {
    margin-top:0.5em;
}
.m-t-2 {
    margin-top:2em;
}
.pcont a {
    color:#355ab4!important;
}
.rightMenu .current-menu-item a {
    color:#000!important;
    opacity:1;
    font-family: 'Museo5';
}
.library-text {
    color:#fff;
}
.right-box section img {
    max-width:100%;
}

.board-right .mns-title {
    margin-bottom:0.5em;
}
.pa-block {
    display:block;
}

