/****** CSS reset ******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}html,body{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}input{border:1px solid #b0b0b0;padding:3px 5px 4px;color:#979797;width:190px}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}

/****** Basic Styles ******/
body, html {
  background-color:#000;
  text-align:center;
  font-family:'arial', 'helvetica', sans-serif;
  color:#fff;
  font-size: 12px;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
/* Links */
a {
  color:#fff;
  text-decoration:none;
  transition:0.3s ease-in-out;
}
a:hover {
  color:#999999;
}
/* Headings */
h1, h2, h3, h4 {
  font-family: 'stencil', sans-serif;
  text-transform:uppercase;
}
h1 {
  font-size:80px;
}
h2 {
  font-size:50px;
  margin-bottom:25px;
}
.frontheading {
  line-height: 1;
  color: #000;
  background: #fff;
  display: block;
  padding: 5px 20px 3px;
  margin:0;
  position: relative;
  z-index: 1;
  text-align: left;
}
h3 {
  font-size:25px;
  letter-spacing: .05em;
}
h4 {
  font-size:20px;
}
.container, .feedify {
  width:100%;
  height:100%;
}
/* Sections */
section {
  position:relative;
  display:block;
  min-width:100%;
  overflow-x:hidden;
}

/************ FrontPage Styles ************/
/****** Homesection Styles ******/
section#homesection {
  color:#000;
  min-height:100% !important;
  height:100% !important;
  background: #000 url('../img/background.jpg') no-repeat scroll center -300px;
  background-size: 100% auto;
  margin:0;
}
header {
  text-align:right;
  display:block;
  float:right;
  margin:20px 20px 0 0;
  z-index:5;
}
h1 span, .genericon span {
  visibility:hidden;
  text-indent:-9999px;
}
h1 {
  width:500px;
  height:93px;
  margin-bottom:10px;
}
h1 a {
  display:block;
  width:500px;
  height:93px;
  background:url('../img/heading.png') left top no-repeat;
  background-size:500px 93px;
}
#navigation li, #genericon-socials li {
  display:inline-block;
}
#navigation, #genericon-socials {
  display:inline-block;
}
.navmenu li:after {
    content: ' /';
}
.navmenu li:last-child:after, .navmenu li ul li:after {
    content: '';
}
#navigation {
  height:25px;
  line-height:25px;
  margin-right:8px;
  vertical-align:top;
  z-index:10;
}
#navigation a {
  color:#000;
}
#navigation a:hover {
  color:#999999;
}
#navigation li {
  position:relative;
}
#navigation li ul {
  display:none;
  position:absolute;
  text-align: right;
  right:0;
  top:20px;
  width:150px;
}
#navigation li ul li {
  display:block;
  background:#fff;
  margin-top:3px;
  padding:0 3px;
}
#navigation li:hover ul {
  display:block
}
#navigation li.menuicon {
  display:none;
}
.genericon {
	display:block;
	width:25px;
	height:25px;
	font-size:25px;
	line-height:25px;
	margin:0 3px 0 0;
	color:#000;
  vertical-align: middle;
}
/* MailChimp Form */
form#mc-embedded-subscribe-form {
	height:40px;
	overflow:hidden;
	width:400px;
	border: 3px solid #fff;
	border-radius: 10px;
  background: none;
  position: absolute;
  bottom:20px;
  right:20px;
  z-index: 5;
}
form #mce-EMAIL, form #mc-embedded-subscribe {
	margin:0;
	padding:0 0 0 15px;
	height:100%;
	width:calc(70% - 15px);
	border:none;
	outline:none;
	display:inline-block;
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
  transition:0.5s  ease-in-out;
  background: none;
  font-family: 'stencil', sans-serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  line-height:30px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  line-height:30px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  line-height:30px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  line-height:30px;
}
form #mc-embedded-subscribe {
	margin:0;
	padding:0;
	width:30%;
	text-align:center;
	cursor:pointer;
	color: #fff;
  border-left: 3px solid #fff;
}
form #mc-embedded-subscribe:hover {
	color:#c8c8c8;
}
#home-gradient {
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/****** News/ Events Section Styles ******/
section#newssection {
}
ul.newsslider {
  width:2000px;
  max-width:100%;
  height:auto;
  display:block;
  margin: 0 auto 30px auto;
  padding: 0;
}
.bx-wrapper a img {
    -webkit-filter: grayscale(90%);
       -moz-filter: grayscale(90%);
         -o-filter: grayscale(90%);
        -ms-filter: grayscale(90%);
            filter: grayscale(90%);
            transition:0.3s ease-in-out;
}
.bx-wrapper a:hover img {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
         -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
            filter: grayscale(0);
}
#newssection article time, #eventssection article time, #newssection article h3, #eventssection article p {
  display: block;
  margin-bottom: 12px;
}
#eventssection article time {
  display: inline-block;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
}
article hr {
  max-width:350px;
  border:none;
  border-bottom:2px solid #fff;
  margin-bottom:30px;
}
section#newssection p {
  font-size: 18px;
  margin-bottom: 20px;
}
#onairsection p {
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 82px;
  margin-right: 82px;
  }
#onairsection .feedify-item-body {
  margin: 50px 0px;
}

/****** Video Section Styles ******/
div#responsivevideowrap {
	display:block;
	position:relative;
	width:calc(90% - 6px);
	height:0;
	padding-bottom:45%;
	margin:0 5%;
  border:3px solid #fff;
}
div#responsivevideowrap iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/****** Albums Section Styles ******/
.bx-wrapper {
  width: 80% !important;
  margin: 0 auto;
}
.bxslider li {
  border: 3px solid #fff;
}

/****** Photos Section Styles ******/
section#photossection {
  margin-bottom:0;
}

/****** Footer Styles ******/
footer {
  width:100%;
  background: #fff;
  color: #000;
  line-height: 20px;
  overflow: hidden;
  padding:15px 0 15px 0;
  margin-bottom:0 !important;
}
footer a {
  color:#000;
  text-decoration: underline;
}
footer p {
  display: inline-block;
}
#footerlinks li {
  display:inline-block;
}
#footerlinks {
  display:inline-block;
}

/****** Subpage Styles ******/
/* Subpage Header */
header#subpageheader {
  position:relative;
  width:100%;
  text-align:center;
  background:#fff;
  padding:5px 0;
  top:0;
  right:0;
  margin:0 0 20px 0;
}
#subpageheader h1 {
  display: inline-block;
  width:135px;
  height:25px;
  vertical-align: top;
  margin: 0 20px 0 0
}
#subpageheader h1 a {
  width: 134px;
  height: 25px;
  background-size: 134px 25px;
}
#subpageheader .genericon {
  vertical-align: bottom;
}
#page {
  max-width:720px;
  padding:30px 15px;
  margin:0 auto;
  text-align:left;
  font-size:15px;
}
#page p {
  margin-bottom:15px;
}


/********* MEDIA QUERIES ***********/
@media screen and (max-width: 1000px) {
  section#homesection  {
    background-position: center -100px;
  }
}
@media screen and (max-width: 600px) {
  section#homesection {
    background:url('../img/background.jpg') no-repeat center top;
    background-size: auto 100%;
  }
  h1 {
    width:300px;
    height:56px;
    margin:50px auto 10px;
  }
  h1 a {
    display:block;
    width:300px;
    height:56px;
    background: url('../img/heading.png') left top no-repeat;
    background-size: 300px 56px;
  }
  header#frontpageheader {
    text-align:center;
    top: 0;
    right:0;
    width:100%;
    z-index: 5;
  }
  #navigation {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    display: block;
  }
  #navigation ul.navmenu {
    width:100%;
    display: block;
  }
  #navigation li {
    display:none;
    padding: 10px 0;
  }
  #navigation li.menu-item-has-children {
    padding-bottom: none;
  }
  .navmenu li:after {
      content: '';
  }
  #navigation li.menuicon {
    display:block;
    padding-left: 10px;
  }
  #navigation ul.navmenu.menudisplay li {
    display:block;
    width:100%;
    background: #fff;
    border-bottom: 2px solid #000;
  }
  /* submenus */
  #navigation li ul {
    display:block;
    position:relative;;
    text-align: center;
    right:0;
    top: 0;
    width:100%;
    border-top: 1px solid #9f9f9f;
    margin-top: 10px;
  }
  #navigation ul.navmenu.menudisplay li ul li {
    display:block;
    padding: 10px 0;
    border-bottom: 1px solid #9f9f9f;
  }
  #navigation ul.navmenu.menudisplay li ul li:last-child {
    border-bottom: none;
  }

  #navigation, #genericon-socials {
    display:block;
  }
  #genericon-socials {
    position: absolute;
    top: 10px;
    right:10px;
  }
  form#mc-embedded-subscribe-form {
  	width:90%;
    right:calc(5% - 3px);
  }
}
