@font-face {
  font-family: 'Conv_SerifGothicStd';
  src: url('../fonts/SerifGothicStd-Heavy.eot');
  src: local('☺'), url('../fonts/SerifGothicStd-Heavy.woff') format('woff'), url('../fonts/SerifGothicStd-Heavy.ttf') format('truetype'), url('../fonts/SerifGothicStd-Heavy.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}

/* HELPERS */
.hide-item {
  display: none;
}

.bare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bare-list li {
  list-style: none;
}
.inline-list {
  display: inline-block;
}
.icons-list i {
  margin-right: 5px;
  color: #0026fb;
}

.caption {
  background-color: #000;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}

.blue-link {
  color: #0026fb;
  font-weight: bold;
}
.blue-link:hover,
.blue-link:focus {
  color: #0026fb;
}
.blue-link.normal {
  font-weight: normal;
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}

.push-top {
  margin-top: 10px;
}
.push-top-plus {
  margin-top: 20px;
}
.push-bottom {
  margin-bottom: 10px;
}
.push-bottom-plus {
  margin-bottom: 20px;
}
.push-left {
  margin-left: 10px;
}

html{
  background: #fff;
}

/* STYLING */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;

    
}

body.bg1{
    background-image: url(/images/cinema-bg-2017-blue.png);
    background-position: top;
    background-repeat: repeat-x;
}

body.bg-2017 {
  background-image: url(/images/cc-pozadina.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

body.bg-2018 {
  /*
  background-color: #d03927;
  background-image: url(../images/cc-pozadina-2018.png);
  background-repeat: no-repeat;
  background-position: top center;
  */

  background-image: url(../images/bg_moj_heroj.png);  
  
}

body.bg2019{
  background-image: url(../images/ccbg_2019.png);
  background-repeat: repeat-y;
  background-position: top;
}

body.bgfrejm{
  /*background-image: url(../images/ccbg_frejm.png);*/
  /*background-image: url(../images/ccbg_2023.jpg);*/
  background-image: none;
  background-repeat: repeat-y;
  background-position: top;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: #fff;
}

.container {
  background-color: #fff;
}

#header-slider {
  border: 2px solid #a2a2a2;
  margin-bottom: 20px;
}

a {
  color: #000;
}
a:hover, a:focus {
  color: #3c3c3c;
}

img, video {
  max-width: 100%;
}

hr {
  border-top: 2px solid #dbdbdb;
}
hr.dashed {
  border-style: dashed;
}

strong i.fa {
  font-weight: bold;
}
/*.header_container{*/
  /*margin-bottom: 30px;*/
/*}*/

.header .logo {
  margin-bottom: 20px;
}

.navbar-toggle {
  border-color: #000;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      margin-left: -35px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -35px;
  }

}

.pub {
  display: inline-block;
  margin-top: 10px;
  font-family: Georgia, sans-serif;
  /*font-size: 12px;*/
  font-style: italic;
}
.intro-text {
  font-family: Times New Roman, sans-serif;
  /*font-size: 12px;*/
  font-style: italic;
}

.form-input {
  width: auto !important;
  max-width: 215px;
  height: 24px;
  padding: 2px 12px;
  /*background-color: transparent;*/
  background-color:#d0d0d0;
  border-color: #ababab;
  border-radius: 0;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 12px;
}
.form-input:focus {
  border-color: #646464;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228,228,228,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228,228,228,.6);*/
}
.form-input::-webkit-input-placeholder {
  color: #000;
}
.form-input:-moz-placeholder { /* Firefox 18- */
  color: #000;  
}
.form-input::-moz-placeholder {  /* Firefox 19+ */
  color: #000;  
}
.form-input:-ms-input-placeholder {  
  color: #000;  
}
.form-btn {
  padding: 1px 6px;
  background-color: #0128fb;
  border-radius: 0;
}
.form-btn.active,
.form-btn.focus,
.form-btn:active,
.form-btn:focus,
.form-btn:hover,
.open>.dropdown-toggle.form-btn {
  background-color: #041aae;
  border-color: #041aae;
}
.btn-link.form-btn {
  background-color: transparent;
  border-color: transparent;
  color: #0128fb;
}
.btn-link.form-btn.active,
.btn-link.form-btn.focus,
.btn-link.form-btn:active,
.btn-link.form-btn:focus,
.btn-link.form-btn:hover,
.open>.dropdown-toggle.btn-link.form-btn {
  color: #041aae;
}

.col-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Conv_SerifGothicStd', Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}

.list-title {
  font-size: 16px;
}

.form {
  display: inline-block;
}
.form .form-group {
  display: inline-block;
  vertical-align: middle;
}
.search-form {
  margin-top: 12px;
}
.satnica-form .form-group {
  margin-bottom: 0;
  text-align: left;
}
.filter-form .form-input {
  max-width: 190px;
}

.header {
  text-align: center;
}
.header .intro {
  /*padding: 5% 0;*/
}
.header .info {
  padding: 2% 0;
}
.header .info {
  font-size: 16px;
}
.header .info .info-title {
  color: #3f3f3f;
  font-family: 'Conv_SerifGothicStd', Arial, sans-serif;
  font-weight: 900;
  /*text-shadow: 1px 0px 1px rgba(150, 150, 150, 0.8);*/
}
.header .info .pub {
  display: block;
  margin-top: 0;
  position: relative;
  top: -6px;
  color: #3f3f3f;
  font-size: 15px;
  /*text-shadow: 1px 0px 1px rgba(150, 150, 150, 0.8);*/
}

.top-navbar {
  text-align: center;
}

.top-nav>.dropdown .dropdown-menu,
.main-nav>.dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
}

ul.main-nav{
  margin-top: 3px;
}

ul.main-nav li{
  vertical-align: middle;
}

.subvideo_title{
  font-size: 12px;
}

.movie-wrapper {
  margin: 10px 0;
}

.sponsors-wrapper {
  text-align: center;
}
.sponsors-list {
  margin-top: 20px;
}
.sponsors-list .sponsor {
  /*float: left;*/
  display: inline-block;
  padding: 3px 9px;
}

.content {
  text-align: center;
}
.content .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
.content .subtitle {
  font-weight: bold;
}
.content .pub {
  color: #929292;
}

.content a {
  color: #0026fb;
}
.content > .single > .film-container.view >.title {
  text-align: center;
}
.content > .single > .film-container.view > .subtitle {
  font-size: 18px;
}
.content > .single .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  max-width: 350px;
  border-bottom: 1px solid #b4b4b4;
}
.content > .single .intro-text {
  margin-bottom: 20px;
  font-size: 18px;
}

.featured-news > .item .news-thumb {
  height: 130px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.featured-news>.item .col-title {
  margin-bottom: 25px;
}
.featured-news>.item .details {
  padding-left: 20px;
  padding-right: 20px;
  height: 380px;
}
.featured-news .item .title {
  min-height: 34px;
  font-size: 16px;
}

.latest-news {
  /*margin-bottom: 44px;*/
  padding-right: 0px;
  height: 326px;
}
.latest-news .item {
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.latest-news .item .title {
  margin: 0;
  min-height: 1px;
  font-size: 12px;
}
.latest-news .item .pub {
  margin: 0;
}
.latest-news .thumb-img-wrapper {
  height: 45px;
  width: 70px;
  overflow: hidden;
}
.latest-news .thumb-img-wrapper img {
  max-width: none;
}
.latest-news .external, .latest-films .external {
  margin-top: 20px;
  text-align: left;
}
.latest-news .external a, .latest-films .external a {
  color: #000;
  font-size: 14px;
}
.latest-news .external i {
  color: #0026fb;
}

.latest-films .latest-films-list {
  padding-bottom: 10px;
}

.latest-films .latest-films-list .item-film:first-child {
  margin-top: 15px;
}

.latest-films .latest-films-list .item-film {
  margin-top: 15px;
}

.latest-films .latest-films-list .item-film .film-text {
 text-align: left;
  padding: 0;
}

@media(max-width: 991px) {
  .latest-films .latest-films-list .item-film .film-text {
    padding-top: 15px;
    text-align: center;
  }

  .latest-films .latest-films-list {
    padding-bottom: 30px;
  }
}

.latest-films .latest-films-list .item-film .pub {
  margin-top: 0;
}

ul.latest-films .media-body .media-heading {
  font-size: 14px;
}

.films-list {
  margin-top: 20px;
}
.page-container {
  text-align: left;
}
.page-container .films-list .thumb {
  margin-bottom: 3em;
}
.page-container .films-list .thumb img {
  max-width: 50px;
}
.selections-container .films-list {
  margin-top: 0;
  padding-left: 20px;
}
.search-container .title {
  margin-bottom: 0;
  color: #0026fb;
}
.search-container .films-list > li {
  margin-bottom: 10px;
}
.search-container .search-pagination {
  /*font-size: 14px;*/
}
.gallery-container .album {
  min-height: 125px;
  margin-bottom: 10px;
}
.gallery-container .album-thumb {
  height: 100%;
  max-height: 105px;
}
.gallery-container h1.title {
  text-align: center;
}
.gallery-container h2.subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.filter-list {
  padding-top: 20px;
  line-height: 1.5;
}
.satnica-item {
  text-align: left;  
  margin-top: 20px;
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
.satnica-caption {
  padding: 10px 0;
}
.satnica-caption i {
  color: #0026fb;
}
.satnica-info {
  padding-left: 30px;
  padding-top:15px;
}
.satnica-info .caption {
  background-color: #dddddd;
  padding: 2px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #474747;
  font-weight: bold;
}
.satnica-film {
  padding-left: 10px;
}
.satnica-details {
  margin-bottom: 5px;
  padding-left: 40px;
}
.satnica-show > .satnica-film {
  margin-bottom: 10px;
}
.film-info {
  color: #666;
}
.persons-list li {
  margin-bottom: 20px;
}
.persons-list img {
  float: left;
}
.videos-slider>.carousel-inner {
  display: inline-block;
  width: 90%;
}
.videos-slider>.carousel-control.left {
  background: none;
}
.videos-slider>.carousel-control.right {
  background: none;
}
.videos-slider .item .item-video {
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}
.videos-slider .item .item-video .preview {
  width: 100%;
}
.videos-slider .item a {
  position: relative;
}
.videos-slider .item a .play-button {
  position: absolute;
  top: 25px;
  left: 5px;
}
.videos-slider a.carousel-control{
  width: auto;
}

.sidebar {
  text-align: center;
  margin-top: 30px;
}
.sidebar > .block {
  margin-bottom: 20px;
}
.sidebar .alert {
  display: none;
  margin-top: 10px;
}
.sidebar > .twitter-timeline.twitter-timeline-rendered {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sidebar .film-search-title i {
  margin-right: 5px;
  color: #0026fb;
}
.sidebar .selections {
  padding-left: 10px;
  text-align: left;
  max-width: 228px;
  margin: auto;
}

.social-share {
  margin-bottom: 10px;
}

.footer .sponsors-list {
  margin-top: 0;
}
.footer .sponsors-list.main .sponsor {
  height: 80px;
  padding: 3px 15px;
  max-width: 310px;
}
.footer .sponsors-list .sponsor img {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */;
}
.footer .sponsors-list .sponsor:hover img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.footer .sponsors-list.media-sponsors-list .sponsor img {
  max-width: 120px;
}

.footer-nav {
  margin-top: 20px;
  text-align: center;
}
.footer-nav .title {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}

.social-wrapper {
  text-align: center;
}
.social-icons>li {
  float: left;
  margin-left: 10px;
  width: 23px;
  height: 23px;
  background-color: #404041;
  text-align: center;
  font-size: 11px;
  padding-top: 1px;
}
.social-icons>li:first-child {
  margin-left: 0;
}
.social-icons>li:hover {
  background-color: #0033fb;
}
.social-icons>li>a {
  display: block;
  height: 100%;
  color: #fff;
}
.social-icons>li>a>i {
  position: relative;
  top: 3px;
}

.copyright {
  font-size: 11px;
  text-align: center;
}
.copyright .logo {
  margin-bottom: 10px;
}
.copyright .pub {
  font-size: 17px;
}

img.add_to_timeline {
  margin-left: 5px;
  margin-top: 1px;
  cursor: pointer;
}

/*
.nav-tabs.nav-justified>li a{
   background-color: blue;
   font-size: 18px;
   padding: 10px ;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu li a{
   background-color: red;
   font-size: 18px;
   padding: 10px ;
}
*/
.main_menu, .main_menu ul.dropdown-menu li a{
  font-size: 18px;
  padding: 10px 20px;
}

 .thumb {
    float: left;
    margin-right: 10px;
  }


/* MEDIA QUERIES */
@media (min-width: 480px) and (max-width: 767px) {
  .videos-slider .item .item-video {
    height: 300px;
  }
}



@media (max-width: 767px) {
  .top-nav .open .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
  }

  .featured-news>.item .details {
    height: auto;
  }

  /*.navbar {*/
    /*background-color: #fff;*/
  /*}*/

  /*.navbar-header {*/
    /*border-bottom: 1px solid #cacaca;*/
  /*}*/

  #navbar {
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  .header .info {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body.bg-2017 {
    background-image: url(../images/cc-pozadina-small.png?v=2);
  }

  body.bg-2018 {
    /*background-image: url(../images/cc-pozadina-2018-small.png?v=2);*/
  }
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  
  .featured-news>.item>.thumb {
    float: none;
  }

  .featured-news>.item:nth-child(odd) {
    /*background-color: red;*/
    clear:left;

  }

 

  .main_menu, .main_menu ul.dropdown-menu li a{
    font-size: 14px;
    padding: 3px 20px;
  }

  .top-nav>li:before {
    content: "\2014";
    float: left;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-nav>li:first-child:before {
    content: "";
    display: none;
  }
  .top-nav>li>a {
    float: right;
    padding-left: 0;
    padding-right: 0;
  }
  .top-nav>li>a:focus,
  .top-nav>li>a:hover {
    background-color: transparent;
    font-weight: bold;
  }
  .top-nav>li>a:after,
  .main-nav>li>a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
  }
  .top-nav>li>a,
  .main-nav>li>a {
    background-color: transparent;
    border: none;
  }
  .top-nav>li>a:hover,
  .top-nav>li>a:focus,
  .top-nav .open>a,
  .top-nav .open>a:focus,
  .top-nav .open>a:hover,
  .main-nav>li>a:hover,
  .main-nav>li>a:focus,
  .main-nav .open>a,
  .main-nav .open>a:focus,
  .main-nav .open>a:hover {
    background-color: transparent;
    font-weight: bold;
  }
  .top-nav>.dropdown .dropdown-menu,
  .main-nav>.dropdown .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    text-align: center;
  }
  .top-nav>.dropdown .dropdown-menu>li>a,
  .main-nav>.dropdown .dropdown-menu>li>a {
    display: inline-block;
    padding: 2px 6px;
    background-color: #d3d3d3;
  }
  .top-nav>.dropdown .dropdown-menu>li>a:hover,
  .top-nav>.dropdown .dropdown-menu>li>a:focus,
  .main-nav>.dropdown .dropdown-menu>li>a:hover,
  .main-nav>.dropdown .dropdown-menu>li>a:focus {
    color: #0028fb;
  }

  .top-nav>.dropdown .dropdown-menu {
    text-align: left;
  }

  .main-nav>li {
    /*min-width: 110px;*/
    white-space:nowrap;
  }

  .nav-tabs.nav-justified.main-nav>li>a {
    border-bottom: none;
  }

  .content > .single .intro-text {
    font-size: 16px;
  }

  .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: -40px;
    /*border:dashed 1px red;*/
    min-width: 180px;
  }

  .videos-slider .item .item-video {
    height: 200px;
  }

}

@media (min-width: 992px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 940px;
  }
  
  .top-nav>.dropdown:hover .dropdown-menu,
  .main-nav>.dropdown:hover .dropdown-menu {
    display: block;
  }

  .header .intro {
    text-align: left;
  }
  .header .info {
    text-align: right;
  }
  .header .info p {
    /*max-width: 192px;
    float: right;*/
    text-align: center;
  }

  .content > .single .intro-text {
    font-size: 14px;
  }

  .subtitle {
    font-size: 14px;
  }

  .sidebar .selections {
    font-size: 14px;
  }

  .videos-slider .item .item-video {
    height: 160px;
  }

  .footer-nav {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}



/*  Bootstrap Clearfix */

/* Mobile */
.col-xs-1:nth-child(12n+1),
.col-xs-2:nth-child(6n+1),
.col-xs-3:nth-child(4n+1),
.col-xs-4:nth-child(3n+1),
.col-xs-6:nth-child(2n+1){
  clear: left;
}

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
