/*
Theme Name: Dark
Theme URI: http://www.radiohost.pl
Version: 0.8-BETA
Author: RadioHost
Author URI: http://www.radiohost.pl
Description: Szablon radiowy
License: Proprietary
License URI: https://en.wikipedia.org/wiki/Proprietary_software
Tags: dark, radio, radiohost, shoutcast, music
Text Domain: Radiohost...
*/

/* Import czcionki */
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/

body{
    /*font-family: 'Lato', sans-serif;*/
}
.bg-dark {
    color: white;
    background-color: black;
    border-radius: 0px;
}
.main-conten {
    margin-top: 20px;
    margin-bottom: 20px;
}
#primary {
    min-height: 40vh;
}
.section-header {
    min-height: 54px;
}
.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Ramówka*/

.agenda {
    margin-left: 10px;
    margin-right: 10px;
}
.agenda th,
.ramowka td {
    border-top: none transparent 0px !important;
}
.agenda tr:first-child td {
    border-top: none transparent 0px !important;
}
.agenda .r-nav {
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    display: inline-block !important;
}
.agenda .r-nav li {
    transition: 0.5s;
    cursor: pointer;
}
.agenda .r-nav li:hover {
    transition: 0.5s;
}
.ramowka-block {
    height: 115px;
    padding-left: 10px;
    padding-top: 10px;
}
div.ramowka-slider {
    height: 115px;
}
.ramowka-slider td {
    padding: 5px;
}
.ramowka-slider .disabled {
    display: none;
}
.agenda {
    overflow: hidden;
}
.owl-item {
    display: inline-block;
}
.ramowka-block .dj,
.ramowka-block .cont {
    display: inline-block;
}
.ramowka-block .dj {
    width: 35%;
}
.ramowka-block .cont {
    width: 65%;
    vertical-align: middle;
}
.r-nav li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.day .short {
    /*width: 150px;*/
}
.agenda hr {
    margin-top: 5px;
}
.avatar {
    height: 80px;
}
.avatar .fa {
    vertical-align: middle;
    /*line-height: 80px;*/
    
    cursor: pointer;
}
/*END*/

.logo {
    max-height: 45px;
}

@media (max-width: 993px){
    .logo {
        position: absolute;
        max-height: 45px;
        top: 25px;
        left: 10px;
        max-width: 200px;
    }
}

.footer .logo {
    max-height: 70px;
    margin-bottom: 10px;
}
/* Footer */

.footer {
    width: 100%;
    background: black;
    padding-top: 30px;
    text-align: center;
}
/*END*/

.comments-area ul,
.comments-area ol,
.comments-area li {
    list-style: none;
}
.comments-area .comment-author {
    margin-left: -60px;
}
#comment {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    resize: none;
    transition: 0.5s;
    font-size: 12px;
    vertical-align: bottom;
}
#comment:focus {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    transition: 0.5s;
    box-shadow: 0 0 0px transparent !important;
    outline: none;
}
#submit {
    background: none;
    border: solid 1px white;
    border-radius: 0px;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.spacing {
    min-height: 24px;
}
.section-header {
    border-left: 4px white solid;
    padding-bottom: 6px;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: black;
}
.section-header h2 {
    color: black;
}
.section-footer {
    border-left: 4px white solid;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
@media(max-width: 480px) {
    .section-header h4 {
        font-size: 1.2rem;
    }
}
.section {
    margin-bottom: 20px;
}
.section.slider {
    padding-bottom: 0px;
}
.section.padding {
    padding-bottom: 15px;
}
.slider {
    margin-bottom: 20px;
}
.news .title {
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
}
.band {
    font-size: 12px;
    font-weight: bold;
}
.news .owl-item img {
    width: 150px !important;
    height: auto !important;
}
.team .owl-item img {
    width: 150px;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
}
.team .title {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
.team hr {
    width: 20%;
    border-radius: 4px;
}
.team .description {
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    height: 54px;
}
.section-container.ostatnie {
    height: 200px;
    overflow-y: auto;
}
.carousel-section {
    margin-left: 25px;
    margin-right: 25px;
}
.owl-stage-outer {
    position: relative;
    left: 10px;
}
.owl-prev,
.owl-next {
    width: 15px;
    height: 28px;
    position: absolute;
    top: 64px;
    opacity: 0.5;
    transition: 1s;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    transition: 1s;
}
.owl-prev {
    background: url(images/prev.png) no-repeat;
    left: -25px;
}
.owl-next {
    background: url(images/next.png) no-repeat;
    right: -25px;
}
.left-white {
    border-left: solid 3px white;
}
.blue {
    color: #ACF;
}
.news-tiles.row {
    margin-left: 0px;
    margin-right: 0px;
}
.news-tiles .col-lg-4,
.news-tiles .col-md-6,
.news-tiles .col-md-12,
.news-tiles .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.news-tiles .tile-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    transition: 1s;
}
.tile:hover .tile-content {
    background: rgba(0, 0, 0, 0.5);
    transition: 1s;
}
.tile .tile-image-div {
    overflow: hidden;
}
.tile:hover .tile-image{
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    transition: 0.5s ease-in;
}
.tile .tile-image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in;
}
.news-tiles .title {
    margin-top: 4px;
    text-align: center;
}
.news-tiles .description {
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -2px;
    word-break: break-all;
}
.news-tiles hr {
    width: 20%;
    border-radius: 4px;
    margin-top: 8px;
}
.news-tiles .tile {
    cursor: pointer;
}
.table-noborders th,
.table-noborders td {
    border-top: 0px solid transparent !important;
}
.table-noborders .firts {
    font-size: 16px;
}
.table-noborders .second {
    font-size: 14px;
}
.prezenterzy .col-md-8 {
    text-align: center;
}
.prezenterzy img {
    margin: 0 auto;
}
.prezenterzy2 {
    margin-left: 20px;
    margin-right: 20px;
}
.prezenterzy2 .title {
    font-size: 18px;
    margin-left: 10px;
}
.prezenterzy2 .title small {
    font-size: 12px;
}
.prezenterzy2 hr {
    border-bottom: solid 1px white;
}
.prezenterzy2 .community {
    margin-left: 10px;
    margin-top: 15px;
    font-size: 24px;
}
.prezenterzy2 .community a {
    opacity: 0.7;
    transition: 1s;
}
.prezenterzy2 .community a:hover {
    opacity: 1;
    transition: 1s;
}
.team .community {
    margin: 0 auto;
    /*margin-top: 20px;*/
    
    text-align: center;
    font-size: 24px;
}
.team .community a {
    display: inline-block;
    opacity: 0.7;
    transition: 1s;
}
.team .community a:hover {
    opacity: 1;
    transition: 1s;
}
.team .community img {
    width: 30px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
}
article .article-photo {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.section a {
    transition: 0.5s;
    text-decoration: none;
}
.section a:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.team-row .row {
    margin-bottom: 20px;
}
.team-row {
    margin-left: 20px;
    margin-right: 20px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.team-row hr {
    border-top: white 1px solid;
}
.team-row hr:last-child {
    border-top: none transparent 0px;
}
.team-row .title {
    margin-left: 20px;
}
.team-row .title {
    font-size: 18px;
}
.team-row .title small {
    font-size: 12px;
}
.naglowek .title {
    font-weight: bolder;
}
.naglowek {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 80px;
}
.naglowek .avatar {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    /*margin-right: 20px;*/
    
    width: 80px;
}

.naglowek .left-white {
    min-height: 80px;
}
@media(max-width: 770px) {
    .naglowek .left-white {
        margin-bottom: 10px;
    }
}
/* Chat */

.right-20 {
    margin-right: 20px;
}
.chat {
    margin-left: 20px;
    margin-right: 0px;
}
.chat .avatar {
    max-width: 50px;
    max-height: 50px;
}
.chat .form {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    resize: none;
    transition: 0.5s;
    font-size: 12px;
    vertical-align: bottom;
}
.chat .form:focus {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    transition: 0.5s;
    box-shadow: 0 0 0px transparent !important;
    outline: none;
}
.chat .message {
    margin-bottom: 10px;
    font-size: 12px;
}
.chat .me {
    text-align: right;
}
.chat .message.other .content,
.chat .message.other .title {
    margin-left: 20px;
}
.chat .message .title {
    margin-bottom: 10px;
    font-size: 12px;
}
.chat .messages {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.chat .button {
    height: 30px;
}
.chat .btn {
    background: none;
    border: solid 1px white;
    border-radius: 0px;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chat .bot-msg {
    font-size: 12px;
}
body {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 1px solid transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
    background-color: white;
}
/* Pozdrowienia */

.pozdrowienia .form {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    resize: none;
    transition: 0.5s;
    font-size: 12px;
    vertical-align: bottom;
}
.pozdrowienia .form:focus {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    transition: 0.5s;
    box-shadow: 0 0 0px transparent !important;
    outline: none;
}
.pozdrowienia {
    margin-left: 20px;
    margin-right: 20px;
}
.pozdrowienia .button {
    height: 30px;
}
.pozdrowienia .btn {
    background: none;
    border: solid 1px white;
    border-radius: 0px;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fa-12x {
    font-size: 120% !important;
}
/* Spinner */

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.player .player-controls {
    display: inline-block;
    float: right;
    margin-left: 5px;
    text-align: center;
    width: 100%;
}
.player .player-controls:first-child {
    margin-left: 5px;
}
.player .song-title {
    line-height: 30px;
}
.player-control {
    cursor: pointer;
}
@media(max-width: 767px) {
    .player {
        text-align: center;
    }
    .player .cent {
        text-align: center;
        margin: 0 auto;
    }
}
.h20 {
    height: 20px;
}
/* END Spinner  */

.block-volume .fa {
    position: relative;
    top: 3px;
    cursor: pointer;
}
.ui-slider,
.ui-widget-content {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 5px;
    margin-right: 5px;
    background: #eee !important;
    border: none transparent 0px !important;
    height: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.ui-slider-handle {
    border-radius: 50% !important;
    height: 12px !important;
    width: 12px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px !important;
}
.margin-40 {
    margin-left: 20px;
    margin-right: 20px;
}
.close-block {
    text-align: right;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.community-link {
    margin: 10px;
    transition: 0.5s;
    font-size: 18px;
}
.community-link:hover {
    opacity: 0.5;
    transition: 0.5s;
}
#cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-top: solid white 2px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
    z-index: 9999;
}
.server-listeners {
    position: relative;
    margin-right: 20px;
    /*top: -20px;*/
}
.edit-button {
    background: transparent;
    border: solid white 2px;
    min-width: 50px;
    border-radius: 4px;
    margin: 2px;
}
.edit-buttonset {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.edit-widget {} 
.edit-state-default {} 
.edit-state-active {
    background: white;
    color: black;
    font-weight: bolder;
}
.ui-dialog-titlebar {
    height: 50px;
}
.ramowka-block.active {
    max-width: 90%;
}
h6 {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.nav-link {
    margin-top: -3px;
    line-height: 40px;
}
.tables table {
    width: 100%;
}
table .time {
    width: 120px;
}
table .dj {
    width: 80px;
}
table .short {
    max-width: 250px;
}
.vote {
    transition: 0.5s;
    cursor: pointer;
}
.vote:hover {
    transition: 0.5s;
}
.red {
    color: #FC6E51;
}
.green {
    color: #A0D468;
}
.change-playlist {
    margin-right: 20px;
    cursor: pointer;
}
#signup-content {
    margin-top: 20vh;
    margin-bottom: 20vh;
}
#signup-content .wp-signup-container {
    content: "";
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.pagination li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
}
.pagination li a {
    transition: 0.5s;
}
.pagination li a:hover {
    transition: 0.5s;
    opacity: 0.7;
}
.pagination .current {
    opacity: 0.7;
}
.slider a .carousel-caption {
    transition: 0.5;
}
.slider a:hover .carousel-caption {
    opacity: 0.7;
    transition: 0.5;
}
.carousel-caption {
    transition: 0.5s;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
}
@media(max-width: 541px) {
    .carousel-indicators {
        bottom: -10px !important;
    }
    .slider {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.nowosci-image {
    height: 140px;
    width: 100%;
    background-size: cover;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    left: -1px;
}
.przeboje {
    padding-bottom: 5px;
}
.section.text p {
    padding: 1px;
    margin-left: 15px;
}
.section-container.player,
.section-container.agenda,
.section-container.prezenterzy {
    padding-bottom: 5px;
}
@media(max-width: 993px) {
     #menu-menu-glowne{
        width: 100%;
        margin-top: 45px;
    }
    .menu-item, .navbar-brand {
        width: 100%;
        text-align: center;
    }
 /*   .navbar-brand img {
        margin: 0 auto;
        text-align: center;
    }*/
    .navbar-nav .nav-item + .nav-item {
        margin-left: 0px;
    }

}
.text-logo {
    font-size: 20px;
}
.przeboje .przeboje {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.news-tiles {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.avatar .fa-play {
    line-height: 50px;
}
.preview {
    cursor: pointer;
}
.centered {
    text-align: center;
}
.modal-content {
    border-radius: 0px !important;
    background-color: transparent !important;
    border: 0px none transparent;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px none transparent;
}
.modal-header {
    display: none;
    padding: 15px;
    border-bottom: 0px none transparent;
}
.modal-body {
    text-align: center;
}
.modal .btn {
    border-radius: 0px;
}
.section-container.players {
    text-align: center;
}
.popup {
    cursor: pointer;
}
.ui-tooltip.ui-widget-content {
    height: 40px !important;
}
.slider-image {
    height: 345px;
}
@media(max-width: 1199px) {
    .slider-image {
        height: 305px;
    }
}
@media(max-width: 991px) {
    .slider-image {
        height: 220px;
    }
}
@media(max-width: 570px) {
    .slider-image {
        height: 160px;
    }
}
.icon {
    max-width: 50px;
}
.custom-player .block {
    margin-bottom: 10px;
}
.block .block-volume {
    min-height: 30px !important;
}
.add .carousel-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.community .fa {
    margin: 5px;
}
.emoji-picker-icon {
    color: white;
}
.avatar-div:hover .avatar {
    transform: scale(1.2, 1.2);
    opacity: 0.7;
    transition: 0.5s ease-in;
}
.avatar-div:hover .avatar-desc {
    opacity: 1;
    transition: 0.5s ease-in;
}
.avatar-div .avatar {
    transition: 0.5s ease-in;
}
.avatar-div {
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.avatar-desc {
    opacity: 0;
    position: absolute;
    top: 0px;
    color: white;
    width: 200px;
    background: rgba(0, 0, 0, 0.5);
    height: 200px;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease-in;
}
.add {
    position: relative;
    top: -5px;
}
.add .description {
    position: absolute;
    top: 160px;
    width: 100%;
    height: 100px;
    padding: 10px;
    background: rgba(43, 43, 43, .51) !important;
}
.ramowka-slider .activer {
    border: solid red 2px;
}
.editorBar {
    width: 100%;
    height: 30px;
    background: rgb(78, 162, 255);
}
.community-link {
    color: white;
}
.community-link:hover {
    color: white;
    opacity: .5;
}
.community-link {
    cursor: pointer;
}
.ramowka-slider .avatar {
    width: 20%;
}

@media(max-width: 575px){
    .ramowka-slider{
        overflow-y: scroll;
        overflow-x: hidden;
        height: 292px !important;
    }
}


.navbar-dark .navbar-toggler{
    float: right;
}