@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
Copyright: © 2017 Envisionwise
Company Website: http://www.envisionwise.com
Last Updated: 01/2017

[Table of Contents]
1. Defaults
	1.2 Text
	1.3 Buttons
2. Bootstrap Overrides
3. Links
4. Zones
5. Headers / Title Bars
6. Menu/Listen Live
7. Scrolling Text
8. BannerSlideShow
9. Custom Modules
10. Footer
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
/* ============================= 1. Default ====================== */
body {
  background: #000000 url(/images/custombg.jpg) no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/custombg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/custombg.jpg', sizingMethod='scale')";
  color: #333;
  font-family: sans-serif; }

@media (min-width: 768px) {
  body {
    background: #000000 url(/images/custombg.jpg) no-repeat top center fixed; } }
/* ============================= 1.2 Text ====================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif; }

h6,
h6.subheader {
  font-size: 16px; }

/* ============================= 1.3 Buttons ====================== */
.btn-station,
.btn-members,
input.btn-station {
  background: #53637c;
  color: #eee;
  border: 1px solid transparent;
  border-radius: 0; }

.btn-members {
  margin-left: 5px; }

.btn-members:hover,
.btn-station:hover,
.btn-members:active,
.btn-station:active,
.btn-members:focus,
.btn-station:focus {
  background: #2a323f;
  color: #eee;
  border: 1px solid #fff; }

.btn-listen {
  font-size: 1.3em;
  border: 2px solid #fff; }

.btn-listen:hover,
.btn-listen:active,
.btn-listen:focus {
  border: 2px solid #fff; }

/* ============================= 2. Bootstrap Overrides ====================== */
@media (min-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }
section.blue,
section.gray {
  padding: 20px 0; }

section.blue {
  background: #13294b; }

section.gray {
  background: #fdfdfd; }

.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.no-padding {
  padding: 0 !important; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

.img-content {
  margin: 5px 10px !important; }

@media (min-width: 768px) {
  .align-bottom {
    display: flex;
    align-items: flex-end; } }
/* ============================= 3. Links ====================== */
a {
  color: #13294b;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #224a88;
  text-decoration: none; }

/* ============================= 4. Zones ====================== */
.stack {
  background: transparent;
  margin-bottom: 10px;
  padding: 5px; }

section.blue .stack {
  background: #C7C7C7; }

hr.separator {
  height: 10px;
  margin-bottom: 0; }

.stack-override .stack {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0; }
.stack-override .stack p {
  margin-bottom: 0; }

/* === Homepage === */
.related-nav {
  list-style: none;
  padding: 0; }
  .related-nav li {
    font-size: 1.3em;
    border-bottom: 1px solid #13294b; }
    .related-nav li:last-child {
      border: none; }
    .related-nav li a {
      display: block;
      width: 100%;
      padding: 5px; }
    .related-nav li a:hover {
      background: #C7C7C7;
      color: #fff; }

@media (min-width: 992px) {
  .related-nav li {
    width: 50%; } }
@media (min-width: 768px) and (max-width: 992px) {
  .learn-more .col-sm-6 {
    min-height: 290px; } }

/* ============================= 5. Headers / Title Bars ====================== */
/* Default Stack Items*/
.header_row_container {
  background: transparent;
  font-family: "Oswald", sans-serif;
  text-align: left; }

.header_row_wrapper {
  background: #e84a27;
  width: auto !important;
  display: inline-block;
  padding: 10px; }

.header_row {
  padding: 0; }

.header_text font {
  color: #eee;
  line-height: 1;
  font-size: 1.6em; }

#header_row_after {
  border-bottom: 1px solid #000;
  margin-top: -25px; }

section.blue #header_row_after {
  border-color: #fff; }

/* ============================= 5.1 Header ====================== */
.header {
  background: transparent;
  border-bottom: 20px solid #13294b; }
  .header a {
    color: #e84a27; }

/* ============================= 5.1.1 Slider ====================== */
/* ====== Preloader Animation ===== */
.load,
#flexslider {
  min-height: 107px;
  max-height: none; }

@media (min-width: 768px) {
  .load,
  #flexslider {
    min-height: 280px; } }
.preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -42px 0 0 -12px;
  background: #13294b;
  transform: rotate(45deg);
  animation: spin 1s infinite linear;
  z-index: 510; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
/* ====== FlexSlider Overrides ===== */
#flexslider .flex-direction-nav {
  background: transparent none repeat scroll 0 0;
  position: absolute;
  top: calc(50% - 27px);
  width: 100%;
  z-index: 110; }

#flexslider .flex-direction-nav li {
  position: absolute;
  right: 0;
  width: 20%; }

.flex-direction-nav > li:first-child {
  background-color: transparent;
  left: 0;
  position: absolute;
  width: 20%; }

#flexslider .flex-direction-nav li a {
  display: block;
  height: 55px;
  width: 50px; }

#flexslider .flex-direction-nav li a.flex-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev-1-sm.png") no-repeat scroll left top; }

#flexslider .flex-direction-nav li a.flex-next {
  background: rgba(0, 0, 0, 0) url("../images/next-1-sm.png") no-repeat scroll right top;
  border: none;
  float: right; }

#flexslider .flex-direction-nav li a.flex-next:hover {
  background-position: right bottom; }

@media (min-width: 992px) {
  #flexslider .flex-direction-nav {
    top: calc(50% - 55px); }

  #flexslider .flex-direction-nav li a {
    display: block;
    height: 110px;
    width: 100px; }

  #flexslider .flex-direction-nav li a.flex-prev {
    background: rgba(0, 0, 0, 0) url("../images/prev-1.png") no-repeat scroll left top; }

  #flexslider .flex-direction-nav li a.flex-next {
    background: rgba(0, 0, 0, 0) url("../images/next-1.png") no-repeat scroll right top; } }
/* ============================= 5.2 Social Icons ====================== */
.social-links {
  padding: 13px 0;
  font-size: 1.5em; }

.social-links a {
  color: #eee; }

.social-links a:focus,
.social-links a:active,
.social-links a:hover {
  color: #e84a27; }

/* ============================= 5.3 Top Bar ====================== */
.top-bar {
  background: #13294b; }
  .top-bar .members {
    padding: 10px 0;
    text-align: center;
    color: #fff; }
  .top-bar .members p {
    font-weight: bold;
    margin-bottom: 0; }
  .top-bar .keyword-module {
    text-align: right; }
  .top-bar .form-control {
    padding: 6px 0px; }
  .top-bar .btn {
    padding: 6px 11px; }

/* ============================= 6. Menu/Listen Live ====================== */
.menu_wrapper {
  background: #fdfdfd; }

.navbar_ {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 130;
  min-height: 0;
  float: none;
  display: block;
  line-height: 1px;
  height: 42px; }

.navbar_ .navbar-toggle {
  float: left;
  background: #fdfdfd;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px; }

.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
  background: #fff; }

.navbar_ .navbar-toggle .icon-bar {
  background: #13294b; }

.navbar-collapse_ {
  padding-left: 0;
  padding-right: 0;
  border: none;
  clear: both; }

.navbar_ .nav {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  background: #fdfdfd; }

@media (min-width: 768px) {
  .navbar_ .nav {
    background: none; } }
@media (min-width: 768px) {
  .navbar_ .nav > li {
    float: left; }

  .navbar_ .nav > li:first-child {
    border-left: none;
    background: none; } }
.navbar_ .nav > li > a {
  background: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  line-height: 1;
  color: #13294b;
  text-shadow: none;
  padding: 10px 15px;
  border: none;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out; }
  .navbar_ .nav > li > a.menu-cta {
    background: #e84a27; }

.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
  color: #fff;
  text-decoration: none;
  background: #13294b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  .navbar_ .nav > li > a {
    text-align: left;
    font-size: 1.2em;
    padding: 20px 10px; } }
@media (min-width: 992px) {
  .navbar_ .nav > li > a {
    font-size: 1.4em;
    padding: 20px 15px; } }
@media (min-width: 1200px) {
  .navbar_ .nav > li > a {
    font-size: 1.5em;
    padding: 20px 20px; } }
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
  color: #fff;
  text-decoration: none;
  background: #13294b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -4px;
  padding-top: 4px; }

.sub-menu ul {
  display: none;
  list-style: none;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: #13294b;
  position: relative;
  left: 0;
  top: 0;
  text-align: center; }

@media (min-width: 768px) {
  .sub-menu ul {
    position: absolute;
    left: 1px;
    top: 100%;
    text-align: left;
    min-width: 200px;
    -webkit-box-shadow: 3px 3px 3px rgba(29, 44, 52, 0.6);
    box-shadow: 3px 3px 3px rgba(29, 44, 52, 0.6); } }
.sub-menu li {
  padding: 0 5px;
  position: relative; }

.sub-menu li:last-child {
  border: 0; }

@media (min-width: 768px) {
  .sub-menu li:last-child {
    border-bottom: none; } }
.sub-menu li a {
  display: block;
  border-bottom: 1px solid #7789a4;
  font-size: 0.85em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.sub-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #091322; }

@media (min-width: 768px) {
  .sub-menu li:last-child a {
    border-bottom: none; } }
#mobile-listenlive {
  padding-top: 20px;
  padding-bottom: 10px; }

#mobile-listenlive .listen {
  display: inline;
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 20px; }

.navbar-right {
  margin-right: 0; }

.audio {
  padding: 10px 0; }

/* ============================= 8.1 Ad Styles ========================== */
.ads-bg {
  background-color: rgba(199, 199, 199, 0.8); }

/* ============================= 7. Scrolling Text ====================== */
.scrollingtext a:hover {
  color: #ffffff;
  text-decoration: none; }

.slogan_wrapper {
  background-color: #000000;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc;
  margin: 0; }

.horizontal_scroller {
  margin-right: 0; }

/* ============================= 8. BannerSlideShow ====================== */
.banner {
  padding-top: 15px; }

@media (min-width: 768px) {
  .banner {
    padding-top: 0; } }
#bannerslideshow {
  height: 50px;
  padding: 0px;
  overflow: hidden; }

@media (min-width: 768px) {
  #bannerslideshow {
    height: 126px; } }
@media (min-width: 992px) {
  #bannerslideshow {
    height: 163px; } }
@media (min-width: 1200px) {
  #bannerslideshow {
    height: 178px; } }
/* ============================= 9. Custom Modules ====================== */
#module_container_onair img {
  max-height: 120px; }

.multifeed {
  height: auto; }

.feed hr,
.blog hr {
  margin: 10px 0; }

.poll-inner-bar {
  background-color: #13294b; }

.photo-widget li {
  margin: 0 8px;
  width: 40%;
  text-align: center; }

/* ============================= 10. Footer ====================== */
.footer {
  background: #333;
  border-top: 1px solid #e84a27;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #eee; }
  .footer a {
    color: #fff; }
  .footer a:hover {
    color: #d9d9d9; }
  .footer font {
    color: #eee; }
  .footer .copyright,
  .footer .admin-access {
    font-size: 0.75em;
    text-align: center; }
  @media (min-width: 768px) {
    .footer .copyright {
      text-align: left; }
    .footer .admin-access {
      text-align: right; } }

/* ============================= 10.1 Footer Ads ====================== */
.footer-ad img {
  display: block;
  margin: 0 auto; }

.footer-ad-lg {
  margin-bottom: 15px; }

/*# sourceMappingURL=responsive_custom.css.map */
