.no-js .lte-ie9 .browsehappy {
display: block;
}
.no-js .lte-ie9 .site {
display: none;
}

a.btn, button, button.btn {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	color:#fff;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 18px;
	text-decoration: none;
}
 
body {
background: url('../images/bg-wide.png') #000 center fixed repeat-y;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding-top: 50px;
}

#banner {
background: url('../images/bg-banner.jpg') #000 center no-repeat;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
	height: 356px;
}

.btn-primary {
	background: url('../images/bg-btn-primary.png') repeat-x #2474ba;
}

.btn-success {
	background: url('../images/bg-btn-success.png') repeat-x #3aa33a;
}

.container {

}

.container-header {
	background: none;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #6b99f0;
	color: #fff;
}

.modal-body {
	background: url('../images/bg-wide.png') #000 center fixed repeat-y;
}

.modal-footer {
	margin-top: 0;
}

.modal.in .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-header {
	background-color: #6b99f0;
}
 
section {
padding-bottom: 10px;
}
 
footer a {
color: $navbar-default-link-color;
}
 
footer a:hover {
color: darken($navbar-default-link-color, 15%);
}

h1 {
color:#ffb300;
	font-family: "Fjalla One", Arial, Helvetica, sans-serif;
	font-size: 50px;
}

h1, h2, h3, h4, p { text-shadow: 1px 1px 0px #26150c; }

iframe {
	border: none;
}

img.cover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	margin: 10px;
}

#logo {
margin-bottom: -20px;
	margin-left: -80px;
	margin-top: -20px;
}
 
#navbar-content {
opacity: 1
}
#navbar-content.ng-hide-add, #navbar-content.ng-hide-remove {
transition: 0.5s linear all;
display: block !important;
}
 
#navbar-content.ng-hide-add {
height: 165px;
}
 
#navbar-content.ng-hide-remove {
height: 165px;
}
 
#navbar-content.ng-hide {
opacity: 0;
height: 0;
}

.navbar a, .navbar a:link, .navbar-default .navbar-nav > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: #ffdc88;
}

.navbar-default {
background: url('../images/bg-navbar.png') #6b99f0 repeat-x;
border-bottom: none;
border-top: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffdc88;
}

.navbar-fixed-top {
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
height: 50px;
	margin-bottom: 0;
}
 
.navbar-right li {
margin-top: 13px;
}
 
.dropdown-toggle {
cursor: pointer;
}
 
.dropdown-menu li {
cursor: pointer;
}

.smaller {
	font-size: 11px;
	line-height: 13px;
	opacity: 0.5;
}
 
#music .nav-tabs {
border-bottom: 1px solid #6d9bf1;
}
 
#music .nav-tabs > li.active, #music .nav-tabs > li a {
background: transparent;
}
 
#music .nav-tabs > li.active > a {
border-color: #6d9bf1;
border-bottom-color: transparent;
}
 
#music .nav-tabs > li > a:hover {
border-color: #6d9bf1;
}
 
#artists, #artwork {
padding-top: 20px;
}
 
.artist {
border-bottom: 1px dotted #6d9bf1;
}
 
.artist button {
margin-left: 10px;
}
 
.artist p:first-letter {
margin-left: 20px;
}
 
#download a {
margin-top: 10px;
}
 
footer {
font-size: 11px;
padding-top: 10px;
}
 
@media (max-width: 767px) {

	#banner {
		background: none;
		box-shadow: none;
		height: 320px;
	}
	
	#logo {
	margin-bottom: -30px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

	a.btn, button.btn {
	   margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	div.btn-group {
		width: 100%;
	}
	
	.navbar-fixed-top {
		height: auto;
	}

}
 
 