*, ::after, ::before {
    box-sizing: border-box;
}
h3{
  color:#fff;
}
body{
  background-color:#000;
  font-family: 'Montserrat', sans-serif;
}
.header-top-area{
	padding:10px;
	position:relative;
	z-index: 10;
  height:72px;
  background: #000;
}
.header-mid-area{
	padding:0px;
	position:relative;
	z-index: 9;
  /*height:74px;*/
}
.header-top-area.fixed-header {
    position: fixed;
    top:0;
    background:#000;
    width: 100%;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.header-mid-area .col-md-6:nth-of-type(1), .header-mid-area .col-md-5:nth-of-type(1){
    padding-right: 0;
}
.header-mid-area .col-md-6:nth-of-type(2), .header-mid-area .col-md-7:nth-of-type(2){
    padding-left: 0;
}
.header-bottom-area {
    position: relative;
    width: 100%;
    z-index: 1;
    top:0px;
}
.header-bottom-area.fixed-slider {
    top:74px;
    margin-bottom: 74px;
}
.bottom-header-banner.fixed-baner {
    margin-top:50px;
}
.section-title h2{
	text-align:center;
}
.menu{
	padding:10px;
}
.logo{
	padding-left:15px;
}
.menu-wrap{
	flex:1;
}
.carousel-item {
  padding-top:230px;
	min-height: 530px;
}
.banner_content{
  padding: 20px;
	margin-bottom:20px;
  margin-left: 0;
  margin-right: 0;
}
.banner_content h2{
  /*font-family: 'Roboto Mono', sans-serif;*/
  font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight:400;
  background-color: black;
  color: white;
  display:inline-block;
  padding:0px 10px;
}
.banner_content h3{
	font-size: 20px;
	font-weight:400;
  padding:0px 5px;
}
.banner_content p{
  color: white;
  position: relative;
  background-color: black;
  display:inline-block;
  padding:0px 10px;
}
.banner_content a, .premijera a{
  background:white;
  color:#000;
  font-weight:600;
  padding:5px 10px;
}
.carousel-control-next, .carousel-control-prev{
  font-size:30px;
  z-index:100;
  width: 10%;
}


/* Section tv */
.section-tv{
	width:100%;
	height:0;
	opacity:0;
	transition: height 0.3s ease-out;
  position:relative;
}
.section-tv.open{
  padding-top: 50px;
	width:100%;
	height:auto;
	opacity:1;
	transition: height 0.3s ease-out;
}
.section-tv.open iframe {
	height: 500px;
}

/* Section tv emisije */

.title-wrap{
	padding-top:20px;
}
#news .title-wrap{
	padding-bottom: 0px;
}

.show_item_title {
    /*font-family: 'Roboto Mono', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
		font-size: 2em;
		line-height: 1.1em;
		display: block;
    padding: 10px 10px 10px 0px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin-top: 0 !important;
		margin-bottom: 0 !important;
}
.show_item_title.show_news {
		display: inline-block;
}
.show_item_subtitle {
    color: #000;
    background-color: #fff;
		display: inline-block;
		padding: 5px 20px;
		font-size: 1em;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 0;
    margin-bottom: 1rem !important;
}
.show_item_content{
	position:relative;
	margin-top: 0px;
}
.show_item_content.news{
	margin-top: 0px;
}
#shows{
	margin: -60px 0px 60px;
}
#tvkanali{
	margin: 20px 0px 30px;
}

#news .show-item, #shows .show-item{
	position:relative;
	width: calc(50% - 25px);
	display: inline-block;
}
#shows .show-item{
	width: 48%;
}
#shows .show_item_content{
	margin-top:0;
}
.autori-list{
	padding-top:40px;
}
.autori .show-item {
	position:relative;
	width: calc(33% - 25px);
	display: inline-block;
	margin-right:25px;
}
.autori .show-item:nth-child(3n+3){
	margin-right:0px;
}
#news .show-item:nth-child(even){
	margin-left:45px;
}
#shows .show-item:nth-child(even){
	margin-right:45px;
}
.show_item_content .show-item + .show-item {
    padding-top: 0;
    margin-top: 50px;
}
.show-item:before, .show-item-last:before {

}
.show-item:hover:before, .show-item-last:hover:before {

}
.show-item:hover .show-info {
  top: 41%;
}
.show-item-last:hover .show-info {
  top: 19%;
}
.show-item-last .show-info {
    top: 22.5%;
}
.show-item-image-wrapper{
	padding: 0px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	padding-top: 75%;
}
.show-image-link{
	position: relative;
    width: 100%;
    height: 75%;
    margin-top: -75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
		padding: 1px;
}
#news .show-item-image, #content .show-item-image{
		padding-top: 75%;
    position: relative;
    height: 100%;
    overflow: hidden;
		z-index:9;
}
.show-item-image{
    position: relative;
    overflow: hidden;
		z-index:9;
}
#news img.show-image, #content img.show-image{
	z-index: 1;
    position: absolute;
		top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
		max-width: none;
		height:100%;
}
#news img.show-image.tall, #content img.show-image.tall{
		width: 100%;
		height:auto;
}
#news img.show-image.wide, #content img.show-image.wide{
		width: auto;
		height:100%;
}
.show-info {
    display: block;
    max-width: 100%;
    padding: 1em 0;
    text-align: left;
    position: relative;
    z-index: 1;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.show-date {
  /*  font-family: 'Roboto Mono', sans-serif;*/
  font-family: 'Oswald', sans-serif;
    color: #000;
    background-color: #ffffff;
		min-height: 29px;
    display: inline-block;
    padding: 5px 14px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    vertical-align: middle;
    margin-left: -5px;
}
.related_wrap .show-date {
    font-size: 0.8rem;
    min-height: auto;
    padding: 2px 14px;
}
.related_wrap .premijera-item .show-info {
    top: -60px;
}
#events .show-date {
  padding: 5px 10px;
  font-size: 0.8rem;
}
.show-date p{
    margin:0;
}
#shows .show-title a {
    color: #ffffff !important;
    background-color: #000;
    padding: 6px 13px;
}
#shows .show-info {
    display: block;
    max-width: 100%;
    padding: 1em 0;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    z-index: 100;
}
#shows .show-date {
    margin-left: 0px;
}
.show-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    line-height: 1.33em;
    color: #ffffff !important;
    padding: 6px 10px;
    display: block;
}
#shows .show-title {
    padding: 6px 0px;
    font-size: 2rem;
}

.show-item-last {
    width: calc(52% - 50px);
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 6px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
		z-index: 10;
}
.show-item-image-last {
    width: 100%;
    height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
@media (min-width: 768px){
#shows .show-item-last img{
  opacity:0;
  }
}
@media (max-width: 1279px){
.title-wrap .style-bg:before {
    padding-top: 40px;
}
}
.pagination{
	padding:40px 0px;
  color:#fff;
}
.pagination button{
	border:0;
  padding:5px 10px;
}
[type=button]:disabled {
    background:#ccc;

}
/* Hit dana */
#hitdana {
	margin-top:0px;
	background-position: center ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
#hitdana .title-wrap{
	text-align:left;
}
#hitdana .title-wrap .style-bg {
     padding-top: 0px;
}
#hitdana p {
    color:#fff;
    margin-top:15px;
}

.hitdana-item-last{
	text-align:right;
	padding:0px 0px 20px;
}

#hitdana .res_vid{
	padding-bottom: 0;
  height: inherit;
}
#hitdana .res_vid iframe {
     position: relative;
		 width: 100%;
     height: 315px;
     border:1px solid #666;
}
#hitdana .res_vid .hitdana-text {
    position: relative;
    width: 100%;
    min-height: 315px;
    border: 1px solid #666;
    padding: 0px 15px;
}
.hitdana-okvir {
    padding: 0px 10px 20px 0px;
}
/* Premijera */
#premijera{
	margin-top: 0px;
}
.premijera-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		margin-left: 0px;
    margin-right: -25px;
}
.premijera-item{
    padding-bottom: 25px;
		display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
		width: 25%;
}
.news .premijera-item {
    width: 50%;
}
.premijera-item-wrapper{
		position: relative;
		display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #666;
    padding: 5px;
}
.related_wrap .premijera-item-wrapper{
    height: auto;
}
.premijera-item-wrapper:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	display: block;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	right: 0;
}
.footer-mid  .premijera-item-wrapper:before{
	height: 0;
}
.premijera-item-image{
		overflow: hidden;
		margin: 0;
    position: relative;
    z-index: 2;
}
.premijera-item-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.related_wrap .premijera-item-image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.premijera-image {
  position: absolute;
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.premijera-item .show-info{
	top: -20px;
	padding: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.premijera h3.subtitle{
  margin-top:0.5rem;
}
.signin-wrapper{
		padding-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 25px;
	}
.signin-item{
	background-color: #f1e300;
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    padding: 50px;
    height: 100%;
		justify-content: center;
}
.signin-item-wrapper{
		align-items:center;
	  text-align: center;
}
h3.call-to-action{
		margin-top:0;
		margin-bottom:0;
}
.signin-item-wrapper h5{
		margin-top:0;
	}
.signin-item-wrapper button, .banner_content button{
		color: #ffffff;
		background-color: #f6233b;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position:relative;
		z-index: 10;
    border: 0;
    padding: 10px;
}
.banner_content button{
		padding:10px 20px;
}
.signin-item-wrapper button a, .banner_content button a{
		color: #ffffff;
}
.signin-item-wrapper button a:hover, .banner_content button a:hover{
		color: #292929;
		text-decoration:none;
}
.signin-item-wrapper button:hover, .banner_content button:hover{
		color: #292929;
		background-color: #ffffff;
}
.signin-item-wrapper button:hover a, .banner_content button:hover a{
		color: #292929;
}
/* Futer */
footer{
	background-size: cover;
  background-position: center;
}

footer .widget_title{
	font-size: 22px;
    line-height: 41px;
    font-weight: 400;
    margin: 0 0 0 -30px;
    height: 41px;
    padding: 0 14px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: -41px;
		color: #ffffff;
    background-color: #f6233b;
		width: 100%;
}
footer .post-date {
    color: #f6233b;
    background-color: #ffffff;
		font-size: 12px;
    line-height: 29px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    height: 29px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0.4px;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}
footer .post_title {
    display: block;
    text-transform: none;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    min-height: 41px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
footer  img {
    width:100%;
}
footer .show_item_subtitle {
  margin-left:-5px;
  margin-top:10px;
}
footer .textwidget p{
  color:#fff;
  margin:15px 10px;
}
footer .textwidget a{
    background: white;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
}
footer .post_title a {
    color: #292929;
    background-color: #f1e300;
		display: inline-block;
		line-height: 28px;
		font-size: 20px;
		font-weight: 400;
		min-height: 41px;
		padding: 7px 14px 6px;
}
footer .post_title a:hover {
    color: #fff;
    background-color: #f6233b;
		text-decoration: none;
}
footer .go-wrap .item-mp + .item-mp {
    margin-top: 15px;
}
footer .socials_wrap {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    margin: -8px -8px 0 0;
}
footer .socials_wrap .social_item {
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
    text-align: center;
    margin: 8px 8px 0 0;
}
footer .socials_wrap .social_item .social_icon {
    color: #000;
    background-color: #fff;
		position: relative;
    display: block;
    background-size: 100%;
    background-position: top center;
    overflow: hidden;
}
footer .socials_wrap .social_item .social_icon:hover {
    background-color: #fff;
}
footer .contacts_description {
    margin-top: 30px;
}
footer .contacts_email {
    margin-top: 10px;
}
footer .contacts_email a{
    color:#fff
}
footer .contacts_email a:hover{
    text-decoration:underline;
		color:#fff;
}
.footer_copyright_inner {
    background-color: #000;
    border-top: 1px solid white;
    color: #ffffff;
    font-size: 1em;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
.footer_copyright_inner .copyright_text {
		color: #ffffff;
		background-color: #000;
    display: inline-block;
    position: relative;
    padding: 1.8em 2.6em 1.8em 2em;
    height: 82px;
    z-index: 2;
    min-width: 33.3333%;
    box-sizing: border-box;
}
.footer_copyright_inner .copyright_text a{
		color: #f1e300;
}
.footer_copyright_inner .copyright_text:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -500%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500%;
    height: 100%;
    background: #000;
}

.footer_menu {
    display: inline-block;
    padding: 0 2rem;
}
.footer_menu  a {
    color: #fff;
}

footer .more a:hover {
    color: #fff;
    background-color: #f6233b;
		text-decoration: none;
}
.footer-mid .show_item_img{
	margin-right:0px;
	margin-left:0px;
}
.footer-mid .show_item_img .col-md-4{
	padding:0px;
}
.footer-mid .show_item_img .app{
  padding:10px;
}
.contacts_wrap{
  padding:15px;
}
.footer-mid .container{
  padding-left:30px;
}

/* Muzzik list */
.muzzik-list{
	width:100%;
	padding:0px;
	margin:20px 0px;
	display:flex;
	justify-items: center;
  align-items: center;
  border:1px solid #666;
}
.muzzik-top h2.muzzik-top-subtitle{
	font-size:24px;
	font-weight:600;
	margin:50px 0 20px 0px;
	padding:0px;
}
.muzzik-box-home{
	margin: 0px 0px 80px 0px;
	align-items: flex-start;
  display: flex;
  flex-direction: column;
  color:#fff;
}
.muzzik-box{
	margin: 0px 0px 80px 0px;
	align-items: flex-start;
  display: flex;
  flex-direction: column;
  color:#fff;
}
.muzzik-image{
	width:120px;
}
.muzzik-list-author {
	flex-grow: 1;
}
.muzzik-list-author h2{
	font-size:24px;
	font-weight:400;
	margin:10px 0 0px 20px;
	padding:0px;
  color:#fff;
}
.muzzik-list-author p{
	font-size:16px;
	font-weight:400;
	margin:0 0 0 20px;
	padding:0px;
  color:#fff;
}
.muzzik-position,  .muzzik-list-no{
  justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid white;
    margin-right: 70px;
    min-width: 50px;
}
.muzzik-position .fa, .muzzik-list-no .fa{
	font-size:36px;
}
.muzzik-list-no .fa-caret-right{
	color:#dd2b11;
}
.muzzik-list-no a{
  display: flex;
}
.muzzik-list-no a:hover{
  text-decoration: none;
}
.muzzik-position .fa-caret-up{
	color:#05a703;
}
.muzzik-position .fa-caret-down{
	color:#dd2b11;
}
.muzzik-position .fa-caret-right{
	color:#ddcc11;
}
.muzzik-vote{
	width:100%;
	text-align:right;
	margin-top:-15px;
  color:#fff;
}
.muzzik-vote a{
	color:#fff;
	margin-left:30px;
}
.muzzik-vote a:hover{
	color:#f6233b;
	text-decoration:none;
}

.cela_lista{
	float:right;
  margin-top: -30px;
  position: relative;
    z-index: 10;
}
.cela_lista a{
	color:#fff;
}
/* Logovanje korisnika */

.single-login{
	width:100%;
	margin-top:15px;
}
.single-login label{
	margin:0;
}
.single-login input{
	width:100%;
}
.single-login .theme_button, .single-register .theme_button {
    color: #ffffff;
    background-color: #f6233b;
		padding: 0;
		height:40px;
    border:0;
}
.single-register .theme_button {
		margin-left:10px;
		border:1px solid #f6233b;
		height:60px;
		padding:0px 30px;
}
.single-login .theme_button:hover, .single-register .theme_button:hover {
		color: #fff ;
		background-color: #000 ;
    border: 2px solid white;
}
.register{
	padding:30px 0px;
}
.trx_demo_panel_list_item_term {
	margin:10px 0px;
}
.trx_demo_panel_list_item_term a{
	color:#aaa;
}
.user-registration{
	margin:50px 0px 80px 0px;
  color:#fff;
}
.user-registration h2{
	margin-bottom:40px;
}
input.custom-control-input {
    z-index: 100;
		display: block;
		width: 100%;
		padding: 10px;
		margin: 5px 5px 5px -22px;
		height: 20px;
}
input[type="radio"] + label.custom-control-label{
	padding-left: 0;
}
input[type="radio"] + label.custom-control-label:before{
	left:-23px;
	border: 1px solid #f6233b;
	font-size: 2em;
  line-height: 0.6em;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f6233b;
    background-color: #f6233b;
}
.registration .row{
		padding:10px 0px;
}
.uniForm{
		width:100%;
}
.single-register {
	text-align:center;
}
/* Vesti */
#news, .autori, #frontadmin{
	padding:0px 0px 60px;
}
.news h1.show_item_title{
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  padding: 10px 0px 30px 0px;
  text-transform:none;
}
.news {
  color:#fff;
}
.news p{
  margin:.5rem 0;
}

.post_meta {
    /*font-family: 'Roboto Mono', monospace; */
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    color:#000;
    padding: 2px 5px;
    display: inline-block;
}
.post_meta_item {
	color: #ffffff;
}
.post_meta_single {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 2.7em;
    letter-spacing: 0;
    overflow: hidden;
    clear: both;
}
.post_meta_single .post_tags {
    float: left;
    display: block;
    max-width: 55%;
    margin-top: 0;
		color: #000;
}
.post_meta_single .post_share {
    float: right;
    display: inline-block;
    /* max-width: 40%; */
		color: #ffffff;
}
.post_item_single .post_content .post_tags a {
    background-color: #f1e300;
		margin: 0 8px 8px 0;
}
.socials_wrap {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    margin: -8px -8px 0 0;
}
.socials_wrap .social_item {
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
    text-align: center;
    margin: 8px 8px 0 0;
}
.post_meta_item .socials_share .social_items {
		font-size: 1em;
}
.social_item .social_icon {
    background-color: #fff;
    color: #000;
		display: block;
    width: 2.55em;
    height: 2.55em;
    line-height: 2.55em;
    text-align: center;
}
.social_item .social_icon:hover{
    background-color: #f6233b;
    color: #000000;
}
.post_meta_single .post_tags a {
    background-color: #fff;
		margin: 0 8px 8px 0;
		color: #000;
		padding: 9px 15px;
		display: inline-block;
}
.post_meta_single .post_tags a:hover {
    background-color: #f6233b;
		color: #ffffff;
		text-decoration:none;
}
.res_vid {
	position: relative;
	padding-bottom: 56.25%;  /* 16:9 */
	/*padding-bottom: 46.75%; /* 16:10 */
	padding-top: 0px;
	height: 0;
}
.res_vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
h2.news-title{
	margin-top:0.58em;
}
h3.subtitle{
	margin-top:0px;
	font-size: 1.5em;
	line-height: 1.2em;
}

.sidebar .widget .widget_title {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    color: #ffffff;
		margin: 0;
    font-weight: 400;
    padding: 40px 0px 30px;
    text-transform:uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.sidebar .widget {
    color: #ffffff;
    background-color: #000;
		padding-left: 0;
    padding-right: 0;
		padding: 0px;
		position: relative;
		display: block;
}
.sidebar .go-wrap .item-mp .img img {
    float: left;
    margin: 0px;
    width: 100px;
    height: auto;
		max-width:fit-content;
}
.sidebar .go-wrap .item-mp .img{
    display:flex;
		flex-direction:column;
    position:relative;
}
.sidebar .go-wrap .item-mp{
    display:flex;
    border: 1px solid #666;
    margin-bottom: 10px;
}
.sidebar .go-wrap .post_title {
    display: flex;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    min-height: 41px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
		flex:1;
}
.sidebar .go-wrap .post_title {
		display: block;
    color: #fff;
    font-size: 15px;
		min-height: 73px;
    line-height: 15px;
		padding: 7px 14px 6px 10px;
		width: 100%;
}
.sidebar .go-wrap a:hover {
		text-decoration: none;
}
.sidebar .go-wrap .post-date {
    color: #000;
    background-color: #ffffff;
		letter-spacing: 0;
    font-weight: 500;
    font-size: 0.8rem;
    padding:2px 2px 2px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Komentari */
.comment-form label{
  display:block;
}
.fill_inited{
	color: #000;
	border-color: #000;
	background-color: #fff;
  width: 100%;
}
.form-submit input.submit{
	color: #ffffff;
  background-color: #f6233b;
	display: inline-block;
	font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
		white-space: nowrap;
    padding: 1.3em 2.4em;
    letter-spacing: 0;
    height: auto;
    border-width: 0 !important;
    margin-bottom: 3rem;
}
.comments_list_wrap .comment_posted .comment_date {
    color: #000;
    background-color: #fff;
		display: inline-block;
    margin: 0;
    padding: 0 16px;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
}
.comments_list_wrap .comment_author {
    color: #ffffff;
    background-color: #292929;
		margin: 0;
    display: inline-block;
    font-size: 1.375em;
    text-transform: none;
    line-height: 1.1em;
    min-height: 41px;
    vertical-align: middle;
    padding: 9px 14px 2px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.comments_list_wrap .comment_content {
    overflow: hidden;
    padding-top: 24px;
}
.scheme_default .comments_list_wrap .comment_text {
    color: #292929;
		margin-bottom: 0.5em;
}

/* Front admin */
#frontadmin .resources_list{
	padding-left:0;
}

#frontadmin .menu {
    background-color: #fff;
    margin: 0 8px 8px 0;
    color: #000;
    padding: 9px 15px;
    display: block;
		cursor:pointer;
}
#frontadmin .menu:hover {
    background-color: #f6233b;
    color: #ffffff;
}
#frontadmin h3.first-view{
	margin-top:0;
  color:#fff;
}
#frontadmin .first-desc{
  color:#fff;
}
#frontadmin .header th:first-child, #frontadmin .header th:last-child{
	width:50px;
}
#frontadmin .header th:nth-child(2){
	width:70%;
}

/* Plejlista */
.player{
	display:flex;
	flex-direction:column;
	flex-flow: nowrap;
}
ul.playlist--list{
	width:100%;
	margin: 1px 0px 0px 0px;
	padding:0px;
	color:#fff;
	background-color: #000;
	list-style-type: none;
	overflow: hidden;
	display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.playlist--list li{
	text-transform:uppercase;
	color:#fff;
	text-align: left;
	padding: 2px 0px 2px 0px;
  margin: 6px 20px;
	cursor:pointer;
}
.playlist--list li:hover, .playlist--list li.active{
	color:#f6233b;
}
.playlist{
	float:left;
	flex:1;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  border: 1px solid white;
  min-height: 74px;
}
.button-left{
	float:left;
	width:50px;
}
.playlist-open, .share-open{
	float:left;
	width:50px;
	height:37px;
	margin:0px;
	color:#fff;
	background-color: rgba(0,0,0,0.3);
	text-align:center;
	font-size:20px;
	cursor:pointer;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-top: 1px solid white;
}
.share-open{
	margin:0px 0px 0px;
  border-bottom: 1px solid white;
}
.share-open a, .share-slide a{
  color:#fff;
}
.share-list {
	width:50px;
	margin-left: 1px;
}
.share-list ul{
	margin-bottom:0;
	padding-left:0;
}
.share-list ul li{
	margin: 1px 0;
}
.share-list .social_item .social_icon {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
}
.footer_copyright_inner .social_item .social_icon {
  width: 72px;
  height: 82px;
  line-height: 82px;
  font-size: 24px;
}
.playlist-open .fa, .share-open .fa{
	vertical-align: middle;
	line-height: 34px;
}
.share-slide .fa, .share-list-social-facebook .fa, .share-list-social-facebook .fa{
	vertical-align: middle;
	line-height: 82px;
  color:#fff;
}
.playlist-open:hover, .share-open a:hover, .share-slide a:hover{
	color:#f6233b;
}
.slideup, .slidedown {
		max-height: 0;
		overflow-y: hidden;
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		-o-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
}

.share-slide,  .share-list-social-facebook, .share-list-social-twitter{
  position:relative;
  float:right;
  display: inline-block;
  width: 72px;
  height: 82px;
  text-align: center;
    background-color: #292929;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.slidedown {
		max-height: 350px ;
}
.video-js {
    margin: 0 auto;
	}

.resources_upload{
	padding:50px 0px 30px;
}
.message, .message3, .message2{
	border: 2px solid #fff;
    padding: 20px;
    font-weight: 700;
    margin-bottom:3rem
}


.geturl {
    cursor: pointer;
}
.geturl:active {
	border:2px solid ;
}
.span4 .alert {
    margin-bottom: 5px;
}
.alert-success {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
}

/* Baneri */

#baneri .show_item_title{
	padding:0px;
	display: inline-flex;
	width: 100%;
}
#baneri .show_item_title span.show_item_h2{
	padding:40px 36px;
	display: inline-block;
	align-self: center;
}
#baneri .show_item_title span.show_item_img{
	margin:0;
	flex: 1;
}
#baneri .title-wrap .style-bg {
    width: 100%;
		flex: 1;
    text-align: right;
}
#news-html img[style="float:left"], #event-html img[style="float:left"]{
	margin-right:15px;
}
#news-html img[style="float:right"],#event-html img[style="float:right"] {
	margin-left:15px;
}
#news-html a, #event-html a {
    color: #f6233b;
}
a.event-link{
  color:#fff;
}

.content{
  padding:50px 0px;
  color:#fff;
}

.content h1{
	margin-top:0;
}
.content a{
	color:#fff;
}
.content a:hover{
	text-decoration: underline;
}
.glasaj{
	cursor:pointer;
}
.caption{
	position: absolute;
	color: #fff;
	bottom: -25px;
	right: 0;
	font-size: 80%;
}
.caption-image{
	font-size: 80%;
	text-align:right;
	margin-bottom:15px;
}

/* Slajder */
.swiper-container {
	width: 100%;
	height: 100%;
  position: relative;
}

.swiper-slide {
	text-align: center;
	background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  max-height: 500px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-container{
  background: rgba(255,255,255,0.6);
    padding: 60px;
    margin:60px;
}
.slider-sub-title p{
  color:#000;
  font-size:30px;
  line-height:1.5;
  margin:0;
}
p.autor-vesti{
  font-size:0.9rem;
  text-align:right;
  margin-top:30px;
  margin-bottom:0;
}

/* Search */
.header-search{
  float: right;
  margin: 20px 0px 0px;
}
.header-search input.text{
  border: 0;
  padding: 0.5rem;
}
.header-search .fa-search{
  font-size:24px;
}
.header-search button{
  top:1px;
  position: relative;
  padding: 0.4rem;
  border: 0;
  background: #fff;
  cursor:pointer;
}
.header-search button:hover{
  background:#f6233b;
}

#news h6.show_item_subtitle{
  margin-bottom:0;
}


.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#000000;
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#fff;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#f6233b;
}

/* Modal */
.modal-header {
 border-bottom: 0;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px;
    margin: 4.5rem auto;
}
}
.videodetector {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videodetector iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.remove-videodetector{
  display:none;
}

.radiolista{
  padding-bottom:40px;
}

#radiolista .playlist--list{
  border-top:1px solid #fff;
  border-left:1px solid #fff;
}
#radiolista .playlist--list li{
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  margin: 0px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 16.66%;
}
#radiolista .playlist--list li.selected{
  background:#fff;
  color:#000;
}
#radiolista .playlist--list li:before {
    font-family: "fontello";
    content: '\e957';
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 1px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    color:#f6233b;
    margin-right:10px;
    font-size:10px;
    float: left;
}
#radiolista .playlist--list li.selected:before {
    border: 1px solid #000;
}

#radiolista .playlist{
  border:0;
}
@media (max-width: 992px){
  #radiolista .playlist--list li{
    width: 33.33%;
  }
}
@media (max-width: 480px){
  #radiolista .playlist--list li{
    width: 50%;
  }
}
@media (max-width: 330px){
  #radiolista .playlist--list li{
    width: 100%;
  }
}

.muzzapp{
  width:50%;
}
.footer-box{
  width:50%;
}

/* Baneri */
.top-header-banner .container{
  padding:0;
}
.top-banner{
  display: flex;
  justify-content: space-between;
}
.text-baner{
  display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
.bottom-header-banner{
  margin-top: 0px;
  height:300px;
  background:#cd2026 url('../images/muzzik-app1.jpg') no-repeat center center ;
  position:relative;
  background-size: contain;
  margin-top:50px;
}
.bottom-banner{
  position:absolute;
  bottom:0;
  margin:0 auto;
  width:320px;
  left: 0;
  right: 0;
}
.android-wrap, .iphone-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-wrap{
  display:flex;
  justify-content: space-between;
}
.bottom-banner-title{
  text-align:center;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.android-text, .iphone-text{
  text-align:center;
  color:#fff;
  font-family: 'Oswald', sans-serif;
}
.popup{
    width: 400px;
    background: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #fff;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 100;
}
.popup button{
    background: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup a{
  color:#fff;
  font-weight:600;
}
.popup h2{
  font-size: 2.6em;
  margin-top: 42px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.video-wrap button.playtv{
  background: #fff;
  border: 0;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
}
