body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.42857143;
	color: #777777;
	background-color: #fcfcfc;
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
	font-family: Verdana, Geneva, sans-serif;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
    border: 0;
    border-top: 1px solid #ddd;
	margin: 0;
}

a {
	color: #d9230f;
	text-decoration: none;
}

a:hover, a:focus {
	color: #91170a;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

h1, h2, h3, h4 {
	font-weight: 300;
	line-height: 1.1;
	color: #444444;
}

h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 9px;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 17px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 9px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.q-nav {
	background: #fff;
    border-bottom: 1px solid #eee;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.pure-menu-heading {
	padding: 0 1em;
}

.list-no-margin ul {
	margin-bottom: 0;
}

.brand-image {
	padding-top: 13px;
	padding-bottom: 1px;
}

.navbar-wrapper {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    height: 74px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.navbar-wrapper.open {
    height: 256px;
}

.custom-nav {
	margin-top: 18px;
	font-size: 1.15em;
    text-align: right;
}

.custom-nav a:hover, .custom-nav a:focus {
	color: #d9230f;
	text-decoration: none;
}

.pure-menu-active>.pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
	background-color: transparent
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
	color: #d9230f;
}

.navbar-toggle {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 16px;
    right: 1em;
	display: none;
}

.navbar-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 18px;
	right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggle .bar:first-child {
	-webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.navbar-toggle .bar:last-child {
	-webkit-transform: translateY(+6px);
    -moz-transform: translateY(+6px);
    -ms-transform: translateY(+6px);
    transform: translateY(+6px);
}

.navbar-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {

    .custom-nav {
		border-top: 1px solid #eee;
		margin-top: 0;
		text-align: left;
    }

    .navbar-toggle {
        display: block;
		border: 1px solid #ddd;
		border-radius: 4px; 
    }
	
	.pure-menu-horizontal {
		display: none;
	}	

}

.list-group {
	margin-bottom: 0;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item {
	color: #555555;
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555555;
	background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #d9230f;
	border-color: #d9230f;
}

.btn-default,
.btn-success {
	color: #fff;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-default {
	background: #474949;
}

.btn-success {
    background: #469408;
}

a.pure-button:hover, 
a.pure-button:focus {
	color: #fff;
	text-decoration: none; 
}

.btn-link {
	color: #d9230f;
	font-weight: normal;
	border-radius: 0;
	padding: .5em;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
	white-space: nowrap;
	text-align: center;
	background-color: #d9230f;
	border-radius: 10px;
}

.btn-success .badge {
	color: #469408;
	background-color: #fff;
}

blockquote {
	padding: 9px 18px;
	margin: 0 0 18px;
	font-size: 15px;
	border-left: 5px solid #dddddd;
}

blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #808080;
}

blockquote footer:before {
  content: '\2014 \00A0';
}

.pure-img,
.pure-table {
	width: 100%;
}

.spotify-wrapper {
	margin-top: 1em;
	height: 352px;
	background: #282828;
}	

.pure-table td {
	vertical-align: top;
}

.table-no-border {
	border: none;
}

.q-box {
    padding: 1em;
}

.q-row {
    padding: 0 1em 0;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

h3:before {
    content: "__";
    display: block;
    width: 100px;
    margin: 0 auto 10px;
    text-align: center;
	font-weight: bold;
    color: #d9230f;
}

.obj-center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.h1-cart {
	text-align: center;
	margin-top: 0;
}

@media (max-width: 767px) {
    .h1-cart {
		margin-top: 13px;
    }
}

.bc-wrapper {
	max-width: 700px;
}

.bc-player {
	border: 0; 
	width: 100%;
}

.bc-track {
	height: 42px;
}

.bc-album {
	height: 120px;
}

.spotify-wrapper {
	margin-top: 1em;
	height: 352px;
	background: #282828;
}	

.border-left-blue { 
	border-left: 5px solid #2397bf;
}

.border-left-green { 
	border-left: 5px solid #216c43;
}

.border-left-yellow { 
	border-left: 5px solid #cd9d02;
}

.border-left-red { 
	border-left: 5px solid #c00515;
}

.border-left-orange { 
	border-left: 5px solid #ea3909;
}

ul.social-media li {
    margin-top: 9px;
    margin-bottom: 5px;
}

ul.music-icons li {
    margin-top: 1.5em;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.gi-small {
	font-size: 1.5em;
}

.gi-smaller {
	font-size: 1.1em;
}

.gi-medium {
	font-size: 2.5em;
}

.gi-large {
	font-size: 4em;
	margin-top: 10px;
	color: #dd0029;
}

#formWrapper {
	margin-top: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.alert {
	padding: 15px;
	margin-bottom: 1em;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.has-error .form-control {
	border-color: #b94a48 !important;
}

.has-error .form-control:focus {
	border-color: #953b39 !important; 
	-webkit-box-shadow: 0 0 6px #d59392 !important;
	box-shadow: 6px #d59392 !important;
}

.add-to-cart {
	margin-bottom: 10px;
}

.product-name {
	margin-top: 10px;
}

@media (max-width: 767px) {
    .product-name {
        margin-top: 0;
    }
}

@media screen and (max-width: 479px) {
	.pure-table td,
	.pure-table th {
		padding: .5em;
	}
    .product-details {
        display: none !important;
    }
}

.media-object {
	display: block;
}

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

.media-left,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.input-update-qty {
	width: 37px;
	margin: 0 auto !important;
	text-align: center;
}

.btn-update-qty {
	margin-top: 0 !important;
}

.remove-product {
	margin-top: 11px !important;
}

.jumbotron {
	padding: 1em 1em 3em;
	margin-bottom: 1em;
	color: inherit;
	background-color: #f4f4f4;
}

.jumbotron p {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 200;
}

.q-box .jumbotron {
	border-radius: 6px;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 2em;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}