@charset "UTF-8";
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #f3efef;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
}
body a:hover {
	text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
    background-color: transparent;
}
a:active,
a:hover {
    color: #be1f30;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 22px;
    margin: 0.67em 0;
    padding-left:4px;
   /* color:black !important; */
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}




/* GLAS JAVNOSTI */

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

/*

.gutter-8.row {
  margin-right: -5px;
  margin-left: -5px;
}
*/
.gutter-8 {
  padding-right: 3px;
  padding-left: 3px;
}

.gutter-4 {
  padding-right: 3px;
  padding-left: 3px;
}



.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}`



.row.gutter-0 {
    margin-left: 0;
    margin-right: 0;
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.pad-0 { 
  padding: 0; 
}

.padR { 
  padding-left: 0; padding-right: 5px; 
}

.padL {
  padding-left: 5px;  padding-right: 0; 
}  


.brd { border: 1px solid #ddd; }

body {
  font-family: 'Roboto';
}

h3 { 
  color: #000000; 
  font-size: 1.22em; 
  font-weight: 400;
}
h4 { 
  color: #000000; 
  padding: 1px 10px; 
  font-size: 1.15em; 
  font-weight: 500;
}
h5 { 
  color: #000000; 
  padding: 0 7px 3px 7px; 
  font-size: 1.17em; 
  font-weight: 400;
}


.main {
  display: block;
  max-width: 1150px;
  background-color:#fff;
/*  border: 1px solid #f3efef; */
  z-index:2000;
  position:relative;
  
  /* 
    margin-bottom: 200px; 
    min-height: 6000px;
    border: 1px solid #ccc;
  */
}





/******************* TOPPANEL I LOGO *******************/

.toppanel {
  background-color: #ba0b0b;
}

.okvnav {
  background-image: url("/front/img/navback.png");
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px 5px;
}

.log {
  padding:5px
}

.footer {
  display: block;
  background-color: #be1f30;
  min-height: 300px;
}
.footer-color {
  background-color: #be1f30;
  min-height: 230px;
}

.footer .footer-text {
  padding: 10px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 300;
  text-align: center;
}

.footer .footer-apps {
  padding: 20px 10px;
  text-align: center;
  
}

.hn:hover {
   color:white;
} 


.footer-apps a:hover {
	color:white
}

.footer .footer-apps img {
  display: inline-block;
  margin: 0 20px;
}

.footer .footer-logo {
  text-align: center;
}

.footer .footer-logo img {
  display: block;
  margin: 0 auto;
}




/******************* CARD MOSAIC *******************/

.card-mosaic  {
  display: block;
  margin-top: 9px;
  padding-right: 4px;
  padding-left: 4px;
  position:relative;
}

.time-badge{
    position: absolute;
    right:8px;
    bottom:4px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:3px 6px;
    font-size:10px;
 }

.card-mosaic img {
  width: 100%; 
}

.card-mosaic h2 {
  padding: 6px 5px;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color:black;
  background-color:white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 140px;
    height: 140px;
}

.card-mosaic h3 {
  padding: 6px 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color:#111;
  background-color:white;
    /* Css ya podesvanje maksimalnog broja linija u naslovu */
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 85px;
  height: 85px;
}

.card-news {
 display: block;
  margin-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
.card-news h3 {
  padding: 8px 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color:#111;
  margin: 0px;
  
  /* Css ya podesvanje maksimalnog broja linija u naslovu */
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 85px;
  height: 85px;
}
.card-news p {
  font-size: 11px;
  color:#b4bac1;
  display: inline-block;
}
.card-news span {
  padding: 4px 8px;	
  font-size: 12px;
  color:#b4bac1;
}




.category{
  font-size: 11px;
  color:#b4bac1;
  padding-top: 4px;
  text-transform: uppercase
}

.list-news {
	padding-top: 15px;
    margin-bottom: 0;
    position: relative;
    border: none;
    display: flex;
    align-items: flex-start;
}
.list-body{
	flex: 0 0 70px;
    max-width: 70px;
}
.list-text {
	display: flex;
    flex: 0 0 calc(100% - 110px);
    /* max-width: calc(100% - 110px); */
    align-items: flex-start;
    padding-left: 4px;
}
.tab-text {
	display: flex;
    flex: 0 0 calc(113% - 110px);
    /* max-width: calc(100% - 110px); */
    align-items: flex-start;
    padding-left: 4px;
}
.list-min {
	    text-align: center;
    word-spacing: 9999px;
    background-color: #fff;
    position: relative;
    color: #444;
    margin: 0;
    z-index: 2;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.3rem;
}

.list-text h5 {
   font-size:12px;
   font-weight:500
  } 


.img1 {
	height: 74% !important;
}
img2 {
	height: 30% !important;
}
 .news-img {
    width: 100%;
  }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.card-mosaic h2 {
  font-size: 16px;
  line-height: 20px;
   text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 85px;
    height: 85px;
}
.card-mosaic h3 {
	/*
  padding:0px;
  font-size: 16px;
  line-height: 20px; */
   padding: 3px 5px;	
  margin-top: 0px;	
  margin-bottom: 0px;
  font-size: 0.97rem;
  line-height: 20px;
  font-weight: 600;
}
.card-mosaic h4 {
	/*
   padding: 3px 5px;	
  margin-top: 0px;	
  margin-bottom: 0px;
  font-size: 0.97rem !important;
  line-height: 18px;
  font-weight: 600;
  */
  padding: 3px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.97rem;
    line-height: 20px;
    font-weight: 600;
}
.card-news  {
 display: block;
  margin-top: 4px;
  padding:7px 3px 7px 3px;
  background-color:white
}
.card-news h3 {
  padding: 5px 5px;	
  margin-top: 0px;	
  margin-bottom: 0px;
  font-size: 0.97rem;
  line-height: 20px;
  font-weight: 600;
}
 .img1 {
    height:auto;
  }
 .img2 {
    height:auto;
  } 
  
 .news-item {
  display: flex;
 }
 
 .news-img {
    flex: 0 0 37%;
    width: 37%;
  }
 .news-text {
    flex: 0 0 63%;
    width: 63%;
    padding-left: 13px;
  }  
  
 .list-news h5 {
   font-size:12px;
   font-weight:500
  } 
  
  
}






/*******************CARD KATEGORI *******************/

.hr {
	  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #be1f30;
}

.card-cat h2 {
	color:black;
}

.card-cat h4 {
	color:black;
	color: #000000;
    padding: 10px 10px;
    font-size: 0.95em;
    font-weight: 500;
    DISPLAY: inline;
	
}

.card-cat .list-inline {
	padding-top:20px
}



/******************* WIDGET BANER I WIDE BANER *******************/

.baner {
  display: block; 
  margin: 8px 0;
}


.baner-wide {
  display: block; 
  margin: 10px auto 4px;
  max-width: 1150px;
}

.topbaner {
  display: block; 
  width: 100%;
}

.topbaner img {
  margin: 0 auto 4px;
  width: 100%;
  max-width: 1150px;
}



@media (max-width: 767px) {
  .baner {
    display: block; 
    text-align: center;
  }
  
  .baner-wide {
    display: block; 
    margin: 10px auto 4px;
  }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .baner {
    display: block; 
    text-align: center;
  }
  
  .baner img {
    display: block; 
    margin: 0 auto;
  }
  
  .baner-wide {
    display: block; 
    margin: 10px auto 4px;
  }
  
  .baner-wide img {
    display: block; 
    margin: 0 auto;
  }
}














/******************* END WIDGET BANER *******************/








/********************************************************* 
  SOCIAL ICONS
*********************************************************/

.social-icons {
  padding: 20px 0 5px;
  text-align: center;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

ul.social-network li a {
  color: #ACACAC;   
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoYoutube:hover {
	background-color:#3B5998;
}
.social-network a.icoInstagram:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}

.social-network a.icoWhatsapp:hover {
	background-color:#25d366;
}
.social-network a.icoViber:hover {
	background-color:#665cac;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoYoutube:hover i, .social-network a.icoInstagram:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoWhatsapp:hover i, .social-network a.icoViber:hover i {
	color: #ffffff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 47px;
	height: 50px;
	font-size:35px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #ACACAC;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.footer .social-icons {
  padding: 10px 0 5px;
}

.footer .social-circle li a {
	width: 25px;
	height: 25px;
	font-size:20px;
}
.footer .social-circle li i {
	line-height: 20px;
}

.footer .social-circle i {
	color: #fff;
}




/********************************************************* 
  WIDGET TABNEWS
*********************************************************/

.news-body {
	display: inline-block;
	
}

.tabbable-panel {
 
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 1.11em;
  font-weight: 300;
  padding: 2px 15px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #B12025;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  padding: 5px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Tab u donjem delu */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #B12025;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.tabbable-panel .tabnews {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.tabbable-panel .tabnews span {
  display: block; 
  color: #9a9a9a;
  font-size: 0.85em;
  line-height: 10px;
  padding: 0 7px;
}




.tabbable-line .nav-title {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid #B12025;
}

.tabbable-line .nav-title a {
  color: #737373;
  font-size: 1.8em;
  font-weight: 300;
}

.tabbable-panel .tabimgnews {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-top: 5px;
}

.tabbable-panel .tabimgnews span {
  display: block; 
  color: #9a9a9a;
  font-size: 0.75em;
  line-height: 10px;
  padding: 5px 5px 0 5px;
}

.tabbable-panel .tabimgnews a {
  margin: 0;
  padding: 0; 
}

.tabbable-panel .tabimgnews .tab-img {
  margin-top: 3px;
}

.tabbable-panel h6 {
  color: #000000; 
  margin: 0;
  padding: 3px 5px; 
  font-size: 13px; 
  font-weight: 500;
} 




.tabbable-panel .link {
  font-size: 1.25em;
}

.tabbable-panel .link a {
  color: white;
}

.wid-fajter {
	background-color:black;
	margin-top:10px;
	display: block;
}

.wid-fajter h3 {
	color:white;
	padding:5px;
	font-weight: 500;
}
.card-mosaic h4 {
	padding: 2px 5px;
	font-size: 15px;
    font-weight: 600;
     /* Css ya podesvanje maksimalnog broja linija u naslovu */
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 85px;
  height: 85px;
}


.wid-agro {
	background-color:#007b3a;
	margin-top:10px;
	display: block;
}

.wid-agro h3 {
	color:white;
	padding:5px;
	font-weight: 500;
}
.card-agro h4 {
	padding:0;
	font-size: 1.02em;
    font-weight: 500;
}

.wid-vreme {
	background-color:#be1f30;
	margin-top:10px;
}

.wid-vreme h3 {
	color:white;
	padding:5px;
	font-weight: 500;
}

.vreme {
	padding: 6px 0 6px
}
.vreme p {
	font-size: 1.29em;
	font-weight: 500;
	display: inline;
    padding:0px 3px 3px 4px
}
.wid-mreze {
	background-color:#178de8;
	margin-top:10px;
}
.wid-vreme {
	background-color:#de0101;
}
.wid-horoskop {
	background-color:#de0101;
}
.wid-redakcija {
	background-color:#422bb9;
}
.wid-video {
	background-color:#de0101;
}
.wid-mreze h3 {
	color:white;
	padding:5px;
	font-weight: 500;
}


/********************************************************* 
  SECTION TITLE
*********************************************************/

.section-title {
  display: block;
  width: 100%;
  background-color: #be1f30;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 5px 10px;
}

.section-title h3 {
  margin: 0;
  padding: 0;
  font-size: 2.95em;
  font-weight: 400;
  color: #ffffff;
}



@media (max-width: 767px) {
  .section-title {
    padding: 5px 0;
  }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .section-title {
    padding: 5px 0;
  }
}











/********************************************************* 
  VIDEO CAROUSEL
*********************************************************/

.video-card {
	background-color:#ba0b0b;
	padding: 20px 0 20px;
}

.video-card h2 {
	color:white;
}

.video-card h4 {
	color: white;
    padding: 2px 5px;
    font-size: 0.95em;
    font-weight: 500;
    DISPLAY: inline;
	
}

.video-card .card-title {
	background-color:#be1f30
	
}

.video-card h3 {
	padding: 6px 5px;
	font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 85px;
    height: 85px;
	
}




/********************************************************* 
  SIMPLE NEWS
*********************************************************/

.card-simplenews {
  display: block;
  margin-top: 4px;
}

.card-simplenews h4 {
  padding: 5px 8px;
  margin: 0;
  font-size: 1.65em;
}

@media (max-width: 767px) {
  .card-simplenews h4 {
    padding: 5px 0;
  }  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .card-simplenews h4 { 
    padding: 5px 0;
  } 
}



/********************************************************* 
  INFINITIVE NEWS
*********************************************************/

.post-wall .link {
  font-size: 1.25em;
}

.post-wall .link a {
  color: #cc0000;
}



/********************************************************* 
  INFINITIVE NEWS
*********************************************************/

.razmena-widget img {
  
}


.razmena-widget h6 {
  color: #000000; 
  padding: 0 0px 0px 0px; 
  font-size: 1.1em;
  font-weight: 400;
  /* line-height: 1.2em; */
  word-spacing: 2px;
  min-height: 70px;
}

.razmena-widget .card-img {
  min-height: 310px;
}

.razmena-widget .signature {
  color: #aaa;
  font-size: 0.75em;
  font-weight: 300; 
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}


@media (max-width: 767px) {
  .razmena-widget h6 {
    padding: 0 2px; 
    font-size: 1.5em;
    font-weight: 400;
    word-spacing: 2px;
    /* min-height: auto; */
  }  
  
  .razmena-widget card-img {
    min-height: auto;
  }
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .razmena-widget h6 {
    padding: 0 2px; 
    font-size: 1.5em;
    font-weight: 400;
    word-spacing: 2px;
    /* min-height: auto; */
  } 
  
  .razmena-widget card-img {
    min-height: auto;
  } 
}













/********************************************************* 
  KOMENTARI
*********************************************************/

.img-sm {
  width: 46px;
  height: 46px;
}

.komentari {
  border-radius: 0;
  border: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.komentari .panel-footer, .panel>:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.komentari .panel-heading, .panel>:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.media-block .media-left {
  display: block;
  float: left
}

.media-block .media-right {
  float: right
}

.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
    vertical-align: middle
}

.thumbnail {
  border-radius: 0;
  border-color: #e9e9e9
}

.tag.tag-sm, .btn-group-sm>.tag {
  padding: 5px 10px;
}

.tag:not(.label) {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #cdd6e1;
  font-size: 12px;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.text-muted, a.text-muted:hover, a.text-muted:focus {
  color: #acacac;
  padding: 6px 5px;
}
.text-sm {
  font-size: 0.9em;
}
.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
  line-height: 1.25;
}

.btn-trans {
  background-color: transparent;
  border-color: transparent;
  color: #929292;
}

.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}

.btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
  padding: 5px 12px !important;
}
.widge-post .btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
  padding: 2px 14px !important;
  margin: 3px 0 0 3px;
}

.mar-top {
  margin-top: 15px;
}


/********************************************************* 
  WIDGET NEWS
*********************************************************/

.widget-news {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.widget-news h4 {
  padding: 5px 0;
  margin: 0;
  font-size: 1.65em;
}

.widget-news span {
   display: block; 
   margin-top: 5px;
   color: #9a9a9a;
   font-size: 0.85em;
}

@media (max-width: 767px) {
  .widget-news h4 { 
    padding: 5px 0; 
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .widget-news h4 { 
    padding: 5px 0; 
  }
}







/********************************************************* 
  SINGLE NEWS
*********************************************************/

.single-news {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 1px solid #eee;
}

.single-news h1 {
  font-size: 2.0em;
  margin: 0;
}

.single-news h2 {
  padding: 4px 0;
  margin: 0;
  font-size: 1.5em;
/*  color: #BE1F30; */
}

.single-news h4 {
  padding: 0;
}

.single-news .autor {
  font-size: 1.2em;
  font-weight: 300;
  color: #9a9a9a;
  padding: 3px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.single-news .photo {
  display: block;
  position:relative;
  width: 100%;
}

.single-news .photo h5 {
    position: absolute;
    padding: 5px;
    right: 0px;
    bottom: -8px;
    z-index: 19;
    background: rgba(0, 0, 0, 0.5);
    color: #eeeeee;
}

.single-news .lead {
    font-size: 1.5em;
    font-weight: 450;
    padding: 3px 0;
    margin-bottom: 8px;
    color: #1d1d1d;
}

.single-news .social-icons {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.single-news p {
  font-size: 1.3em;
  font-weight: 400;
}
.single-news h4 {
  color:#111
}
.single-news p a {
  color:#red
}

.pov-news h4 a {
  color:#red
}

.single-news .news-source {
  font-size: 1.2em;
  font-weight: 300;
  color: #9a9a9a;
  padding: 3px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.single-news span {
 /*  display: block; */
   margin-top: 5px;
   color: #9a9a9a;
   font-size: 0.85em;
}

.single-news .news-tags {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.single-news .news-tags span {
  display: inline-block;
  width: auto;
  margin-bottom: 3px;
  margin-right: 8px;
  border: 1px solid #3198DE;
  font-size: 1.2em;
  font-weight: 300;
  color: #3198DE;
  padding: 5px 10px;
}

.single-news .news-tags span:hover {
  background-color: #3198DE;
  color: #ffffff;
}

.single-news .news-tags span a:hover {
  background-color: #3198DE;
  text-decoration: none;
  color: #ffffff;
}
.pov-news {
	border-left: 5px solid #be1f30;
	background-color: #f5f5f5;
}

.pov-img {
	display: block;
    margin-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 3px;

}
.glosa-news {
    border-left: 3px solid #be1f30;
}
.glosa {
    padding:10px;
    font-size: 1.32em;
	font-style: italic;
}

@media (max-width: 767px) {
  .single-news h4 { 
    padding: 5px 0; 
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .single-news h4 { 
    padding: 5px 0; 
  }
}

@media (max-width: 767px) {
  .baner {
    margin: 8px 0;
    text-align: left;
  }
  .baner-wide {
    margin: 10px 0 4px;
    text-align: left;
  }
  
  .padL {
    padding-left: 0px !important;
  }     
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  
  .baner {
    margin: 8px 0;
    text-align: left;
  }
  .baner-wide {
    margin: 10px 0 4px;
    text-align: left;
  }
  
  .padL {
    padding-left: 0px !important;
  }  
}








/*==========  Non-Mobile First Method  ==========*/

.headerTop { display: none; }

.GlasMeni { 
  
}

.master { 
  display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .padR { padding: 0; }
  .padL { padding: 0; }
  .toppanel { display: none; }
  
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .padR { padding: 0; }
  .padL { padding: 0; }
  .toppanel { display: none; }
  
  .master { 
    padding-top: 41px; 
  }
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .padR { padding: 0; }
  .padL { padding: 0; }
  .toppanel { display: none; }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  .padR { padding: 0; }
  .padL { padding: 0; }
  .toppanel { display: none; }
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:80.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media only screen and (min-width: 1025px) {
        .newsok {
           padding-left:50px; padding-right:50px
        }
    } 
    
.glos1{
	
	background-color:white;
	padding-top:5px;
	padding-bottom:10px
} 

@media only screen and (max-width: 767px) {
        .naslov {
           font-size: 16px;
           padding:7px;
        }
    } 

@media only screen and (max-width: 767px) {
        .nastekst {
           padding-left: 5px;
        }
    }    
       
 .bl {
   color:white;
   font-size: 16px;
   padding-right: 14px;
   font-weight: 500;
 } 
.bllog {
	color: white;
    font-size: 20px;
    font-weight: 500;
} 
.bltext {
	color: white;
    font-size: 14px;
    font-weight: 400;
} 
 .gutter4 {
         padding-right: 0px;
    padding-left: 0px;
 } 
 
 a:focus, a:hover {
	color: #be1f30;
	text-decoration: underline
} 

.kategorija {
    padding: 0px;
    color: white;
 } 
 
 .katnaslov {
    color: white;
    padding-top: 9px;
 }
 
 .skini {
 background-color:#be1f30;
 padding-top:7px
 }
 
 .vestsp {
	color:#be1f30 !important; 
	display: inline-block !important;
	font-size:0.9em !important;
}

.vreme {
	padding-left: 7px;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


element.style {
}
.footer .footer-apps img {
    display: inline-block;
    margin: 0 20px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hov a:hover {
     color: #be1f30; 
}
    .ads {
      position: fixed;
      width: 50%;
      top: 0px;
 /*     height: 100%;  */
      z-index: 0;
    }
    
    .leftads {
      left: calc(50% - 1044px);     
    }
  /*  
    @media screen and (max-width: 1600px) {
    .leftads {    
    width:0%
}
}
*/
    
    .leftads img {
      position: absolute;
      top: 0px;
      left: 0px;
    }
    
    .rightads {
      /*  right: 0px; */
      right:calc(50% - 1044px);
    }
 /*   
     @media screen and (max-width: 1600px) {
    .rightads {    
    width:0%
}
}
*/
    
    
    .rightads img {
      position: absolute;
      top: 0px;
      right: 0px;
    }
    
    #bottomads {
      position: fixed;
      bottom: 8px;
  /*    width: 750px; */
      height: 200px;
   /*   background: #efefef;   */
      left: calc(50% - 375px);
      z-index: 999;
   /*   border: 2px solid #BE1F30;  */ 
    }
    
     #bottomadss {
      position: fixed;
      bottom: 8px;
    /*  width: 750px; */
  /*    height: 200px;  */
   /*   background: #efefef;   */
    /*  left: calc(50% - 375px); */
      z-index: 999;
   /*   border: 2px solid #BE1F30;  */ 
    }
    
     .adsmob {
      position: fixed;
      bottom: 8px;
   /*   width: 320px;
      height: 100px;
      background: #efefef;
      left: calc(50% - 375px);  */
      z-index: 999;
    /*  border: 2px solid #BE1F30; */
    }
     
    #bottomads .closebtn {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 998;
      color: #ffffff;
      text-decoration: none;
    }
    
    #bottomads .closebtn:hover {
      color: #D9534F;
    }
    
     #bottomadss .closebtn {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 998;
      color: #ffffff;
      text-decoration: none;
    }
    
    #bottomadss .closebtn:hover {
      color: #D9534F;
    }
    .sticky {
    position: fixed;
    top: 0;
    z-index:100
    }
    
    .sticky1 {
      position: -webkit-sticky;
      position: sticky;
      top: 8px; */
      bottom: 8px;
      z-index: 5;
  /*    height:1300px */
    }
    
    .sticky img {
      width: 100%;
    }
    
     .rj {
    padding:11px
    }
    .rjb {
    background-color:#be1f30 !important;
    border:red;
     cursor: pointer;
    }
#load-more-news a {
    color: #ffffff;
}

.povpozadina {
   /*   background-color: #ddd; */
      padding-top:15px;
      padding-bottom:15px
    }
.img-responsive {
	width: 100%;
}    
.no-padding {
padding-top: 5px;	
}    
.neprop {
	  color:white;
      background-color: #be1f30; 
      padding:2px
    } 
 .title a   {
 color:black;
 font-size:14px !important
 }
    
.ariclepov  {
	 border-left: 5px solid #be1f30;
     background-color: #f5f5f5;
     padding-
    }
@media only screen and (max-width : 992px) {
  .ariclepov { border-left: 0px solid #be1f30; }
  
}     
.relatedArticleItem {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}  
.relatedArticleItem a {
    color: black;
}  
.carousel-control-prev-icon {
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0%;
    border: 1px solid black;
}   
.header-weather {
    margin-left: 14.5rem;
    margin-top: 0.3rem; 
}

.header-horoskop {
    margin-left: -5.7rem;
    margin-top: 0.4rem;
}

.header-kanal {
    margin-left: -5.0rem;
    margin-top: 0.2rem;
}
.nav-kanal {
    padding-top: 25px;
}
.nav-vreme {
    padding-top: 25px;
}
.nav-log {
    padding-top: 27px;
}
.nav-horoskop {
    padding-top: 29px;
}
.accicon {
    float: right;
    font-size: 20px;
    width: 1.4em;
    padding-top: 5px;
}
.lin {
    background-color: #dc3545;
    margin: 7px;
    border-right: 1px solid rgba(136, 2, 3, 0.725);
    border-bottom: 1px solid rgba(136, 2, 3, 0.725);
    border-radius: .05rem;
}
#seventh>img{
  border:1px solid red;
  transition:all .5s ease-in-out;
}

#seventh:hover img{
  border:1px solid white;
  font-size:20px;
}
.hor {
	font-size: 18px;
    font-weight: 500;
    color: #222222;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.pred {
	padding: 4px 8px;
    font-size: 11px;
    color: #b4bac1;
    display: inline-block;
}
.itemcat {
	border-right: 1px solid #bdbcbc;
	padding: 0px 10px 0px 5px;
	line-height: 1.25;
	font-size: 11px !important;
}
.itemvideo {
	color:white;
	border-right: 1px solid #bdbcbc;
    padding: 0px 10px 0px 5px;
    line-height: 1.25;
    font-size: 11px !important;
    display: inline;
}
.video-item-comments {
	color:white;
    padding: 0px 10px 0px 5px;
    line-height: 1.25;
    font-size: 11px !important;
    display: inline;
}
.tabname {
	padding-top:25px
}
.tabnajnovije {
	padding-left: 53px;
    position: absolute;
    font-size: 18px
}
.tabnajcitanije {
	padding-left: 170px;
    position: absolute;
    font-size: 18px
}
.tabreakcije {
	padding-left: 285px;
    position: absolute;
    font-size: 18px;
}
.icon {
  top: 30%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.comuser {
	font-size:19px;
	font-weight: 500;
}
.button-reply {
	color: #9a9a9a;
    background-color: #f5f3f3;
    padding: 5px;
}
.comment-actions a.button-vote .number-of-votes {
    font-size: 1.3rem;
    line-height: 3.2rem;
}
.up {
	color: #15782D !important;;
	background-color: #ebebeb;
    padding: 0 10px;
    font-size: 1.3rem !important;;
    line-height: 2.5rem;
    margin-left: 0.3rem;
    transition: 0.3s linear;
}
.down {
	color: #ED2432 !important;;
	background-color: #ebebeb;
    padding: 0 10px;
    font-size: 1.3rem !important;;
    line-height: 2.5rem;
    margin-left: 0.3rem;
    transition: 0.3s linear;
}
.button-vote {
	padding-left: 10px;
}
.videocard {
	background-color: #de0101;
}
.vid {
  position: absolute;
   padding-top: 200px;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 30px;
}
.button-category {
	border: 1px solid black;
  /*  background-color: #1f1f1f; */
    padding: 8px;
    color: black;
    font-size: 17px;
    font-weight:500;
}	
.widge-post {
	background-color: #af1232
}
.citat {
	color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 13px;
    display: inline;
}
.weathericon {
	padding-top: 9px;
}
.downicon {
	padding: 10px 0 0 20px;
    font-size: 17px;
}
.wid-osoba {
    background-color: #de0101;
}
.osoba-text {
	color:white;
	padding: 6px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}
.grad {
	color:black;
	font-size: 17px;
}
.nav-gradovi {
	background-color: #e9e6e6;
	padding: 5px 0px;
}
.poz-glas {
	text-align: center;
    background-color: #be1f30;
    color: white;
    padding: 6px;
    border-radius: 5px;
}

.errpage {
	font-size: 50px;
}
.img-osoba {
	width: 100%;
    padding: 12px;
}
.card-mosaic h2:hover {
  color: #c30203;
}
.card-mosaic h3:hover {
  color: #c30203;
}
.card-news h3:hover {
  color: #c30203;
}
.lin a:hover {
  color: black;
  background-color: #be1f30;
}
.lin:hover {
  background-color: #be1f30;
}
.tabnajnovije i:hover {
  color: #be1f30;
}
.povreme {
  background-color: #ededed;
    margin: 5px;
}
.horday{
background-color: #424242;
    border: 1px solid white;
    padding: 5px;
    cursor: pointer;
}
.carousel-control-prev span {
	color:black
}
.carousel-control-next span {
	color:black
}
.com {
	color:white !important
}
.soc {
	font-size: 16px;
    padding-top: 4px;
}
.fotkat {
	font-size: 1.3rem;
    font-weight: 600;
}
.fothr {
margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .1);
}
.footer-color a:hover {
	color:white
}
.tabbable-line > .nav-tabs > li a.active {
    border-bottom: 4px solid #B12025;
    position: relative;
    text-decoration: none;
}
.redline{
    border-top: 3px solid #2e1d86 !important;
}
.category-search {
	color:#ba0b0b
}
.mrezaback {
	 background-image: url("/img/vesti-mreze.png");
	 padding: 9px;
}
.wid-mreze h4  {padding: 12px;color:white}
.redakcijaback {
	 background-image: url("/img/VESTI-IZ-REDAKCIJE-NOV.png");
	 padding: 9px;
}
.wid-redakcija h4  {padding: 12px;color:white}
.horoskopback {
	 background-image: url("/img/HOROSKOP.png");
	 padding: 9px;
}
.wid-horoskop h4  {padding: 12px;color:white}
.vremenskaback {
	 background-image: url("/img/VREMENSKA-PROGNOZA.png");
	 padding: 9px;
}
.wid-vreme h4  {padding: 12px;color:white}
.vreme a p  {color:black}
.videoback {
	 background-image: url("/img/VIDEO-DANA.png");
	 padding: 9px;
}
.wid-video h4  {padding: 12px;color:white}
.agroback {
	 background-image: url("/img/AGROINFO.png");
	 padding: 9px;
}
.wid-agro h4  {padding: 12px;color:white}
.osobaback {
	 background-image: url("/img/OSOBA-DANA.png");
	 padding: 9px;
}
.wid-osoba h4  {padding: 12px;color:white}
.homeglas {border-top: 3px solid white !important;}
.staticpage {padding:10px;}
.newslink  {text-transform: uppercase; font-size: 1.2rem;}   
.newsok a  {color:red}  
       