@charset "UTF-8";
@import url(https://use.typekit.net/ffy2hoi.css);
body,
html {
    height: 100%;
}
body {
    background-color: #050505;
    font-family: proxima-nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    width: 100%;
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgba(104, 32, 32, 0.08);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
}
shim {
    width: 100%;
    float: left;
    height: 130px;
}
@media (max-width: 1020px) {
    shim {
        height: 60px;
    }
}
.btn {
    border-radius: 7px !important;
}
.no-pad {
    padding: 0;
}
.center-text {
    text-align: center;
}
.nav-bar {
    height: auto;
    background-color: #232321;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 8px #0000002b;
}
@media (min-width: 1800px) {
    .nav-bar .container .container {
        max-width: 1580px !important;
    }
}
.nav-bar #mobSearchButton {
    color: #ddd;
    font-size: 22px;
    position: fixed;
    top: -2px;
    right: 13px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 33px;
    border: solid 1px #666;
    margin-top: 15px;
    border-radius: 50px;
}
.nav-bar #mobSearchButton:hover {
    color: #fff;
}
.nav-bar #searchButton {
    color: #ddd;
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    width: 55px;
    cursor: pointer;
    float: none;
    float: right;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #666;
    margin-top: 15px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar #searchButton:hover {
    border: solid 1px #ddd;
}
.nav-bar .header-bar {
    height: 85px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 0 15px;
    border-bottom: solid 1px #353535;
}
.nav-bar .header-bar a.logo {
    width: 100%;
    text-align: center;
}
.nav-bar .header-bar a.logo img {
    height: 67px;
    width: auto;
}
.nav-bar .header-bar .right-menu {
    text-align: right !important;
}
.nav-bar .header-bar .left-menu {
    float: left;
    text-align: left;
}
.nav-bar .nav-socials {
    margin-top: 15px;
}
.nav-bar .nav-socials .nav-social {
    height: 36px;
    width: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #666;
    margin-right: 8px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .nav-socials .nav-social:hover {
    border: solid 1px #ddd;
}
.nav-bar .navigation {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #353535;
    position: relative;
}
.nav-bar .navigation a.logo {
    width: 210px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 8px;
    display: none;
}
.nav-bar .navigation a.logo img {
    width: 100%;
    height: auto;
    float: left;
}
.nav-bar .navigation #navButton {
    width: 36px;
    height: 36px;
    color: #fff;
    position: fixed;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    cursor: pointer;
    left: 15px;
    top: 12px;
    z-index: 999;
    border: solid 1px #666;
    border-radius: 50px;
    display: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .navigation #navButton:hover {
    border: solid 1px #ddd;
}
.nav-bar .navigation ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
}
.nav-bar .navigation ul li {
    display: inline-block;
    position: relative;
}
.nav-bar .navigation ul li:hover a {
    color: #fff;
}
.nav-bar .navigation ul li:hover a .icon {
    transform: rotate(180deg);
}
.nav-bar .navigation ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    top: 45px;
}
.nav-bar .navigation ul li:hover ul li a {
    color: #ddd;
}
.nav-bar .navigation ul li:hover ul li a:hover {
    color: #fff;
}
.nav-bar .navigation ul li a {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ddd;
    letter-spacing: 0.09rem;
    font-weight: 500;
    position: relative;
}
.nav-bar .nav-bar-search {
    width: 100%;
    position: absolute;
    height: 85px;
    background: #232321;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999999;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    padding-top: 10px;
}
.nav-bar .nav-bar-search .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: #ddd;
    font-size: 24px;
}
.nav-bar .nav-bar-search .close-search {
    position: absolute;
    right: 14px;
    top: 12px;
    height: 36px;
    line-height: 33px;
    width: 36px;
    text-align: center;
    color: red;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .nav-bar-search .close-search:hover {
    border: solid 1px #ddd;
}
.nav-bar .nav-bar-search .form-control {
    background-color: transparent;
    border: none;
    color: #ddd;
    height: 65px;
    line-height: 65px;
    padding-left: 60px;
    padding-right: 50px;
    outline: 0;
    border-bottom: solid 1px #999;
    border-radius: 0 !important;
    font-size: 18px;
    outline: 0 !important;
}
.nav-bar .nav-bar-search .form-control:focus {
    border-bottom: solid 1px #ccc;
    outline: 0 !important;
}
.nav-bar .nav-bar-search .form-control::-webkit-input-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control::-moz-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control:-ms-input-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control:-moz-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search.show {
    left: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#mob-navi {
    position: fixed;
    left: -500px;
    top: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    padding-top: 65px;
    z-index: 9999999;
    background-color: #292929;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
}
#mob-navi .btn {
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-size: 14px;
    font-weight: 600;
}
#mob-navi p {
    color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
#mob-navi.show {
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#mob-navi #close-mob-navi {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 33px;
    top: 0;
    right: 15px;
    line-height: auto;
    color: #ddd;
    position: absolute;
    font-size: 23px;
    margin-top: 12px;
    border: solid 1px #666;
    border-radius: 50px;
}
#mob-navi #close-mob-navi:hover {
    border: solid 1px #ddd;
}
#mob-navi ul {
    padding: 0;
    width: 100%;
    float: left;
}
#mob-navi ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #393939;
}
#mob-navi ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 19px;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none;
}
#mob-navi ul li a .icon {
    float: right;
    font-size: 16px;
    margin-top: 5px;
    display: none;
}
#mob-navi ul li ul {
    float: left;
    width: 100%;
    height: auto;
    position: static;
    padding-left: 20px;
    background-color: #252525;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #393939;
}
#mob-navi ul li ul li {
    float: left;
    width: auto;
    margin-bottom: 8px;
    margin-right: 15px;
    border: none !important;
}
#mob-navi ul li ul li a {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#mob-navi .mobi-nav-socials {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}
#mob-navi .mobi-nav-socials .nav-social {
    height: 36px;
    width: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #666;
    margin-right: 8px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#mob-navi .mobi-nav-socials .nav-social:hover {
    border: solid 1px #ddd;
}
@media (max-width: 1024px) {
    .shim {
        height: 55px;
    }
    #mob-navi .mobile-menu-fifty {
        width: 50% !important;
    }
    .nav-bar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 3px 8px #0000002b;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: #222;
    }
    .nav-bar #searchButton {
        display: none;
    }
    .nav-bar #mobSearchButton {
        display: block;
    }
    .nav-bar .header-bar {
        display: none !important;
    }
    .nav-bar #navButton {
        display: block;
    }
    .nav-bar .navigation {
        background-color: #232321;
        height: 65px;
    }
    .nav-bar .navigation a.logo {
        display: block;
        height: 50px;
    }
    .nav-bar .navigation a.logo img {
        height: 45px;
        width: auto;
    }
    .nav-bar .navigation ul {
        display: none !important;
    }
    .nav-bar .navigation #navButton {
        display: block;
    }
    .nav-bar .nav-bar-search {
        width: 100%;
        position: absolute;
        height: 65px;
        top: 0;
        left: 0;
        z-index: 999999;
        padding-top: 0;
    }
    #mobile-nav ul li a {
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    #mob-navi {
        max-width: 100%;
    }
}
section {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0;
    background-color: #f9f9f9;
}
section {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
section#site-directory {
    background-color: #222;
}
section#site-directory ul {
    width: 100%;
    float: left;
    text-align: center;
}
section#site-directory ul li {
    display: inline-block;
    margin-bottom: 15px;
}
section#site-directory ul li a {
    padding: 0 15px;
}
section#site-directory ul li a img {
    height: 35px;
    opacity: 0.7;
}
section#site-directory ul li a:hover img {
    opacity: 0.9;
}
#now-playing-bar {
    background-color: #222;
    padding: 10px 0;
    background: #000;
    background: -webkit-linear-gradient(to left, #434343, #242424);
    background: linear-gradient(to left, #434343, #242424);
    border-top: solid 1px #000;
}
#now-playing-bar .now-playing-slider-wrap {
    padding: 10px 0;
    min-height: 70px;
}
#now-playing-bar small {
    font-weight: 500;
    color: #ccc;
    letter-spacing: 0.04rem;
}
#now-playing-bar .info-wrap {
    position: absolute;
    top: 50%;
    padding-left: 85px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#now-playing-bar .show-image {
    border-radius: 7px;
    margin-right: 8px;
    float: left;
}
#now-playing-bar .btn-listen-live {
    border-radius: 100px !important;
    margin-top: 0 !important;
    font-weight: 500;
    background: linear-gradient(-45deg, #b3c9cf, #54923b, #7f9ea7, #c7d8dc);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    letter-spacing: 0.07rem;
    width: 100%;
    padding: 0;
    float: left !important;
    height: 38px;
    line-height: 38px;
}
#now-playing-bar .now-playing-slide {
    float: left;
    width: 100%;
    color: #333;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}
#now-playing-bar .now-playing-slide .station {
    line-height: 15px;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    font-weight: 400;
    width: 100%;
    letter-spacing: 0.08rem;
    color: #ffc;
}
#now-playing-bar .now-playing-slide .station .badge {
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 3px;
    padding: 2px 8px;
}
#now-playing-bar .now-playing-slide .current-show {
    float: left;
    width: 100%;
}
#now-playing-bar .now-playing-slide .show-name {
    margin: 0 auto;
    width: 100%;
    float: left;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
#now-playing-bar .now-playing-slide .show-name span {
    margin-right: 20px;
    width: 100%;
    font-weight: 800;
    color: #fff;
}
#now-playing-bar .btn-link {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    color: #ddd;
    font-weight: 500;
}
#now-playing-bar .btn-link .icon {
    margin-right: 5px;
    font-size: 17px;
}
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    20% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@keyframes gradient_tabs {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@keyframes slideOnAir {
    0% {
        left: 0;
        opacity: 0;
    }
    10% {
        left: 0;
        opacity: 1;
    }
    50% {
        right: -50%;
    }
    to {
        left: -100%;
    }
}
@keyframes marquee {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(-50%);
    }
}
.fade-in-content {
    animation: fadeIn 0.5s;
}
.btn-next-prev-station {
    background-color: #333;
    padding: 3px 7px;
    border: solid 1px #666;
    position: absolute;
    bottom: -5px;
    z-index: 25;
    border-radius: 100px !important;
}
.btn-next-prev-station.prev {
    right: 21%;
}
.btn-next-prev-station.next {
    right: 10px;
}
.btn-next-prev-station strong small {
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 10px;
    letter-spacing: 0.04rem;
}
/*----*/
.exclusive-notice-wrap {
	 width: auto;
	 margin-bottom: 5px;
}
 .exclusive-notice-wrap.left {
	 float: left;
}
 .exclusive-notice-wrap.right {
	 float: right;
}
 .exclusive-notice-wrap .exclusive-notice-wrap-icon {
	 width: 30px;
	 height: 30px;
	 border-radius: 5px;
	 overflow: hidden;
	 float: left;
	 margin-right: 10px;
}
 .exclusive-notice-wrap .exclusive-notice-wrap-icon img {
	 width: 100%;
}
 .exclusive-notice-wrap .exclusive-notice-wrap-text {
	 float: left;
	 font-weight: 700;
	 width: 180px;
	 line-height: 30px;
}
 .exclusive-notice-wrap.show-page {
	 background-color: rgba(0, 0, 0, 0.3);
	 padding-left: 15px;
	 padding-right: 15px;
	 border-radius: 100px;
	 float: none!important;
	 width: 182px!important;
	 height: 30px;
	 margin-left: auto;
	 margin-right: auto;
	 display: block;
	 margin-top: 5px;
	 margin-bottom: 5px;
}
.exclusive-notice-wrap.show-page .exclusive-notice-wrap-icon{
    height: 25px;
    width: 25px;
    opacity: 0.8;
    margin-top: 2px;
}

 .exclusive-notice-wrap.show-page .exclusive-notice-wrap-text {
	 color: #f0f0f0;
	 width: auto!important;
	 font-weight: 500;
	 text-transform: uppercase;
	 font-size: 11px;
	 letter-spacing: 0.06rem;
}
@media(max-width: 408px){
    .exclusive-notice-wrap.home{
        float: left!important;
        margin-bottom: 20px;
    }
}