@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 center 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: #000;
  font-family: sans-serif;
}

.ad-wrapper {
  position: fixed;
  height: inherit;
  width: 100%;
}
.ad-wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
}

.site-wrapper {
  position: relative;
  z-index: 1000;
  width: 1170px;
  margin: 0 auto;
}

/* ============================= 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: #ed1e24;
  color: #FFF;
  border: 1px solid transparent;
  border-radius: 10;
}

.btn-members {
  margin-left: 5px;
}

.btn-members:hover,
.btn-station:hover,
.btn-members:active,
.btn-station:active,
.btn-members:focus,
.btn-station:focus {
  background: #000;
  color: #FFF;
  border: 1px solid transparent;
}

.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;
  }
}
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(197, 215, 233, 0.7);
}

.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;
}

.row-space {
  margin-bottom: 20px;
}

.no-padding {
  padding: 0 !important;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* ============================= 3. Links ====================== */
a {
  color: #ed1e24;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #010101;
  text-decoration: none;
}

/* ============================= 4. Zones ====================== */
.stack {
  background: #FFF;
  margin-bottom: 10px;
  padding: 5px;
}

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;
}

/* ============================= 5. Headers / Title Bars ====================== */
/* Default Stack Items*/
.header_row_container {
  background: linear-gradient(#4490bc, #32698a);
  font-family: "Oswald", sans-serif;
}

.header_row {
  padding: 10px 10px 8px;
}

.header_text font {
  color: #FFF;
  line-height: 1;
  font-size: 1.6em;
}

/* ============================= 5.1 Header ====================== */
.header {
  background: url(/images/header-bg.png) no-repeat top center fixed;
  padding: 10px 0 5px;
}

@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: flex-end;
  }
}
/* ============================= 5.1.1 Slider ====================== */
/* ====== Preloader Animation ===== */
.load,
#flexslider {
  min-height: 107px;
}

@media (min-width: 768px) {
  .load,
#flexslider {
    min-height: 270px;
  }
}
.preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -42px 0 0 -12px;
  background: #3e8bbf;
  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: 25%;
  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: 30%;
  }

  #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;
  }
}
@media (min-width: 1200px) {
  #flexslider .flex-direction-nav {
    top: 30%;
  }
}
/* ============================= 5.2 Social Icons ====================== */
.social-links {
  padding: 15px 0;
}

.social-links a {
  color: #ed1e24;
}

.social-links a:focus,
.social-links a:active,
.social-links a:hover {
  color: #FFF;
}

/* ============================= 5.3 Top Bar ====================== */
.top-bar {
  background: #c5d7e9;
}

.members {
  padding: 10px 0;
  text-align: right;
}

.members p {
  font-weight: bold;
  margin-bottom: 0;
}

.keyword-module {
  text-align: left;
}

.top-bar .form-control {
  padding: 6px 0px;
}
.top-bar .btn {
  padding: 6px 11px;
}

/* ============================= 6. Menu/Listen Live ====================== */
.menu_wrapper {
  background: linear-gradient(#c5d7e9, #3e8bbf);
}

.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: linear-gradient(#c5d7e9, #3e8bbf);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
  background: linear-gradient(#000, #595959);
}
.navbar_ .navbar-toggle:hover > .icon-bar, .navbar_ .navbar-toggle:focus > .icon-bar {
  background: #FFF;
}

.navbar_ .navbar-toggle .icon-bar {
  background: #FFF;
}

.navbar-collapse_ {
  padding-left: 0;
  padding-right: 0;
  border: none;
  clear: both;
}

.navbar_ .nav {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  background: linear-gradient(#c5d7e9, #3e8bbf);
}

@media (min-width: 768px) {
  .navbar_ .nav {
    background: none;
  }
}
@media (min-width: 768px) {
  .navbar_ .nav > li {
    float: left;
    border-left: 1px solid rgba(204, 204, 204, 0.75);
  }

  .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: #FFF;
  text-shadow: none;
  padding: 12px 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:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
  color: #FFF;
  text-decoration: none;
  background: linear-gradient(#000, #595959);
  -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: 15px 10px;
  }
}
@media (min-width: 992px) {
  .navbar_ .nav > li > a {
    font-size: 1.4em;
    padding: 12px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar_ .nav > li > a {
    font-size: 1.5em;
    padding: 12px 20px;
  }
}
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
  color: #FFF;
  text-decoration: none;
  background: linear-gradient(#000, #595959);
  -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: #333;
  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 #8c8c8c;
  font-size: 0.85em;
  line-height: 1;
  color: #eee;
  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: #4d4d4d;
}

@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;
}

/* ============================= 8.1 Ad Styles ========================== */
.ads-bg {
  background-color: rgba(130, 182, 222, 0.8);
}

.web-ads {
  background-color: rgba(130, 182, 222, 0.8);
}

@media (min-width: 768px) {
  .web-ads.row {
    display: flex;
    justify-content: space-around;
  }

  .web-ads.row > div {
    padding: 0 5px;
  }
}
/* ============================= 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;
  margin-top: 10px;
}

/* ============================= 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;
}

#module_container_onair font {
  color: #FFF;
}

#module_container_onair {
  margin-bottom: 5px;
}

.multifeed {
  height: auto;
}

.feed hr,
.blog hr {
  margin: 10px 0;
}

.poll-inner-bar {
  background-color: #82b6de;
}

.photo-widget li {
  margin: 0 8px;
  width: 40%;
  text-align: center;
}

/* ============================= 10. Footer ====================== */
.footer {
  background: #000;
  border-top: 1px solid #c5d7e9;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #d9d9d9;
}
.footer font {
  color: #fff;
}
.footer p {
  font-size: 0.8em;
}
.footer .stack {
  background: transparent;
}
.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;
}

.footer-links hr {
  display: none;
}

/*# sourceMappingURL=responsive_custom.css.map */
