/* Social Buttons */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&subset=cyrillic');

@font-face {
    font-family:'FiraSans-Book';
    src:url("fonts/FiraSans-Book.otf");
    font-weight:normal;
    font-style:normal
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
}
.tn-dropdown-menu {
    background: #1B4E90;
    color: #fff;
}
.tn-dropdown-menu li a {
    background: #1B4E90;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.tn-dropdown-menu li a:hover {
    background: #1B4E90;
    color: #E1EEF6;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #1B4E90;
    color: #fff;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.pagination li a {
    font-size: 12px !important;
}

.normal-font {
    font-family: 'FiraSans-Book', sans-serif;
}

.open-sans-font {
    font-family: 'Open Sans Condensed', sans-serif;
}

.header-post-block {
    padding-right: 15px;
    padding-left: 15px;
}
.header-post-block a {
    color: #1C7AA9 !important;
}
.header-post-block .header-post-title {
    margin: -4px 0 0 0;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.normal-font-10 {
    font-size: 10px !important;
}
.normal-font-11 {
    font-size: 11px !important;
}
.normal-font-12 {
    font-size: 12px !important;
}
.normal-font-13 {
    font-size: 13px !important;
}
.normal-font-14 {
    font-size: 14px !important;
	line-height: 18px;
}
.normal-heading {
    font-size: 15px !important;
    line-height: 19px;
}
.normal-font-16 {
    font-size: 16px !important;
}
.normal-font-18 {
    font-size: 18px !important;
}
.normal-font-bold {
    font-weight: bold !important;
}
.normal-font-regular {
    font-weight: normal !important;
}
.weight-400 {
    font-weight: 400;
}
a {
    color: #1B4E90;
}

a:hover {
    color: #1C7AA9;
    text-decoration: none;
}
.advert-box-feed {
    margin: 10px 0 10px 0;
}
#vk_groups {
    height: 400px !important;
}
#vk_groups iframe {
    height: 400px !important;
}

#social {
    margin-top: 0;
    text-align: center;
}

.tn-logo {
    margin: 10px 0 0 0;
}

.marquee {
    width: 100% !important;
}
.marquee-wrap {
    padding: 0;
    background-color: #E1EEF6;
}
.marquee-logo {
    width: 30px;
    height: 30px;
}
.marquee-logo img {
    margin: 5px;
    height: 18px;
    padding: 2px;
}
.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #1B4E90;
    font-size: 10px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 16px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

.no-margin {
    margin: 0;
}

/* facebook button class*/
.facebookBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #1B4E90;
}

.YTBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.YTBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f167"; /* add facebook icon */
}

.YTBtn:hover{
    color: #1B4E90;
}

.VKBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.VKBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f189"; /* add facebook icon */
}

.VKBtn:hover{
    color: #1B4E90;
}

/* twitter button class*/
.twitterBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.twitterBtn:before{
    font-family: "FontAwesome";
    content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
    color: #1B4E90;
}

/* google plus button class*/
.googleplusBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.googleplusBtn:before{
    font-family: "FontAwesome";
    content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
    color: #1B4E90;
}

/* linkedin button class*/
.linkedinBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.linkedinBtn:before{
    font-family: "FontAwesome";
    content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
    color: #1B4E90;
    background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.pinterestBtn:before{
    font-family: "FontAwesome";
    content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
    color: #cb2027;
    background: #fff;
}

/* tumblr button class */
.tumblrBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #D5AB57;
}

.tumblrBtn:before{
    font-family: "FontAwesome";
    content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
    color: #3a5876;
    background: #fff;
}

/* rss button class*/
.rssBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.rssBtn:before{
    font-family: "FontAwesome";
    content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
    color: #1B4E90;
}


/* instagram button class */
.instagramBtn{
    background: -webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);
    background: -moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    background: linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);
    color: #1B4E90;
}

.instagramBtn:before{
    font-family: "FontAwesome";
    content: "\f16d"; /* add rss icon */
}

.instagramBtn:hover{
    color: #1B4E90;
}
.telegramBtn{background:-webkit-linear-gradient(-90deg, #F1F1F1 0, #BBBBBB 100%);background:-moz-linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);background:linear-gradient(180deg, #F1F1F1 0, #BBBBBB 100%);color:#1B4E90;padding-right:3px;}
.telegramBtn:before{}
.telegramBtn:hover{color:#1B4E90;}
/* Social Buttons Ends */
.container-margin {
   margin-top: 5px;
}
.weather-block {
    padding: 10px;
}

.inform-post-box {
    position: fixed;
    background: #1B4E90;
    top: 85%;
    left: 10px;
    width: 100px;
    height: 100px;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.inform-post-box .inform-post-content {
    padding: 5px;
    text-align: center;
    font-size: 10px;
}
.inform-post-box .inform-post-content img {
    display: block;
    clear: both;
    left: 50%;
    margin-left: 16px;
}
.inform-post-box .text .icon {
    font-size: 24px;
}
.inform-post-box .text {
    font-size: 14px;
    text-align: center;
}
.socials {
    margin-bottom: 5px;
    text-align: justify;
    padding: 15px;
}
.socials a {
    display: inline-block;
    width: 15.9%;
}
.socials a i {
    font-size: 24px;
}
.gsInformer {
    width: auto !important;
    height: auto !important;
}
.gsc-search-button
{
    background-color: #1B4E90;
    border-radius: 5px;

}
.radio-box {
    margin-bottom: 5px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #1B4E90 !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #1B4E90 !important;
    filter: none;
}
div#___gcse_0 {
    margin-top: 10px !important;
}
div#___gcse_0 td.gsc-search-button {
    width: auto !important;
    text-align: center;
    padding-top: 5px;
}
div#___gcse_0 td.gsc-search-button .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    background-color: #1B4E90;
    border: 0;
}

.navbar-border {
    border-bottom: 3px solid #1B4E90;
}

.tn-header-date {
    text-align: center;
    font-size: 14px;
    color: #1B4E90;
    margin-bottom: 3px;
}

.advert-block-bottom {
    margin-bottom: 15px;
}

.navbar-tenews {
    background-color: #1B4E90;
    border-radius: 0;
}
.navbar-tenews a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-tenews .nav > li > a:hover,
.navbar-tenews .nav > li > a:focus {
    text-decoration: none;
    color: #E1EEF6;
    background: rgba(0, 0, 0, 0) !important;
}
.navbar-tenews .navbar-toggle .icon-bar {
    background-color: #7EB6DC;
}
.navbar-main-container {
    background: #1B4E90;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav>li>a{padding-left:7px !important;padding-right:13px !important;}
.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;

}
.navbar-nav li a img {
    width: 60px;
    height: auto;
    display: block;
}

.navbar {
    min-height: 30px !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.mark-1 {
    background: #4285F4;
    height: 100px;
}
.mark-2 {
    background: #EA4335;
    height: 100px;
}
.mark-3 {
    background: #FBBC05;
    height: 400px;
}
.mark-4 {
    background: #fff;
}
.mark-5 {
    background: #E6D1A2;
    height: auto;
    color: #1B4E90;
    padding: 10px;
}

.tn-footer {
/*    height: 200px;*/
    background: #1B4E90;
}
.navbar-tenews-footer {
    background-color: #1B4E90;
    border-radius: 0;
    margin-top: 5%;
}
.navbar-tenews-footer a {
    color: #fff;
    padding: 10px !important;
    font-size: 12px;
    text-transform: uppercase;
}
.navbar-tenews-footer .nav > li > a:hover,
.navbar-tenews-footer .nav > li > a:focus {
    text-decoration: none;
    color: #E1EEF6;
    background-color: #1B4E90;
}

.base-post {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.base-post img {
    float: left;
    margin-right: 10px;
}
.base-post span {
    font-size: 10px;
}

.min-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.base-post p {
    margin-bottom: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

.section_title {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #1B4E90;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #1B4E90;
    margin-top: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.carousel-caption {
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5) , 3px -1px 6px rgba(180,180,180,1) ;
}

.articles-item {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
    contain: content;
}
.articles-item img {
    width: 60px;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.articles-item .heading {
    font-weight: bold;
    margin-bottom: 5px;
}
.articles-item .author {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 1;
}
.articles-item .bio {
    font-size: 9px;
    line-height: 1;
}
.carousel {
    min-height: 260px;
}
.carousel-inner {
    max-height: 260px !important;
}
.carousel-caption {
    left: 0;
    right: 0;
    margin: 5px 0 0 0;
    padding: 0;
    bottom: 0;
    color: #000;
    text-shadow: none;
    font-size: 12px;
    position: static;
    text-align: left;
	line-height:16px;
}
.carousel-control.right {
    background: none;
}
.carousel-control.left {
    background: none;
}
.carousel-indicators {
    bottom: 40px;
}
#carousel-fotoreport-generic .carousel-inner .item .carousel-caption {
    display: block;
    position: absolute;
    padding: 0 0 10px 10px;
    top: 250px;
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#carousel-fotoreport-generic .carousel-inner {
    height: 290px !important;
    max-height: none !important;
}
.block-padding-left {
    padding-left: 10px;
}
.sign-in {
    color: #7EB6DC;
    background: #1B4E90;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.author-list .author-display-name {
    font-size: 14px;
    margin-bottom: 0;
}

.author-list .author-row-border {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.author-list .author-bio {
    font-size: 12px;
    line-height: 12px !important;
    margin-bottom: 0;
}
.author-list .author-box {
    min-height: 85px;
    margin-bottom: 10px;
}

.padding-top {
    padding-top: 10px;
}

.feed-padding-left {
    padding: 0;
}
.feed-padding-left span {
    font-size: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    background: #1B4E90;
    display: block;
    padding: 3px;
    width: 32px;
}

.feed-padding-right {
    padding-left: 10px;
    font-size: 12px;
}
.feed-padding-right a p {
    text-decoration: none;
    color: #1B4E90;
    font-size: 12px;
    margin: 0;
	line-height:16px;
}

.feed-padding-right a p span {
    color: #666;
}

.feedItem {
    border-bottom: 1px solid #9A9A9A;
    margin: 0;
    margin-top: 5px;
    padding-bottom: 5px;
}

.feedBlock {
    padding: 10px;
}
.feedBlock a:hover {
    color: #1C7AA9;
}
.row-ourNews {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.row-ourNews span {
    font-size: 10px;
    color: #999;
}
.row-ourNews img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.row-ourNews p {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.our-news {
    background: #E1EEF6;
    height: auto;
    color: #1B4E90;
    padding: 10px;
	margin-bottom:5px;
}
.blogs {
    background: #E1EEF6;
    height: auto;
    color: #1B4E90;
    padding: 10px;
	margin-bottom:5px;
}
.row-blogs {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
}
.row-blogs span {
    font-size: 10px;
    color: #999;
}
.row-blogs img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.row-blogs p {
    margin-bottom: 0;
}
.ec-block {
    background: #1B4E90;
    height: auto;
    color: #fff;
    padding: 10px;
	margin-bottom:5px;
}
.row-ec {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
}
.row-ec img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.row-ec p {
    margin-bottom: 0;
}
.ec-block .section_title {
    color: #fff;
    border-color: #fff;
}
.author-post-box {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #1B4E90;
    padding: 10px;
}
.author-correct-lines {
    margin-left: -55px;
}
.author-post-box .author-link {
    font-size: 14px;
    margin-top: 10px;
}
.author-post-box .author-correct-lines p {
    margin-bottom: 0;
}
.author-post-box p a {
    line-height: 1;
    margin: 0;
    color: #fff;
}
.author-post-box .author-bio {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    color: #999;
}
.post-author-box-mobile {margin: 10px 0 10px 0; background-color: #1B4E90; padding: 10px 0 10px 0; color: #999; }
.post-author-box-mobile a { color: #fff; }
.post-author-box-mobile-links { padding: 0 10px 0 10px; }
.post-author-box-mobile img { margin-top: 5px; }
.video-circle {
    margin-bottom: 5px;
}
.advert-box-margin {
    margin-bottom: 5px;
}
.marquee-header {
    padding-top: 5px;
    background-color: #E1EEF6;
}
.advert {
    width: 100%;
    height: auto;
}
.advert img {
    max-width: 100%;
}
.social-footer {
    padding-top: 20px !important;
    padding-left: 20px;
}
.article-header {
    margin-top: 0px;
}
.no-margin-header {
    margin-top: 0;
}
.author-span {
    color: #000 !important;
    margin-top: -4px;
    display: block;
}
.footerStaticText {
    color: #fff;
    font-size: 10px;
    padding-top: 20px;
}
.footer-logo {
    padding-top: 10px;
    padding-left: 10px;
}
.fc-widget {
    max-width: 324px;
    margin: 0;
    padding: 0;
}
.post-container {
    margin-top: 10px;
}
.post-content {
    font-family: "PT Sans", sans-serif !important;
    font-size: 17px !important;
	line-height: 24px !important;
}
.post-content .post-span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    font-family: Tahoma, Geneva, sans-serif;
}
.post-content h1 {
    margin-top: 0;
    font-family: Tahoma, Geneva, sans-serif;
    color: #1B4E90;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}
.post-content .post-span a {
    font-weight: bold;
}
.post-lid {
    color: #1B4E90;
    font-size: 22px;
    line-height: 24px;
}
.image-block {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    clear: right;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
}
.image-block p {
    width: 100%;
    height: auto;
    padding: 5px;
    color: #fff;
    background: #BEBEBE;
    font-size: 11px;
    line-height: 1.2;
    font-family: Tahoma, Geneva, sans-serif;
}
.publish-info {
    margin-bottom: 10px;
}
.source {
    font-size: 12px !important;
}
.source-up {
    display: block;
    font-size: 12px;
    line-height: 12px;
}
.post-content blockquote p span strong {
    font-size: 16px;
}
.post-content hr {
    color: #9A9A9A;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #9A9A9A;
    height: 1px;
}
.ec-block p a {
    color: #fff;
}

.agrarFeedBlock {
    background: #E0EEF7;
    padding: 5px;
    margin-top: 15px;
}

.readAlso {
    height: auto;
    background: #7EB6DC;
	margin: 10px 0 10px 0;
}
.readAlso .row {
    padding-left: 10px;
    padding-right: 10px;
}

.readAlso h1 {
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #000;
}
.readAlso img {
    max-width: 190px;
    margin-bottom: 10px;
}
.readAlso a {
    font-size: 12px;
}
.readAlso-padding {
    padding-left: 5px;
}
.readAlso a {
    color: #000;
}

.row-ec a {
    color: #fff;
    font-size: 12px;
}

.articles-block {
    font-size: 12px;
}
.articles-block p {
    font-size: 14px;
}
.radio-block h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #1B4E90;
    border-bottom: 2px solid #1B4E90;
    margin-top: 0;
    padding-bottom: 5px;
}
.author-block {
    width: 100%;
    height: auto;
    height: 150px;
}
.author-block img {
    width: 150px;
    float: left;
    margin-right: 10px;
}
.author-block .author-display-name {
    font-size: 18px;
    margin-bottom: 0;
    color: #1B4E90;
}
.author-search-box {
    margin-bottom: 15px;
}

.post-list-date {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 1 !important;
}

.post-list-view {
    font-size: 12px;
    color: #999;
}

.author-block .author-bio {
    font-size: 12px;
    line-height: 1;
}

.author-block a {
    margin-top: 60px;
}
.author-list-posts hr {
    width: 100%;
    height: 1px;
    color: #7EB6DC;
    background: #7EB6DC;
    margin-bottom: 12px;
}
.author-post-item {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.author-post-item p {
    margin-bottom: 5px;
    font-size: 16px;
}
.don-btn {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 10px !important;

}
.don-share [class^=don-ico-] {
    font-size: 14px !important;
    line-height: 20px !important;
    height: 20px !important;
}
[class*=" don-bubble-"] a .don-count, [class^=don-bubble-] a .don-count {
    line-height: 20px !important;
    height: 20px !important;
}
.don-bubble-right a .don-count:after, .don-bubble-right a .don-count:before {
    top: 3px !important;
}
.don-share {
    margin-bottom: 0px !important;
}
.archive {
    margin-left: 0;
}
.archive img {

}
.archive h1 {
    color: #1B4E90;
}
.archive hr {
    color: #1B4E90;
    background: #1B4E90;
}

.page-title h1 {
    margin: 0;
    font-size: 20px;
    color: #1B4E90;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.page-title hr {
    width: 100%;
    height: 1px !important;
    color: #1B4E90;
    background: #1B4E90;
    margin-top: 5px;
    line-height: 1px;
}

.archive h1 {
    margin: 0;
    font-size: 20px;
    color: #1B4E90;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.archive h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #999;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.archive hr {
    width: 100%;
    height: 1px !important;
    color: #1B4E90;
    background: #1B4E90;
    margin-top: 5px;
    line-height: 1px;
}
.archive .archive-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.archive .archive-item a p {
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}
.archive .archive-item span {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #000;
}
.archive .archive-item .description {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 0;
}
.popular {
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.popular img {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.popular a p {
    font-size: 18px;
    color: #1B4E90;
    font-weight: bold;
    margin-bottom: 5px;
}
.popular .popular-author a {
    font-size: 11px;
    display: block;
    font-weight: bold;
    color: #000 !important;
}
.popular span {
    font-size: 11px;
    display: block;
    color: #000 !important;
}
.popular .popular-view {
    display: block;
    color: #999 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.popular .popular-description {
    color: #000;
}
.list-post {
    margin-bottom: 15px;
}
.list-post img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.list-post a p {
    font-size: 14px;
    color: #1B4E90;
    font-weight: bold;
    margin-bottom: 5px;
}
.list-post .popular-author a {
    font-size: 11px;
    display: block;
    font-weight: bold;
    color: #000 !important;
}
.list-post span {
    font-size: 11px;
    display: block;
    color: #000 !important;
}
.list-post .popular-view {
    display: block;
    color: #999 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fixed {
    position: fixed;
    display: none;
}
.advert-block img {
    max-width: 100%;
    width: 100%;

}
.advert-block a img {
    max-width: 100%;
    width: 100%;

}
.advert-block {
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.advert-baner-header-no-padding {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Sign Theme */
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color: #029f5b;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

/* end */

/* social botton */
.socil-share{
	padding-bottom:10px;
}
/* end */
.economicBlock {
	padding: 5px;
        margin-top: 15px;
	background: #E0EEF7;
}
.pogodaBlock {
	margin:10px 0;
}

/* курс валют */
#IUAfinance26 { min-width: 175px; cursor: pointer; margin-bottom:10px;}
#IUAfinance26 * {margin: 0; padding: 0;}
#IUAfinance26 .content {overflow: hidden; padding: 4px; font-family: Arial; font-size: 10px; color: #4A5D75; background: #ECF5FF; border: 1px solid #A3B4C8; border-radius:4px;}
#IUAfinance26 h1 {overflow: hidden; margin-top: -4px; font-size: 12px; height: 20px; line-height: 20px; color: #4A5D75;}
#IUAfinance26 h1 span {float: left; white-space: nowrap;}
#IUAfinance26 h1 i {float: right; display: inline-block; width: 36px; height: 15px; }
#IUAfinance26 a, #IUAfinance26 a:hover {border: none; text-decoration: underline; color: #00529c;}
#IUAfinance26 dl {overflow: hidden; background: #ffffff; padding: 4px; margin-bottom: 4px;}
#IUAfinance26 dl dt {font-weight: bold; font-size: 12px;}
#IUAfinance26 dl dd {clear: left; border-top: 1px dotted #DDD;}
#IUAfinance26 dl span {display: block; float: left; width: 39%; white-space: nowrap; text-align: right;}
#IUAfinance26 dl span.th {width: 22%; text-align: left;}
#IUAfinance26 dl dt span {font-size: 10px; font-weight: normal;}
#IUAfinance26 dl dd span {line-height: 24px; font-size: 15px; font-family: Trebuchet MS;}
#IUAfinance26 dl dd span img {vertical-align: middle; margin-right: 1px;}
/* кінець курс валют */

/* scroll page */
.scrollweb {
	right:30px;
	cursor: pointer;
}
#web-deva_up {
	position:fixed;
	bottom:70px;
}
#web-deva_down {
	position:fixed;
	bottom:20px;
}
/* scroll page end */

.input-error-box {
    border: 1px solid rgba(234,67,53,0.5) !important;
}

.user-box-container {
    margin-bottom: 10px;
}

.user-box-bio {
    display: block;
    margin-bottom: 10px;
}

.user-box-name {
    font-size: 14px;
    font-weight: bold;
    color: #1B4E90;
}

.user-box-image {
    max-width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    border-radius: 50%;
}
 /* User card */

.padding-bottom-10 {
    padding-bottom: 10px;
}

.user-card-footer {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #D2D2D2;
}

.sign-in-circle-block {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 999999;
    width: 60px;
    padding: 14px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    background: #DBDBDB;
    cursor: pointer;

}
.sign-in-circle-block span {
    font-size: 16px;
    color: #1B4E90;
}

.profile-container {
    position: fixed;
    top: 5px;
    right: 90px;
    z-index: 999999;
    width: 200px;
    background-color: #fff;
}

.profile-active-container {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 999999;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.user-card-border {
    border: 1px solid rgba(9,78,111,0.4);
}

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border:1px solid #efefef;
    -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
    border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.card.hovercard .cardheader {
    background: url("http://lorempixel.com/850/280/nature/4/");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 20px;
    margin-bottom: 17px;
}
.about-text-content {
    clear: both;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}

.inside-logo {
    width: 20px;
    height: auto;
    padding: 0 !important;
    margin: 0 3px 0 0 !important;
    /*margin-top: 5px !important;*/

}

.social-likes {
    margin-bottom: 10px !important;
}
.social-likes-bottom {
    margin-bottom: 10px !important;
	padding-top: 10px !important;
}
.reklama-blok {
	margin-bottom:10px;
	width:100%;
}
.reklama-blok-novostimira {
	margin-bottom:10px;
	margin-left:-16px;
	width:100%;
}
.reklama-blok-right {
	margin-bottom:10px;
	width:310px;
}
.caption {
    overflow-wrap : break-word !important;
}
.article-header-radio {
    margin: 0;
    line-height: 0.8;
    margin-bottom: 5px;
}
.kurs-widget {
    margin-top: 7px;
}
.header-post-padding {
    padding-top: 20px;
}
.image-contain-box {
    object-fit: cover;
    width: 100px;
    height: 66px;
}
.image-contain-box-rl {
    object-fit: cover;
    width: 100%;
    max-height: 127px;
}
.image-contain-box-un {
    object-fit: cover;
}
.base-post-divider {
    color: #7EB6DC;
    background-color: #7EB6DC;
    border: 0;
    width: 100%;
    height: 1px;
}
.top-post-box {
/*    border-bottom: 1px solid #bb974d;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #fff !important;
}
.top-post-box img {
    width: 100%;
}
.top-post-box .views {
    display: block;
    clear: both;
    font-size: 10px;
    color: #999;
}
.post-tags {
    display: block;
    line-height: 1.2;
}
.post-time-box p {
    font-size: 10px;
    color: #999;
}

.read-more {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

div.read-also-in-post { padding: 10px; background-color: #E0EEF7; display: inline-block; float: right; margin: 10px 0 10px 10px; width: 40%;} div.read-also-in-post p { text-transform: uppercase; font-size: 14px; color: #1B4E90; font-weight: bold; margin: 0 0 10px 0; } div.read-also-in-post div.read-also-in-post-item { margin: 0 0 10px 0; border-bottom: 1px solid #89CCD3; padding-bottom: 10px; } div.read-also-in-post-item a { text-decoration: none; color: #1B4E90; line-height: 16px; font-size: 15px; font-family: 'FiraSans-Book', sans-serif; font-weight: 500; }

.header-nav-container {
    padding-left: 80px;
}
.no-top-padding {
    padding-top: 0;
}
.mediator-link {
    background: #33104A;
    border: 0;
}
figure.image{ background-color: #BEBEBE; padding: 0; border: 0; width: 50%; } figure.image img { margin: 0; width: 100%; } figure.image figcaption { border: 0; color: #fff; font-size: 12px; text-align: left; padding: 5px; margin: 0;}
div.read-also-in-post{padding:10px;background-color:#fff;display:inline-block;float:right;margin:10px 0 10px 10px;width:60%;}
div.read-also-in-post p{text-transform:uppercase;font-size:14px;color:#800000;font-weight:bold;margin:0 0 10px 0;}
div.read-also-in-post > div.read-also-in-post-item:last-child {border: 0;}
div.read-also-in-post div.read-also-in-post-item{margin:0 0 10px 0;border-bottom:1px solid #D0D0D0;padding-bottom:10px;}
div.read-also-in-post-item a{text-decoration:none;color:#800000;line-height:16px;font-size:15px;font-family:'FiraSans-Book', sans-serif;font-weight:500;}

.left-fixed-advert-box {
    position: fixed;
    top: 220px;
    left: 50%;
    margin-left: -705px;

}
.right-fixed-advert-box {
    position: fixed;
    top: 220px;
    left: 50.2%;
}
.image-in-post-container { position: relative; display: table; } .image-in-post-container .image-in-post-caption { position: absolute; left: 0; bottom: 5px; background-color: rgba(50,50,50,0.6); padding: 5px 15px; font-size: 14px; font-weight: normal; color: #fff; max-width: 80%; } .image-in-post-container img { max-width: 100%; }
div.popular-in-post-box { position: relative;}
div.popular-in-post-box h1.popular-in-post {text-transform:uppercase;font-size:12px;line-height:21px;border:0;margin:0;padding:0;font-weight:normal;}
div.popular-in-post-box .popular-in-post-row { margin-bottom: 10px; }
div.popular-in-post-box .popular-in-post-row a { font-size: 14px; line-height: 15px !important; }
div.popular-in-post-box hr.popular-in-post-hr { color: #DEDEDE !important; background: #DEDEDE !important; width: 20%; margin: 5px 0 5px 0; }
div.popular-in-post-box .popular-in-post-bar { bottom: 0; vertical-align: bottom; margin-bottom: 3px }
div.popular-in-post-box .popular-in-post-titles { line-height: 18px; }
.color-red{color:#B71C1C;}
.box-center{text-align:center;}
.paragraph-indent{text-indent: 15px}
.counter-list {
    width: 100%;
}
.counter-list ul {
    padding-left: 10px;
}
.counter-list ul li {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.counter-list ul li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    border-top: 1px dotted #666;
}
.counter-list ul li .key {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 5px;
}
.counter-list ul li .value {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    background: #fff;
    padding-left: 5px;
}
.no-padding-bottom{padding-bottom: 0;}
.paragraph-title{margin: 15px 0 15px 0}
.tn-counter{width: 280px; height: 20px; display:inline-block; margin-top: 10px; border-radius:5px; background: #E1EEF6; }
.tn-counter p {color: #1B4E90; font-size: 12px; padding: 3px; text-align: center;}
.pignose-calendar {
    width: 100% !important;
    box-shadow: none !important;
}
.pignose-calendar .pignose-calendar-unit {
    height: 2.7em !important;
}
.pignose-calendar .pignose-calendar-header {
    margin-top: 0 !important;
}
.pignose-calendar .pignose-calendar-body {
    padding-top: 0 !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    padding: 10px 0 !important;
}
.pignose-calendar .pignose-calendar-top {
    padding: 20px 0 !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
    margin-bottom: 0 !important;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
    color: #fa4832 !important;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
    color: #fa4832 !important;
}
.pignose-calendar .pignose-calendar-unit a {
    color: #1B4E90 !important;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    color: #fff !important;
    background-color: #1B4E90 !important;
}
@media (min-width: 276px) {
    .author-xs-box {
        border: 0;
    }
    .author-xs-posts-list {
        border: 0;
        margin-top: 45px;
    }
    .author-post-box-xs {
        margin-bottom: 65px !important;
    }
    .author-all-posts-link {
        font-size: 12px !important; font-weight: bold; margin-bottom: 0; padding-top: 25px;
    }
}
@media (min-width: 768px) {
    .author-xs-box {
        border: 0;
    }
    .author-xs-posts-list {
        border-bottom: 0;
        margin-top: 0;
    }
    .author-post-box-xs {
        margin-bottom: 0;
    }
    .author-all-posts-link {
        font-size: 12px !important; font-weight: bold; margin-bottom: 0; padding-top: 10px;
    }
}

sup { font-size: 10px; margin: 0 5px 0 0; top: -.9em;  } 

.post-text-container img {
    max-width: 619px !important;
}