@charset "utf-8";

p {margin: 0 0 25px}

.audiojs { box-sizing: border-box; height: 80px; background: #fff; width: 250px;  border: solid 2px #fff; margin: 0 0 50px auto;box-shadow: none; position: relative; }
.audiojs .play-pause { width: 70px; height: 70px; padding: 0px ; margin: 0px; text-align: center; background: #fff; left:92%; top: 40%; transform:	translateY(-50%) translateX(-50%); position: relative;border-radius: 50%;  border: solid 0px red;/* -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);*/}
.audiojs .play { background: url(/img/play2.png) no-repeat;background-position: 50% 0%; left:50%; top: 50%; transform:	translateY(-50%) translateX(-50%); position: relative;padding: 0px;border: solid 0px red; background-size: cover;}
.audiojs .pause { background: url(/img/play2.png) no-repeat;background-position: 50% 100%; left:58%; top: 50%; transform:	translateY(-50%) translateX(-50%); position: relative;padding: 0px;border: solid 0px red;background-size: cover; }
.audiojs .loading { background: url(/img/load.gif) no-repeat; left:50%; top: 50%; transform:	translateY(-50%) translateX(-50%); position: relative;padding: 0px;border: solid 0px red;background-size: cover; }.audiojs p { width: 60px; height: 60px; margin: 0px; }
.audiojs .scrubber {position: absolute; bottom: 0px; left: 0px; background: #151515; display: block;  width: 100%; height: 2px;border-top:0px; border: solid 0px red; margin: 0px;}
.audiojs .progress {border-radius:0; height: 2px; background: #FFF;}
.audiojs .loaded {height: 2px; top: 0px;background: #000; }
.audiojs .time { display: none;}
.audiojs .error-message { height: 24px;line-height: 24px; }

/* pagination */
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    * display: inline;
    * zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px;
    //background: green;

}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #FBCEB1;
    //color: yellow
}


.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination a.dots {
    background-color: #fff;
    border-bottom: none;
    border-top: none;
}




.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.t1124__title p {
    margin: 0 0 5px;
    font-weight: 300;
}

blockquote {
   font-size: 120%;
   margin-bottom: 20px;
   font-style: italic;
   position: relative
}
blockquote p {
   margin-bottom: 20px;
}


p[style*="text-align: right"] {
  margin-top: 20px;
  margin-bottom: 0px;
}

div.lector p {
    margin: 0 0 5px;
}

blockquote:before {
    display: block;
    font-size: 600%;
    content: '\201C';
    height: 1px;
    margin-left: -0.55em;
    position:relative;
    top: -40px;
    font-style: italic;
    font-family: Georgia;
    color: #cccccc;
}



        .filters {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            margin-top: 20px;
            font-family: Montserrat, Arial, sans-serif;
            //padding-right: 400px;
            //background: red;
            left: -20px;
            position: relative;
            //width: 50%;
        }

        .filter {
            padding: 20px;
            font-weight: 600;
            font-size: 110%;
            background-color: #ddd;
            //border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            margin: 0
        }

        .filter.active {
            background-color: #000;
            color: white;
        }
@media screen and (max-width: 1080px)   {
  
  .t941__wrapper {
    height: auto;
  }
  .fundbg,.podcastbg  {
    display: none;  
  }
  .podcasttext {
     width: 100%;
     max-width: 100%;
     
  }
  
  .t941__content  {
    width: 100%;
    padding: 0 40px 0 40px;
    
  }
  .t469__descr,.t165__textwrapper {
    padding: 0 40px 0 40px;
  }

}


@media screen and (max-width: 800px)   {
    blockquote:before {
        display: none;
    
    }
    blockquote {
        //background-color: #cccccc;
        border-left: solid 3px #cccccc;
        padding: 0 1em
    
    }
    .filters {
      left: 0px;
    }
}
