.container {
	padding-left: 10px;
	padding-right: 10px;
}

.container-fluid {
	padding: 0;
}

.black-friday-notice {
	background: rgb(254, 220, 0);
	text-align: center;
	padding: 5px;

	font-weight: bold;
	font-size: 14px;
}

.black-friday-notice a {
	color: black;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-collapse.collapse {
  display: block!important;
}

.navbar-header, .navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-right {
  float: right!important;
}

.navbar-nav {
	margin: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header {
	margin-left: 0;
}

.navbar-default {
	border: 0;
	background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
}

.navbar-collapse {
	padding: 0;
}

.navbar-left {
	margin-top: 10px;
	margin-right: 20px;
}

#navbar {
	margin-top: 25px;
}

.navbar .logo img {
	margin-bottom: 5px;
}

.main-nav img, .main-nav .dropdown .dropdown-toggle img {
	height: 25px;
}

.main-nav .dropdown img {
	height: 15px;
}

@media screen and (max-width: 767px) {
	.navbar .logo img {
		height: 50px;
	}

	.main-nav img, .main-nav .dropdown .dropdown-toggle img {
		height: 15px;
	}

	#navbar {
		margin-top: 5px;
	}

	.dropdown-menu {
		min-width: 0;
	}
}

.nav>li.navbar-social>a {
	padding-right: 0;
	padding-left: 0;
	display: inline-block;
}

.navbar-right {
	margin-right: 0;
}

.basket-header a {
	background: rgb(254, 220, 0);
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
}

.navbar-social img {
	height: 25px;
	margin-left: 10px;
}

.dropdown-menu {
	border: none;
	box-shadow: none;
}

.dropdown a {
	text-decoration: none;
}

hr {
	margin-top: 0px;
	border-top: 1px solid rgb(80, 80, 80);
}

.column-header {

	margin-top: 0;
}

.footer {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid black;
}

.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	display: inline;
	margin-left: 15px;
}

.footer ul li:first-child {
	margin-left: 0;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background: rgb(254, 220, 0);
	color: rgb(40, 40, 40);
	border: 0;
}

.btn-primary:hover {
	background: rgb(255, 239, 138);
	color: rgb(40, 40, 40);
}

a.btn {
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1, .h1 {
	font-size: 42px;
}

h2, .h2 {
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 28px;
	}

	h2, .h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 992px) {
	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 26px;
	}
}

a {
	color: #949392;
	text-decoration: underline;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-color: rgb(254, 220, 0);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nomargin {
	margin: 0;
}

dl dt {
	font-weight: normal;
}

dl dd {
	font-weight: bold;
}

.dl-horizontal dt {
	text-align: left;
}

/*****
SITE SPECIFIC
*****/

@media (min-width: 992px) {
    .column-left-border {
		border-left: 1px solid black;
	}
}

@media (max-width: 991px) {
    .news-carousel img {
		margin-bottom: 15px;
	}
}

.merchandise-item {
	clear: both;
}

.merchandise-item img {
	float: left;
	margin: 0 10px 10px 0;
}

.basket-items {
	font-size: 18px;
}

.item-grid .thumbnail {
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	transition: none;
}

@media (min-width: 992px) {
    .item-grid>.clear:nth-child(12n+12)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .item-grid>.clear:nth-child(6n+6)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 767px) {
    .item-grid>.clear:nth-child(4n+4)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

.download-list .release-title {
	background: rgb(254, 220, 0);
	font-weight: bold;
	border: 0;
}

/**
 * Artist list
 */

.artist-list .thumbnail img {
	width: 300px;
}

.artist-list .thumbnail {
	border: 0;
	padding: 0;
	transition: none;
}

.artist-list h3 {
	margin-bottom: 5px;
}

.artist-list div a {
	text-decoration: none;
	color: black;
}

@media (min-width: 992px) {
    .artist-list>.clear:nth-child(8n+8)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 991px) {
    .artist-list>.clear:nth-child(4n+4)::before {  
      content: '';
      display: table;
      clear: both;
    }
}


/**
 * Artist page
 */

.artist .artist-image {
	float: right;
	width: 50%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.artist .artist-social-links img {
	width: 25px;
	height: 25px;
}

.artist .header-row {
	margin-bottom: 20px;
}

.artist .latest-releases {
	text-align: center;
}

.artist .latest-releases div {
	margin-bottom: 20px;
}

.artist .latest-releases .thumbnail {
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	transition: none;
}

.artist .featured-artists .thumbnail img {
	width: 300px;
}

.artist .featured-artists .thumbnail {
	border: 0;
	padding: 0;
	transition: none;
}

.artist .featured-artists h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

.artist .featured-artists-header {
	margin-bottom: 20px;
}

.artist .featured-artists-header a {
	font-size: 16px;
}

.artist .featured-artists div a {
	text-decoration: none;
	color: black;
}

@media (min-width: 992px) {
    .artist .featured-artists>.clear:nth-child(12n+12)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 991px) {
    .artist .featured-artists>.clear:nth-child(4n+4)::before {  
      content: '';
      display: table;
      clear: both;
    }
}


/**
 * Shop release list
 */

.filter-and-search {
	margin-top: 15px;
	margin-bottom: 15px;
}

.filter-and-search .search span {
	font-size: 18px;
}

.filter-and-search .search.mobile {
	margin-bottom: 10px;
}

.filter-and-search .filter select {
	margin-bottom: 5px;
}

.release-list .artist-name {
	margin-bottom: 0;
}

@media (min-width: 992px) {
    .release-list>.clear:nth-child(12n+12)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .release-list>.clear:nth-child(6n+6)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 767px) {
    .release-list>.clear:nth-child(4n+4)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

.release-list .thumbnail {
	border: 0;
	padding: 0;
	transition: none;
	margin-bottom: 10px;
}

.release-list .thumbnail img {
	width: 240px;
}

.release-navigation {
	text-align: center;
	margin-bottom: 30px;
}

.release-navigation .previous {
	margin-left: 15px;
}

.release-navigation .next {
	margin-right: 15px;
}

.no-releases {
	margin-top: 50px;
	margin-bottom: 50px;
}


/**
 * Shop release page
 */

.shop-release .title {
	margin-bottom: 5px;
}

.shop-release .artist-name {
	margin-top: 0;
	margin-bottom: 20px;
}

.shop-release .release-cover {
	width: 100%;
	margin-bottom: 30px;
}

.shop-release .top-column-header {
	margin-top: 0;
}

.shop-release .tracklist-header {
	margin-bottom: 0;
}

.shop-release .tracklist {
	width: 100%;
	margin-bottom: 20px;
}

.shop-release .tracklist td {
	border-bottom: 1px solid rgb(220, 220, 220);
}

.shop-release .tracklist td.no-border {
	border-bottom: 0;
}

.shop-release .tracklist .sample-player span {
	margin: 5px 5px 5px 0;
}

.shop-release .tracklist .number {
	padding: 5px 10px 5px 0;
}

.shop-release .tracklist .name {
	padding: 5px 10px 5px 0;
}

.shop-release .tracklist .buy-individual {
	text-align: center;
}

.shop-release .tracklist .buy-individual form {
	display: inline-block;
}

.shop-release .tracklist .buy-individual.mp3 button {
	margin: 0 5px 0 5px;
}

.shop-release .tracklist .btn {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 6px;
	font-size: 12px;
}

.shop-release .buy-release-buttons form {
	display: inline-block;
}

.shop-release .buy-release-buttons button {
	margin-right: 10px;
	margin-bottom: 10px;
}

.shop-release .other-releases .thumbnail img {
	width: 300px;
}

.shop-release .other-releases .thumbnail {
	border: 0;
	padding: 0;
	margin-bottom: 8px;
	transition: none;
}

.shop-release .other-releases-header {
	margin-bottom: 20px;
}

.shop-release .other-releases-header a {
	font-size: 16px;
}

.shop-release .other-releases .release-title {
	height: 50px;
}

.shop-release .limited-edition {
	width: 200px;
	border: 5px solid rgb(255, 235, 0);
	margin: 25px auto 25px auto;
	padding: 5px;
}

.shop-release .limited-edition .count {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	float: left; 
	width: 45%;
}

.shop-release .limited-edition .count-number {
	font-size:40px;
	color: rgb(255, 235, 0);
}

.shop-release .limited-edition .text {
	font-size: 28px;
	padding-bottom: 0;
	margin-bottom: 0;
}


/**
 * Merchandise list
 */

.merchandise-list .thumbnail {
	border: 0;
	padding: 0;
	transition: none;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
    .merchandise-list>.row>.clear:nth-child(12n+12)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .merchandise-list>.row>.clear:nth-child(6n+6)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (max-width: 767px) {
    .merchandise-list>.row>.clear:nth-child(4n+4)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

/**
 * Sample packs
 */

.shop-sample-pack .title {
	margin-bottom: 15px;
}

.shop-sample-pack .sample-player {
	margin-bottom: 15px;
}


/**
 * Merchandise page
 */

.merchandise-page table tr td {
	width: 33%;
}

.merchandise-page table tr:first-child td {
	border-top: 0;
}

.merchandise-page .main-product-image {

	margin-bottom: 20px;
}

.merchandise-page .main-product-image.has-popup-version {
	margin-bottom: 10px;
}

.merchandise-page table {
	padding-bottom: 20px;
}

.merchandise-page .purchase-options {
	margin-bottom: 20px;
}


/**
 * News
 */

.news h2 {
	margin-top: 0;
	font-size: 30px;
}

.news .row {
	margin-bottom: 20px;
}

.news div img {
	width: 250px;
	margin-left: 20px;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
    .news div img {
		width: 100%;
	}
}


/**
 * Generic content
 */

.generic-content-page h1 {
	margin-top: 0;
}


/**
 * Basket
 */

.basket .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}

.basket img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.basket .quantity input {
	width: 40px;
}

@media screen and (max-width: 767px) {
    .basket table tbody td .form-control{
		width:20%;
		display: inline !important;
	}

	.basket .actions .btn-info{
		float:left;
	}
	.basket .actions .btn-danger{
		float:right;
		margin-bottom: 10px;
	}
	
	.basket table thead { display: none; }
	.basket table tbody td { display: block; padding: .6rem; min-width:280px; }
	.basket table tbody tr td:first-child { background: #fff; color: #000; }
	.basket table tbody td.with-label.text-center {
		text-align: left;
	}

	.basket table tbody td.with-label:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}
	
	.basket table tfoot td { display:block; }
	.basket table tfoot td .btn { display:block; }
}

.basket .no-border td {
	border: 0;
}

.basket .nothing-in-basket {
	margin: 30px 0 30px 0;
}

/**
 * Checkout
 */

#payment-form .buy-now {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#payment-form .optout {
		text-align: left !important;
	}
}

.error-message {
	color: #D0021B;
}


/**
 * Promo
 */

.promo .title {
	margin-bottom: 5px;
}

.promo .artist-name {
	margin-top: 0;
	margin-bottom: 20px;
}

.promo .headers {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.promo .track-number {
	margin-right: 10px;
}

.promo .release-info h3 {
	margin-top: 0;
}

@media screen and (max-width: 991px) {
	.promo .release-info h3 {
		margin-top: 20px;
	}
}

.promo .release-info img {
	margin-bottom: 15px;
}

.promo .player {
	text-align: left !important;
}


/**
 * Mastering
 */

.mastering .scheduleList ol {

    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.mastering .scheduleList ol li {

    margin-left: 0;
    font-size: 12px;
}

.mastering h3 {
    margin: 5px 0 15px 0;
}

.mastering ul li {
    margin-left: 10px;
}

.mastering ul {
    padding-left: 10px;
}


/**
 * Soma Skool
 */

.soma-skool {
	margin-bottom: 20px;
}


/**
 * Contact us
 */

.contact-us h3 {
	margin-bottom: 25px;
}

.contact-us form {
	margin-bottom: 25px;
}