@charset "utf-8";
/* CSS Document */

/* =============================================================
GOOGLE FONT
============================================================ */


@import url(http://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Lato:200,300,400,700,400italic&subset=latin-ext,latin,cyrillic);


body {
	font-size: 14px;
	font-weight: 300;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	color: #CCC;
	background-color:#191919;
}

a {
	color: #ccc;
}
a:hover {
	color: #FF6347;
}

p{font-size:16px; font-weight:200; font-family:"Lato",Helvetica,Arial,sans-serif;}

.recordings h2 {color: #F92B02}
.recordings h4 {
	color: #CCCCCC
}
.recordings p {color: #fff}
.recordings ul {color: #F5DEB3}
.recordings li {color: #F5F5F5}
.recordings_title {color: #fff; font-size:30px;}

.recordings_header {
	color: #FFFFFF;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 5;
}
.recordings_header h2 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 0;
	margin-top: 5;
}
.recordings_header h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
		margin-top: 5;
}
.btn {
    border-radius: 30px;
    color: #87909d;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 25px;
    transition: all 0.1s linear 0s;
}
.btn-ltblue {
    background: #39B3D7 none repeat scroll 0 0;
    color: #fff;
}
.btn-ltblue:hover {
    background: #2E91AD none repeat scroll 0 0;
    color: #FFF28E;
}
.btn-red {
    background: #e74c3c none repeat scroll 0 0;
    color: #fff;
}
.btn-red:hover {
    background: #E22D1D none repeat scroll 0 0;
    color: #FFF28E;
}
.btn-gray {
    background: #eeeeee none repeat scroll 0 0;
}
.btn-gray:hover {
    background: #e2e2e2 none repeat scroll 0 0;
}
.btn-green {
    background: #e74c3c none repeat scroll 0 0;
    color: #fff;
}
.text-primary {
	color: #CCCCCC;
}
.PhotoSection { border:thin solid #666; padding: 10px; }
figcaption {
	margin-bottom: 10px;
	font-size: 85%;
	color: #999;
}
.liner-notes_photo {padding:15px;}
.darkscreen {
	background: rgba(0,0,000,0.45);
	color: #000;
	padding-bottom: 25px;
	padding-left:30px;
	padding-right:30px;
}
.dark_modal_hdr {
	background: rgba(15,15,15,0.85);
}
h3 {
	color: #92A5B6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #464646;
    border-color: #666 #666 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #666;
}
.nav-tabs > li a:hover {
	background-color: #727272;
	color: #000;
	font-weight:300;
	border-color: #F3F3F3;
	border-bottom-color: #666;
}
.nav-tabs a {
	color: #ccc;
}
h5 a {
	color: #ccc;
}
h5 a:hover {
	color: #FF6347;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */

.services-wrapper {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.07);
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

#services-wrapper-ltgray {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.07);
}

.services-wrapper:hover {
background-color: rgba(255, 255, 255, 0.20);
}

#services h3 {
font-family: 'Oswald', sans-serif;
}

.services-wrapper p {
color: #fff;
}

.services-wrapper i {
margin: 5px;
color: rgb(0, 153, 0);
font-size: 60px;
}
.inner-block header h2 {
	color: #EBEBEB;
}

/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin: 25px 5px 5px 0px;
margin: 5px;
}

.btn-custom-one {
background-color: transparent;
color: #fff;
border: 2px solid rgb(228, 79, 79);
}

.btn-custom-one:hover {
background-color: rgb(228, 79, 79);
text-decoration: none;
color: #fff;
}

.btn-custom-two {
color: #fff;
background-color: rgb(228, 79, 79);
border: 2px solid rgb(228, 79, 79);
}

.btn-custom-two:hover {
border: 2px solid rgb(228, 79, 79);
text-decoration: none;
color: #fff;
background-color: transparent;
}
@media only screen and (max-width: 767px) {
.nav > li > a {
    display: block;
    padding: 4px 7px;
    position: relative;
}
}
.darkbg {background-color: rgba(0, 0, 0, .85)}
.white {color: #fff}
.navbar-inverse {
    background: #0D0D0D none repeat scroll 0 0;
    text-align: center;
}
footer {
    background: #0D0D0D none repeat scroll 0 0;
    padding: 45px 0 50px;
}
footer ul li a:hover {
    color: #FF6347;
    text-decoration: none;
}
footer .btn:hover {
      background: #e74c3c;
      color: #fff; }
.tracks a{    
	color: #FEBF09;
    text-decoration: none;
}
.sort-option a{padding:15px;}
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: transparent;
}

.back-to-top i {
  font-size: 20px;
}
.sticky-btns {
  position: fixed;
  z-index: 50;
  right: 5px;
  bottom: 10px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.sticky-btns.scrolled {
  right: 3px;
}
.sticky-btns span {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #E44F4F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 6px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.sticky-btns span:hover {
  background: #F47373;
}
.sticky-btns span#scrollTop-btn {
  padding-top: 5px;
}
.sticky-btns #qcf-btn.active {
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
}
@media only screen and (max-width: 768px) {
  .sticky-btns #qcf-btn {
    display: none;
  }
}
.sticky-btns:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sticky-btns .quick-contact {
  display: none;
  width: 280px;
  bottom: 52px;
  left: -233px;
  position: absolute;
  padding: 12px 20px 24px 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cecece;
}
.sticky-btns .quick-contact.visible {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.sticky-btns .quick-contact h3 {
  font-size: 1.375em;
  margin-bottom: 12px;
}
.sticky-btns .quick-contact p {
  margin-bottom: 12px;
}
.sticky-btns .quick-contact .form-group {
  margin-bottom: 12px;
}
.sticky-btns .quick-contact textarea {
  width: 238px;
  max-width: 238px;
  height: 90px;
  max-height: 90px;
  resize: none;
  overflow-y: auto;
}
.sticky-btns .quick-contact input[type=submit] {
  margin-top: 24px;
}
.small_cover {
  width: 150px;
}
input{color:#000 }
select {
    color: #000;
    text-transform: none;
}
.OutOfPrint {
	background: rgba(216, 71, 54, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;}
.OutOfPrintListing {
	background: rgba(216, 71, 54, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
	color: #FFF;
    width: 90%;}	
td, th, tbody {
    padding: 0;
    background: #fff;
}