﻿/******************/
/* normalize     */
/******************/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
  }
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
    color: #555555;
	background-color:#ececec;
	line-height:1.5em;
}
a {
  background: transparent;
	text-decoration: none
}
img {
  border: 0;
}
button,
input { 
  cursor: pointer; 
}
hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}
iframe{
	margin:15px 0px;
	border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.clear { 
	clear:both;
}
.skipLinkHolder{
padding-top:5px;
}
.skip-link {
	white-space: nowrap;
	top: 0;
	position: fixed;
	left: 50%;
	margin-left: -72px;
	opacity: 0;
	background: #000;
	color: #fff;
	padding: 8px;
	z-index: 100;
	text-decoration: none;
  }
  
  .skip-link:focus {
	opacity: 1;
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/******************/
/* typography    */
/******************/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: .5em 0;
    font-weight: bold;
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.1em
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .875em;
}
.FC_mobile{
	display:none !important;
}
.RadRotator_Bootstrap {
	font-family: inherit !important;
  }
/******************/
/* template    */
/******************/
#wrapper .t-container-fluid {
    max-width: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	width:100%;
	position: relative;
    }
/******************/
/* menu   */
/******************/
.ShowMenuButton{
	display:none;
	cursor: pointer;
	position:relative;
	z-index:2100;
	}
.ShowMenuButton .fa-xmark{
	color:white
}
#MobileMenu a {
    color: white;
    padding:15px 30px;
    display: block;
  transition: background-color .5s ease;
	text-transform:uppercase;
	font-weight:600;
}
#MobileMenu a:hover {
	background-color: #ddd;
  color: #2f2d2d;
}
#MobileMenu{
	position:absolute;
    background-color: #2f2d2d;
	width:100%;
	top:-120px;
	left:0;
	z-index:2000;
	padding-top:130px
}
#MobileMenu ul {
    list-style-type: none; /* Remove bullets */
    padding: 0;            /* Remove padding */
    margin: 0;             /* Remove margin */
}
/*PC menu*/
.DeskMenu{
	margin-top:40px;
}
.menuitem{
    background-color:transparent;
    border: none;
    position: relative;
    display: inline-block;
    padding:7px 20px;
    font-size: 14px;
	font-weight:600;
	border-bottom:solid 2px #ececec;
	transition: border-bottom .5s ease;
	text-transform:uppercase;
	font-weight:600;
	color:#212322;
}
.menuitem:hover {
	border-bottom:solid 2px #0269af;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0269af;
    min-width:200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border-radius:0px 15px 15px 15px;
}
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  transition: background-color .5s ease;
}
.dropdown-content a:hover {
	color: #ddd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
/******************/
/* header   */
/******************/
#wrapper .header {
	margin-top:10px;
}
.logoHolder .logo {
	text-align: center;
	display: block;
	margin-bottom:-100px;
	position: relative;
	z-index:5000;
}
.logoHolder .logo img {
    max-width: 100%;
}
.NZOA1 img{
	width:100%;
	max-width: 180px;
}
.NZOA1 {
	float:right;
	margin-bottom:-8px;
}
.tagBand
{	background-color:#999;
	background-image:linear-gradient(90deg,#cccccc,#1f1f1f);
	color:white;
	}
.bandcontain {
    display: flex;
    flex-direction: row;
}
.tag {
    font-size: 1.3em;
    color: white;
    padding: 10px 0px;
    font-weight: 600;
    margin-left: 26%;
    order: 1;
}
.translate {
    align-self: flex-end;
    order: 2;
    margin-left: auto; /* This pushes .translate to the far right */
}
.translate select {
	padding: 10px;
	background-color: transparent;
	color: white;
	border: none;
	font-weight:600;
    font-size: 16px;
	font-family: "Roboto", sans-serif;
  }
.translate option {
	font-weight:400;
	color:black;
  }
.headerBar{
    background-color: #2f2d2d;
}
.LivePLayer{
	max-width: 600px;
	margin:0px auto;
} 
.LivePLayer .Stationplayer{
	float:left;
	width:70%
}
.LivePLayer .lPlayertag{
	float:left;
	padding-top:15px;
	padding-right:10px;
	color:white;
	font-weight:600;
	text-transform:uppercase;
}
.SocLinks
{
	text-align: right;
	margin-right:20px;
	margin-top:10px;
}
.SocLinks svg
{
	height:28px;
	color:#ccc;
	padding:0px 10px;
}
/******************/
/* Content  */
/******************/
#wrapper .Content {
    padding-bottom: 400px;
	margin:0px auto !important;
	max-width: 2000px;
	padding-top:20px;
}
.Content .t-row{
	margin:0px 15px;
	padding:15px 0px
}
.Content img{
	max-width: 100%;
}
.Content a{
	color:#0269af;	
}
/******************/
/* Footer  */
/******************/
#FC_FooterArea{
	display:inline-block;
	position:absolute;
	bottom:0;
	color:white;
	width: 100%;
	background-color:#444444;
}
.SocialLinks{
	display:table;
	font-size:2.8em;
}
.SocialLinks a {
	padding: 10px;
	display: inline-block;
  }
.NZOA img{
	float:right;
}
#FooterContainer{
	width:96%;
	display:table;
	padding-bottom:40px;
	padding-top:40px;
	max-width:1100px;
	margin:0px auto;
	color:#ccc;
	}
#FooterContainer .Inner{
	display:table-cell;
	width:32%;
	padding-left:1%;
	vertical-align: top;
	}
#FooterContainer a{
	color:white;
	}
#FooterContainer a:hover{
	color:#ccc;
	}
.FValue{
	color:white;
	display:block;
	padding-top:5px;
	}
.FName{
	color:#4292b8;
	text-transform:uppercase;
	display:block;
	}
#FooterLinks{
	text-align:center;
	color:#666;
	font-size:smaller;
	}
.translateNote{
	display:block;
	text-align: center;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	max-width:900px;
	margin:0px auto;
	color:#cccc;
}
.Top {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 2000;
}
#wrapper #FC_Footer {
	display:inline-block;
	color:white;
	width: 100%;
    height:40px; /* Height of the footer */
    padding-top:15px;
	background-color:#2a2d33;
	text-align:center;
}
#wrapper #FC_Footer a{
	color:white;
	text-decoration: none;
}