@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,600&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Arsenal&subset=cyrillic');

body {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
    z-index: -99999;
}

p{
    font-family: 'Oswald', sans-serif;
    color: #58595B;
    font-size: 20px;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {font-family: Oswald, sans-serif; font-weight: 300;}

a, a:focus, a:visited  {
    color: #DF4C5D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Oswald', sans-serif;
}

.post  a, .post  a:focus, .post  a:visited {
    color: #DF4C5D !important;
}

.post .cat_img_titles a{
    color: #fff !important;
}

.archive_other_posts .post h1 a {
    color: #333 !important;
}

    /*Pagination*/
.navigation-pagination ul {
    padding: 0;
    margin: 0;
}
.navigation-pagination li a,
.navigation-pagination li.disabled {
    color: #fff !important;
    text-decoration:none;
    display:table;
    padding:8px 15px;
    background-color: #1c1c1c;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.navigation-pagination li {
    display: inline-block;
    margin: 0px;
}
.navigation-pagination li a:hover{
    background-color: #a43946;
    color: #fff!important;
}
.navigation-pagination li.active a{
    background-color: #a43946;
    color: #fff!important;
}

.body_shadow {
    background: #fff;
}


span.caret {display: none !important;}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

  background-color: transparent !important;
}

/* TOP MENU STYLE */
#top_menu {
    border-radius: 0 !important;
    border: none !important;
    border-bottom:1px solid #D1D3D4 !important;
    background: transparent !important;
    height: 35px !important;
    margin-bottom: 0 !important;
    min-height:30px !important;

}

#top_menu .navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important;
    padding-bottom:0 !important;
    height: 30px;

}

.top-navbar {
    position:fixed;
    
}

#top_menu_toggle {
    border:none !important;
    color: #DF4C5D !important;
    background: none !important;
    margin:-4px 0 !important;
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 0 !important;

}

#top_menu_toggle:hover, #top_menu_toggle:active {
    background: none !important;
}


#top_menu .navbar-nav > li > a  {
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    color: #DF4C5D !important;
    padding: 6px 0 !important;

}

#top_menu .navbar-nav > li > a:after {
    content: "";
    border-right: 2px solid #DF4C5D;
    display: inline-block;
    float: right;
    margin: 4px;
    height: 15px;
}

#top_menu .navbar-nav > li:last-of-type > a:after {

    border-right: 2px solid transparent !important;
}

#top_social_icons {
    display: inline-block;
    float: right;
    margin-left: 15px;


}

#top_social_icons a {
    display: inline-block;
    float: left;
    min-width: 20px;
    width: 30px;
    height: 35px;
    padding: 2px 5px 2px 5px;
    position: relative;
    z-index: 1;
   line-height: 40px;

}

#top_social_icons a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #DF4C5D;
    z-index: -1;
    transition: transform 0.3s;
}

#top_social_icons a:hover:after {
    transform: scaleY(1);
}

#top_social_icons a:hover path{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top_social_icons a:hover path {
    fill: #fff;
}

#soc_youtube {
    width: 55px !important;
}


/* MAIN MENU STYLE */

#main_menu .container-fluid {
    padding: 0 !important;
}

#main_menu {
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    position: relative;
    z-index:999999;

}

#main_menu .container-fluid {
    border-bottom: 8px solid #DF4C5D !important;
}

#main_menu_toggle {
    border:none !important;
    color: #D1D3D4 !important;
    background: none !important;
    margin:-4px 0 !important;
    font-size: 21px;
}

#main_menu .navbar-brand img {
    padding: 6.5% 30px 5% 15px;
    width: 100%;

}

#main_menu .navbar-nav > li > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 21px 23.2px 23px 10px;
    /*padding-right: 23.5px;*/
}

#main_menu .navbar-nav li a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#main_menu .navbar-nav > li > a:last-child{
    padding-right: 0 !important;
}



#main_menu_collapse .icon-football > a,
#main_menu_collapse .icon-handball > a,
#main_menu_collapse .icon-basketball > a,
#main_menu_collapse .icon-football2 > a,
#main_menu_collapse .icon-othersports > a{
    font-size: 16px;
    text-align: center;
}

#main_menu_collapse .icon-football > a:before,
#main_menu_collapse .icon-handball > a:before,
#main_menu_collapse .icon-basketball > a:before,
#main_menu_collapse .icon-football2 > a:before,
#main_menu_collapse .icon-othersports > a:before {
    content: "";
    display: block;
    width: 30px;
    height:30px;
    margin: auto;
    margin-bottom: 8px;
}

#main_menu .dropdown > a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    display: block;
    position: absolute;
    right: 9px;
    bottom: 22px;
    font-size: 11px;
}

#main_menu_collapse .icon-football > a:before,
#main_menu_collapse .icon-handball > a:before,
#main_menu_collapse .icon-basketball > a:before,
#main_menu_collapse .icon-football2 > a:before,
#main_menu_collapse .icon-othersports > a:before {
    content: "";
    display: block;
    width: 30px;
    height:30px;
    margin: auto;
    margin-bottom: 8px;
}


#main_menu_collapse .icon-none > a {
    font-weight: 300;
    padding-top:59px !important;
}

#main_menu_collapse .smalls {
    padding-left: 22px;
}

#main_menu_collapse .icon-football > a:before {
    background: url("../images/menu/football.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}

#main_menu_collapse .icon-football > a:hover:before, #main_menu_collapse .icon-football.active > a:before {
    background: url("../images/menu/football-hover.svg") no-repeat center;
}

#main_menu_collapse .icon-football > a:after {
    color: #579625;
}


#main_menu_collapse .icon-handball > a:before {
    background: url("../images/menu/handball.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}

#main_menu_collapse .icon-handball > a:hover:before, #main_menu_collapse .icon-handball.active > a:before {
    background: url("../images/menu/handball-hover.svg") no-repeat center;
}

#main_menu_collapse .icon-handball > a:after {
    color: #FFA300;
}

#main_menu_collapse .icon-basketball > a:before {
    background: url("../images/menu/basketball.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}

#main_menu_collapse .icon-basketball > a:hover:before, #main_menu_collapse .icon-basketball.active > a:before {
    background: url("../images/menu/basketball-hover.svg") no-repeat center;
}

#main_menu_collapse .icon-basketball > a:after {
    color: #820D3D;
}

#main_menu_collapse .icon-football2 > a:before{
    background: url("../images/menu/football2.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}

#main_menu_collapse .icon-football2 > a:hover:before, #main_menu_collapse .icon-football2.active > a:before {
    background: url("../images/menu/football2-hover.svg") no-repeat center;
}

#main_menu_collapse .icon-football2 > a:after {
    color: #1F61D5;
}

#main_menu_collapse .icon-othersports > a:before{
    background: url("../images/menu/other.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}

#main_menu_collapse .icon-othersports > a:hover:before, #main_menu_collapse .icon-othersports.active > a:before {
    background: url("../images/menu/other-hover.svg") no-repeat center;
}


#main_menu_collapse .icon-othersports > a:after {
    color: #704583;
}



#main_menu .navbar-header .navbar-brand{
        padding: 0 !important;
}

#main_menu .dropdown .dropdown-menu{
    box-shadow: none !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

#main_menu .dropdown .dropdown-menu li a{
    padding: 10px 20px;
    min-width: 300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#main_menu .dropdown .dropdown-menu li a:hover{
    background: #DF4C5D;
    color: #fff;
}

#main_menu .dropdown > a:hover, #main_menu .dropdown > a:active, #main_menu .dropdown > a:focus, #main_menu .navbar-nav > li.active > a {
    background: none !important
}

#main_menu .navbar-nav > li > a:hover {
    color: #DF4C5D;
}

#main_menu .navbar-nav > li.active > a {
    color: #DF4C5D;
}

#main_menu .dropdown-menu li.active a {
    background:#DF4C5D;
    color:#fff;
}

/*HOME PAGE*/

.ekipa_top_ad {
    margin: 0px auto 25px auto;
    max-width: 1050px;
    position: relative;
    z-index:10;
    text-align: center;

}

.ekipa_first_top {
    margin-top: 155px;
}

.ad {
    margin: auto auto 18px;
    width: 300px;
}



.main_news_fix,.home_content_fix_large_box, .home_content_fix_small_box {
    height: 350px;
    padding: 0;
    margin-bottom: 18px;
}

.category_home_loop h1 {
    margin: 0 0 15px 0 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.category_home_loop .category_content_fix:before {
    content: '';
    display: block;
    margin: 30px 0 20px 0;
    height: 4px;
    width:98.5%;
}

a.catTiteleLink{
    text-decoration: none !important;
}

/*Football home loop*/
.category_home_loop.football h1, .category_home_loop.football h1 a.catTiteleLink {
    color:#579625
}
.category_home_loop.football .category_content_fix:before {
    background-color: #579625;
}

.category_home_loop.football .category_home_list{
    background-color: #579625;
    color: #fff;
}

/*Handball home loop*/
.category_home_loop.handball h1, .category_home_loop.handball h1 a.catTiteleLink {
    color:#FFA300
}
.category_home_loop.handball .category_content_fix:before {
    background-color: #FFA300;
}

.category_home_loop.handball .category_home_list{
    background-color: #FFA300;
    color: #fff;
}

/*Basketball home loop*/
.category_home_loop.basketball h1, .category_home_loop.basketball h1 a.catTiteleLink {
    color:#820D3D
}
.category_home_loop.basketball .category_content_fix:before {
    background-color: #820D3D;
}

.category_home_loop.basketball .category_home_list{
    background-color: #820D3D;
    color: #fff;
}

/*International football home loop*/
.category_home_loop.football2 h1, .category_home_loop.football2 h1 a.catTiteleLink {
    color:#1F61D5;
}
.category_home_loop.football2 .category_content_fix:before {
    background-color: #1F61D5;
}

.category_home_loop.football2 .category_home_list{
    background-color: #1F61D5;
    color: #fff;
}

/*Other Sports home loop*/
.category_home_loop.othersports h1, .category_home_loop.othersports h1 a.catTiteleLink {
    color:#704583
}
.category_home_loop.othersports .category_content_fix:before {
    background-color: #704583;
}

.category_home_loop.othersports .category_home_list{
    background-color: #704583;
    color: #fff;
}

.category_home_loop.football .category_home_list,
.category_home_loop.football2 .category_home_list,
.category_home_loop.handball .category_home_list,
.category_home_loop.basketball .category_home_list,
.category_home_loop.othersports .category_home_list{
    color: #fff;
}

/*Child Categories lists*/

.h_cats{
    margin: 0;
    padding: 10px 7px 5px 7px;
    list-style: none;
}

.h_cats li{
    position: relative;
    padding-left: 14px;
}

.h_cats li a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
    font-size: 13px;
}


.h_cats li:last-child a {
    padding-bottom: 0px;
}


.h_cats li:before {
    content:"\e258";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top:2px;
    left:0;
}


/*LATEST POSTS*/

.posledni_objavi{
    padding: 20px 5px 5px 5px;
    background: #f2f2f2;
    margin-bottom: 14px;
}

#latest_football,
#latest_football2,
#latest_basketball,
#latest_handball,
#latest_othersports {
    padding: 6px 5px 5px 5px !important;
}

.posledni_objavi h2 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    border-bottom: 2px solid #DF4C5D;
    color: #DF4C5D;
    font-size:18px;
    text-align: center;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
}

#latest_football h2,
#latest_football2 h2,
#latest_basketball h2,
#latest_handball h2,
#latest_othersports h2 {
    margin: 0 0 5px 0 !important;
}

#latest_football h2{border-bottom: 2px solid #579625; color: #579625}
#latest_football2 h2{border-bottom: 2px solid #1F61D5; color: #1F61D5}
#latest_basketball h2{border-bottom: 2px solid #820D3D; color: #820D3D}
#latest_handball h2{border-bottom: 2px solid #FFA300; color: #FFA300}
#latest_othersports h2{border-bottom: 2px solid #704583; color: #704583}

.posledni_objavi ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight:bold;

}

.posledni_objavi span{
    font-size: 12px;
    color: #DF4C5D;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0;
}
#latest_football span{color: #579625;}
#latest_football2 span{color: #1F61D5;}
#latest_basketball span{color: #820D3D;}
#latest_handball span{color: #FFA300;}
#latest_othersports span{color: #704583;}

.posledni_objavi ul li {
    border-top: 1px solid #939598;
}
.posledni_objavi ul li a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 15.2px;
    color: #020202;
    padding: 7.5px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight:100;
}

#latest_football ul li a,
#latest_football2 ul li a,
#latest_basketball ul li a,
#latest_handball ul li a,
#latest_othersports ul li a {padding: 5.9px 0;}

.posledni_objavi ul li a:hover {
    color: #DF4C5D;
}

#latest_football ul li a:hover{color: #579625;}
#latest_football2 ul li a:hover{color: #1F61D5; }
#latest_basketball ul li a:hover{color: #820D3D;}
#latest_handball ul li a:hover{color: #FFA300; }
#latest_othersports ul li a:hover{color: #704583;}

.main_news_fix, .home_content_fix_small_box, .home_content_fix_large_box {
    background-position: top center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

#main_img_titles {
    position: absolute;
    height:auto;
    /*max-height:250px;*/
    width: 100%;
    bottom:0;
    /*background: url('../images/shadow.png') repeat-x bottom left;*/
    background: rgba(0,0,0, 0.6);
    padding: 0 10px;
}

#main_img_titles h1, #main_img_titles h2, #main_img_titles h1 a, #main_img_titles h2 a  {
    color: #fff;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
}

#main_img_titles h1 {
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
}

#main_img_titles h2, #main_img_titles h2 a {
    font-size: 22px;
}

#main_img_titles h2 {
    margin: 0  0 10px 0;
}

#main_img_titles h2:before {
    content: '';
    display: inline-block;
    width: 13px;
    height:15px;
    background: url("../images/arrow.png") center no-repeat;
    margin-right:5px;
}

 #main_img_titles:before{
    content: '';
    height:5px;
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
}

.cat_handball:before{background: #FFA300;}
.cat_football:before{background: #579625;}
.cat_football2:before{background: #1F61D5;}
.cat_basketball:before{background: #820D3D;}

.home_content_fix_small_box #main_img_titles h1,
.home_content_fix_small_box  #main_img_titles h1 a,
.home_content_fix_large_box #main_img_titles h1,
.home_content_fix_large_box #main_img_titles h1 a{
    font-size: 28px;
    border-bottom: none ;
}

.cat-icon {
    position: absolute;
    top:0;
    right:0;
    width:80px;
    height:80px;
}

.cat-icon-handball, #latest_ .cat-icon-rakomet { background: url('../images/icons/handball.svg'); }
.cat-icon-football, #latest_ .cat-icon-fudbal{ background: url('../images/icons/football.svg'); }
.cat-icon-football2, #latest_ .cat-icon-megjunaroden-fudbal{ background: url('../images/icons/football2.svg'); }
.cat-icon-basketball, #latest_ .cat-icon-kosarka { background: url('../images/icons/basketball.svg'); }
.cat-icon-othersports, #latest_ .cat-icon-ostanato{ background: url('../images/icons/othersports.svg'); }

 a.box_link{
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 0;
}

a.box_link.multimedia {
    background: center no-repeat;
}

a.box_link:hover{
    background: center no-repeat rgba(0, 0, 0, 0.3);
    opacity:1;
}

a.box_link.multimedia:hover{
    background: center no-repeat;
    opacity:1;
}

.cat_news_fix{
    position: relative;
}

.category_single_box {
    position: relative;
    margin-bottom: 18px !important;
    height:269px;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.category_single_box h1 a, .category_single_box h1 {
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    margin:0 !important;
    font-weight: 300;
}

.category_single_box .cat_img_titles {
    position: absolute;
    height:auto;
    width: 100%;
    bottom:0;
    background: rgba(0,0,0, 0.6);
    padding: 10px !important;
}

.cat_img_titles.cat_football2 h1 {
    position: relative !important;
    width:100% !important;
}

.title_header_ekipa h1{
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    color: #DF4C5D;
    margin-top: 0px;
}

.title_header_ekipa h1:after {
    content: '';
    display: inline-block;
    height: 4px;
    background : #DF4C5D;
    width: 100%;
}

.comments_ekipa {
    border:1px solid #BCBEC0;
    border-right: none;
    padding: 5px;
    padding-bottom: 20px;
    background-position: 100% 5px !important;
    background-repeat: no-repeat !important;
    background-color: #F1F2F2 !important;
    height: 190px;
    background-size: 140px !important;
    position: relative;
    /*background-size: 80px;*/
    margin-bottom: 10px;

}

.col-md-3.kom {
    padding: 0 2px !important;
}

.comments_ekipa:last-child {
    border-right:1px solid #BCBEC0;
}

.comments_ekipa h1 {
    font-weight: 400;
    font-family: Oswald;
    font-size: 18px;
    /*margin-top: 10px;*/
    margin-bottom: 0 !important;

}

.comments_ekipa span {
    width:100px;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight:lighter;
    font-size: 16px;
    margin-top:1px;
    color: #6D6E71;
    font-style: italic;
}

.comments_ekipa a {
    display: block;
    width:100%;
    height: 185px;
    text-decoration: none;
}

.comments_post_title {
    display: block;
    width:100%;
    /*height:110px;*/
    font-size: 17px !important;
    position: absolute;
    bottom:0;
    color: #333 !important;
    background: #fff;
    left:0;
    padding: 10px;
    max-height: 67px;
    height:100%;
    margin-top: 0 !important;
    text-align: center;
}

/*POPULAR POSTS */

.most-popular li  {
    margin-bottom: 0 !important;
}


.most-popular li a, .most-popular li a:hover {
    font-size: 12px !important;
    padding: 5px 4px !important;
    background-color: #D91F36 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.most-popular li.active a, .most-popular li.active a:focus, .most-popular li.active a:hover{
    background-color: #fff !important;
    color: #D91F36 !important;
}

/*EKIPA MULTIMEDIA*/

.ekipa_multimedija div.slick-slide, .the_special_slider1 div.slick-slide{
    padding: 0 7.5px;

}

.slick-prev, .slick-next {
    width:17px !important;
    height: 30px !important;
    z-index:9999;
}

.multimedia_item {
    position: relative;
    background-size: cover !important;
    height: 360px;
    /*width:260px !important;*/
    /*padding: 0px !important;*/
    /*margin: 0 5px !important;*/
}

.cat_img_titles_multimedia {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    left: 0;
}

.cat_img_titles_handbal {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    left: 0;
}

.cat_img_titles_multimedia h1 {
    margin: 0;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0 5px;
    font-family: 'Arsenal', sans-serif;
}

.cat_img_titles_multimedia h1 a {
    color: #fff;
    font-size: 18px;
    font-family: 'Arsenal', sans-serif;
}

.cat_img_titles_handbal h1 a {
    color: #000 !important;
}

.multimedia_container {
    padding: 0;
    margin: auto;
    max-width: 1100px;
    margin-bottom: 20px;
    background: #333;
    z-index: 999;
    position: relative;
    padding-top: 10px;
}

.multimedia_container .multimedia > h1 {
    /*color: #fff;*/
}

.multimedia_container .multimedia > h1:before {
    background-color: #fff;
}

/*.ekipa_multimedija .slick-prev, .ekipa_multimedija .slick-next {*/
    /*bottom:-40% !important;*/
    /*top:inherit !important;*/
/*}*/

 .slick-prev, .slick-next {
    width: 50px !important;
    height:50px !important;
    border-radius:50%;
    background: rgba(255,255,255,0.7);
}

.ekipa_multimedija .slick-prev, 
.ekipa_multimedija .slick-next,
.the_special_slider1 .slick-prev,
.the_special_slider1 .slick-next {
    border-radius: 0;
}

.slick-prev:hover, .slick-next:hover,  .slick-prev:focus, .slick-next:focus {
    background: rgba(255,255,255,0.9);
}

 .slick-prev:before,  .slick-next:before {
    width: 50px !important;
    height: 50px !important;
}

/*.ekipa_multimedija {*/
    /*margin-bottom: 70px;*/
/*}*/

.ekipa_multimedija .slick-prev {
    left: 9px;
}

.slick-prev{
    left: 10px;
}



.ekipa_multimedija .slick-next{
    right: 6px
}

.slick-next{
    right: 10px
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
    width:17px;
    height:30px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-prev:before{
    background: url('../slick/arrows/prev-arrow.png');

}

.slick-next:before {
    background: url('../slick/arrows/next-arrow.png');
}

.showtime_slide {
    min-height: 439px; height: 100%;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    background-position: center center  !important;
}

/*Search form*/


#search-form-ekipa {
    position: absolute;
    top: 36px;
    display: none;
    z-index: 9999999;
}

#search-form-ekipa-footer {
    display: none;
    z-index: 9999999;
}

input {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    padding: 0 5px;
}

/*FOOTER*/

.footer_logo {
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 4px solid #DF4C5D !important;
    margin-bottom: 30px;
}

.footer-brand img {
    width:193px;
    height:auto;
}

#footer {
    margin-top:70px;
}

#footer div.col-xs-12 {
    padding-bottom: 55px;
}

#footer h3 {
    margin: 0;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    color: #D71F34;
    text-transform: uppercase;
    margin-bottom: 45px !important;

}

#footer a {    font-family: 'Oswald', sans-serif; font-weight: 300;}

.footer_1 {
    padding-left: 0;
    width: 37%;
}

.footer_1 ul li {
    position: relative;
    padding-left: 10px;
}

.footer_1 ul li:before {
    content: '•';
    display: inline-block;
    float: left;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #808285;

}

.footer_2 {
    text-align: center;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

#menu-footer1 li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #808285;
}

#menu-footer2 li a {
    font-size: 16px;
    color: #808285;
}

#menu-footer1, #menu-footer2{
    display: inline-block;
    float: left;
    margin-right:43px !important;
}

.post_social_media {
    padding: 0px;
}

.top_post_meta{
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding-left:0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight:300;
    margin-bottom: 15px;
}

.sharot div {
    display: inline-block;
    float: left;
}

.top_post_meta li{
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.sharot{
    border-right:none !important;
}


.entry-header img{
    width: 100%;
    height:auto;
}

.nav-links a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px !important;
    font-weight:300 !important;
    text-decoration: none !important;
}

.nav-links a:focus, .nav-links a:visited{
    color: #af3f4c !important;
}

.kats p {
    font-size: 14px;
    padding-top: 5px;
    border-top: 1px solid #ddd;

}

.entry-header h1 {margin-top: 0;}

.related_posts h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #DF4C5D;
    margin-top: 10px;
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DF4C5D;
}

/*SIDEBAR*/

.the_sidebar .widget h2 {
    font-size: 22px;
    border-bottom: 2px solid #DF4C5D;
    padding: 5px 0;
    color: #DF4C5D;
}

.the_sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.the_sidebar .widget ul li {
    margin: 5px 0;
}

.the_sidebar .widget ul li a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #58595B;
    padding-left: 10px;
    text-decoration: none;
    position: relative;
}

.the_sidebar .widget ul li a:hover {
    color: #DF4C5D;
}

.the_sidebar .widget ul li a:before {


    font-family: 'Glyphicons Halflings';
    content: "\e080";
    position: absolute;
    left:0;
    font-size: 9px;
    top: 3px;
}

/*LATEST WIDGET*/
.widget .latest_post_widget li a {
    padding-left: 0 !important;
}
.widget .latest_post_widget li a::before, .widget .nav-tabs li a:before {
    display: none !important;
}

/*ARCHIVE*/

.archive_fix {
    padding: 0 !important;
    margin-right: 20px !important;
    width: 100%;
    position: relative;
    z-index:999;
}

.archive_editor_choice_small {
    width: 100% !important;
    padding: 0;
}

.archive_multimedia_item {
    padding:0 !important;
    width: 100%;
}



.archive_child_cats {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom:15px;
    min-height:400px;
}

.archive_editor_choice_large {
    width: 100%;
    padding: 0 !important;
}

.archive_editor_choice_large  .category_single_box {
    height: 465px;
}

.archive_other_posts .category_single_box {
    height: 90px;
    width: 160px;
    margin-bottom: 0px !important;
    position: relative;
}

.archive_other_posts h1{
    margin:0 0 10px 0 !important;
    font-family: 'Oswald', sans-serif !important;
    color: #333333 !important;
}

.archive_other_posts h1 a {
    font-size: 20px !important;
    font-family: 'Oswald', sans-serif !important;
    color: #333333 !important;
    display: block;
}

.archive_other_posts .col-xs-9 p{
   font-size: 15px;
}

.archive_other_posts {
    padding: 0 !important;
    position: relative;
    z-index:999;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.archive_time {
    position: absolute;
    display: block;
    top:0;
    left:0;
    padding: 5px;
    color: #fff;
    background: #DF4C5D;
    font-size: 11px
}

.time-fudbal{
    background: #579625;
}

.time-rakomet{
    background: #FAA31B;
}

.time-kosarka{
    background: #82153E;
}

.time-megjunaroden-fudbal{
    background: #1F61D5;
}

.time-ostanato {
    background: #704583;
}


.page-header, .page-header h1 {
    margin-top:0 !important;
}

.cat-archive-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #DF4C5D;
}



.archive_child_cats.fudbal{background-color: #579625;}
.archive_child_cats.rakomet{background-color: #FFA300;}
.archive_child_cats.kosarka{background-color: #820D3D;}
.archive_child_cats.megjunaroden-fudbal{background-color: #1F61D5;}
.archive_child_cats.ostanato{background-color: #704583;}

.no_right_margin{
    margin-right: 0 !important;
}

.showtime_slide {
    position: relative;
}

.slideshow_title {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0, 0.6);
    padding: 20px 10px !important;
}

.slideshow_title h1 {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-family: Oswald, sans-serif;
    font-weight: 400;

}

.slideshow_title h1 a {
    margin: 0;
    color: #FFF;
}

.top_boxes_second_title {
    margin-top:5px;
    padding-top: 5px;
    border-top:1px solid #fff;
}



/*RELATED*/

.related_single_box {
    padding: 0 !important;
    margin-right: 15px;
    width: 100% !important;
}

.treta_footer {
    padding-right: 0;
    width: 38%;
    padding-left: 20%;
}

.treta_footer #top_social_icons {
    margin: 0;
    float: left;
}

.za_izdavac a, .za_izdavac a:focus, .za_izdavac a:visited{
    color: #808285 !important;
}

.za_izdavac li:last-child  {
    margin-top:50px;
}

.footer_phones {
    margin-top: 20px !important;
}

.footer_phones li{
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #58595B;
    font-weight: 100;
}

.fourOfour {
    text-align: center;
}

.fourOfour h1 {
    font-size: 120px;
    font-weight: 600;
    color: #DF4C5D;
}

.fourOfour h3 {
    font-size: 30px;
}

.konHome {
    display: block;
    width: 200px;
    padding: 20px;
    color: #fff !important;
    background: #DF4C5D;
    margin: auto;
    font-size: 15px;
}

/*SOCIAL BUTTONS*/

.social_buttons_async {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.s_button {
    order: 1;
    margin-right: 5px;
}

.single-post .entry-content {
    max-width: 750px;
    margin: 20px auto;
}

.title_header_ekipa.multimedia h1, .title_header_ekipa.multimedia h1 a.catTiteleLink {
    color: #fff;
    text-align: center;
    line-height: 15px;
    margin-top: 15px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
}

.title_header_ekipa.komentari_header h1, .title_header_ekipa.komentari_header h1 a.catTiteleLink {
    color: #333;
}

.title_header_ekipa.komentari_header h1:after{
    background: #333;
}


.title_header_ekipa.multimedia h1:after {
    margin: 0 !important;
    background: #fff;
}

.title_header_ekipa.showtime  h1, .title_header_ekipa.showtime  h1 a.catTiteleLink {
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    color: #333;
}

.ngg-imagebrowser h3 {
    display: none !important;
}

.title_header_ekipa.showtime  h1:after {
    background: #333;
}

.multi {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 50px;
    color: #DF4C5D;
    display: block;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    margin: auto;
    right: 0;
    width: 70px;
}

#imageGallery li img {
    width: 100% !important;
}

.special_container {
    max-width: 1080px; 
    background-color: #000000;
    position: relative;
    z-index: 999;
    padding: 0 !important;
    margin-bottom: 20px;
    border-bottom: 3px solid #e30613;
}

.special_container .col-sm-12 {
    padding: 0;
}

.special_container .title_header_ekipa {
    margin-bottom: 10px;
}

.copyright-isue {
    display: block;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    color: #DF4C5D;
    font-size: 16px
}

.komentari-single {
    float: right;
    width: 100%;
    background: #f2f2f2;
}

.komentari-single .col-sm-9 {
    padding-top: 28px;
}

.komentari-single .col-sm-9 h1 {
    color: #DF4C5D;
}

.lightSlider li img{
    width: 100%;
}

@media all and (max-width: 1200px) {
    /*MAIN MENU*/

    #main_menu .navbar-header {
        width: 23.4% !important;
    }

    #main_menu .navbar-brand img {
        padding: 13% 10px 8% 15px;
        width:100%;
    }

    #main_menu .navbar-nav > li > a {
        padding: 21px 18px 21px 5px;
    }

    #main_menu_collapse .smalls {
        padding-left: 22px;
    }

    #main_menu .dropdown > a:after {
        right: 5px;
    }

    #top_header {
        width: 100%;
    }


}


#preloader {
    display: none; 
    position: relative; 
    z-index: 9999;
    width: 200px;
    margin: auto;
    text-align: center;
}

#preloader p {
        color:#DF4C5D;
        font-size:25px;
    }


@media (max-width: 991px) {

    #main_menu {

        height: 50px !important;
        min-height:45px !important;

    }

    #main_menu .navbar-nav > li > a, .navbar-brand {
        height: 50px;
        width: 200px !important;
    }

    #main_menu .navbar-brand img {
        padding: 2% 20px 2% 15px;
        width: 100%;
    }

    #main_menu .navbar-header {
        float: none;
        width:100% !important;
    }
    #main_menu .navbar-left,.navbar-right {
        float: none !important;
    }
    #main_menu .navbar-toggle {
        display: block;
        padding-top: 15px;
    }
    #main_menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #main_menu .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    #main_menu .navbar-collapse.collapse {
        display: none!important;
    }
    #main_menu .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #main_menu .navbar-nav>li {
        float: none;
    }
    #main_menu .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #main_menu .collapse.in{
        display:block !important;
    }

    #main_menu_collapse {
        margin-top: -5px;
        width: 100%;
        position: relative;
        z-index:99;
        margin-left: 0px;
        background: #fff;
        border: 1px solid #ddd !important;
        /*border-top: none !important;*/

    }

    #main_menu_collapse .dropdown-menu {
        float: none !important;
        width: 100% !important;
        position: relative !important;
        border: none !important;

    }

    #main_menu .navbar-nav > li > a {
        display: block;
        width: 100% !important;
        text-align: left;
        padding-left: 50px;
        position: relative;
        border-bottom: 1px solid #D1D3D4 ;
        padding-top: 17px !important;

    }

    #main_menu .navbar-nav > :last-child > a {
        border-bottom: none !important;
    }

    #main_menu_collapse .icon-football > a:before,
    #main_menu_collapse .icon-handball > a:before,
    #main_menu_collapse .icon-basketball > a:before,
    #main_menu_collapse .icon-football2 > a:before,
    #main_menu_collapse .icon-othersports > a:before {

        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
    }


    #main_menu_collapse .icon-none > a {
        font-weight: 300;
        padding-top:10px !important;
    }

    #main_menu_collapse .smalls {
        padding-left: 0px;
    }

    .category_home_loop .category_content_fix:before {
        width:100%;
    }

    .ekipa_top_ad {
        margin: 25px auto 25px auto;
    }

    .nopadding div.category_list_fix, .nopadding div.category_content_fix {
        padding: 0 15px !important;
    }

    /*.comments_ekipa:first-child, .comments_ekipa:nth-child(2) {*/
        /*border-bottom: 1px solid #BCBEC0;*/
        /*}*/

    /*.comments_ekipa:nth-child(2) {*/
        /*border-right: 1px solid transparent;*/
    /*}*/

    .archive_other_posts .col-xs-9 p{
        display: none;
    }

    .ekipa_first_top {
        margin-top: 90px;
    }

}


@media all and (max-width: 767px) {

    /* TOP MENU STYLE */
    #top_menu_collapse {
        border-top:none !important;
        background: #dddddd;
        margin-top: -5px;
        float: left;
        width: 100%;
        position: relative;
        z-index:99;

    }
  
  .h_cats, .category_home_list, .archive_child_cats
   {
     display:none;
    }

    #top_menu .navbar-nav > li > a {
        border-bottom: 1px solid #DF4C5D;
    }

    #top_menu .navbar-nav{
        padding: 10px;
        margin:5px 0;
    }

    #top_menu .navbar-nav > li > a:after {
        display: none;
    }

    #top_social_icons {
        float: left;
        margin: 0;
    }

    #top_menu .navbar-header {
        display: inline-block;
        float: right;
    }

    /*Home page*/

    .top_ads_area{
        width: 300px;
        margin:auto;
    }

    #main_menu .navbar-toggle {
        margin-right: -17px !important;

    }

    .body_shadow {
        position: fixed;
        max-width: 1100px;
        margin: auto;
        z-index: -99;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width:100%;
    }

    .body_ad {
        position: fixed !important;
        top: 0px;
        width: 1920px;
        height: 1200px;
        margin-left: 50% !important;
        left: -960px;
        z-index: 0;
    }

    .title_header_ekipa h1:after {
       margin-bottom: 15px;
    }

    .title_header_ekipa h1 {
        margin-bottom: 5px;
    }

    /*.comments_ekipa {*/
        /*border:none;*/
        /*border-bottom: 1px solid #BCBEC0;*/
    /*}*/


    .treta_footer{
        width:100%;
        text-align: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .treta_footer #top_social_icons{
        width: 175px;
        margin: auto;
        display: block;
        float: none;
    }

    .footer_1 {
        padding-left: 0;
        width: 26%;
        margin: auto;
        margin-bottom: 15px;
    }

    .footer_2 h3 {
        padding-top: 30px;
    }

    #top_menu_collapse, #top_menu_toggle {
        display: none;
    }


}

@media all and (max-width: 549px) {
    .archive_other_posts .category_single_box {
        height: 200px;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .archive_other_posts .col-xs-9 {
        width: 100%;
        padding: 0 !important;
    }


}

@media all and (min-width: 550px) {
    .archive_fix {
        width: 47.9%;
    }
    .archive_other_posts .col-xs-9 {
        width: 67%;
    }
	
}


@media all and (min-width: 768px) {

    /*Site shadow*/

    .body_shadow {
        position: fixed;
        max-width: 1110px;
        margin: auto;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
        /*-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
        /*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
        width:100%;
    }

    .body_ad {
        position: fixed !important;
        top: 0px;
        width: 1920px;
        height: 1200px;
        margin-left: 50% !important;
        left: -960px;
        z-index: 0;
    }

    /* TOP MENU STYLE */
    #top_menu_collapse {
        display: inline-block !important;
        float: right !important;
    }

    /*MAIN MENU*/
    #main_menu_collapse{
        padding-right: 0 !important;
    }


    .main_news_fix {
        padding: 0 !important;
        margin: 0 2px 18px 15px !important;
        width: 96.5%;
        height:420px;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;

    }

    .col_9_fix_container{
        width: 65.2% !important;
        padding: 0 !important;
    }

    .sidebar_home_fix {
        width: 232px;
        padding: 0;
        margin: 0 0 0 15px;
        z-index: 5;
        position: relative;

    }
    .home_content_fix_large_box {
        width: 46.5%;
        padding: 0;
        margin: 0 0 18px 15px;
        height:280px;
    }

    .home_content_fix_small_box {
        width: 46.5%;
        padding: 0;
        margin: 0 2px 18px 15px;
        height:280px;

    }

    .nopadding div{
        padding: 0 !important;
    }

    .cat_news_fix{
        width: 225px;
        margin: 0 10px 18.5px 0;
    }

    .cat_banner_fix {
        width: 250px;
    }

    .title_header_ekipa h1:after {
        width: 78.4%;
        margin-left:11px;
    }

    .title_header_ekipa.multimedia h1:after {
        /*width: 73.4%;*/
        width: 100%;
    }

    .title_header_ekipa.showtime  h1:after {
        width: 81.8%;
    }

    .archive_fix {
        width: 100%;
    }

    .archive_editor_choice_large {
        margin-left:0;
    }

    .archive_other_posts .col-xs-9 {
        width: 61%;
    }

    .related_single_box {
        width: 100% !important;
        height: 230px;
    }
    
   

}

@media all and (min-width: 992px){

    /*SIDEBAR-CONTENT FIX*/



    .col_9_fix_container{
        width: 69.2% !important;
        padding: 0 !important;
    }

    .main_news_fix {
        width: 97.9%;
    }

    .sidebar_home_fix {
        width: 270px;
        padding: 0;
        margin: 0 0 0 15px;

    }

    .home_content_fix_large_box {
        width: 54.9%;
        padding: 0;
        margin: 0 0 18px 15px;
        height:370px;
    }

    .home_content_fix_small_box {
        width: 40.3%;
        padding: 0;
        margin: 0 2px 18px 15px;
        height:370px;

    }

    .navbar {
        margin-bottom: 10px !important;
    }

    .nopadding div{
        padding: 0 !important;
    }

    .category_home_list {
        height: 555px;
    }

    .archive.category .category_home_list {
        height: 465px;
    }

    .category_list_fix{
        width: 126px;
        margin: 0 18px 18px 17px ;
    }

    /*.cats_fix {*/
        /*min-width:525px;*/
    /*}*/

    .cat_news_fix{
        width: 251px;
        margin: 0 18px 18.5px 0;
    }

    .cat_banner_fix {
        width: 255px;
    }
    .category_home_loop.football2 h1 {
        position: absolute;
        width: 300px;
    }
    .category_home_loop.football2 .category_home_list{
        margin-top: 54px !important;
    }

    .category_home_loop.football2 .category_content_fix:before {
        margin-left: 150px;
        width:79.6%;
    }

    .title_header_ekipa h1:after {
        width: 83.4%;
    }

    .title_header_ekipa.multimedia h1:after {
        /*width: 80.1%;*/
        width: 100%;
    }

    .title_header_ekipa.showtime  h1:after {
        /*width: 86.1%;*/
        width: 78%;
    }

    .archive_child_cats {
        padding: 0 !important;
    }

    .archive_editor_choice_large {
        width: 81.7%;
        padding: 0;
        margin-left: 10px;
    }

    .archive_editor_choice_small {
        width: 33% !important;
        margin-right: 3px;
        padding: 0 !important;

    }

    .archive_other_posts .category_single_box {
        height: 150px;
        width: 250px;
    }

    .archive_other_posts .col-xs-9 {
        width: 61%;
    }

    .archive_other_posts h1, .archive_other_posts h1 a {
        font-size: 20px !important;
    }

    .archive_editor_choice_large .cat_img_titles h1, .archive_editor_choice_large .cat_img_titles h1 a {
        font-size: 27px;
    }

    .archive_multimedia_item {
        padding:0 !important;
        margin-right: 15px;
        width: 48.8%;
    }

    .related_single_box {
        width: 31.7% !important;
        height: 200px;
    }



}

@media all and (min-width: 1200px){

    /*SIDEBAR-CONTENT FIX*/

    .col_9_fix_container{
        width: 70.2% !important;
        padding: 0 !important;
    }

    .sidebar_home_fix {
        width: 300px;
        padding: 0;
        margin: 0 0 18px 15px;
    }

    .home_content_fix_large_box {
        width: 445px;
        padding: 0;
        margin: 0 2px 18px 15px;
        height:420px;
    }

    .home_content_fix_small_box {
        width: 300px;
        padding: 0;
        margin: 0 2px 0 15px;
        height:420px;
    }

    .nopadding div{
        padding: 0 !important;
    }


    .category_list_fix{
        width: 126px;
        margin: 0 18px 18px 16px ;
    }

    .category_content_fix {
        min-width: 950px ;
    }

    .cat_news_fix{
        width: 300px;
        margin: 0 18px 18px 0;
    }

    .cat_banner_fix {
        width: 300px;
    }

    .category_home_loop.football2 .category_content_fix:before {
        margin-left: 150px;
        width: 82.7%;
    }

    .title_header_ekipa h1:after {
        width: 85.6%;
    }

    .title_header_ekipa.multimedia h1:after {
        width: 100%;
        /*width: 82.5%;*/
    }
    .title_header_ekipa.showtime  h1:after {
        /*width: 87.9%;*/
        width: 85.3%;
    }

    .archive_editor_choice_large {
        width: 81.9%;
    }

    .archive_fix {
        width: 48.6% !important;
    }

    .archive_editor_choice_small {
        width: 31.9% !important;
        margin-right:15px;
    }

    .archive_other_posts .col-xs-9 {
        width: 66%;
    }

    .archive_other_posts h1, .archive_other_posts h1 a {
        font-size: 25px !important;
    }

    .archive_multimedia_item {
        padding:0 !important;
        margin-right: 15px;
        width: 49%;
    }


    .related_single_box {
        width: 31.8% !important;
    }

    .title_header_ekipa.komentari_header h1:after{
        width:85.5%;
    }



}

@media all and (min-width: 992px) and (max-width: 1199px){
    .body_shadow {
        width:100% !important;
    }

    /*.body_shadow, .body_ad {*/
        /*width:100% !important;*/
    /*}*/

    .archive_fix {
        width: 48.4% !important;
    }




}

@media all and (min-width: 768px) and (max-width: 991px){
    .body_shadow {
        width:100% !important;
    }

    /*.body_shadow, .body_ad {*/
        /*width:100% !important;*/
    /*}*/

    /*.comments_ekipa {*/
        /*width:48% !important;*/
    /*}*/

    .title_header_ekipa.komentari_header h1:after{
        width:76%;
    }

   

}

.gallery_title {
    text-align: center;
    border-bottom: 1px solid #DDD;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.h_cats.parent-id-6 {
    padding: 7px 4px 5px 4px !important;
}

.sidebar_posts {
    max-height: 247px;
    overflow-y: hidden;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -11px !important;
}

.catch-id- {
    max-height: 334px;
}

.arhiva-link {
    padding: 6px 0;
    display: inline-block;
    float: left;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #DF4C5D !important;
    text-decoration: none !important;
}


@media all and (max-width: 400px) {
    .col-sm-12.clearfix.gallery_top_ad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}