#at-expanded-menu-host .at-branding-info.at-expanded-menu-branding, #at-expanded-menu-host .at-branding-logo.at-expanded-menu-branding{
    display: none!important;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #222222;
    color: #fff;
}

body {
    padding-right: 0 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@font-face {
    font-family: DejaVu-Serif-Condensed-Regular-8967;
    src: url('../fonts/DejaVu-Serif-Condensed-Regular-8967.ttf');
}

/* Sidebar */
.navmenu {
    /*background: url(../assets/img/blackboard4.jpg);*/
    background-color: #222222;
    border-color: #052b47;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.navmenu:before{
    content: '';
    display: inline-block;
    position: absolute;
    /*height: 100vmax;*/
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1111;
}
.news-sidebar-ul {
    text-align: center;
    padding: 0 20px;
}

.news-sidebar-ul li {
    position: relative;
    box-shadow: 0px 0px 25px rgba(0,0,0,.7);
    margin: 4px 0;
    transition: .3s all;
    border-radius: 2px;
    background-color: #1a1a1b;
}

.news-sidebar-ul li a {
    color: #fff !important;
    font-size: 16px;
    padding: 3px 15px;
    font-variant: all-petite-caps;
    transition: .5s all;
    text-align: center;
    transform-origin: left center;
}
.news-sidebar-ul li a:hover {
    color:#000!important;
}

.news-sidebar-ul li:hover{
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.37);
}


.news-soc-icon {
    /*text-align: right;*/
    margin: 40px 0;
    padding: 0 28px;
}

.news-soc-icon li {
    display: inline-block;
}

.news-soc-icon li a {
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
    transition: all .1s ease-in-out;
}


.news-soc-icon li:nth-child(1) a:hover {
    box-shadow: inset 0px -1px 30px 1px rgb(59, 89, 152);
}

.news-soc-icon li:nth-child(2) a:hover {
    box-shadow: inset 0px -1px 30px 1px rgb(251 1 112);
}

.news-soc-icon li:nth-child(3) a:hover {
    box-shadow: inset 0px -1px 30px 1px rgb(0, 115, 176);
}

.news-soc-icon li:nth-child(4) a:hover {
    box-shadow: inset 0px -1px 30px 1px rgb(234, 67, 53);
}

.news-soc-icon li:nth-child(5) a:hover {
    box-shadow: inset 0px -1px 30px 1px rgb(255, 0, 0);
}



.carousel-inner .item, .carousel-inner .item.active {
    height: 100%;
}

.carousel-inner .item > img, .carousel-inner .item.active > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* /Sidebar */

/* Brand */
.navmenu-brand {
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    font-size: 30px;
    font-variant: all-small-caps;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px -1px 30px 8px rgb(0, 0, 0);
    margin: 57px 0;
    width: 100%;
    transition: .3s all;
    background: #fff;
}


.navmenu-brand img {
    height: auto;
    width: 270px;
    margin-left: -24px;
}

/* /Brand */

/* Open / Close buttons */
.navbar-open, .navbar-close {
    font-size: 20px;
    border-radius: 0;
    padding: 0 7px;
    background: transparent !important;
    /*border-color: rgba(40, 47, 208, 0.63);*/
    color: #fff !important;
    box-shadow: 0px 0px 1px 1px #fff;
    z-index: 1;
    transition: all .2s ease-in-out;
}

.navbar-open:hover, .navbar-close:hover {
    background: #052b47 !important;
    box-shadow: 0px -1px 6px 4px #fff;
    color: #fff !important;
}

.navbar-open {
    position: absolute;
    top: 10px;
    left: 15px;
}

/* Open / Close buttons */

/* Carousel */
.carousel {
    margin-bottom: 20px;
}

.carousel-control {
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    border: 1px solid #052b47;
    opacity: 1;
    background-image: none !important;
    color: #052b47;
    transition: all .2s ease-in-out;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
    background-color: transparent;
    color: rgba(5, 43, 71, 0.9);
}

.carousel-control.right {
    right: 10px;
    top: calc(50% - 15px);
    color: #fff;
    border: solid #fff 1px;
}

.carousel-control.left {
    left: 10px;
    top: calc(50% - 15px);
    color: #fff;
    border: solid #fff 1px;
}

.carousel-control:hover {
    background-color: #052b47;
    color: #fff;
    border: solid #052b47 1px;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 30px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 32px;
    height: 7px;
    margin: 0;
    background-color: #052b47;
}

.carousel-caption.news-carousel-caption {
    width: 50%;
    left: 5%;
    bottom: 10%;
    background: rgba(19, 19, 19, 0.71);
    text-align: left;
    padding: 10px;
}

.carousel-caption-a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.carousel-caption-a:hover {
    background-color: #fff;
    color: #363836;
    text-decoration: none;
    text-shadow: none;
}

.carousel-caption-h3 {
    font-variant: all-petite-caps;
}

.blogBg {
    background: rgb(249, 245, 235);
}

.base-text {
    color: rgb(93, 66, 50);
}

/* Carousel */

/* Content */
.container {
    max-width: 100%;
}

.news-posters {
    margin-bottom: 35px;
    width: 100%;
    height: 100%;
    position: relative;
}

.news-posters > img {
    width: 100%;
    height: 170px;
}

/* News poster effect */
.hover-block {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 2%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.news-poster-title {
    font-size: 20px;
}

.news-poster-line {
    display: block;
    border-top: 1px solid #fff;
    margin: 10px auto;
    max-width: 250px;
}

.news-poster-tag {
    display: inline-block;
    border: 1px solid #fff;
    padding: 2px 8px;
    color: #fff;
}

.hover-block > h3, .hover-block > p, .news-poster-line {
    transition: all .3s ease-in-out;
    color: #fff;
    opacity: 0;
}

.hover-block > h3 {
    transform: translateX(-35px);
}

.hover-block > p {
    transform: translateX(35px);
}

.hover-block:hover > h3,
.hover-block:hover > p,
.hover-block:hover > .news-poster-line {
    transform: translateX(0);
    opacity: 1;
}

.news-posters:hover > a {
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.load-btn-block > .btn.btn-success {
    outline: none;
    background-color: transparent;
    border-color: #052b47;
    border-radius: 0;
    color: #052b47;
    font-variant: all-small-caps;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.load-btn-block > .btn.btn-success:hover {
    background-color:  #052b47;
    color: #fff;
}

/* News poster effect */

/* /Content */

/* Content-sidebar */
.news-sidebar > div {
    margin-bottom: 50px;
}

.news-sidebar {
    border-left: 1px solid rgba(197, 197, 197, 0.79);
}

/* search */
.sidebar-search-block h3 {
    margin-top: 0;
}

.content-sidebar-block-title {
    font-variant: all-small-caps;
    border-bottom: 2px solid #052b47;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    font-size: 19px;

}

.search-news {
    border-radius: 0;
    background-color: #111010;
    border: none;
    color: #052b47;
    padding: 6px 30px 6px 12px;
    letter-spacing: 1px;
}

.search-news:focus {
    border-color: transparent;
    box-shadow: none;
}

.news-form-group {
    position: relative;
}

.news-form-group::before {
    content: "\f4a4";
    font-family: "Ionicons";
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 20px;
    color: #949191;
}

/* /search */

/* labels */
.tag-ul {
    margin: 0;
    padding: 0;
}

.tag-ul li {
    display: inline-block;
    margin-right: 5px;
}

.tag-ul li a {
    display: inline-block;
    border: 1px solid #052b47;
    font-size: 13px;
    color: #052b47;
    font-variant: all-small-caps;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: .5s all;
    text-decoration: none;
}

.tag-ul li a:hover {
    background-color: #052b47;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    box-shadow: 0px -1px 4px 1px rgba(5, 43, 71, 0.62);
}

/* /labels */

/* popular news */
.popular-ul {
    margin: 0;
    padding: 0;
}

.popular-ul li {
    list-style-type: none;
    display: table;
    margin-bottom: 20px;
    height: 60px;
}

.popular-new-img-block {
    width: 25%;
    float: left;
    overflow: hidden;
    height: 60px;
}

.popular-new-img-block > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.popular-new-img-block > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-new-text-block {
    width: 72%;
    float: right;
    overflow: hidden;
}

.popular-new-text-block > h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.popular-new-text-block > p {
    font-size: 13px;
}

.popular-new-text-block > h4 > a {
    color: rgb(93, 66, 50);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.popular-new-text-block > h4 > a:hover {
    color: #184a70;
}

/* /popular news */

/* /Content-sidebar */

/* modal */

.subscribe-modal {
    margin-top: 100px;
    height: 450px;
    border-radius: 0 !important;
}

.subscribe-close {
    margin: 12px -38px 0 0 !important;
    border: 1px solid lightgray !important;
    border-radius: 50% !important;
    padding: 7px !important;
    width: 37px;
    height: 37px;

}

.subscribe-close:focus,
.subscribe-close:active {
    outline: none;
}

#myModal-content {
    background: url("../assets/img/book.jpg") no-repeat !important;
    background-size: cover !important;
}

.modal-header {
    text-align: center;
    padding: 10px;
}

.img-opacity {
    padding: 0 50px;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
}

.book-icon {
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    margin: 80px auto 15px;
    text-align: center;
}

.book-icon + p {
    line-height: 1.42857143;
    letter-spacing: 0;
    width: 130px;
    margin: auto;
    height: 110px;
    overflow: hidden;
    overflow-y: auto;
    color: #f1f1f1;
    font-size: 12px;
    text-align: center;
    font-family: DejaVu-Serif-Condensed-Regular-8967, serif;
}

.book-icon img {
    width: 33px;
    margin-top: 12px;
}

.home-form-block {
    /*border-radius: 40px 42px 43px 40px;*/
    background-color: white;
    width: 440px !important;
    margin: 45px auto;
    padding: 1px 0;
    line-height: 1.42857143;
}

.home-form input {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(91, 166, 0, 0.84);
    color: black;
    display: block;
    margin: 7px 0 10px 75px;
    padding: 0 15px;
    width: 225px;
}

.home-form input:focus {
    background-color: antiquewhite;
}

.home-submit {
    margin: -68px 2px 0 0;
    float: right;
    width: 65px;
    border: 0;
    /*border-radius: 0 40px 40px 0;*/
    height: 67px;
    font-size: 29px;
    color: darkseagreen;
    background-color: rgba(48, 41, 60, 0.94);
    transition: all .5s;
}

.home-submit:hover {
    text-shadow: 0 0 1px #1c1c1c;
    /*color: #127950;*/
    background-color: rgba(29, 26, 39, 0.94);

}

.home-submit:focus,
.home-submit:active {
    outline: none;
}

.home-form input::placeholder {
    color: #8f8f8f !important;
}

.home-send-modal {
    height: 150px;
    margin: 78px 12% 0 12%;
    padding: 1px 20px 0 20px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 30px rgba(225, 225, 225, .6);
    background-color: rgba(0, 5, 9, 0.65);
}

.home-send-modal p {
    margin-top: 48px;
    letter-spacing: 1px;
}

/* modal */

/* News Footer */
footer {
    /*border-top: 1px solid rgba(40, 47, 208, 0.99);*/
    border-top: 1px solid rgba(197, 197, 197, 0.79);
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}

.footer p {
    margin: 0;
    float: right;
    font-variant: small-caps;
    /*color: #aade43;*/
}

.fb_iframe_widget {
    line-height: 30px;
}

/*.footer p a {*/
/*color: #aade43;*/
/*}*/
/* /News Footer */

/* one-news page */
.base-text {
    text-align: justify;
    line-height: 22px;
    letter-spacing: 1px;
}

.base-text-img {
    width: 500px;
    height: 250px;
    margin: 10px auto;
    display: block;
}

.base-text-video {
    margin: 10px auto;
    display: block;
}

.carousel-caption.news-carousel-caption.one-news-carousel-caption {
    width: 50%;
    left: calc(50% - 25%);
    /*bottom: 15%;*/
    background: rgba(19, 19, 19, 0.71);
    text-align: center;
    /*padding: 50px 30px;*/
}

/* one-news page */

.share {
    list-style: none;
    overflow: hidden;
}

.share > li {
    float: right;
}

.news-photo {
    overflow: hidden;
}

.select-lang-ul {
    float: left;
    display: block;
    margin: 12px 0 10px 0;
}

.select-lang-ul li img {
    width: 22px;
    height: 17px;
}

#social {
    float: left;
}

.jssocials-share,
.jssocials-shares {
    margin: 0 4px 0 0;
}

.jssocials-share-link {
    font-size: 14px;
    padding: 3px;
}

.like-share-block {
    min-width: 50%;
    float: left;
}

.social-view{
    display: flex;
    justify-content: space-between;
}

.view {
    float: right;
}

.view span {
    font-size: 14px;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.33);
    color: rgba(0, 0, 0, 0.33);
}

/*  Subscribe button and Modal */
.subscribe a {
    width: 160px;
    background-color: #052b47;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 0;
    transition: .5s all;
    outline: none !important;
}

.subscribe a:focus,
.subscribe a:active {
}

#subscribers_name {
    margin-bottom: 10px;
}

.bg-primary {
    background-color: rgba(5, 43, 71, 0.92);
}

.modal-body .btn-primary {
    background-color: rgba(5, 43, 71, 0.98);
    border-radius: 0;
}

/*.modal-body .row{*/
/*text-align: center;*/
/*}*/
/*.modal-body .ok{*/
/*width: 100px;*/
/*margin-top: 15px;*/
/*}*/
/*.modal-body h2{*/
/*color:#000000;*/
/*text-align: center;*/
/*}*/
/*#result{*/
/*text-align: center;*/
/*}*/

/*.form-control:focus{*/
/*//*/
/*}*/
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background-color: rgba(5, 43, 71, 0.74) !important;
    cursor: pointer;
}

/*.jssocials-share-link{*/
/*border-radius: 0;*/
/*margin-bottom: -1px;*/
/*}*/
/*.jssocials-share-link:hover{*/
/*text-decoration: none;*/
/*}*/
/*  Subscribe button and Modal */

::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(73, 73, 75);
    box-shadow: inset 0 0 6px rgba(222, 222, 222, .6);
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgb(0, 8, 17);
    box-shadow: inset 0 0 3px rgba(222, 222, 222, .5);
}
