body {
    width: 100%;
    overflow-x: hidden;
}


/* 
-------------------------------------------------------------
|                                                           |
|ALL                                                   |                
|                                                           |
-------------------------------------------------------------
*/






/* 2. AT FUNCTIONS 
function extract_embedded_videos($container, array $allowedHosts=[...]) */

    /*.video-wrapper {*/
    /*  display: flex;*/
    /*  flex-direction: row;*/
    /*  justify-content: center;*/
    /*   margin: 2em 0em;*/
    /*}*/


    /*FACEBOOK ____________________ */
    
    /*.fb-responsive {*/
    /*  max-width: 360px; */
    /*  width: 100%;*/
    /*  margin: 0 auto;*/
    /*}*/
    /*WITH SDK SCRIPT AT THE HEADER.PHP A THUMBNAIL OF THE VIDEO IS SHOWN. IT
    IS CENTRED BUT TOO SMALL 100*72*/
        
        
    /*UPDATE 17 JUL*/
    /* Container that keeps standard max width and centers the iframe */
    /*.responsive-video-fb {*/
    /*  width: 100%;*/
    /*  max-width: 560px; */
    /*  margin: 2em auto;*/
    /*}*/
    
    /* This targets iframe/embed/video inside .responsive-video */
    /*.responsive-video-fb iframe {*/
    /*  display: block;*/
    /*  width: 100%;*/
    /*  height: auto;*/
    /*  aspect-ratio: auto;*/
    /*  border: none;*/
    /*}*/




    /*UPDATE 11 AUG*/
    
    /* Original container */
    /*.fb-video {*/
    /*    display: block !important;*/
    /*    margin: 0 auto !important;*/
    /*    max-width: 550px !important;*/
    /*    border: 2px solid red; */
    /*}*/
    
    /* Facebook's generated wrapper */
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe {
        display: block !important;
        margin: 32px auto !important;
        max-width: 600px !important;
        /*border: 2px solid blue; */
        width: 100% !important;
    }


    
    /*TELEGRAM ____________________ */
    
    .responsive-telegram {
      position: relative;
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      height: 0;
      overflow: hidden;
      margin: 1em 0;
      text-align: center;
      width: 100%;
      height: 100%;
      max-width: 500px;
    }
    
    .responsive-telegram iframe {
      position: absolute;
      /*Absolute-positioned elements do NOT respond to auto margins for centering.*/
      top: 0;
      left: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      max-width: 500px;
      margin: 0 auto;
      border: none;
    }
    
    
    GENERAL VIDEOS ____________________ 

    /*15 AUG - OPTIONAL */
    .video-wrapper { 
      max-width: 560px; margin: 2em auto; 
    }
    
    .responsive-video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      width: auto;
      max-width: 560px; 
      overflow: hidden;
      margin: 2em auto; 
    }
    
    .responsive-video iframe,
    .responsive-video video,
    .responsive-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
    


/* 
-------------------------------------------------------------
|                                                           |
| UKRINFORM                                                    |                
|                                                           |
-------------------------------------------------------------
*/

.article-ukrinform .newsHeading{
    font-size: 19.2px; 
    margin: 10px 0 18px 0; 
    font-weight: 500; 
    /*font-style: italic;*/
    /*color:rgba(54,97, 191);*/
    /*color: #53565A;*/
    color: #787976;
}

.article-ukrinform p {
    /*font-size: 16px;*/
    line-height: 1.5em;
    margin: 18px 0;
}


.article-ukrinform p img,
.article-ukrinform figure img {
    display: block;
    max-width: 550px;
    height: auto; 
    margin: 0 auto;
    margin-top: 32px;
}

.article-ukrinform figcaption{
    text-align:center;
    font-size: 14px;
    margin-bottom: 20px;
    color:#787976;
    /*color: blue;*/
    padding-top: 8px;
}


.article-ukrinform iframe{
    display: block;
    margin: 30px auto;
}

.article-ukrinform blockquote.twitter-tweet {
    display: flex !important;
    justify-content: center !important;
    margin: 32px 0 !important; 
    width: 100% !important;
}

.article-ukrinform blockquote.twitter-tweet > div {
    display: inline-block !important; /* keep the embed width natural */
}


/* 
-------------------------------------------------------------
|                                                           |
| PRAVDA                                                    |                
|                                                           |
-------------------------------------------------------------
*/


/*ALL PRAVDA ----------------------------------*/

/*the div including both the images and author*/


.image-box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    max-width: 550px;
    height: auto; 
    margin: 0 auto; 
}

.telegram-embed-pravda {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.telegram-embed-pravda iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*HEADLINES ----------------------------------*/

/*author of internal photos at pravda __> THERE IS ANOTHER DIV W THIS NAME 
FOR THE FONT OF 14PX AND COLOR DARK GREY ... */


.article-pravda-headlines picture,
.article-pravda-headlines picture > img {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*max-width: 70%; */
    /*height: auto; */
    display: block;
    margin: 0 auto; 
}


.article-pravda-headlines p:has(picture),
.article-pravda-headlines p:has(img) {
    margin-bottom: 0px;
}


.article-pravda-headlines .image-box__author{
    text-align:center;
    margin-bottom: 20px;
    /*padding-top: 16px;*/
}

.article-pravda-headlines .text_quotes{
    color:ORANGE; 
    font-style:italic;
}


.article-pravda-headlines h2{
    font-size: 22px; 
    margin: 30px 0 18px 0; 
    font-weight: 700; 
    color: RED;
}


/*ECONOMICS ----------------------------------*/

.article-pravda-economics h2{
    font-size: 22px; 
    margin: 30px 0 18px 0; 
    font-weight: 700; 
    color: GREEN;
}

.article-pravda-economics .text_quotes{
    color:orange; 
    font-style:italic;
}

.article-pravda-economics picture > img {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    max-width: 550px;
    height: auto;
    display: block;
    margin: 0 auto; 
}

.article-pravda-economics .image-box__author{
    text-align:center;
    margin-bottom: 20px;
    /*padding-top: 16px;*/
}

.article-pravda-economics .image-box__caption{
    text-align:center;
    margin-bottom: 20px;
    /*padding-top: 16px;*/
}



/*WORLD ----------------------------------*/

.article-pravda-world .image-box__author{
    text-align:center;
}

.article-pravda-world .image-box__caption{
    color:GREY;
    /*text-align: center;*/
}

.article-pravda-world h2{
    font-size: 22px; 
    margin: 30px 0 18px 0; 
    font-weight: 700; 
    color: #2500ff;

}

.article-pravda-world .text_quotes{
    color:#0056b3; 
    font-style:italic;
}



/* 
-------------------------------------------------------------
|                                                           |
| UNIAN                                                     |                
|                                                           |
-------------------------------------------------------------
*/



/*the <figure  including the images*/
/*.article-unian {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    display: block;*/
/*    max-width: 70%; */
/*    height: auto; */
/*    margin: 0 auto; */
/*}*/



/* 
-------------------------------------------------------------
|                                                           |
| KORRESPONDENT                                             |                
|                                                           |
-------------------------------------------------------------
*/

/* 1. ARTICLE CONTENT PAGES

--> TITLE (OUTSIDE THE ARTICLE)
AT DESKTOP/CONTENT/TITLE_ROW2  */

    .title-article-content-pages {
    font-weight: bold; 
    font-size: 30px;
    line-height: 1.2;
    color: black;
    }


/*ARTICLE CONTENT PAGES
--> STYLING ARTICLE TEXT 
AT FUNCTIONS 

    /*TEXT ____________________ */

    /* SPACES BTW Ps CHANGED "LINE 502" FROM FUNCTIONS function extract_article_text 
    BY REMOVING THE BR */
    
    /*.article-korrespondent p {*/
    /*    margin: 18px 0;*/
    /*    line-height: 1.4; */
    /*}*/
    
    
    /* works for all children—<p>, <div>, or others */
    .article-korrespondent > * + * {
        margin: 18px 0;
        line-height: 1.4;
    }

    

    
    
    /* H2 ____________________ */    

    /*COMMENTED LINES 486 AT FUNCTIONS*/
    .article-korrespondent h2, .article-text h2,
    .article-korrespondent h2 *, .article-text h2 * {
        margin: 0px 0 16px 0;
        font-size: 20px;
        /*font-weight: bold;*/
        line-height: 1.4;
        /*color: #000000;*/
        /*color: #0d6efd;*/ 
        /*color: #fd600d;*/
        /*color: #888B8D;*/
        /*color: #6E7173;*/
        color: #8c92ac;
    }


/*IMAGES*/


.article-korrespondent .image-box__img {
    /*font-size: 16px;*/
    display: block;
    height: auto; 
    margin: 0px auto; 
    width: 877px;
}

.article-korrespondent .image-box__img img {
    max-width: 60% !important;
    display: block;
    margin: 0px auto; 
    margin-top: 32px;
} 


.article-korrespondent .articles-box__sdescription {
    text-align:center;
    color:#787976;
    padding-top: 3px;
    font-size: 14px;
    margin-bottom: 30px;
    width: 877px;
    }



/* 3. ARTICLE CONTENT PAGES
--> STYLING CAROUSEL IMAGES 
AT FUNCTIONS */


    .korr-carousel {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        margin: 30px 0;
    }
    
    .carousel-img {
        width: 100%;
        max-width: 300px;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        transition: transform 0.2s ease-in-out;
    }
    
    .carousel-img:hover {
        transform: scale(1.03);
    }



/* PREVIOUS  ------------------------------------------------------------- */


.titleMod {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 1);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6);
}

::-moz-selection {
    /* Code for Firefox */
    color: #0057b7;
    background: #ffcc00;
}

::selection {
    color: #0057b7;
    background: #ffcc00;
}

.hideSpace {
    visibility: hidden;
    background-color: #000000;
}

.showSpace {
    background-color: #FFFFFF;
}

.newsContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1280px !important;
    max-width: 100%;


}

.topRow {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.homeContent {
    justify-content: center;
}

.topContent {
    width: 1400px;
}


.card {
    margin: 5px 5px;
    padding: 0px;
    width: 214px;
    border: none;
}

.card>.card-content {
    padding: 0px;
    height: 219px;
    width: 214px;
    border: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */

@media (min-width: 568px) {
    .newsCard {
        width: 50% !important;
    }
}

/* ///Medium devices (desktops, 992px and up)///////////////////////////// */
@media (min-width: 768px) {
    .newsCard {
        width: 50%;
    }

    .cardColumn_2 {

        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        width: 340px;
    }

    .cardColumn {

        /*padding: auto;*/
        width: 95%;
        overflow-x: hidden;
        justify-content: center;
    }

    .catColumn {

        padding: auto;
        width: 95%;
        overflow-x: hidden;
        justify-content: center;
    }

    .cardColumn .col-md-3 {
        margin-left: 0px;
        width: 217px;

    }

    .cardColumn .card-content {
        position: relative;
    }
}

/* Medium devices (desktops, 992px and up)//////////////////////////////////////// */
@media (min-width: 992px) {
    .cardColumn_2 {

        padding-left: 10px;
        padding-right: 0px;
        margin-right: 10px;
        width: 340px;
    }

    .cardColumn {
        padding-right: 5px;
        width: 1100px;
        overflow-x: hidden;
    }
}

@media (min-width: 1140px) {
    #navbar-search-input {
        width: 150px;
    }

    #navbar-search-input:focus {
        width: 250px;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
.imgTitle {
    position: relative;
}

.imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    height: 20px;
    top: 0;
    font-weight: normal;
    padding: 0 10px 2px 6px;
    font-family: Roboto;
}

.intBadge {
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    height: 24px;
    margin-top: 100px;
    font-weight: normal;
    padding: 3px 0 3px 3px;
    font-family: Roboto;
    width: 100%;

}

.bd_1 {
    width: 55%;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 11px;
}

.bd_2 {
    width: 40%;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 11px;
}

.cardFrame {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.0);
    border: solid;
    height: 117.5px;
    width: 98%;
    top: 0;
    font-weight: normal;
    padding: 0 10px 2px 6px;
    font-family: Roboto;
}

.cardFrame_2 {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.0);
    border: solid;
    height: 100px;
    width: 90%;
    top: 0;
    font-weight: normal;
    padding: 0 10px 2px 6px;
    font-family: Roboto;
}

.cardFrame_3 {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.0);
    border: solid;
    height: 122px;
    width: 98%;
    top: 0;
    font-weight: normal;
    padding: 0 10px 2px 6px;
    font-family: Roboto;
}

.cardFrame_4 {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.0);
    border: solid;
    height: 100px;
    width: 90%;
    top: 0;
    font-weight: normal;
    padding: 0 10px 2px 6px;
    font-family: Roboto;
}

.voiceCard {
    border: solid 2px #C4C4C4;
    border-radius: 25px;
    height: 280px;
    padding: 10px;
    width: 100%;
}

.voiceCard h6 {
    font-size: 18px;
    color: darkolivegreen;
}

.voiceCard_2 {
    border: solid 2px #C4C4C4;
    border-radius: 15px;
    height: 100px;
    padding: 1px;
    width: 100%;
}

.btn:focus {
    box-shadow: none !important;
    padding: 0px;
}

.fcIcon {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    color: white;
    height: 24px;
    top: 0;
    font-weight: normal;
    padding: 75px 10px 2px 6px;
    font-family: Roboto;
}

.fcIconVid {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: white;
    position: absolute;
    font-size: 20px;
    height: 24px;
    top: 0;
    font-weight: normal;
    padding: 75px 10px 2px 6px;
    font-family: Roboto;
}

.fcIconVidPlay {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: white;
    position: absolute;
    font-size: 20px;
    height: 24px;
    top: 0;
    font-weight: normal;
    padding: 90px 10px 2px 0px;
    font-family: Roboto;
    font-size: 11px;
}

.fcIconVid_2 {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: white;
    position: absolute;
    font-size: 20px;
    height: 24px;
    top: 0;
    font-weight: normal;
    padding: 75px 10px 2px 6px;
    font-family: Roboto;
}



/*CARD-NEWS CONTENT ________________________________________________ */

.imgTitle img {
    height: 122px;
    width: 98%;
}

.titleBadge {
    width: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 1px;
}

.newsCard {
    width: 215px !important;

}

.cardPanel {
    width: 870px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -25px !important;
}

.cardPanel button {
    width: 50%;
    margin-right: -5px;
}

.cardBlock {
    width: 870px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.cardBlock button {
    margin-bottom: 20px;
}

.cardHead {
    display: -webkit-box;
    width: 186px;
    margin: 0px auto;
    margin-left: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    height: 53px;
    overflow-y: hidden;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    font-family: Roboto, Arial, sans-serif;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.card-body {
    padding: 1px;
    padding-left: 4px;
}

.cardTitRow {
    width: 180px !important;
    height: 40px !important;
}

.cardPhoto {
    height: 117.5px !important;
    width: 100%;
    background-image: url('https://peacehumanity.org/wp-content/uploads/2021/10/placeholder-237.png');
    background-size: 100%;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}

.cardPhotoPlay {
    height: 105.5px !important;
    width: 100%;
    background-image: url('https://peacehumanity.org/wp-content/uploads/2021/10/placeholder-237.png');
    background-size: 100%;
    object-fit: cover;
}

.cardPhoto_2 {
    height: 110px !important;
    width: 100%;
    background-image: url('https://peacehumanity.org/wp-content/uploads/2021/10/placeholder-237.png');
    background-size: 100%;
    object-fit: cover;
}

.cardPhotoList {
    height: 150px !important;
    width: 100%;
    background-image: url('https://peacehumanity.org/wp-content/uploads/2021/10/placeholder-237.png');
    background-size: 100%;
    object-fit: cover;
}

.cardPhotoList_2 {
    height: 120px !important;
    width: 100%;
    background-image: url('https://peacehumanity.org/wp-content/uploads/2021/10/placeholder-237.png');
    background-size: 100%;
    object-fit: cover;
}



/*CARDFOOT -------------------------------------------------------------- */

.cardFoot {
    position: relative;
    /*width: 200px;*/
}

            /*NEW 21 JUL*/
            /*.cardFootInner {*/
            /*  display: flex;*/
            /*  justify-content: space-between;*/
            /*  align-items: center;*/
            /*  width: 100%;*/
            /*}*/
            
            /*.cardLeft {*/
            /*  display: flex;*/
            /*  align-items: center;*/
            /*  gap: 8px; */
            /*  white-space: nowrap;*/
            /*  overflow: hidden;*/
            /*}*/
            
            /*.cardTime {*/
            /*  font-size: 12px;*/
            /*  color: #999;*/
            /*}*/
            
            /*.cardCategory {*/
            /*  max-width: 100px;*/
            /*  overflow: hidden;*/
            /*  text-overflow: ellipsis;*/
            /*  white-space: nowrap;*/
            /*  color: #6c757d;*/
            /*  margin-left: 4px;*/
            /*}*/
            
            /*.cardRight {*/
            /*  margin-right: 5px; */
            /*}*/
            
            /*.shareIcon {*/
            /*  cursor: pointer;*/
            /*}*/



.ellipBox {
    float: right;
    width: 5px;
    margin-right: 5px;
    padding-left: 10px;
}

.cardEllip {
    width: 5px;
    height: 5px;
    background: #C4C4C4;
    border-radius: 50%;
    margin-top: 7px;
}

.cardCat {
    /*position: relative;*/
    /*overflow:hidden;*/
    
    display:flex;
    justify-content: space-between;
    
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #8A8686;
}

        .cardCatLeft{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
        
        .cardCatRight{
            display: flex;
            flex-direction: row;
           justify-content: flex-end;
           padding-right:6px;
        }


.cardCategory {
    float: left;
    padding-right: 0px !important;
}

.cardTime {
    float: right;
    margin-right: 15px;
    padding-left: 8px;
}


.shareIcon {
    float: right;
    margin-right: 5px;
    padding-left: 20px;
}

/*.shareIcon {*/
 /* float: right;*/
/*  position: absolute;*/
/*  top: 0;*/
  /*margin-right: 5px;*/
  /*padding-left: 20px;*/
/*  right: 0px;*/
/*  z-index: 1;*/
/*}*/



/*-------------------------------------------------------------------- */



.cardLink {
    text-decoration: none;
}

.cardLink:hover {
    text-decoration: none;
    color: #0057b7 !important;
}

.newsHead {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-left: -12px;
    color: #000000;
    padding-left: 0px !important;

}

.topBlockA {
    height: 47px;
    background: #0057b7;
    overflow-x: hidden;
    width: 100%;
    overflow-y: hidden;
}

.topBlockA_1 {
    height: 53px;
    background: #ffcc00;
    transform: skew(-20deg);
    width: 100%;
}


/*subscribe newsletter - quote */
.topBlockA_2 {
    height: 100%;
    background: #ffcc00;
    transform: skew(-25deg);
    width: 100%;
}


.topBlockA_2_text {
    transform: skew(20deg);
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
}





/*subscribe newsletter - name of person*/
.topBlockA_1_text {
    transform: skew(-10deg);
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
}

.tobBlockB {
    height: 7px;
    background: #ffcc00;
    overflow-x: hidden;
    width: 100%;
}

.topLogo {
    background-color: #000000;
    border-radius: 5px;
    color: azure;
    margin-top: 2px;
    margin-bottom: 4px;
    height: 39px;
    width: 39px;
    margin-left: 20px;
    text-align: center;
    padding-top: 3px;
    font-size: 22px;
}

.topLogoText {
    margin-top: 10px;
}

.topSearch {
    padding-top: 2px;
    padding-bottom: 5px;
}

.topNav {
    padding-top: 1px;
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.feedbackRow {
    margin-top: -30px;
}

.listImage {
    width: 90% !important;
    height: 100px !important;
}

.border-bottom-4 {
    border-bottom: solid 3.8px #0057b7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-bottom: 0.6px !important;
}

.searchHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1a0dab;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.searchCont {
    font-size: 15px;
}

.navLink {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 0px;
}

#linkActive {
    border-bottom: solid #000000;
}

.navbarBox {
    height: 35px;
    margin-top: -8px;
}

.pageCat {
    font-size: 22px;
    font-weight: 700;
    margin-left: 5px;
}

.navbarBottom {
    margin-top: 26px;

}

.navbarHr {
    width: 1250px;
    color: rgba(0, 0, 0, 0.4);
    border: 1.5px solid;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.cardColumn_2 {

    padding-left: 10px;
    padding-right: 0px;
    margin-right: 10px;
    width: 340px;
}

.cardColumn {
    padding-right: 5px;
    width: 900px;
    overflow-x: hidden;

}

.catColumn {
    padding-right: 35px;
    width: 900px;
    overflow-x: hidden;
}

.catTime {
    font-size: 12.1px;
}

.catTime .vr {
    margin-left: 6px;
    margin-right: 5px;
    padding-right: 2px;
    height: 18px;
}

.catCard {
    border: solid 1px;
    border-radius: 10%;
    height: 317px;
    margin-left: 20px;
    margin-top:0px;
    /*COLOR:RED;*/
}

.catImgRow {
    height: 250px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.catVidRow {
    height: 400px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: -10px;
}

.half-circle {
    width: 100%;
    height: 40px;
    /* as the half of the width */
    border-top-left-radius: 55px;
    /* 100px of height + 10px of border */
    border-top-right-radius: 55px;
    /* 100px of height + 10px of border */
    border: 15px solid gray;
    border-bottom: 0;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    margin-top: 5px;
    border-left-color: orange;
    border-top-color: orange;
    border-right-color: #C4C4C4;
    padding-top: 10px;
    font-style: italic;
}

.half-circle-text {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
}

.authorName {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    overflow-x: hidden;
    width: 100%;
    white-space: nowrap;
}

.authorScore {
    font-size: 15px;
    font-weight: 500;
}

.authorScore_icon {
    border: solid 1px #0057b7;
    border-radius: 50%;
    width: 18px;
    font-size: 12px;
    text-align: center;
}

.catCardImage {
    margin-top: 10px;
    width: 40px !important;
    height: 40px !important;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 50%;
}

.catContent {
    margin-top: 65px;
}

.catTool {
    margin-top: -18px;
}

.articleImage {
    width: 100%;
    height: 319px;
}

.pageDesc {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
    margin-top: 15px;
    margin-right: 15px;
    padding-right: 10px;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
}

.adNav {
    font-size: 15px;
    padding-left: 0px;
}

.adNavLink {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;

}

.adNavContent {
    height: 241px;
    overflow-y: hidden;
}

.specialBanner {
    background-color: bisque;
    height: 130px;
    margin-top: 20px;
}

.blogTitleInt {
    margin: 0;
    text-align: justify;
    color: #FFFFFF;
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 40px;
    bottom: 0;
    font-weight: 400;
    padding: 0 2px 2px 4px;
    font-size: 13px;
    margin-right: 5px;
}

.interImage {
    width: 35px !important;
    height: 35px !important;
    margin-left: 5px;
}

.interImage_bottom {
    width: 35px !important;
    height: 35px !important;
    float: left;
    margin-top: 2px;
    padding-right: 3px;
}

.interSlideCaption {
    text-align: center;
    font-size: 13px;
    margin-top: 25px;
}

.horAdBanner {
    width: 100%;
    margin-top: 0px;
}

.autoSearch {
    padding: 25px;
    align-items: center;
    border: none;
    border-radius: 20px;
}

.progressBar {
    border: solid 2px #0057b7;
    border-radius: 10px;
    display: flex;
}

.progressBarContent {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.progressBarContent .vr {
    width: 2px;
    height: 15px;
    background: #000000;
    opacity: 100%;
}

.progressOne {
    float: left;
    width: 200px;
}

.progressTwo {
    float: right;
}


section {
    background: #F4F4F4;
    margin-left: 0px;
}

.container {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 20px;
}

.caroRadio {
    visibility: hidden;
}

.carousel_int {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
}

.carousel_int>input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.carousel_int>input:nth-of-type(6):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: -500%;
}

.carousel_int>input:nth-of-type(5):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: -400%;
}

.carousel_int>input:nth-of-type(4):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: -300%;
}

.carousel_int>input:nth-of-type(3):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: -200%;
}

.carousel_int>input:nth-of-type(2):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: -100%;
}

.carousel_int>input:nth-of-type(1):checked~.carousel_int__slides .carousel_int__slide:first-of-type {
    margin-left: 0%;
}

.carousel_int>input:nth-of-type(1):checked~.carousel_int__thumbnails li:nth-of-type(1) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int>input:nth-of-type(2):checked~.carousel_int__thumbnails li:nth-of-type(2) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int>input:nth-of-type(3):checked~.carousel_int__thumbnails li:nth-of-type(3) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int>input:nth-of-type(4):checked~.carousel_int__thumbnails li:nth-of-type(4) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int>input:nth-of-type(5):checked~.carousel_int__thumbnails li:nth-of-type(5) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int>input:nth-of-type(6):checked~.carousel_int__thumbnails li:nth-of-type(6) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel_int__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.carousel_int__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
}

.carousel_int__slide figure {
    display: flex;
    margin: 0;
}

.carousel_int__slide div {
    position: relative;
    width: 100%;
}

.carousel_int__slide div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
}

.carousel_int__slide div>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.carousel_int__slide img {
    display: block;
    flex: 1 1 auto;
    object-fit: cover;
}

.carousel_int__slide .credit {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.carousel_int__slide.scrollable {
    overflow-y: scroll;
}

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

.carousel_int__slides+.carousel_int__thumbnails {
    margin-top: 10px;
}

.carousel_int__thumbnails li {
    flex: 1 1 auto;
    width: 95%;
    transition: all 300ms ease-in-out;
    border-bottom: dashed 1.5px;
    margin-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: rgba(1, 1, 1, 0.2);
    font-size: 13px;
}

.carousel_title div {
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
}

.article_content {
    font-family: 'Fira Sans', sans-serif;
    font-size: 19.2px;
}

.image-box__caption {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.image-box__author,
.subscribe_photo_text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.nts-video-wrapper {
    display: none !important;
}

.carousel_int__thumbnails label {
    display: block;
    position: relative;
    width: 95%;
}

.carousel_int__thumbnails label:focus {
    display: block;
    content: "";
    width: 100%;
    color: #0057b7;
}

.carousel_int__thumbnails label:hover,
.carousel_int__thumbnails label:focus {
    cursor: pointer;
}

.carousel_int__thumbnails label:hover img,
.carousel_int__thumbnails label:focus img {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
}

.carousel_int__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/*------------dropdown---------------------------*/
.dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 500;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid black;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid black;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

/* FOOTER CSS -----------------------> */


.pre-footer-gap {
  height: 20px;
}


footer {
    padding: 2em 0;
}





.footer-02 {
    background: #002b3e;
    position: relative;
}

.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.footer-02 .footer-heading-2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}

.footer-02 a {
    color: #bba387;
    text-decoration: none;
}

.footer-02 p {
    color: rgba(255, 255, 255, 0.3);
}

.footer-02 .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.footer-02 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-02 .list-unstyled li a:hover {
    color: #fff;
}

.footer-02 .list-unstyled a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled a:hover {
    color: #fff;
}

.footer-02 .partner-wrap {
    border-top: 3px solid rgba(255, 255, 255, 0.1);

    padding: 1em 0;
}

.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.partner-wrap li {
    color: #FFFFFF !important;
    font-size: 14.5px;
    line-height: 0.9;
}

.footNews p {
    color: #ffcc00;
    font-size: 14.5px;
}

.footNews h2 {
    color: #ffcc00 !important;
}

.footer-02 .partner-wrap .partner-name a span {
    color: white;
}

.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}

.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 1199.98px) {
    .footer-02 .border-left {
        border: none;
    }
}

#moveable-element {
    position: sticky;
}