#banner {
    max-width: 100%;
    height: 90px;
	display: table;
}


/***************************CALENDAR************************************/

#calendar {
    margin-top: 10px;
    margin-bottom: 20px;    
    background-color: #eae7e7;
}

#calendar span {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #111;
    padding: 5px 10px;
    text-align: center;
}


/**************************FULLNEWS************************************/
#reklama_in_news {
padding: 0 5px;
margin-bottom: 10px;   
text-align: center;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
    display: block;
}
}

@media only screen and (max-width:300px) {
    .akavita {display: none;}
}


.cat_text {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    line-height: 18px; 
    margin-top: 10px;
}

.cat_info {
	color: #9f9f9f;
}

.cat_info li, .cat_info li a {
    display: inline-block;
    list-style: none;
    font-family: 'Open Sans', arial, sans-serif;
	color: #9f9f9f;
    vertical-align: middle;
}

.title_full {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 0 15px;
}

.info {
    #background-color: #d0d0d0;
    #border: 1px solid #d0d0d0;
    #border-radius: 3px;
    margin-bottom: 15px;
}

#time {
    margin-right: 5px;
    font-size: 15px;
}

#author a {
    margin-left: 5px;
    margin-right: 10px;
    font-size: 13px;
    color: #333;
}

#glaz {
    margin-left: 5px;
    font-size: 15px;
}

#comment {
    margin-left: 5px;
    margin-right: 10px;
    font-size: 15px;
}

#print a {
    margin-left: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #222;
}

#right {
    height: 100%;
    border-left: 1px solid #aeb0b4;
}


.full-text {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 1.1em;
    color: #222;
    letter-spacing: .5px;
}

.full-text a {
    color: #222;
    text-decoration: underline;
}

.full-text a:hover {
    color: #222;
    text-decoration: none;
}

.full-text b>a {
    color: #222;
    text-decoration: underline;
}

.full-text b>a:hover {
    color: #222;
    text-decoration: none;
}

#tags_in_news {
    margin: 15px 0;
}

#tags_in_news p {
    display: inline;
    width: 40px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #333;
    padding: 4px 7px;
    margin: 0 5px;
}

#tags_in_news span {
    display: inline-flex;
    margin: 5px 0;
}

#tags_in_news a {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
	text-transform: uppercase;
    color: #fff;
    background-color: #b1afaf;
    padding: 4px 8px;
    margin: 0;
}

#tags_in_news a:hover {
    background-color: #333333;
    text-decoration: none;
}

.source {
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #d0d0d0;
    padding: 5px;
    margin-bottom: 15px;

}

.source a {
    color: #222;
    padding-left: 5px;
}

.source a:visited {
    color: #222;
}

.tag_title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 10px;
}


.clouds_small {
    margin: 10px 10px 10px 0;
}

.clouds_small a {
    color: #111;
    line-height: 27px;
    font-size: 21px;
    text-decoration: none;
}

.clouds_small a:hover {
    color: #b1afaf !important;
    text-decoration: none;
}

.clouds_xsmall {
   margin: 10px 10px 10px 0;
}

.clouds_xsmall a {
    color: #111;
    line-height: 27px;
    font-size: 16px;
}

.clouds_xsmall a:hover {
    color: #b1afaf !important;
    text-decoration: none;
}

.clouds_medium {
    margin: 10px 10px 10px 0;
}

.clouds_medium a {
    color: #111;
    line-height: 27px;
    font-size: 26px;
}

.clouds_medium a:hover {
    color: #b1afaf !important;
    text-decoration: none;
}

.clouds_large, .clouds_xlarge{
    margin: 10px 10px 10px 0;
}

.clouds_large a, .clouds_xlarge a {
    color: #111;
    line-height: 27px;
    font-size: 30px;
    text-decoration: none;
}

.clouds_large a:hover, .clouds_xlarge a:hover {
    color: #b1afaf !important;
    text-decoration: none;
}

.tags_more a:hover {
    color: #b1afaf !important;
    text-decoration: none;
}

.clouds_small, .clouds_xsmall, .clouds_medium, .clouds_large {
    display: inline-block;
}

.related {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}

.related_news {
   border: 1px solid transparent;
    border-radius: 3px;
    background-color: #d0d0d0;
    padding: 5px;
}

.related_cover {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center center;
}

.related_text {
    font-size: 14px;
    color: #222;
    text-decoration: none;
}

.related_text:hover {
    text-decoration: underline;
    text-decoration-color: #111;
}

/**********************SOCIAL_RIGHT*********************************/

#social {
    padding-bottom: 20px;
    text-align: center;
}

#social a:hover {
    text-decoration: none;
}

#social i {
    font-size: 21px;
}


#social .fa-facebook-square {
    color: #3B5997;
}

#social .fa-twitter {
    color: #2da9ec;
}

#social .fa-telegram {
    color: #0088cc;
}

#social .fa-viber {
    color: #59267c;
}

#social .fa-rss {
    color: orangered;
}

#social .fa-vk {
    color:#3a6da3;
}

#social .fa-youtube {
	color:#CD201F;
}	

@media (max-width: 768px) {
    #banner {
        padding: 10px 0;
    }
}
/**********************PAGES-NAV*********************************/

.pages {
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}

.pages span {
    color: #444;
    border: 1px solid #c3c1c1;
    padding: 5px;
}

.pages a, .pages a:visited {
    display: inline-block;
    color: #444;
    border: 1px solid #c3c1c1;
    padding: 5px;   
    margin: 2px 0;
}

.pages a:active {
    color: #111;
}

/***************************FORUM**************************************/

#awaken-comments {
    padding: 0 15px;
}

#awaken-comments li {
    margin: 0;
    padding: 0;
}

#awaken-comments li a {
    font-family: inherit;
    color: #111;
}

/************************STATIC**************************************/

#static {
    padding: 0 15px;
    margin-bottom: 30px;
}

.title_static {
    font-family: inherit;
    font-size: 26px;
    color: black;
    text-decoration: underline;
    margin-bottom: 20px;
}

/*****************************TV programma*******************************/

.setting {
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 600;
    color: #111;
}

.setting:hover {
    text-decoration: underline;
}

.forum {
    font-size: 14px;
}
/*****************************Search************************************/

#searchtable {
    margin: 15px 0;
}

.search_result_num {
    margin: 10px 0;
}

/***************************Offline*************************************/

#offline {
    width: 100%;
    height: 100vh;
    background-color: darkslategray;
}

#text-offline {
    font-family: 'Open Sans', arial, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 15%;
}

#text-offline>article {
    font-size: 25px;
}

#text-offline>.fa-cog {
    font-size: 85px;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    100% {-webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);}
    
/****************************TV-Programm_adv********************************/

.right_block_fix {
    position: relative;
}   
    
    
/****************************New-Year-News**********************************/
    
#new-year {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 20px;
}
    
.awaken-slider-title-yera {
    color: #fff;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 2.75em;
    font-weight: bold;
    line-height: 16;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 30px 32px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    text-shadow: 0px 1px 1px #000;        
}
    
    
/**********************ADV*********************************************/

.google-auto-placed {
        margin-top: 20px;
    }
    
/**********BTN-NAV***********/
    
    .nav-btn {
        margin-bottom: 20px;
    }
    
    .banner_top {
    display: inline-block;
    width: 100%;
    height: 90px;
}
    
    /***************banner-img******************/
    
    .banner-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    
    /****************Video***********************/
    
    .full-text > iframe {
        height: 300px;
    }
    
    @media (min-width: 640px) {
    .full-text > iframe {
        height: 326px;
    }
}

   /************************************/
   
