/* Stranica */
body {
  background-color: #FAFAFA;
/* 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
  background-image: -webkit-linear-gradient(top, #ffffff, #999999);
  background-image:    -moz-linear-gradient(top, #ffffff, #999999);
  background-image:      -o-linear-gradient(top, #ffffff, #999999);
  background-image:         linear-gradient(to bottom, #ffffff, #999999); 

*/

  color: #555;
}
/* Header */
body > div > header > .top {
    background: #f0f0f0;
    /* background: #ebebeb; */
    padding: 10px 0;
}
body > div > header, #content, body > div > footer {
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

body > div > header > .pravda {
    background: #fff;
    padding: 10px 0;
}
/* News ticker */
body > div > header > .newsticker {
    min-width: 34px;
    position: relative;
    overflow: hidden;
    white-space:nowrap;
    padding: 0 130px 0 110px;
    background: #474949;    
}
body > div > header > .newsticker .content {
    color: #fff;
    display:inline-block;
    position:relative;
    line-height:30px;
    min-height: 30px;
    width: 100%;
}
body > div > header > .newsticker span {
    /* color: #fff; */
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    z-index: 999;
    font-size: 16px;
    font-weight: bold;
    color: #939ead;
    /* background: #F00; */
    padding: 5px 5px 5px 10px;
}
body > div > header > .newsticker .content a {
    color: #fff;
}
/* Language bar start */
body > div > header > .newsticker ul.navbar-right {
    margin: 0;
    padding: 0;
    position: absolute;
    right:10px;
    top: 7px;
}
body > div > header > .newsticker ul.navbar-right  li{
    cursor: default;
    position: relative;
}
body > div > header > .newsticker ul.navbar-right li a{
    color: #939ead;
}
body > div > header > .newsticker ul.navbar-right li a.act{
    color: #fff;
}
body > div > header > .newsticker ul.navbar-right li {
    color: #FAC0BA;
}
body > div > header > .newsticker i.fa {
    vertical-align: middle;
    margin-left: 10px;
}
/* Pravda (logo) blok */
.pravda  {
    padding: 0 40px;
}
/* .pravda  section {
    padding-bottom: 10px;
} */
.pravda .col-md-6 {
    text-align:center;
    margin-bottom: 20px;
}
.ratni{
  background-color: #d9230f;
    border: 1px solid #b81e0d;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
  text-align:center;
}
.pravda h1 {
    font-size: 60px;
    font-family: 'Arial Black', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:900;
    /* margin: 10px auto 10px auto; 10px auto 10px auto*/
    margin: 0;
    position: relative;
    padding: 10px 30px 40px 30px;
    display: inline-block;
    background-color: #d9230f;
    border: 1px solid #b81e0d;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
}
.pravda .ratni h1 {
    font-size: 60px;
    font-family: 'Arial Black',"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    margin: 0;
    position: inherit;
  padding:0px;
    border: none;
    box-shadow:none;
  margin-top: 5px;
}
.pravda h1 a,.pravda .ratni h2 a{
    color: #fff;
    transform: skew(-5deg);
    display: block;
/*    text-shadow: 0px 0px 10px #fff; */
}
.pravda h1 .clock{
    color: #fff;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding-top: 10px;
}
.pravda .ratni h2 .clock{
  color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.pravda h1 .clock .fa{
    margin-right:10px;
}
.pravda .ratni h2 .clock .fa{
    padding-right: 5px;
}
.pravda h2 {
    margin-top: 5px;
}
.pravda .ratni h2 {
  font-size: 28px;
    font-family: 'Arial Black',"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    margin: 0;
  padding-bottom: 5px;
}
/* clock */
.clocktime .blink {
    margin: 0 2px;
}
.blink {
    -webkit-animation: blink steps(1) 1s infinite; /* Safari 4+ */
    -moz-animation:    blink steps(1) 1s infinite; /* Fx 5+ */
    -o-animation:      blink steps(1) 1s infinite; /* Opera 12+ */
    animation:         blink steps(1) 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes blink {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: visible; }
}
@-moz-keyframes blink {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: visible; }
}
@-o-keyframes blink {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: visible; }
}
@keyframes blink {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: visible; }
}
/* Glavna navigacija */
nav.navbar-inverse {
    margin: 0 -40px 10px -40px;
}
nav ul.nav li:hover ul.dropdown-menu {
    display:block;
}
.navbar .nav > li:last-child a{
    border-right: none;
}
.navbar .nav > li > a {
    border-right:1px solid #F03C28;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}
.navbar .nav > li:hover > a {
    color: #fff;
}
nav.navbar-inverse .navbar-brand {
    font-weight: 700;
    font-size:30px;
    color: #fff;
}
nav.navbar-inverse .navbar-brand:hover {
    color: #fac0ba;
}
/* Sadrzaj */
#content {
    padding: 0 40px;
    background: #fff;
}
#content section {
    margin-bottom: 20px;
}
/* Nove klase */
/* .textual article {
    padding: 1em 0;
} */
.spaced article {
/*    padding: 1em 0;*/
    padding: 0;
    border-bottom: 1px solid #eee;
}
.textual article:first-child, .spaced article:first-child {
    padding-top: 0;
}
.spaced img {
    margin-right: 10px;
}
.col-md-8 .col-md-8.spaced img {
/*     width: 200px; 15.05.2018*/
    width: 170px;
    height: auto;
}
.spaced article:last-child {
    border-bottom: none;
}
/* .textual article:first-of-type {
    padding-top:0;
} */
/* .textual article:last-of-type {
    padding-bottom:0;
} */
.focus article img {
    float: left;
    margin-right: 10px; 
}
.thumb {
    width: 91px;
}
.br {
    border-right: 1px solid #eee;
}
.bb {
    border-bottom: 1px solid #eee;
}
/* NEWSI */
.article a:hover h2, .article a:hover h3 {
    color: #91170a;
}
/* FOKUS BLOK ISPRAVCI */
.top .thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 120px;
    height: auto;
}
.top .h3 {
    margin-top: 0;
}
/* U fokusu (lista vesti sa slikama i tekstom) */
.image_list h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.image_list .row.eqh, .bl {
    border-left: 1px solid #eee;
}
/* Title overlay for the news */
.overlay {
    position: relative;
    overflow: hidden;
    margin: 0 0 1em;
}
.overlay h3 {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    bottom:0;
    left:0;
    margin: 0;
    width: 100%;
    padding-left: 10px;
}
/* Izjava / komentar */
.pravda section.col-md-4 {
    position: relative;
    bottom: -28px;
}
/* sakriven deo naslova */
.col-md-4 .overlay h3 {
    top: 90px;
    overflow: hidden;
}
.col-md-4 .overlay:hover h3 {
    top: initial;
}
.overlay h3 a {
    color: #fff;
    margin: 10px 0;
    display: inline-block;
}
/*.overlay h3  a:hover{
    color: #fac0ba;
}*/
.col-md-12 > .overlay h3 {
    font-size: 22px;
}
/* Blokovi vesti po kategoriji */
.inline-block {
    display: inline-block;
}
nav.inline-block a {
    padding: 0 15px;
    display: inline-block;
    line-height: 2em;
    font-size: 17px;
    color: #b81e0d;
}
nav.inline-block a:hover {
    background:#d9230f;
    color: #fff;
}
h2.inline-block.title {
    margin: 0;
}
header.bb {
    margin-bottom: 10px;
}
#content div.row:first-of-type section:first-of-type {
    border-right: 1px solid #eee;
}
/* Sadrzaj - naslovi blokova */
.title {
    color: #3E4548;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 2em;
}
.title span {
    background: #d9230f;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    line-height: 2em;
}
.title a:hover span {
    text-decoration: underline;
}
/* Footer */
body > div > footer {
    background: #ebebeb;
    border-top: 4px solid #474949;
    padding: 0 150px 0 190px;
}
body > div > footer .col-md-4:nth-child(3n+1){
    /* clear:left */
}
body > div > footer .col-md-4:nth-child(4){clear: left;}
/* body > div > footer > nav {
    text-align: center;
}
body > div > footer > nav > ul {
    display: inline-block;
    text-align: left;
} */
/* News sa dinamickom sirinom i isecenom slikom */
.crop img {
    width: 100%;
    height: auto;
}
/* Social share dugmad za newse */
.social-share {
    margin-top: 10px;
}
.social-share > div {
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
    margin-left: 10px;
}
.social-share .share {
    float:left;
}
/*div.like {
    float: none;
}
div.twitter {
    float: right;
}
div.google {
    float: none;
}*/
/* Skoci gore dugme */
#toTop {
    color: #D42B2E;
    display: none;
    position: fixed;
    font-size: 4em;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*
.thumbnail {
    margin-bottom: 0;
}
*/
/* Banneri */
ins {
    text-align:center;
    display: block;
    padding: 0 15px;
}
ins img {
    display:block;
    width: 100%;
    height: auto;
}
ins > a {
    display: inline-block;
    margin-bottom: 10px;
}
#content > .col-md-4 ins {
    margin-bottom: 50px;
}
#content > .col-md-4 ins:last-of-type {
    margin-bottom: 0;
}

/* vlada izmena */
.news-text-wrap iframe {
    display: block;
    margin: 15px auto;
    min-width:697px;
}
.news-text-wrap iframe.instagram-media {
    min-height:393px;
}

/* Comments */
.comments {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #9c8468;
}
.comments:before {
    content: "\e111";
    display: block;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    text-shadow: -2px 2px 10px #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comments a,.comments span {
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 12px;
    color: #000;
    transform: translate(-50%,0);
}

/* Vlada dodao*/

.news-img-wrap {
  margin-top:19px;
}

.news-img-wrap img {
  margin-bottom:19px;
}

.news-img-wrap img {
  width:100%;
  height:auto;
}
.news-single .news-text-wrap {
  color:#444444;
  font-size:16px;
}
.news-single img {
    max-width: 100%;
}
.news-single .header > h2 {
  font-size:xx-large;
  font-weight:600;
  margin-bottom:12px;
}

.news-single .metadata {
  color:#9e9a98;
  font-size:12px;
}

.news-single .metadata > p {
  margin-bottom:6px;
}
.news-list-date {
    margin-right: 10px;
}
.news-single .teaser-text {
  color:#444444;
  font-size:16px;
  font-weight: bold;
}

.news-single .teaser-text > p {
  margin-bottom:14px;
}
.news-single blockquote {
  padding-top:0;
        margin: 20px 0px;
}
.news-single blockquote h3 {
        color: #b81e0d;
        font-size: 22px;
        margin-top: 0;
}
.news-single blockquote .news-related-news-date {
        font-size: 12px;
        margin-left: 10px;
}
.news-text-wrap > blockquote {
  border-left: 2px solid #dddddd;
  font-size: 16px;
  border-top-width: 4px;
  margin-top: 18px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-top: 6px;
}

.news-text-wrap > blockquote > ul {
  list-style: none;
  padding-left:0px;
}

.news-text-wrap > p {
  margin-bottom:16px; 
}
/* Fixevi za news-e */
.top article header {
    font-size: 0.94em;
}
.u-fokusu .row article:nth-child(3n+1) {
    /* clear: left; */
}
.navbar {text-transform:uppercase;}
/* Branding reklama */
.brand.left {
    position: fixed;
    top: 25px;
    margin-left: -190px;

}
.brand.right {
    position: fixed;
    top: 25px;
    margin-left: 1140px;
}
.brand.right ins img {
    width: auto!important;
}
#TSFE_ADMIN_PANEL_FORM {
    position: fixed !important;
    top:0 !important;
    right:0;
}
/* Komentari - fixevi */
#isso-thread input[name=website] {
    display: none!important;
}
#isso-root .load_hidden:after {
    content: "\f0fe";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-left:5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/* Fix za facebook iframe widget koji prekriva tekst */
.fb_iframe_widget {
    margin-bottom: 20px
}
/* LINK NA ARHIVU */
a.arhiva {
    background: #d9230f;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    line-height: 2em;
}
/*NEWS HAKOVI*/
.news-single .article .news-img-wrap .outer .mediaelement.mediaelement-image img{margin-left: auto!important; margin-right: auto!important; display: block; max-width: 100%!important; height: auto;}
.news-text-wrap{word-wrap: break-word;}
/********************************************************* Promene za mobile view */
/********************************************************* max width 440px */

@media (max-width: 440px) {
    body > div > header .top .col-md-3:nth-child(2n+1) {
        clear: left;    
    }
  #content {padding:0px 7px 7px 7px;}
  .container {padding:0px; padding-top;0px;overflow-x: hidden;}
  nav.navbar-inverse {margin:0px; border:0px;}
  .navbar-inverse .navbar-toggle {border-color: #d9230f;}
  .col-md-4, .col-md-8, .col-md-12 {padding:0px;}
  body > div > header > .top {padding:47px 0px 7px 0px;}
  .top .article {padding:7px 7px 0px 7px;}
  .top .article .h3 {font-size:10px;}
  .top .thumb {width:91px; height:55px;}
  .top {display:none;}
  .row {margin:0px;}
  ins {padding: 10px 0px 0px 0px; margin-bottom:-7px; /*display:none;*/}
  .navbar a {padding-left:8px;}
  .navbar-toggle {margin-right:2px;}
  .col-md-12 .article img {width:100%;height:auto;}
  .col-md-4 .article img {width:35%;height:auto;}
  .col-md-4 h3 {width:65%; height:100%;}
  .col-md-4 .overlay h3 {left:auto; right:0px;}
  .col-md-12 .article > h3 {font-size:18px;}
  .article h3 {padding-left:7px;padding-right:7px; font-size:15px;}
  .article > h3 > a {margin: 7px 0px 7px 0px; }
  .news-single .header > h3 {
  font-size:x-large;
  font-weight:600;
  margin-bottom:12px; margin-top:0px;}
  .navbar {   
  position:fixed;
  top: 0;
  margin:auto;
  padding:4px 14px 0px 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index:1000;
 }
  body > div > header > .newsticker {background: #d9230f none repeat scroll 0 0;}
  html body div#page-1.container div#content.clearfix div.row {margin-top:13px;}
  body > div > header > .newsticker span {display:none;}
  body > div > header > .newsticker {padding-left:7px; padding-right:82px;}
  .comments::before {text-shadow:none;}
  .comments {right:auto; left:7px; top:0px;}
  body > div > header > .newsticker ul.navbar-right {right:7px;}
  img { width:100%; height:auto; }
  
  h2 {margin-bottom:15px;} 
  header {margin-top:40px;}
  
  
  .col-md-4 .overlay h3 {background:none; color:black;}
  .col-md-4 .overlay h3 > a {color:black; margin:0 auto;}
  .topnews.overlay h3 {background:rgba(0, 0, 0, 0.7)}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {width:100%}
  
  
  
  body > div > header > .newsticker ul.navbar-right li:first-child {display:none;}
  body > div > header > .newsticker ul.navbar-right li a {color:white; padding-left:5px;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi {width:50%; float:left;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {right:0px;}
  
  .textual article.article.articletype-0 a h3 {width:100%;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi a img {width:auto; height:auto; display:block; margin:0 auto;} 
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {text-align:center; overflow:visible; color:black;}
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  .image_list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px; text-transform:uppercase; font-weight:bold;}
  div.col-md-12.thumb-list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px;text-transform:uppercase;font-weight:bold;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {border:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list div.row.eqh {border:none;}
  
  /* slika za video vesti*/
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi a img {width:35%; height:auto; float:left;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:90px;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 a {color:black;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix {margin-bottom:-13px;}
/*   html body div#page-1.container div#content.clearfix div.row section.col-md-4 {display:none;} */
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {margin-bottom:13px;}
  
  .col-md-4 article.article.articletype-0.overlay h3 {top:0px;}
/*   section.col-md-4.textual {display:none;} */
  footer.clearfix{padding:0 15px;}
  footer.clearfix .col-md-4:nth-child(3){clear: left;}
  footer.clearfix .col-md-4:nth-child(3){margin-bottom:20px;}
  footer.clearfix .col-md-4:nth-child(4){clear: none;}
  footer.clearfix .col-md-4:nth-child(7){clear: none;}
  
  .thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {padding:0px;}
  .article.articletype-0.col-md-2.eqhi{}
  .article.articletype-0.col-md-2.eqhi img { float: right;clear: both;width:50%!important;padding: 5px 0px;}
  .article.article.articletype-0.col-md-2.eqhi {
    clear: both;
}
   .article.articletype-0.col-md-2.eqhi h3{position: relative;left: 0;width: 50%;margin: 0;}
  html body div#page-1.container div#content.clearfix div.col-md-8 header.bb {margin-top:0px;}
  header.bb h2.inline-block.title {
    margin-bottom:15px;
    background-color:#d9230f; 
    text-transform:uppercase;
    font-weight:bold; width:99%;
    font-size:24px;text-align:center;}
  header.bb {margin-right:-7px; margin-left:-7px;border-bottom: 2px solid #d9230f;}
  header.bb h2.inline-block.title {margin:0px;}
  
  section.col-md-8.spaced article.article.articletype-0.clearfix {border-bottom:1px solid #d9230f; padding-bottom:0px;margin: 15px 0px;padding-bottom: 5px;}
  div.col-md-8 div.row section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {text-transform:uppercase;color:black; 
    font-weight:bold; margin:0px;}*/
  section.col-md-8.spaced article.article.articletype-0.clearfix {padding-top:14px;}
  section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {padding:0px;}
  
  article.article.articletype-0.clearfix p {color:black; font-size:16px; display:none;}
  
  header.bb nav.inline-block {text-align:center; text-transform:uppercase; font-weight:bold;}
  /*html body div#page-1.container div#content.clearfix section.col-md-4 {display:none;}*/
  
  div.news.news-single div.article div.news-text-wrap p iframe {width:100%; height:auto;}
  div.news.news-single div.article div.news-text-wrap blockquote.twitter-tweet.twitter-tweet-error {border-left:2px solid #d9230f;}
  div.row section.col-md-8 div.col-md-4 article.article.articletype-0.topnews.overlay h3 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
  html body div#page-1.container header {box-shadow:0 0 0 rgba(0, 0, 0, 0.1);}
  html body div#page-5.container div#content.clearfix div.row section.col-md-4 {/* display:none; */}
  
  section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:35%;}
  
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:auto;float:left;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi {min-height:90px;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li ul.dropdown-menu {display:none;}
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in {border:none;}
  .caret {display:none;}
  .navbar .nav > li > a {border:none;}
  html body div#page-5.container div#content.clearfix div.row {margin-top:15px;}
  html body div#page-5.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.crop.clearfix {margin-bottom:0px;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:110px;}
  div.news.news-single div.article div.news-img-wrap.thumbnail {margin:0; padding:0; border:0;}
  html body div#page-4.container div#content.clearfix div.row div.col-md-8 div#c25 div.news.news-single div.article div.news-text-wrap div.fb-post.fb_iframe_widget{width:100%; margin-bottom:30px;}
  section.sec_tre_in_row{margin-top:10px;}
  
  article.article.tre_in_row.articletype-0.col-md-4.eqhi {
    height: auto!important;
  }

  article.tre_in_row {
    display: flex;
    flex-direction: row;
  }
  section.sec_tre_in_row article.tre_in_row a img{
	height: auto!important; 
	padding-right: 10px;
    width: 100%!important;
  }
  article.tre_in_row h3{
	width:100%;
    margin-top: 0px;}
  article.tre_in_row h3 a span {
    display: flex;
    flex-grow: 1;
  }
  }

  /***************************************************************************************** JOS VELICANA*/
  
  @media (min-width: 441px) and (max-width: 500px){
    body > div > header .top .col-md-3:nth-child(2n+1) {
        clear: left;    
    }
  #content {padding:0px 10px 10px 10px;}
  .container {padding:0px; padding-top;0px;}
  nav.navbar-inverse {margin:0px; border:0px;}
  .navbar-inverse .navbar-toggle {border-color: #d9230f;}
  .col-md-4, .col-md-8, .col-md-12 {padding:0px;}
  body > div > header > .top {padding:47px 0px 7px 0px;}
  .top .article {padding:7px 7px 0px 7px;}
  .top .article .h3 {font-size:10px;}
  .top .thumb {width:91px; height:55px;}
  .top {display:none;}
  .row {margin:0px;}
  ins {padding: 10px 0px 0px 0px; margin-bottom:-7px; /* display:none; */}
  .navbar a {padding-left:8px;}
  .navbar-toggle {margin-right:2px;}
  .col-md-12 .article img {width:100%;height:auto;}
  .col-md-4 .article img {width:35%;height:auto;}
  .col-md-4 h3 {width:65%; height:100%;}
  .col-md-4 .overlay h3 {left:auto; right:0px;}
  .col-md-12 .article > h3 {font-size:18px;}
  .article h3 {padding-left:7px;padding-right:7px; font-size:15px;}
  .article > h3 > a {margin: 7px 0px 7px 0px; }
  .news-single .header > h3 {
  font-size:x-large;
  font-weight:600;
  margin-bottom:12px; margin-top:0px;}
  .navbar {   
  position:fixed;
  top: 0;
  margin:auto;
  padding:4px 14px 0px 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index:1000;
 }
  body > div > header > .newsticker {background: #d9230f none repeat scroll 0 0;}
  html body div#page-1.container div#content.clearfix div.row {margin-top:13px;}
  body > div > header > .newsticker span {display:none;}
  body > div > header > .newsticker {padding-left:7px; padding-right:82px;}
  .comments::before {text-shadow:none;}
  .comments {right:auto; left:7px; top:0px;}
  body > div > header > .newsticker ul.navbar-right {right:7px;}
  img { width:100%; height:auto; }
  
  h2 {margin-bottom:15px;} 
  header {margin-top:40px;}
  
  
  .col-md-4 .overlay h3 {background:none; color:black;}
  .col-md-4 .overlay h3 > a {color:black; margin:0 auto;}
  .topnews.overlay h3 {background:rgba(0, 0, 0, 0.7)}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {width:100%}
  
  
  
  body > div > header > .newsticker ul.navbar-right li:first-child {display:none;}
  body > div > header > .newsticker ul.navbar-right li a {color:white; padding-left:5px;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi {width:50%; float:left;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {right:0px;}
  
  .textual article.article.articletype-0 a h3 {width:100%;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi a img {width:auto; height:auto; display:block; margin:0 auto;} 
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {text-align:center; overflow:visible; color:black;}
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  .image_list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px; text-transform:uppercase; font-weight:bold;}
  div.col-md-12.thumb-list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px;text-transform:uppercase;font-weight:bold;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {border:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list div.row.eqh {border:none;}
  
  /* slika za video vesti*/
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi a img {width:35%; height:auto; float:left;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:125px;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 a {color:black;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-4 {display:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {margin-bottom:13px;}
  
  .col-md-4 article.article.articletype-0.overlay h3 {top:0px;}
  section.col-md-4.textual {display:none;}
  footer.clearfix{padding:0 15px;}
  footer.clearfix .col-md-4:nth-child(3){margin-bottom:20px;}
  footer.clearfix .col-md-4:nth-child(3){clear: left;}
  footer.clearfix .col-md-4:nth-child(4){clear: none;}
  footer.clearfix .col-md-4:nth-child(7){clear: none;}
  
  
  .thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {padding:0px;}
  
  html body div#page-1.container div#content.clearfix div.col-md-8 header.bb {margin-top:0px;}
  header.bb h2.inline-block.title {
    margin-bottom:15px;
    background-color:#d9230f; 
    text-transform:uppercase;
    font-weight:bold; width:99%;
    font-size:24px;text-align:center;}
  header.bb {margin-right:-7px; margin-left:-7px;border-bottom: 2px solid #d9230f;}
  header.bb h2.inline-block.title {margin:0px;}
  
  section.col-md-8.spaced article.article.articletype-0.clearfix {border-bottom:1px solid #d9230f; padding-bottom:0px;}
  div.col-md-8 div.row section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {text-transform:uppercase;color:black; 
    font-weight:bold; margin:0px;}*/
  section.col-md-8.spaced article.article.articletype-0.clearfix {padding-top:14px;}
  section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {padding:0px;}
  
  article.article.articletype-0.clearfix p {color:black; font-size:16px;}
  
  header.bb nav.inline-block {text-align:center; text-transform:uppercase; font-weight:bold;}
  html body div#page-1.container div#content.clearfix section.col-md-4 {/* display:none; */}
  
  div.news.news-single div.article div.news-text-wrap p iframe {width:100%; height:auto;}
  div.news.news-single div.article div.news-text-wrap blockquote.twitter-tweet.twitter-tweet-error {border-left:2px solid #d9230f;}
  div.row section.col-md-8 div.col-md-4 article.article.articletype-0.topnews.overlay h3 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
  html body div#page-1.container header {box-shadow:0 0 0 rgba(0, 0, 0, 0.1);}
  html body div#page-5.container div#content.clearfix div.row section.col-md-4 {/* display:none; */}
  
  section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:35%;}
  
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:auto;float:left;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi {min-height:90px;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li ul.dropdown-menu {display:none;}
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in {border:none;}
  .caret {display:none;}
  .navbar .nav > li > a {border:none;}
  html body div#page-5.container div#content.clearfix div.row {margin-top:15px;}
  html body div#page-5.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.crop.clearfix {margin-bottom:0px;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:125px;}
  div.news.news-single div.article div.news-img-wrap.thumbnail {margin:0; padding:0; border:0;}
  html body div#page-4.container div#content.clearfix div.row div.col-md-8 div#c25 div.news.news-single div.article div.news-text-wrap div.fb-post.fb_iframe_widget{width:100%; margin-bottom:30px;}
  section.sec_tre_in_row{margin-top:10px;}
  
  article.article.tre_in_row.articletype-0.col-md-4.eqhi {
    height: auto!important;
 }

  article.tre_in_row {
    display: flex;
    flex-direction: row;
  }
  section.sec_tre_in_row article.tre_in_row a img{
	height: auto!important; 
	padding-right: 10px;
    width: 100%!important;
  }
  article.tre_in_row h3{
	width:100%;
	margin-top: 0px;
  }
  article.tre_in_row h3 a span {
    display: flex;
    flex-grow: 1;
  }
  }

  /******************************************************************************************** JOS VELICANA* 501x600 */
  
  @media (min-width: 501px) and (max-width: 600px){
    body > div > header .top .col-md-3:nth-child(2n+1) {
        clear: left;    
    }
  #content {padding:0px 12px 12px 12px;}
  .container {padding:0px; padding-top;0px;}
  nav.navbar-inverse {margin:0px; border:0px;}
  .navbar-inverse .navbar-toggle {border-color: #d9230f;}
  .col-md-4, .col-md-8, .col-md-12 {padding:0px;}
  body > div > header > .top {padding:47px 0px 7px 0px;}
  .top .article {padding:7px 7px 0px 7px;}
  .top .article .h3 {font-size:10px;}
  .top .thumb {width:91px; height:55px;}
  .top {display:none;}
  .row {margin:0px;}
  ins {padding: 10px 0px 0px 0px; margin-bottom:-7px; /* display:none; */}
  .navbar a {padding-left:8px;}
  .navbar-toggle {margin-right:2px;}
  .col-md-12 .article img {width:100%;height:auto;}
  .col-md-4 .article img {width:35%;height:auto;}
  .col-md-4 h3 {width:65%; height:100%;}
  .col-md-4 .overlay h3 {left:auto; right:0px;}
  .col-md-12 .article > h3 {font-size:18px;}
  .article h3 {padding-left:7px;padding-right:7px; font-size:15px;}
  .article > h3 > a {margin: 7px 0px 7px 0px; }
  .news-single .header > h3 {
  font-size:x-large;
  font-weight:600;
  margin-bottom:12px; margin-top:0px;}
  .navbar {   
  position:fixed;
  top: 0;
  margin:auto;
  padding:4px 14px 0px 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index:1000;
 }
  body > div > header > .newsticker {background: #d9230f none repeat scroll 0 0;}
  html body div#page-1.container div#content.clearfix div.row {margin-top:13px;}
  body > div > header > .newsticker span {display:none;}
  body > div > header > .newsticker {padding-left:7px; padding-right:82px;}
  .comments::before {text-shadow:none;}
  .comments {right:auto; left:7px; top:0px;}
  body > div > header > .newsticker ul.navbar-right {right:7px;}
  img { width:100%; height:auto; }
  
  h2 {margin-bottom:15px;} 
  header {margin-top:40px;}
  
  
  .col-md-4 .overlay h3 {background:none; color:black;}
  .col-md-4 .overlay h3 > a {color:black; margin:0 auto;}
  .topnews.overlay h3 {background:rgba(0, 0, 0, 0.7)}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {width:100%}
  
  
  
  body > div > header > .newsticker ul.navbar-right li:first-child {display:none;}
  body > div > header > .newsticker ul.navbar-right li a {color:white; padding-left:5px;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi {width:50%; float:left;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {right:0px;}
  
  .textual article.article.articletype-0 a h3 {width:100%;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi a img {width:auto; height:auto; display:block; margin:0 auto;} 
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {text-align:center; overflow:visible; color:black;}
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  .image_list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px; text-transform:uppercase; font-weight:bold;}
  div.col-md-12.thumb-list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px;text-transform:uppercase;font-weight:bold;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {border:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list div.row.eqh {border:none;}
  
  /* slika za video vesti*/
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi a img {width:35%; height:auto; float:left;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:120px;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 a {color:black;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-4 {display:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {margin-bottom:13px;}
  
  .col-md-4 article.article.articletype-0.overlay h3 {top:0px;}
  section.col-md-4.textual {display:none;}
  footer.clearfix{padding:0 15px;}
  footer.clearfix .col-md-4:nth-child(3){margin-bottom:20px;}
  footer.clearfix .col-md-4:nth-child(3){clear: left;}
  footer.clearfix .col-md-4:nth-child(4){clear: none;}
  footer.clearfix .col-md-4:nth-child(7){clear: none;}
  
  .thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {padding:0px;}
  
  html body div#page-1.container div#content.clearfix div.col-md-8 header.bb {margin-top:0px;}
  header.bb h2.inline-block.title {
    margin-bottom:15px;
    background-color:#d9230f; 
    text-transform:uppercase;
    font-weight:bold; width:99%;
    font-size:24px;text-align:center;}
  header.bb {margin-right:-7px; margin-left:-7px;border-bottom: 2px solid #d9230f;}
  header.bb h2.inline-block.title {margin:0px;}
  
  section.col-md-8.spaced article.article.articletype-0.clearfix {border-bottom:1px solid #d9230f; padding-bottom:0px;}
  div.col-md-8 div.row section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {text-transform:uppercase;color:black; 
    font-weight:bold; margin:0px;}*/
  section.col-md-8.spaced article.article.articletype-0.clearfix {padding-top:14px;}
  section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {padding:0px;}
  
  article.article.articletype-0.clearfix p {color:black; font-size:16px;}
  
  header.bb nav.inline-block {text-align:center; text-transform:uppercase; font-weight:bold;}
  html body div#page-1.container div#content.clearfix section.col-md-4 {/* display:none; */}
  
  div.news.news-single div.article div.news-text-wrap p iframe {width:100%; height:auto;}
  div.news.news-single div.article div.news-text-wrap blockquote.twitter-tweet.twitter-tweet-error {border-left:2px solid #d9230f;}
  div.row section.col-md-8 div.col-md-4 article.article.articletype-0.topnews.overlay h3 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
  html body div#page-1.container header {box-shadow:0 0 0 rgba(0, 0, 0, 0.1);}
  html body div#page-5.container div#content.clearfix div.row section.col-md-4 {/* display:none; */}
  
  section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:35%;}
  
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:auto;float:left;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi {min-height:145px;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li ul.dropdown-menu {display:none;}
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in {border:none;}
  .caret {display:none;}
  .navbar .nav > li > a {border:none;}
  html body div#page-5.container div#content.clearfix div.row {margin-top:15px;}
  html body div#page-5.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.crop.clearfix {margin-bottom:0px;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:155px;}
  div.news.news-single div.article div.news-img-wrap.thumbnail {margin:0; padding:0; border:0;}
  html body div#page-4.container div#content.clearfix div.row div.col-md-8 div#c25 div.news.news-single div.article div.news-text-wrap div.fb-post.fb_iframe_widget{width:100%; margin-bottom:30px;}
  section.sec_tre_in_row{margin-top:10px;}
  article.article.tre_in_row.articletype-0.col-md-4.eqhi {
    height: auto!important;
  }

  article.tre_in_row {
    display: flex;
    flex-direction: row;
  }
  section.sec_tre_in_row article.tre_in_row a img{
	height: auto!important; 
	padding-right: 10px;
    width: 100%!important;
  }
  article.tre_in_row h3{
	width:100%;
	margin-top: 0px;
  }
  article.tre_in_row h3 a span {
    display: flex;
    flex-grow: 1;
  }
  }
 
   /*********************************************************************************************************** JOS VELICANA* 601x700 */
  
  @media (min-width: 601px) and (max-width: 700px){
    body > div > header .top .col-md-3:nth-child(2n+1) {
        clear: left;    
    }
  #content {padding:0px 14px 14px 14px;}
  .container {padding:0px; padding-top;0px;}
  nav.navbar-inverse {margin:0px; border:0px;}
  .navbar-inverse .navbar-toggle {border-color: #d9230f;}
  .col-md-4, .col-md-8, .col-md-12 {padding:0px;}
  body > div > header > .top {padding:47px 0px 7px 0px;}
  .top .article {padding:7px 7px 0px 7px;}
  .top .article .h3 {font-size:10px;}
  .top .thumb {width:91px; height:55px;}
  .top {display:none;}
  .row {margin:0px;}
  ins {padding: 10px 0px 0px 0px; margin-bottom:-7px; /* display:none ;*/}
  .navbar a {padding-left:8px;}
  .navbar-toggle {margin-right:2px;}
  .col-md-12 .article img {width:100%;height:auto;}
  .col-md-4 .article img {width:35%;height:auto;}
  .col-md-4 h3 {width:65%; height:100%;}
  .col-md-4 .overlay h3 {left:auto; right:0px;}
  .col-md-12 .article > h3 {font-size:18px;}
  .article h3 {padding-left:7px;padding-right:7px; font-size:15px;}
  .article > h3 > a {margin: 7px 0px 7px 0px; }
  .news-single .header > h3 {
  font-size:x-large;
  font-weight:600;
  margin-bottom:12px; margin-top:0px;}
  .navbar {   
  position:fixed;
  top: 0;
  margin:auto;
  padding:4px 14px 0px 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index:1000;
 }
  body > div > header > .newsticker {background: #d9230f none repeat scroll 0 0;}
  html body div#page-1.container div#content.clearfix div.row {margin-top:13px;}
  body > div > header > .newsticker span {display:none;}
  body > div > header > .newsticker {padding-left:7px; padding-right:82px;}
  .comments::before {text-shadow:none;}
  .comments {right:auto; left:7px; top:0px;}
  body > div > header > .newsticker ul.navbar-right {right:7px;}
  img { width:100%; height:auto; }
  
  h2 {margin-bottom:15px;} 
  header {margin-top:40px;}
  
  
  .col-md-4 .overlay h3 {background:none; color:black;}
  .col-md-4 .overlay h3 > a {color:black; margin:0 auto;}
  .topnews.overlay h3 {background:rgba(0, 0, 0, 0.7)}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {width:100%}
  
  
  
  body > div > header > .newsticker ul.navbar-right li:first-child {display:none;}
  body > div > header > .newsticker ul.navbar-right li a {color:white; padding-left:5px;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi {width:50%; float:left;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {right:0px;}
  
  .textual article.article.articletype-0 a h3 {width:100%;}
  
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi a img {width:auto; height:auto; display:block; margin:0 auto;} 
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 {text-align:center; overflow:visible; color:black;}
  .image_list div.row.eqh article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  .image_list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px; text-transform:uppercase; font-weight:bold;}
  div.col-md-12.thumb-list h2.title {margin-bottom:15px; background-color:#d9230f; margin:0 -7px 13px -7px;text-transform:uppercase;font-weight:bold;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {border:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list div.row.eqh {border:none;}
  
  /* slika za video vesti*/
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi a img {width:35%; height:auto; float:left;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:90px;}
  div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi h3 a {color:black;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-4 {display:none;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 section.col-md-8.image_list {margin-bottom:-13px;}
  html body div#page-1.container div#content.clearfix div.row section.col-md-8 {margin-bottom:13px;}
  
  .col-md-4 article.article.articletype-0.overlay h3 {top:0px;}
  section.col-md-4.textual {display:none;}
  footer.clearfix{padding:0 15px;}
  footer.clearfix .col-md-4:nth-child(3){margin-bottom:20px;}
  footer.clearfix .col-md-4:nth-child(3){clear: left;}
  footer.clearfix .col-md-4:nth-child(4){clear: none;}
  footer.clearfix .col-md-4:nth-child(7){clear: none;}
  
  .thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {padding:0px;}
  
  html body div#page-1.container div#content.clearfix div.col-md-8 header.bb {margin-top:0px;}
  header.bb h2.inline-block.title {
    margin-bottom:15px;
    background-color:#d9230f; 
    text-transform:uppercase;
    font-weight:bold; width:99%;
    font-size:24px;text-align:center;}
  header.bb {margin-right:-7px; margin-left:-7px;border-bottom: 2px solid #d9230f;}
  header.bb h2.inline-block.title {margin:0px;}
  
  section.col-md-8.spaced article.article.articletype-0.clearfix {border-bottom:1px solid #d9230f; padding-bottom:0px;}
  div.col-md-8 div.row section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {text-transform:uppercase;color:black; 
    font-weight:bold; margin:0px;}*/
  section.col-md-8.spaced article.article.articletype-0.clearfix {padding-top:14px;}
  section.col-md-8.spaced article.article.articletype-0.clearfix a h3.test {padding:0px;}
  
  article.article.articletype-0.clearfix p {color:black; font-size:16px;}
  
  header.bb nav.inline-block {text-align:center; text-transform:uppercase; font-weight:bold;}
  html body div#page-1.container div#content.clearfix section.col-md-4 {/* display:none; */}
  
  div.news.news-single div.article div.news-text-wrap p iframe {width:100%; height:auto;}
  div.news.news-single div.article div.news-text-wrap blockquote.twitter-tweet.twitter-tweet-error {border-left:2px solid #d9230f;}
  div.row section.col-md-8 div.col-md-4 article.article.articletype-0.topnews.overlay h3 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
  html body div#page-1.container header {box-shadow:0 0 0 rgba(0, 0, 0, 0.1);}
  html body div#page-5.container div#content.clearfix div.row section.col-md-4 {/* display:none; */}
  
  section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:35%;}
  
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 {float:right;width:65%; left:auto; right:0px; margin:0px; font-size:16px; color:black;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi a img {width:35%; height:auto;float:left;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi {min-height:145px;}
  div.col-md-12.thumb-list section.eqh.row.crop.clearfix article.article.articletype-0.col-md-4.eqhi h3 a {color:black;}
  
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li ul.dropdown-menu {display:none;}
  div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in {border:none;}
  .caret {display:none;}
  .navbar .nav > li > a {border:none;}
  html body div#page-5.container div#content.clearfix div.row {margin-top:15px;}
  html body div#page-5.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.crop.clearfix {margin-bottom:0px;}
  html body div#page-1.container div#content.clearfix div.col-md-12.thumb-list section.eqh.row.clearfix article.article.articletype-0.col-md-2.eqhi {min-height:135px;}
  div.news.news-single div.article div.news-img-wrap.thumbnail {margin:0; padding:0; border:0;}
  html body div#page-4.container div#content.clearfix div.row div.col-md-8 div#c25 div.news.news-single div.article div.news-text-wrap div.fb-post.fb_iframe_widget{width:100%; margin-bottom:30px;}
  article.article.tre_in_row.articletype-0.col-md-4.eqhi {
    height: auto!important;
  }

  }
/************************************************************************************************************* LAPTOP 1366 x 768 */
@media screen and (min-width:1280px) and (max-width: 1366px) {
    .brand.left {
    position: fixed;
    top: 0;
    margin-left: -160px;
    }
    .brand.left ins, .brand.right ins {
        padding: 0;
    }
    .brand.right {
    position: fixed;
    top: 0;
    left: 1191px;
    margin-left: 0;
    }
    body > .container {
    width: 1059px;
    }
    nav.navbar-inverse {
        margin: 0 -0px 10px -0px;
    }
    #content {
        padding: 0;
    }
    .section-rek {
        padding-left: 0;
    }
    .section-rek ins {
        padding-left: 12px;
    }
}
/* padding na single view za laptop ekrane */
@media (min-width: 992px) {
    .news.news-single {
        padding: 0 10px;
    }
}
/*izmene tviter i instagram*/

.news-text-wrap iframe {width:100%; /*min-height:auto;*/ min-width:auto;}

/* iskljuci animaciju na meniju */
.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}
/* izmene za oglasavanje */
#page-49 th:first-child {
    min-width: 360px;
}

section.top.eqh.clearfix .col-md-3{padding-left:0px;padding-right:0px;}
.col-md-3 .article{width: 100%!important;}
.col-md-3 .article header.h3 {
    display: inline-block!important;
    float: left!important;
    width: 49%!important;
}
li.second_m {
    display: none;
}
.pravda h1.ispravka{padding-bottom:0px;}
.pravda h2.ispravka {
    font-size: 30px;
    font-family: 'Arial Black',"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    margin: 0;
    position: relative;
    padding: 10px 30px 0px 30px;
    display: inline-block;
    background-color: #d9230f;
    border: 1px solid #b81e0d;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
}

#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#JasperRoberts {
background:white;
max-width:420px;
height:333px;
position:absolute;
top:58%;
left:63%;
/*margin:-200px 0 0 0px;*/
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
padding-left:10px;
}
#JasperRoberts iframe{max-width: 390px;}
#TheBlogWidgets {
float:right;
cursor:pointer;
background:url(http://3.bp.blogspot.com/-NRmqfyLwBHY/T4nwHOrPSzI/AAAAAAAAAdQ/8b9O7O1q3c8/s1600/TheBlogWidgets.png) repeat;
height:50px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-30px;
margin-right:-22px;
}
.remove-borda {
/*height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
*/
}
.remove-borda img{
  width: 98%;
    height: 200px;
    margin-bottom: 10px;
}
#linkit,#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}

@media (min-width: 350px) and (max-width: 500px){

#JasperRoberts{max-width:350px;margin:-200px 0 0 0px;left:0;padding-left:10px;}
#JasperRoberts iframe{max-width: 340px;}
article.article.tre_in_row.articletype-0.col-md-4.eqhi{
	margin-bottom:10px;
}
section.sec_tre_in_row article.tre_in_row a img{overflow: hidden;}     
}
@media (min-width: 300px) and (max-width: 349px){
#JasperRoberts{max-width:305px;margin:-200px 0 0 0px;left:0;padding-left:10px;}
#JasperRoberts iframe{max-width: 290px;} 
article.article.tre_in_row.articletype-0.col-md-4.eqhi{
	margin-bottom:10px;
}
section.sec_tre_in_row article.tre_in_row a img{overflow: hidden;} 
}
@media (max-width: 1199px) {
.ppay_pal {width: auto!important;margin-bottom: 10px;margin-left:0px !important;}
}
/* NEWS PAGINATION */
.f3-widget-paginator {
    overflow: auto;
    padding: 0;
}

.f3-widget-paginator li {
    display: block;
    float: left;
    padding: 0 5px;
}
.imonomy_strip_container.imonomy_no_layer.imonomy_strip_6 {
    transform: translateY(-58px);
}
.ppay_pal{font-weight:bold;}
.ppay_pal:hover{background:#009cde!important;}
.default.frame-type-textmedia.frame-layout-3 header h5 a{font-size: 20px;
    font-weight: bold;}
#etarget-id-84820 div:nth-child(3) {
    display: none!important;
}
#etarget-id-84820 div:nth-child(4) {
    display: none;
}
#etarget-id-84820 div:nth-child(5) {
    display: none;
}
td.col-title a img{display:block!important;}
.md-12.spaced .thumb.pull-left{height: auto;}
.news-text-wrap p strong a {
    color: blue;
}
.google-auto-placed.ap_container{overflow: hidden;}