html,
body {
    background-color: #fff;
    font-size: 16px;
    color: #333333;
}

ul,
ol {
    padding-left: 30px;
}

form {
    margin: 0;
}

.navblock {
    margin-bottom: 0;
}

.navprev,
.navnext {
    display: inline-block;
}

.navnext {
    float: right;
}

.navprev a,
.navnext a {
    color: #888;
}

a {
    outline: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

#wrapper-content {

    background: #fff;
    padding-top: 20px
}

#calendar_wrap td {
    padding: 6px;
}

#calendar_wrap tfoot {
    display: none;
}

#calendar_wrap caption {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
}
.slb_group_status {
    display: none !important;
}

.attachment-thumbnail {
    margin: 0 auto;
}

/***Кнопки***/

.more-link {
    display: block;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 10px;
    clear: both
}

.blogbottom span {
    margin-right: 5px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
    margin-bottom: 5px;

}

.blogbottom span a {
    color: #fff;
}

.blogbottom .fa {
    margin-right: 4px;
}

.blogbottom-single > div,
.blogbottom-single > ul > li {
    margin-bottom: 5px
}

.blogbottom-single div {
    background: #0094dd;
    color: #fff;
    font-size: 0.8em;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block
}

.blogbottom-single div a:hover {
    color: #fff
}

.blogbottom-single .tags-blog {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.blogbottom-single .tags-blog li {
    background: #ff5422;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 4px;

}

.blogbottom-single .tags-blog li a:hover {
    color: #fff
}

.blogbottom-single .tags-blog li::before {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    content: "\f02c";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    margin-right: 6px
}

.rubric-blog > a::before {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    content: "\f07b";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    margin-right: 6px
}

.blogbottom-single a {
    color: #fff
}

.blogbottom-single i {
    margin-right: 5px
}

.img-news-single {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 5px
}

.img-news-archive-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.post-archive {
    border: 1px solid #ccc
}

.archive-page,
h2.table-title {
    background: #01a0e2;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.icon-color {
    color: #01a0e2;
}

/***CUSTOMMENU***/
.icon-menu.custom {
    justify-content: center;
    padding: 0;
    margin-bottom: 0
}

.icon-menu.custom > li {
    padding: 10px;
    text-align: center;
    background-color: #01a0e2;
    list-style: none;
    /* margin: 10px;*/
    border: 5px solid #fafafa;
    border-radius: 10px
}

.icon-menu.custom > li > a:after {
    display: block;
    content: "";
    margin: 10px auto;
    background-color: #fff;
    width: 20%;
    height: 3px;
    transition-duration: .4s
}

.icon-menu.custom > li > a:hover:after {
    width: 80%;
    transition-duration: .4s
}

.icon-menu.custom .current-menu-item,
.icon-menu.custom li:hover {
    background-color: #0286bc;
}

.icon-menu.custom .current-menu-item i,
.icon-menu.custom li:hover i {}

.icon-menu.custom .current-menu-item:after {
    width: 80%;
}

.icon-menu.custom li a {
    color: #fff
}

.icon-menu-section {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

#BottomBanners .custom.row > li::before {
    display: block;
    text-align: center;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    margin: 10px auto 20px auto;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 50%;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
}

#BottomBanners .custom.row > li a {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    font-size: 0.875rem
}
.icon-menu.custom > li ul {
    display: none !important
}

/***LOGO***/

.custom-logo {
    float: left;
    margin-right: 30px;
}

.titleheader {
    overflow: hidden;
}

.titleheader h1 {
    line-height: 30px;
    font-size: 22px;
    color: #545454;
    text-transform: uppercase;
}

.titleheader p {
    color: #c94c08;
    font-size: 18px;
    margin-top: 10px;
}

.titleheader table {
    vertical-align: middle;
}

.titlename,
.adress {
    margin-top: 20px;
}

.adress ul {
    list-style: none;
    text-decoration: none;
}

.adress li {
    margin-bottom: 4px;
}

#topPanel a:focus {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

#topPanel {
    background-color: #0e3146;
    color: #fff;
    padding: 0;
}

.title {
    margin: 30px 0;
}

#CecutientBtn .fa,
.userBtn .fa {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-right: 10px;
}

#CecutientBtn span,
.userBtn span {
    font-size: 12px;
}

/***Header***/

.content {
    margin-top: 30px;
}

/***Post***/

.img-news {

    object-fit: cover;
    width: 100%;
    height: 100%;

}

.post-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

.clear {
    clear: both
}

.wp-pagenavi {
    text-align: center;
}

.post {

    border: 1px solid #ccc;
    background: #fafafa;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;

}

.post-main {
    position: relative
}

.title-block {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0
}

.post_title {
    margin-bottom: 10px
}

.post_title h2 {
    line-height: 1.6rem
}

.post_title .single_title {
    line-height: 1.2
}

.post_title h2 a {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;

}

.post_title h2 a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

.post_title h2 a:hover:after {
    width: 100%;
}

.post.post-one {
    height: auto;

}

.navblock {
    margin-bottom: 20px
}

.post h2 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}

/***PostTitle***/

.post_title_block {
    overflow: hidden;
    margin-bottom: 10px;
    /*border: 1px solid #ddd;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blogdata {


    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}

.post_title_page {
    color: #fff;
    background-color: #01a0e2;
    padding: 5px 15px;
    margin: -17px -17px 30px -17px;
}

.post .post_title_page .fa {
    font-size: 24px;
    margin-right: 10px;
}

.blogbottom {
    margin-bottom: 5px;
}

/***Pagination***/

.pagination-link {
    margin: 20px auto;
    text-align: center;
}

.pagination-link span,
.pagination-link a {
    display: inline-block;
    background: #1585b5;
    padding: 6px 12px;
    margin: 0;

    color: #fff;
    text-decoration: none;
}

.pagination-link span.current {
    background: #555;
}

.pagination-link a:hover {
    background: #555;
    color: #fff;
}

/***LINEBOTTOM***/

.linebottom {
    display: block;
    visibility: hidden;
    height: 1px;
    background-color: #ddd;
    clear: both;
    margin: 10px 0;
}

.linetop {
    display: block;
    height: 1px;
    background-color: #60a6c3;
    clear: both;
    margin: 10px 0;
}

/***MENU***/

.TopMenuBtn {
    background-color: #1b7b98;
    padding: 10px 25px;
    color: #fff;
    margin-bottom: 1px;
    display: none;
}

.TopMenuBtn .fa {
    cursor: pointer;
    margin-right: 20px;
}

.TopMenuBtn span {
    font-size: 30px;
}

.TopMenu .header-menu {
    text-align: center;

    color: #fff;
    position: relative;

}

.TopMenu .header-menu a:hover {
    cursor: pointer
}

.TopMenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.TopMenu ul li {
    display: inline-block;
}

.TopMenu .header-menu > li > a {
    display: block;
    color: #fff;
    padding: 20px 24px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

ul.header-menu li a,
ul.header-menu li {
    position: relative
}

ul.header-menu > li ul {
    display: none
}

.header-menu > li > ul {

    position: absolute;
    top: 100%;
    left: 0;
    background: #4a4a4a;
    z-index: 999;
    width: 100%;
    min-width: 250px;
    text-align: left
}

.header-menu > li > ul li {
    text-align: left;
    width: 100%
}

.header-menu > li > ul a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #6a6a6a;
}

.header-menu li:last-child > a {
    border-bottom: none !important
}

.header-menu > li > ul > li ul {
    position: absolute;
    width: 100%;
    left: 100%;
    right: 100%;
    top: 0;
    background: #616161;
}
.header-menu > li:last-child > ul{
    left: auto;
    right: 0
}
.header-menu > li:last-child > ul > li ul {
    left: -100%;
}


.TopMenu ul > .menu-item-has-children > a {
    padding-right: 40px
}

.TopMenu ul > .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 48%;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    z-index: 10;
}

.header-menu > li > ul > li > ul > li ul {
    background: #767676;
    left: 0;
    right: 0;
    top: 100%
}

.header-menu li:last-child {
    border-bottom: none !important
}

/*        Стили для модальных окон          */

.Window {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.Window:target {
    display: block;
    pointer-events: auto;
}

.Window > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 30px 10px 20px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px;

}

.close-modal {
    background: #dd3333;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    opacity: 1;
}

.close-modal:hover {
    background: #dd3333;
    opacity: 1;
    color: #FFFFFF;
    text-decoration: none;
}

#toTop {

    text-align: center;

    position: fixed;
    bottom: 10px;
width: 50px;
    height: 50px;
    border: 2px solid #555;
    background: #555;
    border-radius: 8px;
    right: 20px;
    cursor: pointer;
    display: none;
    color: #fff;
}
#toTop .fas.fa-angle-up{
    font-size: 45px
}
/***Search***/

.userSearch {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    background: #1b7b98;
    padding: 15px 25px;
    border: 1px solid;
    border-radius: 4px;
    z-index: 999;
    min-width: 370px
}

.userSearch #searchsubmit {

    border: none;

}

.userSearch .screen-reader-text {
    display: none;
}

.toppanel {
    position: relative;
}

.userSerchBtn
{
    display: inline-block;
    border: 2px solid #fff;
    padding: 6px 10px;
    color: #fff;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.userBrandBtn {
    border-radius: 50%
}

.userBrandBtn {

    width: 40px;
    height: 40px;
    text-align: center;
	display: inline-block;
    border: 2px solid #fff;
    line-height: 36px;
    color: #fff;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.userSerchBtn:hover,
.userBrandBtn:hover {
    background-color: #fff;
    color: #000;
}

.userSerchBtn .fa {
    font-size: 22px;
}

.no-search {
    text-align: center;
}

.no-search img {
    margin: 0 auto;
}

/***Footer***/

#footer {

    background-color: #333;
    color: #ececec;
    padding-top: 20px
}

#footer .footerblock > h3,
#footer .title-hit {
    background: rgba(255, 255, 255, .1);
}

.footerblock {
    margin-bottom: 20px;

    padding: 0
}

#footer .footerblock > h3,
#footer .title-hit {
    display: block;
    margin: 0 0 20px 0;
    padding: .4em .8em;
    color: #fff;
    text-transform: uppercase;

    font-size: 1rem;
    font-weight: 700
}

#footer a {
    color: #fff;

    padding: 2px 0;
    transition: 0.4s;
}

#footer .tag-cloud-link {
    display: inline-block;
    background: #1585b5;
    color: #eee;
    padding: 4px 15px;
    border-radius: 0
}

#footer .tag-cloud-link:hover {
    background: #105d7d
}

#footer caption {
    color: #fff
}

#footer a:hover,
#footer a:active,
#footer a:focus {
    color: #ccc;
}

#footer ul {
    list-style: none !important;
    margin-left: 0;
    padding: 0 0 0 5px;
}

#footer ul li {
    padding: 4px 0 4px 0
}

#footer ul ul {
    font-size: 0.8rem;
    list-style: inside;
    margin-left: 5px
}

.footerblock {
    margin-bottom: 20px;
}

#footer .hit-items ul {
    list-style: none !important;
}

#debug {
    background-color: #283347;
    color: #ececec;
    text-align: center;
    padding: 16px 0px 16px 0px;
    font-size: 12px;
}


.menuBottom ul {
    list-style: none;
}

.menuBottom a {
    color: #fff;
}

#footer .menuBottom a:hover {
    background: none;
    color: #888;
}

.menuBottom ul li ul {
    display: none;
}

.menuBottom .maps:before {
    font: normal normal normal 20px/1 FontAwesome;
    display: inline-block;
    content: "\f0e8";
    margin-right: 7px;
}


/***SocialButton***/

.socTop {
    display: block;
    float: right;
    margin-right: 50px;
}

.socBottom {
    text-align: center;
}

.socBtnTop,
.socBtnBottom {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    transition: 0.5s;
}

.socBtnBottom {
    width: 42px;
    height: 42px;
}

.socBtnTop {
    width: 34px;
    height: 34px;
}

.socBtnTop:hover,
.socBtnBottom:hover {
    background-color: #fff;
    color: #000;
}

.socBtnTop .fa {
    font-size: 20px;
    line-height: 32px;
}

.socBtnBottom .fa {
    font-size: 24px;
    line-height: 39px;
}


/***Widget***/

.widget {
    margin-bottom: 30px;
}

#gallery-1 img {
    margin: 0 auto;
}

/***Comments***/

#comments {
    display: none;
}

#reply-title {
    font-size: 18px;
}

.commentlist {
    list-style: none;
}


.comment-reply-title {}

.comment-author.vcard,
.comment-meta.commentmetadata {
    display: inline-block;
}

.commentlist .children {

    list-style: none;
    padding: 10px;
    margin-bottom: 10px;
}

.avatar {
    border-radius: 50%;
    border: 2px solid #999;
}

.comment-body {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.navigation {
    margin-bottom: 15px;
}





/***Slider***/

.populargb {
    text-align: center;
}

.popularimg {
    border: 1px solid #fff;

    height: 160px !important;
    max-width: 350px !important;
    background-size: cover !important;
    margin: 0 auto;
}

.populyar {
    margin-top: 20px;
    box-shadow: 0px 0px 5px 0px #b0b0b0;
}

.populyar,
.bannerblock {
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    /*box-shadow: 0px 0px 5px 0px #b0b0b0;*/
}

.banner-edu {
    margin-bottom: 15px;

}

.banner-edu img {
    transition: .6s;
    border: 1px solid #ccc
}

.banner-edu:hover img {
    opacity: 0.6;
    border: 1px solid #1585b5;
}

.popularentry {
    text-align: center;
    color: #1b7b98;
    margin-bottom: 15px;
}

.populartitle {
    display: block;
    margin: 15px;
}

.popularentry.container-fluid {
    background: #ddd
}

.breadcrumbs {
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

/***Category***/

.category_list > li a {
    font-size: 22px;
    display: block;
    padding: 8px 0;
    line-height: 30px;
}

.table-data {
    font-size: 14px;
}

.politiclink {
    margin-left: 32px;
    font-size: 15px;
}

.carousel {
    margin-bottom: 0;
}

.headerslider {
    overflow: hidden;
}

.headerslider .metaslider .caption {
    font-size: 22px;
    text-align: center;
    padding: 10px 20px;
}


.bannerlink {
    display: block;
    margin: -10px;
    transition: 0.5s;
}

.bannerlink:hover {
    opacity: 0.8;
}

.bannerlink img {
    display: block;
    margin: 0 auto;
}

.ruk {

    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;

}

.ruk img {
    border: 1px solid #ddd;
    padding: 5px;
}

.moduletable .ruk h3 {
    color: #60a6c3;
    font-size: 28px;
    background: transparent;
    padding: 15px;
    text-align: center;
}

.sitemap-page ul {
    list-style: url(../images/ul.png);

}

h2.content-code {

    padding: 10px;
    margin: 20px 0;

}

.tag-cloud-link {
    display: inline-block;
    background: #ff5422;
    padding: 4px 10px;
    color: #fff;

    margin-bottom: 4px
}

.tag-cloud-link:hover,
.tag-cloud-link:focus,
.tag-cloud-link:active {
    color: #fff
}

/****Blog***/
.post-time {
    background: #ddd display: inline-block;
    text-align: center;
    width: 70px;
    height: 80px;

    border-radius: 0px;
    padding: 8px;
    line-height: 27px;
    padding-top: 13px;
    color: #dcdcdc;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    top: -10px;
    right: 19px;

}

.post-time::before {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 80px;
    position: absolute;
    border: 35px solid transparent;

    border-top: 25px solid rgb(180, 195, 231);


}

.img-news-blog-full {
    object-fit: cover;
}

.blog-cols.col-md-12 .img-news-blog-full {
    margin-bottom: 10px;
}

.blog-cols.col-md-6 .img-news-blog-full {
    max-width: 100%;
    margin-bottom: 10px;
    height: 250px;
    object-fit: cover;
}

.blog-cols.col-md-6 .post {
    height: 100%
}

.blog-cols.col-md-6 .post .col-lg-auto,
.blog-cols.col-md-4 .post .col-lg-auto,
.blog-cols.col-md-3 .post .col-lg-auto {
    width: 100%
}

.blog-cols.col-md-4 .post {
    height: 100%
}

.blog-cols.col-md-3 .post {
    height: 100%
}

.blog-cols.col-md-4 .img-news-blog-full {
    max-width: 100%;
    margin-bottom: 20px;
    height: 200px;
    object-fit: cover;
}

.blog-cols.col-md-3 .img-news-blog-full {
    max-width: 100%;
    margin-bottom: 20px;
    height: 150px;
    object-fit: cover;
}

h2.title-news-blog {
    font-size: 1.25rem;
    color: #007bff;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}

.readmore-block {
    text-align: right
}

/***Button***/

.readmore-btn {
    display: inline-block;
    background-color: #1585b5;
    color: #fff;
    padding: 4px 10px;
    transition: 0.5s;
    border-radius: 4px
}

.readmore-btn:hover,
.readmore-btn:active,
.readmore-btn:focus {
    color: #fff;
    background-color: #555
}

.info-blog-data {
    background: #e8357c;
    display: inline-block;

    color: #fff;
    padding: 2px 10px;
}

.info-blog-cat {
    display: inline-block
}

.info-blog-cat a {
    color: #fff;
}

.info-blog-views i {
    margin-right: 4px
}

.info-blog-tags a {
    color: #fff;
}

.row.no-gutters.info-blog {
    font-size: 12px
}



.adress-school #adress-top::before,
.adress-school #mainfon::before,
.adress-school #email::before {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    left: -24px;
    top: 3px
}

.adress-school #adress-top::before {
    content: "\f3c5"
}

.adress-school #mainfon::before {
    content: "\f879"
}

.adress-school #email::before {
    content: "\f0e0";
}

.adress-school {
    margin-right: auto;
    margin-left: auto;
}



.ov-h {
    overflow: hidden
}

.mh-300 {
    min-height: 300px
}

/***Table***/

.table-responsive {
    overflow: auto;
}

.wp-block-table table,
.table-bordered {
    border: 1px solid #c2c2c2;
    border-left: 0;
    border-radius: 0;
}

.wp-block-table table th,
.wp-block-table table td,
table-bordered td,
.table-bordered td {
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    padding: 8px;
}

#first-screen,
#first-screen .row {
    height: 100%;

}

#first-screen .row > div {
    display: flex;
}

#first-screen,
#first-screen .row > div {

    align-items: center
}

.first-screen-title {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    width: 100%;

}

.col-md-6.offset-md-3 .first-screen-title {
    text-align: center
}

.first-screen-title-text {
    font-size: 20px;
    line-height: 30px;

}

.top_sidebar .col-md.p-2 {
    align-content: stretch;
    display: flex;

    flex-direction: column;
}

.moduletable.moduletable-top {
    height: 100%;
    max-height: 100%
}



/*Vidget*/

.moduletable {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    background: #fafafa
}

.moduletable h3.moduletable-title {
    background: #555;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: -11px -11px 10px -11px;
    padding: 10px 15px
}

.moduletable > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.moduletable ul > li {

    border-bottom: 1px solid #ccc;

}

.moduletable ul > li:last-child,
.moduletable ul ul li {
    border: none
}

.moduletable ul ul {
    padding-left: 15px;

}

.moduletable-title-top {

    font-size: 1.25rem;
    color: #007bff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.row.top-sidebar {
    border: 1px solid #ccc;
    background: #fafafa;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 7px;
    margin-bottom: 20px;
}

.moduletable > ul > li a {
    padding: 10px 0;
    display: inline-block
}

/*** Menu ***/
.moduletable .menu {
    background: #01a0e2;
    margin: -10px -11px -11px -11px;
    list-style: none;
    padding: 0 0 5px 0;

    color: #fff
}

.moduletable .menu > li:hover {
    background: #0398d6
}

.moduletable .menu a {
    display: block;
    color: #fff;
    position: relative;
    cursor: pointer !important;
    padding: 10px 15px;
    cursor: pointer !important;


}

.moduletable .menu > li {
    border-bottom: none;
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.moduletable .menu > li > ul > li {
    border-bottom: 1px solid #6c6c6c;
    font-size: 14px
}

.moduletable .menu > li > ul > li > ul > li {
    border-bottom: 1px solid #5c5c5c;
}

.moduletable .menu li:last-child {
    border-bottom: none !important
}

.moduletable .menu > li ul li {
    position: relative
}

.moduletable .menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #555;
    display: none
}

.moduletable .menu > li > ul > li > ul {
    background: #424242;
    list-style: none;

    padding: 0;
    display: none
}

.moduletable .menu > li > ul > li > ul > li > ul {
    list-style: none;
    background: #383838;
    padding-left: 0;
    padding-right: 0;
    display: none
}

.moduletable .menu .menu-item-has-children > a::after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;

    border: 2px solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 18px;
}

.moduletable .menu ul .menu-item-has-children::after {
    right: 0
}

.post_count {
    right: 0px;
    top: 8px;
    color: #fff;
    background: #1585b5;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;

}

.post-date {

    font-size: 14px;
    font-weight: 600;
    display: block
}

#footer .post-date{
   
    color: #26b6f4;
}
/**  GalleryStyle **/
.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: content-box;
}

.gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.gallery.gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
}

.gallery-item {
    padding: 5px
}

.gallery-icon {
    height: 200px;
    border: 1px solid #ccc;
    padding: 4px;
    background: #fafafa;
}

.gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1px;
}

.wp-caption-text.gallery-caption {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 10px 15px;
    border-top: none
}

/**  EndGalleryStyle **/


.announce-page {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-left: 15px solid #01a0e2;
    height: 100%
}

.freesidebar-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

p.form-submit #submit.submit {
    border: none;

    transition: .4s;
    background: #1585b5;
    padding: 10px 20px;
    color: #fff;

}

p.form-submit #submit.submit:hover {
    background: #555
}

.thumbnail-hit img {
    width: 100px;
    height: 100px;
    object-fit: cover
}

.wp-block-code {
    background: #fee;
    border: 1px solid #ffb1b1;
    padding: 10px;
}

/*** Comments ***/
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 7px;
}

.wp-block-pullquote.is-style-default {
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.wp-block-quote {
    border-left: 2px solid #555;
    padding-left: 20px
}

.wp-block-quote cite {
    font-size: 14px;
}

.post-page-numbers {
    background: #717171;
    color: #fff;
    padding: 5px 10px;
}

.post-page-numbers:hover,
.post-page-numbers:active,
.post-page-numbers:focus {
    background: #484848;
    color: #fff
}

span.post-page-numbers.current {
    background: #484848;
    color: #fff
}

.post-nav-links {
    display: block;
    margin: 30px 0;
}

thead th {
    color: #fff;
    background-color: #373a3c;
    vertical-align: bottom;

}

#header-top .container,
#header-top .row {
    height: 100%
}




.adress-school ul {
    list-style: none;
    margin: 0;
    padding-left: 20px
}

.adress-school ul li {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.adress-fl {
    display: flex;
    align-items: center
}

.titleheader,
.logo-header {
    overflow: hidden;
    display: flex;
    align-items: center;
}



.blog-cols.col-md-6 .col-md-auto {
    width: 100%
}

.blog-cols.col-md-6 .img-news-blog-full {
    max-width: 100%
}

.img-news-blog-full:hover {
    opacity: 0.9
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
}

.blockquote.news-blog-blockquote {
    font-size: 1rem
}

.footer-blog-blockquote a {
    text-decoration: underline;
    color: red
}

.footer-blog-blockquote a:hover {
    text-decoration: none
}


/** Media **/

@media (max-width: 1199.98px) {
    .TopMenu .header-menu > li > a {
        padding: 20px
    }

    .TopMenu ul > .menu-item-has-children > a {
        padding-right: 30px
    }

    
    @media (max-width: 991.98px) {
        .gallery.gallery-columns-4 .gallery-item {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

        .TopMenu .header-menu > li > a {
            padding: 15px 8px;
        }

        .TopMenu ul > .menu-item-has-children > a {
            padding-right: 20px
        }

        .blog-cols.col-md-12 .img-news-blog-full {
            max-width: 100%
        }

    }

   
    @media (max-width: 767.98px) {

        .gallery.gallery-columns-3 .gallery-item,
        .gallery.gallery-columns-4 .gallery-item {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .hidden-smart {
            display: none !important
        }

        .titleheader,
        .logo-header {
            text-align: center !important;
            justify-content: center !important
        }

        .userSearch {

            width: 100%;
        }

        .TopMenuBtn {
            display: block
        }
        #top-menu > .container{
            padding-left: 0;
            padding-right: 0
        }
        #top-menu.TopMenu .header-menu > li > a {
            padding: 15px;
        }

        #top-menu {
            display: none
        }

        .TopMenu .header-menu {
            text-align: left!important
        }

        .TopMenu .header-menu li {
            display: block
        }

        .TopMenu .header-menu ul {
            position: inherit !important;
            left: 0!important;
            right: 0!important
        }

        #BottomBanners .custom.row > li::before {
            display: none
        }
    }


    
    @media (max-width: 575.98px) {

        .gallery.gallery-columns-2 .gallery-item,
        .gallery.gallery-columns-3 .gallery-item,
        .gallery.gallery-columns-4 .gallery-item,
        .gallery.gallery-columns-5 .gallery-item,
        .gallery.gallery-columns-6 .gallery-item {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .hidden-fone {
            display: none !important
        }

        #searchsubmit {
            width: 100%;
            margin-top: 10px
        }

        #CecutientBtn,
        .userBtn.userOption {
            display: block;
            width: 100%;
            margin: 5px 0 5px 0 !important;
        }

        .Window > div {
            width: 350px
        }
    }

    /** EndMedia **/
