@font-face {
    font-family: 'SMB';
    src: url('../fonts/tlpsmb-webfont.eot');
    src: local('☺'), url('../fonts/tlpsmb-webfont.woff') format('woff'), url('../fonts/tlpsmb-webfont.ttf') format('truetype'), url('../fonts/tlpsmb-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

a {
    color: #98b8de;
}

a:hover {
    color: #ffc000;
}

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-curtains.png') fixed top center no-repeat, url('../images/bg-pattern-1.png') fixed repeat, url('../images/bg.png') #0f0c11 fixed repeat-x;
	background-size: 100% auto, auto auto, auto auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
}

#banner {
	text-align: center;
}

#banner .dropdown-menu {
    text-align:left;
}

.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 {
	max-width:75%;
}

.container-header {
	background: none;
}

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

.modal-body {
    background-color:#000;
}

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

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

.modal-header {
    background: url('../images/bg-navbar.png') #5e975e repeat-x;
}

section {
padding-bottom: 10px;
}

div.content {
	position: absolute;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

footer a {
color: $navbar-default-link-color;
}

footer a:hover {
color: darken($navbar-default-link-color, 15%);
}

h1 {
color:#f82e2e;
	font-family: "SMB", Arial, Helvetica, sans-serif;
	font-size: 45px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

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: -40px;
}

#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') #7e1e15 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;
	}

	#logo {
	margin-bottom: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

	a.btn, button.btn {
	   margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	body {
		background: url('../images/bg.png') fixed repeat-x;
		background-size: auto 100%;
    }
    
    .container {
		max-width:100%;
	}

	div.btn-group {
		width: 100%;
	}

	.navbar-fixed-top {
		height: auto;
	}

}

@media (min-width: 1280px) {

    h1 {
        font-size: 55px;
    }

}

@media (max-height: 800px) {

	#logo {
		max-height: 600px;
	}

}

