/*
 =========== TOP NAVIGATION ===========
 */
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=cyrillic,latin-ext');
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:14px;
}

body {
/*   font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Open Sans', sans-serif;
}
p.align-left{text-align:left;}
p.align-right{text-align:right;}
p.align-center{text-align:center;}
p.align-justify{text-align:justify;}
.topmenu {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: none;
  font-size: 1rem;
}

.topmenu .showhide {
  display: none;
  float: right;
  width: 30px;
  height: 46px;
  padding: 13px 0 0;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.submenu {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 0.9rem;
  background:#c92f2a;
  /* background:#f91f11; */
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenu .menu {
  float: left;
}

.topmenu .menu.menu-right {
  float: right;
}

.menu > li {
  display: inline-block;
  float: left;
  margin-left: 2px;
}

.menu > li > a {
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  color: #333;
  outline: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}


.submenu.mb-4.p-1.clearfix .container .menu > li > a{
	color:#fff;
}
.menu > li > a:hover {
  color: #801b0c;
}
.submenu.mb-4.p-1.clearfix .container .menu > li > a:hover{
  /*color: #000;
    color: #fff;
    background-color: #9e1d1d;
    transition: 3.3s;
    transform: skewX(10deg)*/
}
ul.menu.menu-right.clearfix > li.active > a{
    font-weight: bold!important;
}
.submenu.mb-4.p-1.clearfix .container .menu > li.active > a {
	/* color: #000!important; 
	color:#8a1817;*/
	color:#c92f2a;
	font-weight: bold!important;
	z-index: 4;
    position: relative;
}
.submenu li:before {
    position: absolute;
	background: transparent;
    content: "";
    width: calc(100% + 4px);
    height: 100%;
    transform: skew(20deg);
    z-index: 1;
    left: -4px;
    transition: 1s;
}
.submenu li:hover a{
    transition: 1s;
	color: #c92f2a !important;
    position: relative;
    z-index: 22;
}
.submenu li.active:before {
    background: #fff;
}
.submenu li:hover:before {
    background: #fff;
}
.menu > li.active > a {
  color: #801b0c;
  font-weight: bold;
}

.menu a {
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.submenu li {
  position: relative;
}

.submenu li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /*width: 1px;*/
  width: 2px;
  background: rgba(128, 27, 12, 0.1);
  z-index: 77777777777777;
  --webkit-transform: skew(20deg);
  --moz-transform: skew(20deg);
  --ms-transform: skew(20deg);
  transform: skew(20deg);
  background-color:#fff;
}
/* .submenu li:first-child:after{display:none;} */
.submenu li:last-child::after {
  display:none;
}
i.fa.fa-search:before{color: white;}
.logo-brand {
  float: left;
  height: 50px;
  margin-right: 30px;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}

#footer {
  background: #222;
  color: #6f7273;
}

/*
 =========== MAIN CONTENT ===========
 */

.container {
  padding: 0 15px;
}

.body-content > .container > .row {
  margin-left: -10px;
  margin-right: -10px;
}

/*
 =========== HEADER CONTENT ===========
 */

header > h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding: 0.5rem;
  margin: 1rem 0;
}

.__top_header .mobile {
  background: #c92f2a;
  /* background: #f91f11; */
  color: #fff;
}

.__top_header .mobile button,
.__top_header .mobile a {
  color: inherit;
}

.__top_header .mobile ul li {
  display: block;
  float: none;
}

.__top_header .mobile .dropdown-toggle::after{
  transition: .5s all;
}

.__top_header .mobile .dropdown-toggle[aria-expanded="true"]::after{
  transform: rotate(180deg);
}

/*
 =========== HELPER ===========
 */

.img-responsive {
  width: 100%;
  height: auto;
}

/*
 =========== COMPONENTS ===========
 */

.aside-social {
  margin-bottom: 20px; 
  border: 1px solid #ddd;
  font-size: 0;
  /* margin-top:10px */;
}

.aside-social li {
  width: 25%; 
  padding-top: 8px;
  -webkit-transition: background .3s ease 0s;
          transition: background .3s ease 0s;
  text-align: center;
  border-left: 1px solid #ddd;
}

.aside-social li:hover {
  -webkit-transition: background .3s ease 0s;
          transition: background .3s ease 0s;
  color: #fff; 
  border-left: 1px solid #333;
  background: #333;
}

.aside-social li:hover i,
.aside-social li:hover p {
  -webkit-transition: .3s ease 0s;
          transition: .3s ease 0s; 
  color: #fff;
}

.aside-social li:first-child {
  border-left: medium none;
}

.aside-social.list-inline > li {
  display: inline-block;
}

.aside-social.list-inline {
  margin-left: 0;
}

.aside-social li i {
  margin-top: 5px;
  -webkit-transition: .3s ease 0s;
          transition: .3s ease 0s; 
  color: #aaa;
  font-size: 16px;
}

.aside-social li p {
  margin-top: 5px;
  margin-bottom: 6px;
  -webkit-transition: .3s ease 0s;
          transition: .3s ease 0s; 
  font-size: 11px;
}

/*
 =========== NEWS ===========
 */

.news h3 {
  /*font-size: 2rem;*/
  font-size: 1.55rem;
}

.news-slider ul.slides li {
  position: relative;
}

.flex-caption {
  /*width: 100%;*/
  padding: 15px 20px;
  left: 0;
  bottom: 50px;
  background: rgba(0,0,0,.7);
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.3);*/
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  /* margin: 5px; */
}

.flex-caption a {
  text-decoration: none;
  color: inherit !important;
}

.news-box {
  position: relative;
}

.news-box .box-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  /* margin:5px */;
}

.news-box .box-caption a {
  color: inherit !important;
}

.news-list-view.vertical-details .col-md-4 {
  position: relative;
  padding-bottom: 2rem;
}

.news-list-view.vertical-details a.btn-read-more {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

a.btn-read-more {
  box-shadow: none !important;
}

a.btn-read-more > i.fa-long-arrow-right {
  margin-left: 1rem;
}

.articletype-0 a.btn-read-more {
    float: right;
}

.news-list-view.vertical-details p {
  margin: 0;
}

.news-list-view.vertical-details .news-img {
  position: relative;
}

.news-list-view.vertical-details .news-img .news-date {
  font-size: 0.8rem;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: rgba(255,255,255,0.9);
  padding: 2px 5px;
  border-right: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-bottom-right-radius: 4px;
}

.news-title {
  font-size: 1rem;
  font-weight: bold;
}

/*
 =========== FOOTER ===========
 */

.footer-content {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

/*
 =========== MEDIA QUERYS ===========
 */

@media (min-width: 769px) {
  .logo-brand, .menu > li > a {
      -webkit-transition: height .3s, line-height .3s, margin .3s;
      transition: height .3s, line-height .3s, margin .3s;
  }
  .logo-brand, .topmenu > .menu > li > a {
      line-height: 100px;
  }
  .logo-brand {
      display: inline-block;
      height: 100px;
  }
}
/* Better font rendering - safari / webkit retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}

#footer ul.aside-social.list-inline{margin-bottom:0px;border:none;}
#footer ul li a{color: #6f7273;}
#footer ul li a:hover{color:#b0aeae;text-decoration: none;}
#footer .col-md-4 {
    margin-top: 10px;
}
#footer p{color:#b0aeae;}
#footer ul li{width: 49%; float: left; display: inline-block;}
#footer ul li{border:none;}
.col-md-4.footer-logo.text-center.py-5{padding:0px!important;}
.col-md-4.footer-logo.text-center.py-5 ul.aside-social li{width:10%!important;float:none!important;}
.row.news-list-item {
    margin-bottom: 5px;
}
.thumbnail {
    float: left;
    border: 1px solid #ccc;
	margin: 5px;
    margin-right: 10px;
    margin-left: 0px;
}
.news-single .thumbnail,.tumbrte{max-width: 500px;}
.thumbnail2 img.img-responsive{max-width: 500px;}
.contentlist img{max-width:90%;}
.news-single img,.news img{
    /* padding: 5px; */
}
.news-single .article .thumbnail img.img-responsive{padding: 5px;}
.news-single .caption,.thumbnail2 .caption{
    max-width: 485px;
    display: block;
    clear: both;
	margin-left: 10px;
    padding-bottom: 5px;
}
.news .sixinrow h3 {
    font-size: 0.9rem;font-weight: 600;
}

@media (min-width:1024px) and (max-width: 1200px){
.news-single .thumbnail, .tumbrte{max-width:100%;}	
/* .submenu {font-size: 0.8rem;}
.topmenu{font-size: 0.79rem;} */	
.reklama-blok-1 .reklama,.reklama-blok-2 .reklama,.reklama-blok-3 .reklama{width: 220px!important;}
.logo-brand img {max-width: 133px!important;}
.menu > li > a {padding: 0 6px;}	
}

@media only screen and (min-width:440px){
.sixinrow .article a img{width: 100%; height: auto;}

}
/******MOBILE RESPONSIVE maxwidth 440*****/
@media (max-width: 440px) {
.vertical-details .news-img{    max-width: 50%;
    float: right;}
.article.articletype-0.col-md-2.eqhi{display:none;}.news-list-item .col-md-3 {
    max-width: 50%;
}
.news-list-item .articletype-0 {
    max-width: 50%;
}
.news-list-item h3 {
    font-size: 1rem;
    font-weight: bold;
}
.news-list-item .lead {
    font-size: 1rem;
}
.news-slider{    margin-bottom: 10px;}	
.sixinrow .article a img{width: 100%; height: auto;}
}
/* news details youtube video */
.video-responsive {
	min-height: 630px;
	width: 100%;
}
.news-related.news-related-news{clear:both;}
/*.news-single .thumbnail {width:100%;max-width:unset;     padding: 10px;
    padding-bottom: 5px; 
	}*/
.news-single > .article > .thumbnail {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
}
.news-img-wrap {
        margin: 0 10px;
}
img.tumbrte {
    max-width: 500px;
    height: auto;
}
.sixinrow{
    margin-top: 10px;
}
.logo-brand img{max-width: 199px;height: auto;}
.video-box img{width:100%;height:auto;}
/* #gradovi.collapse.show ul li{background: #fff;color: black;} */
.navbar-collapse{    margin-right: .5rem!important;}
.__top_header .dropdown-toggle {
    text-align: left;
    padding-left: 10px;
}
.__top_header .mobile ul.menu > li {
    padding: 2px 10px;
    border-top: 1px solid #7e1e1b;
    text-align: center;
}
nav.mobile > div > a > img.retina {
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    margin: 3px;
    max-height: 24px;
    width: auto;
}
.pid-57 .footer-logo img.retina {
    padding: 4px;
    border-radius: 3px;
    margin: 3px;
    background: #fff;
}
a.impresum{color:#6f7273;}
a.impresum:hover{color:#b0aeae;}
/* MOBILE MENU */
@media (max-width: 1023px) {
    nav.mobile {
       display: block !important;
    }
    .__top_header > .container, .__top_header > .submenu {
       display: none !important;
    }
.reklama-blok-1 .reklama img,.reklama-blok-2 .reklama img,.reklama-blok-3 .reklama img{width: 100%!important;height:auto;}
}
#footer {
    margin-top: 10px;
}
article.textual{
    padding-left: 15px;
}
article.textual h3{font-size: 1rem;}
article.textual h3 a span{color: #212529;}
#back-top span{display:block; font-size: 3rem; color: #c92f2a;transition:background-color 2s ease 0s;}
.goTotop{float:right; margin-right:165px;}
#back-top {bottom:20px; margin-left:50px;position:fixed;}
#back-top a {display : block; text-align:center; text-decoration:none; text-transform:uppercase; transition:background-color 2s ease 0s; width:108px;}
.pagination li {margin:0px 3px;}
.fb-page-wrapper{background: #222;}
.news .sixinrow h3{margin-top: 5px;}
/*.news-list-view > .page-navigation {display:none;}
news-list-view .page-navigation:last-of-type {display:block;}
[class~='pagination']:last-of-type{
    display:none;
}
*/
[class~='page-navigation']:first-of-type {
    display: none;
}