/*
 * Author: AltaRadio
 * URL: 
 *
 * Project Name: AltaRadio
 * Version: 1.0
 * URL: 
 */

/*#c72d2d //Brand Red*/
/*#363895 //Brand Blue*/


body, html {
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
 	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}


canvas {
    position:absolute;
    top:0;
   
}
body {
	background: #f2f2f2 url(../img/stars-bg.gif) repeat center top;
	background-attachment: fixed;
	
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

  position: relative;
  padding-top: 70px;
}
.bg-layer{
	min-height: 650px;
	width: 100%;
  position: fixed;
  bottom: -8px;
  z-index: -1;
}
.bg-layer img{ width:100%;position: absolute; bottom: 0;}
#demo-canvas{
  z-index: 0;

}
#bgCanvas{
/*   position: fixed; */
  z-index: 1;
}
#large-header{
/* position: fixed; */
/*   z-index: 100; */
}

.altaPlayer{
  padding-top: 15px;
}
.audioPlayer{
  /* z-index: 200; */
}

/*hide album covers till they syndicate correctly*/
.cctrack .cccover{
  display: none!important;
}
.cctrack .ccdetails_withcover{
  margin-left: 0!important;
}

/* text styles */
.text-white{
  color: white;
}
.text-white--bg{
  background-color: rgba(0,0,0,0.2);
  padding: 10px;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

.btn-brand-blue,
.btn-brand-red{
	color: white!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	/*font-size: 16px;*/
	font-weight: 400;
	padding: 10px 20px!important;
 	margin: 10px 0 0!important;
}
.btn-brand-blue{
	background-color: #363895;
}
.btn-brand-red{
	background-color: #c72d2d;
}
.btn-brand-red:hover,
.btn-brand-red:focus{
	background-color: #363895!important;
}
.btn-brand-blue:hover,
.btn-brand-blue:focus{
	background-color: #c72d2d!important;
}
/* Header Nav */
.navbar-fixed-top{
  height: 60px;
  background: #000;
  padding: 0 10px;
  position: fixed; top: 0;
  z-index: 999;
  width: 100%;
  display: block;
  border-bottom: 1px solid #363895;
}
.navbar-fixed-top h2{
  color: white;
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: oblique;

}
.navbar-fixed-top .fb_iframe_widget{
  padding: 18px 15px 0 0;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #c72d2d;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
/* 	background: url(../img/header-bg.jpg) no-repeat center top; */
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
/*
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
*/
	width: 100%;
	
  /*
  -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
}

#headerwrap h1 {
	margin-top: 50px;
	color: white;
	font-size: 70px;
	font-weight: 700;
}
#headerwrap h1 img {margin: 0 auto;}

#headerwrap h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: oblique;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}


/* Footer Wrap */

#f {
/* 	background: #1a1a1a; */
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center
}

#f h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

#f i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

#f p {
	font-size: 20px;
	color: #f2f2f2;
}

#f img {
	text-align: center;
}


/* MENU CONF*/
#theMenu{
	background: none;
}
.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 999;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #c72d2d;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1000;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
.menu.menu-open #menuToggle{
  right: -40px; left: inherit;
}

.nav-pills > li > a {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	color: #d9d9d9;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{
	background-color: #363895;
	color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(54,56,149, 0.75);
}

.connections{
	background-color: rgba(54,56,149, 0.75);
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
/*#c72d2d //Brand Red*/
/*#363895 //Brand Blue*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
