body {
    background: #282828 url('../img/dot_bg.png');
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 75%;
    color: #fff;
}

img {
    max-height: 250px;
}
.nav-item .nav-link a {
    color: #fff !important;
}
#network {
    background: #000;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-bottom: 4px solid #191919;
    top: 0px;
    /* position: fixed; */
    z-index: 9999;
}

#site {
    top: 138px;
    position: relative;
}

.blackout {
  background-color: #000;
}

.logo a {
  text-decoration: none;
}
.mobile-links a {
    display: inline-block;
}
.mobile-links .google {
    background-image: url('../img/tunein-assets.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -170px -40px;
    width: 130px;
    height: 40px;
}
.mobile-links .apple {
    background-image: url('../img/tunein-assets.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -169px 0px;
    width: 131px;
    height: 39px;
}


#main-nav {
    height: 35px;
    position: relative;
    background: url('../img/head3.png') repeat-x scroll 0 0 #000000;
    border-radius: 5px;
}

.section-title {
    display: block;
    color: #fff;
    font-family: times;
    background: url('../img/head3.png') repeat-x scroll 0 0 transparent;
    border: 1px solid #000;
    font: bold 1.1em sans-serif;
    min-height: 0;
    padding: 5px 8px 6px;
    border-radius: 5px 5px 0 0;
}
.section-title h2, #sidebar-1 .section-title h2 {
    font-family: times;
    font: bold 1.1em sans-serif;
    margin-top: 4px;
    text-shadow: 1px 1px 1px #000;
}
.section-title h2 {
    color: #fff;
    font-family: times;
    font: bold 1.1em sans-serif;
    margin: 0;
    min-height: 0;
}
.section-title a {
    text-decoration: none;
    color: #fff;
}
.post-date {
    color: #fbcf21;
    padding-left: 10px;
    margin: 2px 0 5px;
    background-color: #000;
}
.post-date a {
    /* color: #fff; */
}
a {
    color: #ffff00;
    text-decoration: underline;
    /* text-transform: uppercase; */
}
.wall {
    padding-top: 10px;
    padding-bottom: 5px;
}

#slidecordion {
    width: 425px;
    height: 288px;
    overflow: hidden;
    /* border: 1px solid #606871; */
    position: relative;
    padding-bottom: 5px;
}
#collection {
    width: 425px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    position: relative;
}
#collection #slides .prev {
    left: 0px;
    text-align: left;
}
#collection #slides .next {
    left: 395px;
    text-align: right;
}
#collection .slides_container {
    width: 425px;
    /* height: 275px; */
    overflow: hidden;
    position: relative;
    display: none;
}
.carousel-caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;

}
.carousel-caption h5 {
    font-size: small;
}
.events_info {
    /* width: 769px;
    height: 109px; */
    padding: 13px 0px 17px 0px;
}

#footer-site {
    background: #000;
    display: grid;
}

#site-footer {
    margin: 0 auto;
    width: 1000px;
    /* background: none repeat scroll 0 0 #141414; */
    /* border-top: 4px solid #191919; */
    /* padding: 10px 20px 0; */
}

#dashboard {
    font-size: 12px;
    background: url('../img/footer/shelf_bg.png') no-repeat center bottom;
    height: 235px;
    /* padding: 0 155px; */
}

#dashboard .column {
    width: 215px;
    /* border-right: 1px dashed #666; */
}

#dashboard .section {
    /* margin-bottom: 16px; */
    border: none;
    padding: 14px 16px;
    padding-top: 0;
}

#dashboard .textwidget {
    background: url('../img/footer/vinyl_records_svg.png') no-repeat 100%;
    width: 225px;
    position: relative;
}

#dashboard .playbutton {
    background: rgba(0, 0, 0, 0.2);
    width: 48px;
    height: 47px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 75px;
    left: 80px;
}

#dashboard .playbutton .icon {
    border-color: transparent transparent transparent #fff;
    border-style: dotted dotted dotted solid;
    border-style: solid\9;
    border-width: 10px 0px 10px 18px;
    margin: 14px auto;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 0;
    height: 0;
    opacity: 0.8;
}

#column-1, #column-2, #column-3, #column-4 {
    /* width: 248px; */
    width: 240px;
    float: left;
    /* padding-top: 16px; */
}

footer a {
    color: #fff;
    text-decoration: underline;
    /* font-family: Arial, sans-serif; */
}

footer .left {
    padding-left: 10px;
}
#copy-right {
    float: left;
    text-shadow: 3px 3px 3px #000;
}