/* .container{width: 1250px;max-width: 100%;} */
.ajax_search_results{position:absolute;background-color:#ffffff;z-index:999;width:100%;display:none;left: 0;margin-top: 10px;/* padding: 10px 20px; *//* margin-bottom: 10px; */}
.ajax_search_results ul{list-style:none;margin:0;border:1px solid #e8e8e8;top:-1px;position:relative;padding:0;}
.ajax_search_results li a, li.divider{padding:8px 12px;}
li.divider{color:#b9b9b9;cursor:default;}
.search_results li:hover > a{background-color:#436a96;color:#fff;}
.shown{display:block!important;}
.modal-search .ajax_search_results.shown{display:none!important;}
body.search-open .modal-search .ajax_search_results{display:block!important;}
.search_results li a{display:block;}
.textaligncenter{text-align:center;}

.ts-cat-title a.cat-name {
    color: #fff;
    font-size: 16px;
    font-weight: initial;
    text-transform: initial;
    margin: 0;
}
.marquee {
    overflow: hidden;
	max-height:24px;
}
.marquee.loading{opacity:0;}
.top-bar .marquee a {
	color:#fff;
}
/* Flash class and keyframe animation */
.flashit{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .5; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .5; } 
	100% { opacity: 1; }
}
.banner-iframe img {
    max-width: 100%;
}
.reklama-kvadrati .banner-iframe img {
    margin-bottom: 15px;
}
.banner-iframe{
    text-align: center;
    position: relative;
    }
img {
    max-width: 100%;
}
.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
    height: 140px;
    object-fit: cover;
}
.post-list-box.ts-list-post-box.ts-grid-content .post-content img {
    width: 140px;
    height: 90px;
    object-fit: cover;
}
.custom-scroll h3.post-title {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb.big-image img {
    height: 300px;
	max-height:230px;
}
.reklama-holder img {
    max-width: 100%;
}
.reklama-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.reklama-holder{
	transition: all 0.1s linear;
	/* height: 0px; */
	overflow: hidden;
}

.featured-thumb {
    background-color: #ffffff;
    padding: 5px;
    margin: 0;
    width: calc( 100% - 21px );
}

img.featured_thumb_img {
    min-width: 100%;
    height: 80px;
    object-fit: cover;
}

div#featured-slider-thumbs {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.featured_thumb_h {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
}
.featured_img_holder {
    max-height: 113px;
    overflow: hidden;
}
.featured_thumb_h a {
    color: #000333;
}

.featured_thumb_h a:hover {
    color: #5a5a5a;
}

.owl-carousel .animated {
    animation-duration: 0.01s;
}

.featured-thumb.hovered {
    background-color: #09487d;
    position: relative;
}

.featured-thumb.hovered .featured_thumb_h {
    color: #fff;
}

.featured-thumb.hovered:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #09487d;
    border-width: 10px;
    margin-left: -10px;
    z-index: 9;
}
.featured-slider .item {
    min-height: 465px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

a.btn:not([href]):not([tabindex]) {
    color: #fff;
}
.btn-sm {
    padding: 6px 11px;
    font-size: 12px;
}
 .gallery-container {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .gallery-container a:focus {
     outline: none;
}
 .gallery-container figure {
     display: inline-block;
     width: calc((100% / 4) - 5px);
     margin: 2px;
}
 .gallery-container figure a {
     display: inline-block;
     width: 100%;
}
.post-featured-image.gallery-container figure {
    width: 100%;
    margin: 0;
}
.vote-percentage-bar {
    display: inline-block;
    min-height: 15px;
    background-color: #09487d;
    margin: -2px 0;
    margin-right: 5px;
}

.votes_count {
    display: inline-block;
    min-width: 36px;
    margin-right: 5px;
}

.position-answer {
    display: inline-block;
}

.vote-row {
    padding: 2px 0;
}
.answers-container {
      text-align: left;
    margin: 20px auto;
}
.post-featured-image figcaption {
    text-align: center;
    background-color: #f0f1f4;
    color: #333;
    padding: 4px;
}
.most-populers .post-thumb {
    height: 160px;
}

.most-populers .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-sidebar .banner-iframe img {
    width: 300px;
}
.ts-title .cat-name {
    font-size: inherit;
}
.post-list.ts-grid-box .ts-post-thumb {
    height: 160px;
}
.anketa-wrapper {
    color: #333;
}

.question {
    color: #09487d;
    font-size: 20px;
}

.poll-container .ts-title:before {
    left: -16px;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #e2e2e2;
    border: none;
    -webkit-appearance: none;
    float: left;
    position: relative;
    margin-right: 8px;
    outline:none;
    transition: all .1s linear;
    border-radius: 0;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {background-color: #b3b3b3;}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
       left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
    position: absolute; 
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color:#008aff;
}
label:hover {
    cursor: pointer;
}
.vote-row input, .vote-row label {
    float: left;
    display: inline;
}

.vote-row {padding: 10px 7px;}

.vote-row label {
    width: calc(100% - 32px);
    margin-top: -3px;
}
.vote-row:nth-child(even){background-color: #fbfbfb;}
.hero-slider .ts-post-overlay-style-1 .ts-post-thumb {
    height: 151px;
}
.custom-scroll img.d-flex {
    /* display: none!important; */
    width: 60px!important;
    height: 50px!important;
    margin-right: 10px!Important;
}
.side-custom-scroll .ts-list-post-box.ts-grid-content .post-content {
    padding-bottom: 5px;
    padding-top: 10px;
}
.side-custom-scroll {
    overflow-y: scroll;
}
.side-custom-scroll {
   height: 485px;
	}
	.home-cat-button {
    margin-top: 10px;
}
.fix-thumb img.img-fluid {
    max-height: 200px;
}

.fix-thumb .ts-post-thumb {
    height: initial;
}
.ts-post-thumb.design-2 {
    max-height: 310px;
}

.ts-post-thumb.design-2 img {
    object-fit: cover;
}
.banner-iframe.in-post {margin-bottom:25px;}
video.post-thumb-video {
    width: 100%;
    height: 100%;
    border-radius: 1px;
    object-fit: cover;
}
footer .copyright-text a {
    color: #a9a9a9;
}

footer .copyright-text a:hover {
    color: #fff;
}
h1.home {
    font-size: 24px;
    text-align: center;
}
.comments-form .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
a.related-tag-post {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #09487d;
	font-weight:600;
}

a.related-tag-post:hover {
    text-decoration: underline;
}
a.post-cat.covid-19:before {
       display: inline-block;
    position: absolute;
    content: ' ';
    background-image: url(/template/default/assets/images/icon/coronavirus-covid-19.png);
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: -17px;
    margin-top: 4px;
    background-size: 12px 12px;
}

a.post-cat.covid-19 {
    background-color: #ff3934;
    position: relative;
    padding-left: 25px;
    color: #333;
}

a.post-cat.covid-19:hover {
    background-color: red;
}
section.covid-19 {
	background-image: url(/template/default/assets/images/coronavirus-bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.nav-menu > li.covid-19 {
    background-color: #ff3934;
    position:relative;
    padding-left: 0;
}

.nav-menu > li.covid-19 a {
    color: #333;
}

.nav-menu > li.covid-19 a:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    background-image: url(/template/default/assets/images/icon/coronavirus-covid-19.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: -18px;
    margin-top: 3px;
    background-size: 14px 14px;
    z-index: 3;
    }

.nav-menu > li.covid-19 a:hover {
    background-color: transparent;
    color: #333!important;
}
.nav-menu > li.covid-19 a{padding-left: 33px;}

.nav-menu > li.covid-19 a:hover {
    background-color: red;
}
.breaking-title.covid-19 {
    color: red;
}
.cookieConsent{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(9, 72, 125, 0.85);
    color: #fff;
    width: 100%;
    padding: 8px;
    z-index: 100;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
.cookieConsent a{
    color: #ffffff;
    display: inline-block;
    text-decoration: underline;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 12px;
}
a.closeCookieConsent{
    background-color: #24aedc;
    display: inline-block;
    text-align:center;
    color: #ffffff;
    margin: 0;
    border-radius: 0;
    text-decoration: none;
    padding: 4px 14px;
    font-weight: 600;
    border-radius: 3px;
}
 a.closeCookieConsent:hover {
     text-decoration: underline;
}
div#fb-like-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #000000c2;
}

#fb-like-holder .container {
    text-align: center;
}

#fb-like-holder .fb-like {
    position: relative;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fb-like {}

#fb-like-holder img {
    width: 340px;
}
/* !!!!!!!!!!!!!!!! RESPONSIVE BELOW !!!!!!!!!!!!!! */

@media (max-width: 1024px){
	.nav-menu > li.covid-19:before {
    margin-left: 5px;
    margin-top: 15px;
}
	.first-thumb-hero{height: 320px!important;}
}
@media (max-width: 767px)
{
	
section.covid-19 {
	background-image: url(/template/default/assets/images/coronavirus-bg-2-mobile.jpg);
}
	.featured-slider-thumbs {
    display: none!important;
	}

	.banner-iframe{/* min-height:43px; */}
	.hero-slider .ts-post-overlay-style-1 .ts-post-thumb{height: 220px;}
}
@media (min-width: 768px) and (max-width: 1023px){
	
	
	.hero-slider .ts-post-overlay-style-1 .ts-post-thumb {
    height: 270px!important;
}
}
@media (max-width: 1281px) and (min-width: 1199px){
	
}
@media (min-width: 1200px){
	.container {
    max-width: 1320px;
}
.header-logo {
    min-height: 90px;
}
.first-thumb-hero{height: 317px!important;}
	
}