@font-face {
    font-family: 'Ping LCG';
    src: url('PingLCG-Light.eot');
    src: local('Ping LCG Light'), local('PingLCG-Light'),
        url('PingLCG-Light.eot?#iefix') format('embedded-opentype'),
        url('PingLCG-Light.woff2') format('woff2'),
        url('PingLCG-Light.woff') format('woff'),
        url('PingLCG-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}




.raspored_container {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
}
.tabsection_for_date {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.tabsection_for_date ul {
  list-style-type: none;
  padding-left: 1px;
  width: calc(100% - 196px);
  display: inline-block;
  vertical-align: top;
}
.tabsection_for_date .download_btn {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  background: #ffc107;
  color: #000;
  border: 1px solid #000;
  color: #000;
  padding: 23px 15px;
  text-align: center;
  font-weight: 400;
  font-family: roboto;
  text-transform: uppercase;
}
.tabsection_for_date ul li {
  display: inline-block;
  margin: 0px -1px;
  border: 1px solid #272526;
  margin-bottom: 5px;
  border-bottom: 5px solid;
  position: relative;
}
.tabsection_for_date ul li.active a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: #000000 transparent transparent transparent;
}
.tabsection_for_date ul li.active a {
  background: #000;
  color: #ffc107;
}
.tabsection_for_date ul li.active a span.day {
  background: #000;
  color: #ffc107;
}
.tabsection_for_date ul li.active a span.date {
  background: #000;
  color: #ffc107;
  border-top: 1px solid #ffc107;
}

.tabsection_for_date ul li a {
  background: #ffc107;
  padding: 5px 10px;
  display: block;
  color: #fff;
  text-align: center;
}
.tabsection_for_date ul li a span {
  display: block;
  margin-bottom: 5px;
}
.tabsection_for_date ul li a span.day {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Roboto";
  letter-spacing: 1px;
}
.tabsection_for_date ul li a span.date {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  border-top: 1px solid #333;
  padding-top: 5px;
  margin-bottom: 0px;
}
.filter_section {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 5px 10px;
}
.filter_section .filter_btn a {
  width: 98px;
  display: inline-block;
  vertical-align: top;
  background: #000;
  border: 1px solid #ffc107;
  color: #ffc107;
  padding: 8px 15px;
  text-align: center;
  font-weight: 400;
  font-family: roboto;
  text-transform: uppercase;
}

.first_sec {
  background: #000;
  padding: 20px 25px;
  text-align: left;
  border: 1px solid #ffc107;
  margin-top: -1px;
}
.first_sec h4 {
  color: #ffc107;
  font-weight: 400;
  font-family: roboto;
  text-transform: uppercase;
}
.first_sec ul {
  padding-left: 0px;
}
.first_sec ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.first_sec label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 4px 0;
  cursor: pointer;
  position: relative;
}

/* input */
.first_sec input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* .design */
.first_sec .design {
  width: 16px;
  height: 16px;

  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 16px;

  position: relative;
}

.first_sec .design::before,
.first_sec .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
  left: -1px;
  top: -1px;
}

.first_sec .design:before {
  background: #ffc107;
  opacity: 0;
  transition: 0.3s;
}

.first_sec .design::after {
  background: #fff;
  opacity: 0.4;
  transition: 0.6s;
}

/* .text */
.first_sec .text {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  letter-spacing: 0.5px;
}

/* checked state */
.first_sec input:checked + .design::before {
  opacity: 1;
  transform: scale(0.6);
}

/* other states */
.first_sec input:hover + .design,
.first_sec input:focus + .design {
  border: 1px solid #ffc107;
}

.first_sec input:hover + .design:before,
.first_sec input:focus + .design:before {
  background: #ffc107;
}

.first_sec input:hover ~ .text {
  color: #ffc107;
}

.first_sec input:focus + .design::after,
.first_sec input:active + .design::after {
  opacity: 0.1;
  transform: scale(2.6);
}

.result_sec ul {
  padding-left: 5px;
  list-style-type: none;
}
.result_sec ul li {
  display: inline-block;
  vertical-align: top;
  width: 18.6%;
  margin: 0.5%;
}
.film_header {
  background: #000;
  padding: 5px 10px;
}
.film_header .movie_play_length {
  float: right;
  color: #fff;
  font-weight: bold;
}
.film_image {
  position: relative;
}
.film_play_time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(1, 1, 1, 0.5);
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}
.play_location {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(1, 1, 1, 0.5);
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}
.film_footer {
  background: #000;
  text-align: center;
  padding: 8px 5px;
}
.name_of_movie {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  font-family: roboto;
}
.director_of_movie {
  color: #ffce27;
  font-weight: 500;
  font-family: roboto;
}

.filter_appeared {
  display: none;
}
.day_heading {
  float: left;
}

.loading {
  display: none;
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.reset_filters {
  position: absolute;
  right: 4px;
  top: 4px;
  background: #ffc107;
  color: #fff !important;
  padding: 2px 10px;
  border: 1px solid #fff;
}
.first_sec {
  position: relative;
}
.reset_filters a {
  color: #000;
  text-transform: uppercase;
}
.raspored_container .alert-warning {
  margin: 10px;
}
.raspored_container .alert-warning p {
  margin-bottom: 0px;
}

.subheader_wrap {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 15px;
}
.dark_overlay {
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.subheader_wrap .dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subheader_wrap .subheader_content {
  position: absolute;
  bottom: 0;
  padding: 25px 20px;
  background: rgba(254, 199, 11, 0.7);
  width: 50%;
  color: #fff;
}

.film_info_list {
  border-color: #efefef;
}
ul.film_info_list{ border-left:1px solid #000; border-right:1px solid #000;}
ul.film_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid;
  border-top-color: currentcolor;
  font-size: 12px;
}
ul.film_info_list li {
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid;
  border-bottom-color: currentcolor;
  border-bottom-color: currentcolor;
  display: block;
  width: 50%;
  float: left;
  padding: 7px;
}
.film_info_list li {
  color: #000;
}
.film_description_detail {
  padding: 0px;
  color: #000;
}
ul.film_info_list li.full{
  width: 100%;
}
ul.film_info_list li.half{
  width: 50%;
}


.film_description_detail h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 34px 0 10px;
}

ul.projekcije_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
ul.projekcije_list li span.datum {
  background-color: #ffce27;
  color: #000000;
}
ul.projekcije_list li span.datum {
  display: block;
  float: left;
  font-size: 18px;
  margin-right: 30px;
  padding: 8px 10px;
  position: relative;
}
ul.projekcije_list li p {
  margin-bottom: 0;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 0;
}
ul.projekcije_list li span.vrijeme {
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
}
ul.projekcije_list li {
  background-color: #efefef !important;
  color: #000;
}

ul.projekcije_list li p.vrijeme {
  display: block;
  float: right;
  font-size: 17px;
  font-weight: 700;
  padding: 8px 10px;
}
.kategorija_filma + p {
  display: none;
}
.podnaslov {
  margin-bottom: 0px;
}

.pretraga_nagradenih_container {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
}
.winner_search_result ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 35px;
}
.winner_search_result ul li {
  display: inline-block;
  vertical-align: top;
  width: 18.6%;
  margin: 0.5%;
}
.winner_search_result ul li .movie_name {
  background: #000;
  padding: 5px 10px;
  color: #ffce27;
}
.winner_search_result ul li .movie_footer {
  background: #000;
  overflow: hidden;
  padding: 8px 5px;
}
.winner_search_result ul li .movie_footer .movie_year {
  float: left;
  text-align: left;
}
.winner_search_result ul li .movie_footer .movie_year p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: roboto;
  padding: 0px;
  margin: 0px;
}
.winner_search_result ul li .movie_footer .read_more {
  background: #ffce27;
  font-weight: 500;
  font-family: roboto;
  text-align: right;
  float: right;
}
.winner_search_result ul li .movie_footer .read_more a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
}
.for_winner_search .form-control.large {
  height: 45px;
  width: 300px;
  margin-top: -6px;
}
.for_winner_search form {
  padding-top: 25px;
}
.movie_detaiil_pop_con .title_header {
  padding: 5px;
  background: #ffce27;
  color: #000;
}
.movie_detaiil_pop_con p {
  font-size: 14px;
  color: #000000;
  font-family: roboto;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.movie_detaiil_pop_con .detail_movie {
  padding-top: 35px;
}

.loop-pagination {
  margin-top: 20px;
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagination-style .page-numbers {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  margin: 0 2px;
  padding: 4px 11px;
  line-height: 20px;
  font-size: 14px;
}
.pagination-style .page-numbers.current,
.pagination-style .page-numbers:hover {
  background: #ffce27;
  color: #000;
}
.pagination-style {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 25px;
}
.pagination-style .page-numbers {
  float: none;
  vertical-align: top;
}
.abecedarij-filmova-container {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
}
.top-list-menu {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.top-list-menu ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.top-list-menu ul li:first-child{ display:block; clear:both;}
.top-list-menu ul li {
  background: #ffc107;
  display: inline-block;
  color: #272526;
  text-align: center; margin-bottom:5px; width:6%;
}
.top-list-menu ul li a {
  color: #272526;
  text-transform: capitalize;
  padding: 5px 10px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-list-menu ul li a:hover,
.top-list-menu ul li a:focus,
.top-list-menu ul li a:active {
  background-color: #272526;
  color: #ffc107;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-section form .form-group {
  vertical-align: top;
}
.search-section form .form-group input {
  border-radius: 3px;
  height: 45px;
}
.grid-panel ul {
  list-style: none;
  padding: 0;
}
.grid-panel ul li {
  padding: 5px 10px;
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}
.grid-panel ul li .top-img {
  margin-bottom: 10px;
  position: relative;
}
.grid-panel ul li .top-img .year {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width:120px;
  border-radius: 45px;
  left: 50%;
  /*background-color:#000000;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grid-panel ul li .top-img .year:hover,
.grid-panel ul li .top-img .year:focus,
.grid-panel ul li .top-img .year:active {
  background-color: #fec609;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grid-panel ul li .top-img img {
  border-radius: 50%;
  border: 8px solid #fec609;
  box-sizing: border-box;
  padding: 5px;
}
.grid-panel ul li .panel-title span {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    min-height: 70px;
    display: block;
}
.modal .modal-header .close {
    position: absolute;
    right: 9px;
    top: 12px;
}
.modal .modal-header {
  flex-direction: column;
}
.modal .modal-header h5,
.modal .modal-header span {
  display: block;
  width: 100%;
}
.modal .modal-header span.short-description {
  font-size: 13px;
}
.napomena a {
  background: #ffce27 !important;
  color: #000 !important;
  padding: 5px 10px !important;
}
.subheader_content p {
  margin-bottom: 5px;
}
.digi-skin-switch.dark-mode .grid-panel ul li .panel-title span {
    color: #fff;}

.header-gradient.mobile_only{display:none;}
	.header-gradient.desktop_only{display:block;}

.desk_only{display:block;}
.mob_only{display:none;}


@media only screen and (max-width: 1087px) {
  .result_sec ul {
    padding-left: 0;
  }
  .result_sec ul li {
    width: 20%;
    margin: 0.5% 0;
    padding: 0 5px;
    float: left;
  }
  .filter_section {
    padding: 5px 5px;
  }
  .tabsection_for_date {
    padding: 10px 5px;
  }
  .header
    .navbar-light
    .ekit-wid-con
    .digiqole-elementskit-menu
    .elementskit-navbar-nav
    > li
    > a {
    padding: 0 12px;
  }
  .tabsection_for_date .download_btn {
    padding: 21px 8px;
  }
}
@media only screen and (max-width: 1024px) {
  /*.header .digiqole-elementskit-menu-container .navbar-toggler {
    display: block;
  }*/
  .grid-panel ul li {
    width: 25%;
}
}
@media only screen and (max-width: 991px) {
  .tabsection_for_date ul li a {
    font-size: 12px;
  }
  .tabsection_for_date ul li a span.date {
    font-size: 11px;
  }
  .tabsection_for_date .download_btn {
    padding: 21px 5px;
    font-size: 14px;
    width: auto;
    float: right;
  }
  .result_sec ul li {
    width: 33.33%;
  }
  .winner_search_result ul li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin: 0.5%;
}
  
}
@media only screen and (max-width: 890px) {
  .tabsection_for_date {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .tabsection_for_date .download_btn {
    order: 1;
  }
  .tabsection_for_date ul {
    order: 2;
    margin-top: 15px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabsection_for_date ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f7f7f7;
  }

  .tabsection_for_date ul::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
    border-radius: 10px;
  }

  .tabsection_for_date ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffc107;
  }
  .tabsection_for_date ul li a {
    padding: 5px 5px;
  }
  .tabsection_for_date ul li {
    width: 10.75%;
  }
}
@media only screen and (max-width: 768px) {
.winner_search_result ul li {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin: 0.5%;
}
.top-list-menu ul li {
    width: 10%;
}
}

@media only screen and (max-width: 767px) {
  .result_sec ul li {
    width: 50%;
  }
  .tabsection_for_date ul li {
    width: 13.85%;
  }
  .grid-panel ul li {
    width: 50%;
}
.col-auto.first_label, .col-auto.first_text_box{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;margin-bottom: 15px;
}
.col-auto.first_button, .col-auto.second_button{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px; margin-right:10px;
}
.for_winner_search .form-control.large{ width:100%;}
.btn {
    padding: 0 16px;
}
.header-middle-area .banner-img {
    display: block!important;
    text-align: center !important;
}
.logo {
    max-width: 300px !important;
}
.header-middle-area .col-md-1.col-lg-1.align-self-center{ text-align:center!important;}
.header-middle-area .col-md-1.col-lg-1.align-self-center img{ margin:0px auto!important;}
}
@media only screen and (max-width: 640px) {
	#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  top:-70px!important;
}
	.topbar .top-info, .topbar .top-nav {
  padding: 0px;
}
	.header-gradient .navbar-light .nav-search-area .header-search-icon a {
  background: rgb(60, 111, 114);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: auto;
  line-height: 37px;
  display: inline-block;
}

	.header-gradient.mobile_only{display:block;}
	.header-gradient.desktop_only{display:none;}
	
	.desk_only{display:none;}
    .mob_only{display:block;}
	
	
  .tabsection_for_date ul li {
    width: 19.45%;
  }
  .result_sec ul li {
    width: 100%;
  }
  .winner_search_result ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0.5%;
}
.top-list-menu ul li {
    width: 15%;
}
}
@media only screen and (max-width: 480px) {
  .tabsection_for_date ul li {
    width: 24.25%;
  }
  .banner-img.text-right.hrbanner br{ display:block!important;}
  .banner-img.text-right.hrbanner span{ display:none;}
}
@media only screen and (max-width: 370px) {
  .tabsection_for_date ul li {
    width: 32.75%;
  }
}

.top-list-menu ul li a.active {
  background-color: #272526;
  color: #ffc107;
}
.digi-skin-switch.dark-mode ul.film_info_list li{ background:#fff;}
.digi-skin-switch.dark-mode .podnaslov{color:#fff;}
.digi-skin-switch.dark-mode .film_description_detail p{color:#fff;}
.digi-skin-switch.dark-mode .vrijeme{color:#000!important;}
.digi-skin-switch.dark-mode .subheader_wrap .subheader_content{background: rgba(1, 1, 1, 0.7);}
.digi-skin-switch.dark-mode .modal-content{ background:#000;}
.digi-skin-switch.dark-mode .close{color:#fff;}

.header-middle-area{ background: rgb(251,191,48);
background: linear-gradient(90deg, rgba(251,191,48,1) 0%, rgba(251,191,48,1) 50%, rgba(62,111,113,1) 50%, rgba(62,111,113,1) 100%); padding:0px!important;}

.banner-img.text-right.hrbanner {
    color: #fcc113;
    font-size: 20px;
	font-family: 'Ping LCG';
    font-weight: 300;
    font-style: normal;
	letter-spacing:2px;
}
.banner-img.text-right.hrbanner br{ display:none;}
.header-middle-area .col-md-1 img{opacity:0;}

a[title="Insert PHP Snippet Wordpress Plugin"] {
  display: none !important;
}

a[title="PHP Scripts & Wordpress Plugins"] {
  display: none !important;
}

div:has(> a[title*='Insert PHP Snippet Wordpress Plugin']) { display:none; } 



