body {
	background-color:#FCCE64;
    font-family: Helvetica, sans-serif;
    text-align: left;
    font-size: 17px;
	color:#782095;
    line-height: 19px;
    word-wrap: break-word;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    background-repeat: no-repeat;
}
.container {
	text-align:center;
	border-right: 4px solid #806030;
	border-left: 4px solid #806030;
	position: relative;
}

.index-table {
   background-image: url('../images/tableback.gif');
}
.index-cella {
	padding: 20px;
}
.row {
	
}
.channel-cella {
	padding: 2px;
	width: 20%;
	/* border: 1px solid; */
	/* display: flex; */
	/* flex-wrap: wrap; */
}
a {
	color:#782095;
}

#tartalom {
	background-image: url('../images/tableback.gif');
	text-align: left;
	color: black;
    padding-bottom: 15px;
}

.span5 {
	font-size: 14px;
}

#lastplayed {
	border-left: solid 2px;
}

.bottom-left {
    position: absolute;
    bottom: 2px;
    left: 6px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.text {
  color: white;
  font-size: 10px;
}

#channel-types {
    width: 100%;
}
#channel-types tr td a {
    display: block;
    position: relative;
    padding: 2px;
}
#channel-types tr td a span.avatar-container {
    display: block;
    position: relative;
}
#channel-types tr td a span img {
    width: 100%;
}
#channel-types tr td a span.avatar-container span.middle {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    top: 0;
    height: 100%;
    
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
#channel-types tr td a span.avatar-container.active span.middle,
#channel-types tr td a span.avatar-container span.middle:hover {
    background: rgba(0, 0, 0, 0);
}
#channel-types tr td a span.avatar-container span.middle span.text {
    display: block;
    position: absolute;
    bottom: 3px;
    text-align: left;
    padding: 0 3px;
    width: 100%;
    line-height: 10px;
}

.borderless td, .borderless th {
    border: none !important;
}

#copyright {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

span.avatar-container img {
    width: 100%;
}


@media (max-width: 720px) {
	div#tartalom {
	    padding: 0;
	    min-height: initial !important;
	}
	table#channel-types tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
	.channel-cella {
	padding: 0;
	width: 100%;
	/* border: 1px solid; */
	display: flex;
	flex-wrap: wrap;
}
	
td.channel-cella a{
    padding-bottom: 12px !important;
}
#copyright {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: initial;
}
	div#current-song {
    position: relative !important;
}
}

@media (min-width: 1400px) {
    .custom-container{
        width:1300px;
    }
}

ul#left-menu {
    list-style: none;
    padding-left: 0;
}

ul#left-menu li {
    margin-bottom: 15px;
}

#player {
    margin-top: 15px;
    background: #0d0d0d;
    padding: 10px;
    color: #fff;
}

.progress-bar {
    -webkit-box-shadow: inset -1px 7px 5px -3px rgba(0,0,0,0.4);
    box-shadow: inset -1px 7px 5px -3px rgba(0,0,0,0.4);
}


