/*
COLORS: 
primary text: #392f1e;
yellow: #daae45;
dark orange: #a8320b;

grey: #969ca7;
darker grey: #636363;
lighter grey: #a3b3bc;
grey transparent boxes: background-color: rgba(20, 60, 79, .4);

FONTS: 
Montserrat Regular
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
Montserrat Bold
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;

*/
html { 
  min-height: 101%;
  margin-bottom: 1px;
  background-color: #f4f6f6;
  background-image: url(/imgD/bkg_body.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
body {
  margin: 0;
  padding: 0;
  color: #392f1e;
  font-size: 12px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
p, ul, ol, li, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
h1 {
  margin: 0;
  padding: 0 0 .5em 0;
  color: #a8320b;
  font-size: 20px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
p {
  margin: 0;
  padding: 0 0 1.4em 0;
  line-height: 1.4em;
}
ul, ol {
  margin: 0;
  padding: 0 0 1.5em 0;
}
li {
  margin: 0 0 0 25px;
  padding: 0;
  line-height: 1.5em;
}
a {
  color: #a8320b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 small {
  font-style: italic;
}
img {
  border: none;
}
form {
  margin: 0;
  padding: 0;
}



/* ************************************************** global bits and pieces ****************************** */
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
small,
.small {
  font-size: 11px;
}
.note {
    color: #6B5838;
}
/* 
  PIN STYLES ARE IN C_pins.css FILE -- 
  INCLUDE THAT FILE FOR ALL PAGES USING PINS
*/
.icon {
  display: block;
  text-indent: -9999px;
  background-image: url(/imgD/sprites.png);
  background-repeat: no-repeat;
}
.icon.fanclub {
  background-position: 0 0;
}
.icon.facebook {
  background-position: -30px 0;
}
.icon.twitter {
  background-position: -60px 0;
}
.icon.myspace {
  background-position: -90px 0;
}
.icon.youtube {
  background-position: -120px 0;
}
.icon.gplus {
  background-position: -150px 0;
}
.icon.pinterest {
  background-position: -180px 0;
}
.icon.email {
  background-position: -210px 0;
}
.icon.link {
  background-position: -240px 0;
}
.icon.instagram {
  background-position: -270px 0;
}
.icon.down-arrow-white {
  width: 27px;
  height: 20px;
  background-position: -60px -30px;
}
.icon.up-arrow-white {
  width: 27px;
  height: 20px;
  background-position: -60px -30px;
}
.icon.down-arrow-white-narrow {
  width: 17px;
  height: 28px;
  background-position: -180px -30px;
}
.icon.up-arrow-white-narrow {
  width: 17px;
  height: 28px;
  background-position: -270px -30px;
}
.icon.right-arrow-white {
  width: 22px;
  height: 28px;
  background-position: -120px -30px;
}
.icon.left-arrow-white {
  width: 22px;
  height: 28px;
  background-position: -150px -30px;
}
.icon.pause-white {
  width: 22px;
  height: 28px;
  background-position: -240px -30px;
}
.icon.rating {
  width: 108px;
  height: 28px;
}
.icon.rating.stars-0 {
  background-position: -110px -60px;
}
.icon.rating.stars-1 {
  background-position: -88px -60px;
}
.icon.rating.stars-2 {
  background-position: -66px -60px;
}
.icon.rating.stars-3 {
  background-position: -44px -60px;
}
.icon.rating.stars-4 {
  background-position: -22px -60px;
}
.icon.rating.stars-5 {
  background-position: 0 -60px;
}
.icon.help {
  width: 20px;
  height: 20px;
  background-position: 0 -90px;
}
.icon.visa {
  width: 30px;
  height: 19px;
  background-position: -30px -90px;
}
.icon.mastercard {
  width: 30px;
  height: 19px;
  background-position: -60px -90px;
}
.icon.discover {
  width: 30px;
  height: 19px;
  background-position: -90px -90px;
}
.icon.amex {
  width: 30px;
  height: 19px;
  background-position: -120px -90px;
}
.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}
.user-buttons {
  float: left;
  padding: 10px 0 0 0;
}
.user-buttons .btn {
  float: left;
  margin: 0 10px 0 0;
}
.right.btn {
  float: right;
}
.with-border {
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.gradient-grey {
  color: #fff;
  background-image: url(/imgD/gradient_darkgrey_28h.png);
  background-repeat: repeat-x;
}
.gradient-grey a {
  color: #fff;
}
.gradient-grey.with-border {
  border-color: #5c5c5c;
}
.gradient-grey-tall {
  color: #fff;
  background-image: url(/imgD/gradient_darkgrey_52h.png);
  background-repeat: repeat-x;
}
.gradient-grey-tall a {
  color: #fff;
}
.gradient-grey-tall.with-border {
  border-color: #5c5c5c;
}
.gradient-lightgrey {
  color: #392f1e;
  background-image: url(/imgD/gradient_lightgrey_28h.png);
  background-repeat: repeat-x;
}
.gradient-lightgrey a {
  color: #392f1e;
}
.gradient-lightgrey.with-border {
  border-color: #bbbfc2;
}
.gradient-lightgrey-20 {
  height: 20px;
  padding: 0 10px;
  color: #392f1e;
  font-size: 11px;
  text-transform: none;
  line-height: 20px;
  background-image: url(/imgD/gradient_lightgrey_20h.png);
  background-repeat: repeat-x;
}
.gradient-lightgrey-20 a {
  color: #392f1e;
}
.gradient-lightgrey-20.with-border {
  border-color: #bbbfc2;
}
.gradient-orange {
  color: #fff;
  background-image: url(/imgD/gradient_orange_28h.png);
  background-repeat: repeat-x;
}
.gradient-orange a {
  color: #fff;
}
.gradient-orange.with-border {
  border-color: #AA4E30;
}
.gradient-orange-20 {
  height: 20px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  text-transform: none;
  line-height: 20px;
  background-image: url(/imgD/gradient_orange_20h.png);
  background-repeat: repeat-x;
}
.gradient-orange-20 a {
  color: #fff;
}
.gradient-orange-20.with-border {
  border-color: #AA4E30;
}
.gradient-brown-20 {
  height: 20px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  text-transform: none;
  line-height: 20px;
  background-image: url(/imgD/gradient_brown_20h.png);
  background-repeat: repeat-x;
}
.gradient-brown-20 a {
  color: #fff;
}
.gradient-brown-20.with-border {
  border-color: #AA4E30;
}
.btn-item {
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.btn-item.size-100 {
  width: 100px;
}
.btn-item.size-110 {
  width: 110px;
}
.btn-item.size-120 {
  width: 120px;
}
.btn-item .btn-label {
  display: block;
  width: 100%;
  line-height: 20px;
}
.btn-item .btn {
  width: 100%;
}
.alert,
.errormsg,
.error {
  color: #B60000;
  font-family: "museo-sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.block-highlight {
  display: block;
  background-color: rgba(20, 60, 79, 0.4);
}
h2.block-highlight {
  margin: 0 0 15px 0;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
h2.block-highlight a {
  color: #fff;
  text-decoration: none;
}
.view-more-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
}
.view-more-results a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #969ca7;
  font-size: 11px;
  text-decoration: none;
}
.view-more-results a span {
  display: block;
  width: 200px;
  height: 20px;
  margin: 5px auto 0 auto;
}
.view-more-results a i {
  margin: 0 auto;
}
.view-more-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.view-more-link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
}
.nav-paging {
  text-align: center;
}
.nav-paging a {
  color: #392f1e;
}
.nav-paging span.currentpage {
  color: #a8320b;
}
.sharing {
    clear: both;
    overflow: hidden;
}
.sharing .st_sharethis_custom {
    float: left;
    width: 100px;
    cursor: pointer;
}



/* ************************************************** FORMS ****************************** */
form p {
  overflow: hidden;
  padding: 0 0 .8em 0;
}
form p.btncontainer {
}
.label-text,
label {
  display: block;
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}
.label-text a,
label a {
  display: block;
  text-align: left;
  font-size: 9px;
  line-height: 11px;
}
.label-text a.inline-link,
label a.inline-link {
  display: inline;
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
}
.label-checkbox {
  width: auto;
}
.label-checkbox.small {
  font-size: 9px;
  line-height: 18px;
}
.value-text {
  float: left;
  width: 290px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}
input[type=password],
input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 290px;
  height: 20px;
  margin: 0;
  padding: 0 4px;
  color: #392f1e;
  font-size: 11px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 18px;
  background-color: transparent;
  border: solid 1px #6a6d6d;
}
::-webkit-input-placeholder {
  color: #392f1e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #392f1e;
  opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #392f1e;
  opacity: 1;
}
:-ms-input-placeholder {  
  color: #392f1e;
}
[placeholder] {
  color: #392f1e;
}
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 290px;
  height: 210px;
  margin: 0;
  padding: 0 4px;
  color: #392f1e;
  font-size: 11px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: solid 1px #6a6d6d;
}
input[type=password].error,
input[type=text].error,
textarea.error {
 background-color: #FF8A8A;
}
input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #a8320b;
  border: none;
  cursor: pointer;
}
select {
  color: #392f1e;
  font-size: 11px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.custom-select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1px 5px;
  color: #392f1e;
  font-size: 11px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
  background-color: #E2E7EB;
  background-image: url(/imgD/selectarrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #bbbfc2;
}
.error .custom-select {
  background-image: url(/imgD/selectarrow_error.png);
}
form p.confirm {
  display:none;
}

.account_alert {
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.account_alert.success {
	background: #a3c397;
	border: 1px solid #7ca56c;
}

.account_alert.error {
	background: #c75b37;
	border: 1px solid #a8320b;
}



/* ************************************************** #useraccess ****************************** */
#useraccess {
  width: 100%;
  height: 20px;
  color: #fff;
  font-size: 11px;
  background: url(/imgD/bkg_useraccess.png) no-repeat center top;
}
#useraccess .container {
  overflow: hidden;
}
#useraccess a {
  color: #fff;
  text-decoration: none;
}
#useraccess a:hover {
  color: #a8320b;
}
#useraccess .user-links {
  float: right;
  line-height: 20px;
  text-transform: uppercase;
}
#useraccess .user-links span,
#useraccess .user-links a {
  float: left;
  margin: 0 0 0 30px;
}
#useraccess .user-login {
  float: right;
  line-height: 20px;
  text-transform: uppercase;
}
#useraccess .user-login p {
  margin: 0;
  padding: 0;
}
#useraccess .user-login span {
  float: left;
  padding: 1px 0;
  font-size: 7.5px;
  text-align: left;
  line-height: 9px;
}
#useraccess .user-login input[type=password],
#useraccess .user-login input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 130px;
  height: 14px;
  margin: 3px 10px 3px 0;
  padding: 0 4px;
  color: #392f1e;
  font-size: 9px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 14px;
  background-color: #D3DBDF;
  border: none;
}
#useraccess .user-login ::-webkit-input-placeholder {
  color: #392f1e;
}
#useraccess .user-login :-moz-placeholder { /* Firefox 18- */
  color: #392f1e;
  opacity: 1;
}
#useraccess .user-login ::-moz-placeholder {  /* Firefox 19+ */
  color: #392f1e;
  opacity: 1;
}
#useraccess .user-login :-ms-input-placeholder {  
  color: #392f1e;
}
#useraccess .user-login [placeholder] {
  color: #392f1e;
}
#useraccess .user-login input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50px;
  height: 14px;
  margin: 3px 10px 3px 0;
  padding: 0;
  color: #392f1e;
  font-size: 9px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #D3DBDF;
  border: none;
  cursor: pointer;
}



/* ************************************************** #page ****************************** */
#page {
    overflow: hidden;
    padding: 0 0 30px 0;
    background: url(/imgD/bkg_pagecontent.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    border-bottom: 1px solid #636363;
}



/* ************************************************** #header ****************************** */
#header {
  position: relative;
  overflow: hidden;
  height: 80px;
}
#header .logo {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  color: #a8320b;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
  outline: none;
}
#header .logo small {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-style: normal;
}
#header .social-links {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0;
  color: #a8320b;
  text-decoration: none;
  line-height: 23px;
  outline: none;
}
#header .social-links .icon {
  float: left;
  width: 22px;
  height: 23px;
  margin: 0 0 0 4px;
  outline: none;
}
#header .featured-links {
  display: block;
  float: right;
  margin: 0 12px 0 0;
  padding: 4px 0;
  color: #a8320b;
  text-decoration: none;
  line-height: 22px;
  outline: none;
}
#header .featured-links a {
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  color: #a3b3bc;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 22px;
}
#header .featured-links a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 22px;
  background: url(/imgD/sprites.png) no-repeat;
}
#header .featured-links .media-player i {
  background-position: 0 -30px;
}
#header .featured-links .shopping-cart i {
  background-position: -30px -30px;
}
#header .navprimary {
  position: relative;
  left: 50%;
  clear: both;
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
}
#header .navprimary li {
  position: relative;
  right: 50%;
  float: left;
  margin: 0;
  padding: 0 6px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#header .navprimary li a {
  color: #969ca7;
  text-decoration: none;
}
#header .navprimary li.current a,
#header .navprimary li a:hover {
  color: #a8320b;
  text-decoration: none;
}
#header .navsecondary {
  position: relative;
  left: 50%;
  clear: both;
  float: left;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style-type: none;
}
#header .navsecondary li {
  position: relative;
  right: 50%;
  float: left;
  margin: 0;
  padding: 0 6px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#header .navsecondary li a {
  color: #969ca7;
  text-decoration: none;
}
#header .navsecondary li.current a,
#header .navsecondary li a:hover {
  color: #a8320b;
  text-decoration: none;
}



/* ************************************************** #main ****************************** */
#main {
  text-align: left;
}



/* ************************************************** #content ****************************** */
#content img[align="left"],
#content img[style*="float: left"],
#content img[style*="float:left"]{
  margin: 5px 15px 0px 0px;
}
#content img[align="right"],
#content img[style*="float: right"],
#content img[style*="float:right"]{
  margin: 5px 0px 0px 15px;
}



/* ************************************************** #footer ****************************** */
#footer {
  position: relative;
  overflow: hidden;
  padding: 25px 0 50px 0;
}
#footer .newsletter {
  float: left;
  width: 49%;
  font-size: 10px;
  text-align: left;
}
#footer .newsletter h3 {
  font-weight: 400;
}
#footer .newsletter p {
  margin: 0;
  padding: 0;
}
#footer .newsletter input[type=password],
#footer .newsletter input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 130px;
  height: 14px;
  margin: 3px 10px 3px 0;
  padding: 0 4px;
  color: #392f1e;
  font-size: 9px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 14px;
  background-color: rgba(72,107,155,0.30);
  border: none;
}
#footer .newsletter ::-webkit-input-placeholder {
  color: #392f1e;
}
#footer .newsletter :-moz-placeholder { /* Firefox 18- */
  color: #392f1e;
  opacity: 1;
}
#footer .newsletter ::-moz-placeholder {  /* Firefox 19+ */
  color: #392f1e;
  opacity: 1;
}
#footer .newsletter :-ms-input-placeholder {  
  color: #392f1e;
}
#footer .newsletter [placeholder] {
  color: #392f1e;
}
#footer .newsletter input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50px;
  height: 14px;
  margin: 3px 10px 3px 0;
  padding: 0;
  color: #392f1e;
  font-size: 9px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(72,107,155,0.30);
  border: none;
  cursor: pointer;
}
#footer .notices {
  float: right;
  width: 49%;
  font-size: 10px;
  text-align: right;
}
#footer .notices .nav-footer {
  padding: 0 0 .2em 0;
  font-size: 13px;
  font-weight: 700;
}
#footer .notices .nav-footer a {
  color: #392f1e;
  white-space: nowrap;
}
#footer .notices .links-additional {
  padding: 0 0 .2em 0;
  font-size: 11px;
}
#footer .notices .links-additional a {
  color: #392f1e;
  white-space: nowrap;
}
#footer .notices .legal {
  color: #969ca7;
  font-size: 9px;
}
#footer .notices .legal a {
  color: #969ca7;
  white-space: nowrap;
}



/* ************************************************** Audio Tracks ****************************** */
table.tracks {
  margin: 0 -8px 30px -8px;
  border-spacing: 8px 4px;
  border-collapse: separate;
}
table.tracks th,
table.tracks td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  line-height: 27px;
  vertical-align: top;
  white-space: nowrap;
}
table.tracks th {
  padding: 0 10px 6px 10px;
  font-weight: 400;
}
table.tracks th.cell-format {
  min-width: 178px;
  padding: 0 0 6px 0;
}
table.tracks th.cell-buy {
  padding: 0 0 6px 0;
}
table.tracks th .btn {
  padding: 0 10px;
}
table.tracks th a,
table.tracks td a {
  text-decoration: none;
}
table.tracks .btn {
  line-height: 27px;
}
table.tracks .cell-format {
}
table.tracks .cell-format .format {
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
}
table.tracks .format .icon {
  float: right;
  height: 26px;
}
table.tracks .cell-play {
  width: 30px;
  padding: 0 3px 0 2px;
}
table.tracks .cell-play .play {
  width: 24px;
  background-position: -120px -31px;
}
table.tracks .cell-play .no-play {
  width: 24px;
  background-position: -210px -31px;
}
table.tracks .cell-track {
  width: 450px;
}
table.tracks .cell-length {
  width: 80px;
  text-align: center;
  text-transform: uppercase;
}
table.tracks .cell-lyric {
  width: 85px;
  text-align: center;
  text-transform: uppercase;
}
table.tracks .cell-video {
  width: 85px;
  text-align: center;
  text-transform: uppercase;
}
table.tracks .cell-buy {
  width: 190px;
  padding: 0;
  text-align: right;
}
table.tracks .add-to-cart,
table.tracks .out-of-stock,
table.tracks .album-only,
table.tracks .preview {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  text-transform: uppercase;
}
table.tracks .add-to-cart .price,
table.tracks .out-of-stock .price {
  float: left;
  text-align: left;
}
table.tracks .icon.rating {
  float: left;
}
table.tracks .link-reviews {
  float: left;
  margin: 0 0 0 10px;
  color: #daae45;
  text-transform: uppercase;
  line-height: 28px;
}
table.tracks .link-reviews a {
  color: #daae45;
}



/* ************************************************** teaser columns ****************************** */
.columns-teasers {
  overflow: hidden;
  width: 100%;
  background-image: url(/imgD/bkg_columns_gradient.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.columns-teasers .column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 234px;
  margin: 0 0 0 8px;
  padding: 20px 15px 10px 15px;
}
.columns-teasers .column:first-of-type {
  margin: 0;
}
.columns-teasers .column h2 {
  padding: 0 0 5px 0;
  color: #a8320b;
  font-size: 18px;
  text-transform: uppercase;
}
.columns-teasers .column .date {
  padding: 0;
  color: #636363;
  font-size: 10px;
}
.columns-teasers .column h3 {
  padding: 0 0 15px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}
.columns-teasers .column h3.first-teaser {
  font-size: 14px;
  font-weight: 700;
}
.columns-teasers .column h3 a {
  color: #392f1e;
}
.columns-teasers .column p.link-continue-reading {
  text-transform: uppercase;
}
.columns-teasers .column p.link-continue-reading a {
}
.columns-teasers .column p.link-more {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.columns-teasers .column p.link-more a {
  color: #fff;
}



/* ************************************************** pins sections ****************************** */
.pins-display-case h1 small,
.pins-sections h1 small {
  color: #a3b3bc;
  font-style: normal;
}
.pins-display-case {
  padding: 0 0 30px 0;
}
.display-case.block-highlight {
  overflow: hidden;
  padding: 10px 0;
}
.display-case .chosen-pin {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 13px;
    border: solid 10px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff;
}
.display-case .chosen-pin span {
    position: absolute;
    right: 4px;
    top: 5px;
    display: block;
    width: 26px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
}
.pins-sections h2.block-highlight {
  text-transform: uppercase;
}
.pins-sections .display-pins {
  /* overflow: hidden; */
  margin: 0 -4px;
  padding: 0 0 20px 0;
}
.pins-sections .display-pins .pin {
  float: left;
  margin: 4px;
}



/* ************************************************** home page ****************************** */



/* ************************************************** about page ****************************** */
.about h1 {
  padding: 4px 0 0 0;
  line-height: 1em;
}



/* ************************************************** archive ****************************** */
.archive #content > div {
	border-top: 1px solid black;
}
.archive #content > div:first-child {
	border-top: none;
}


/* ************************************************** tour/events/calendar ****************************** */
.tours .listing {
  overflow: hidden;
  color: #636363;
  padding-bottom: 20px;
}
.tours .tour-item .tour-banner {
  width: 100%;
}
.tours .listing .item {
  overflow: hidden;
  padding: 18px 0 5px 0;
  border-top: solid 1px #636363;
}
.tours .listing .item:first-of-type {
  border-top: none;
}
.tours .listing .date-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 54px;
  height: 53px;
  margin: 5px 16px 0 0;
  padding: 4px 0 0 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  border: solid 1px #2F2D2B;
}
.tours .listing h2,
.tours .listing h2 a {
  width: 100%;
  padding: 0;
}
.tours .listing h3 {
  width: 100%;
}
.tours .listing .details {
  float: left;
  width: 890px;
  margin: 0;
}
.tours .events-list .details p {
  float: left;
  width: 510px;
  margin: 0 15px 0 0;
}
.tours .shows-list .details p {
  float: left;
  width: 135px;
  margin: 0 15px 0 0;
}
.tours .listing .buttons {
  float: right;
}
.tours .listing .btn-item {
  float: left;
  margin: 0 10px 0 0;
}
.tours .listing .display-pins {
  float: right;
  width: 100px;
  margin: 0 -5px 0 0;
  padding: 16px 0 0 10px;
}
.tours .listing .display-pins .pin {
  float: right;
}
.tours .shows-detail .detail-header,
.tours .events-detail .detail-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.tours .shows-detail .detail-header small,
.tours .events-detail .detail-header small {
  float: left;
  width: 150px;
  padding: 5px 0 0 0;
  color: #a3b3bc;
  font-size: 10px;
}
.tours .shows-detail .detail-header .display-pins,
.tours .events-detail .detail-header .display-pins {
  float: right;
  width: 150px;
  margin: 0 -5px 0 0;
}
.tours .shows-detail .detail-header .display-pins .pin,
.tours .events-detail .detail-header .display-pins .pin {
  float: right;
}
.tours .shows-detail .detail-header h1,
.tours .events-detail .detail-header h1 {
  width: 620px;
  margin: 0 170px;
  text-align: center;
}
.tours .events-detail object {
  margin: 0 auto 30px auto;
  text-align: center;
}



/* ************************************************** blog/news ****************************** */
.blog .listing {
  overflow: hidden;
  padding-bottom: 20px;
}
.blog .listing .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px 0 20px 0;
  border-top: solid 1px #636363;
}
.blog .listing .item:first-of-type {
  border-top: none;
}
.blog .listing .entry {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.blog .listing .entry-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.blog .listing .entry-header h2,
.blog .listing .entry-header h2 a {
  width: 100%;
  padding: 0;
  color: #a8320b;
}
.blog .listing .entry-header small {
  color: #a3b3bc;
}
.blog .listing .display-pins {
  float: right;
  /* width: 150px; */
  margin: 0 -5px 0 0;
}
.blog .listing .display-pins .pin {
  float: right;
}
.blog .listing .entry .link-more {
  float: left;
  padding: 0 6px;
  color: #392f1e;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}
.blog .listing .item.media-teaser .entry-media {
  position:relative;
  float: right;
  width: 270px;
}
.blog .listing .item.media-teaser .entry {
  float: left;
  width: 670px;
}
.blog .listing .item.featured-media-teaser {
  width: 100%;
  padding: 0;
  border: none;
}
.blog .listing .item.featured-media-teaser .entry-header {
  overflow: hidden;
  padding: 0 0 5px 0;
}
.blog .listing .item.featured-media-teaser .entry-header h2 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.blog .listing .item.featured-media-teaser .entry-header small {
  float: left;
  line-height: 26px;
}
.blog .listing .item.featured-media-teaser .entry-media {
  position:relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid #636363;
  border-width: 1px 1px 0 1px;
}
.blog .listing .item.featured-media-teaser .entry {
  width: 100%;
  padding: 10px 10px 5px 10px;
  background-color: #bababa;
  border: solid #636363;
  border-width: 0 1px 1px 1px;
}
.blog .blog-detail {
  padding: 0 0 20px 0;
}
.blog .blog-detail .detail-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.blog .blog-detail .detail-header small {
  float: left;
  width: 150px;
  padding: 5px 0 0 0;
  color: #a3b3bc;
  font-size: 10px;
}
.blog .blog-detail .detail-header .display-pins {
  float: right;
  /* width: 150px; */
  margin: 0 -5px 0 0;
}
.blog .blog-detail .detail-header .display-pins .pin {
  float: right;
}
.blog .blog-detail .detail-header h1 {
  width: 620px;
  margin: 0 170px;
  text-align: center;
}



/* ************************************************** media ****************************** */
.media .media-detail {
  padding: 0 0 20px 0;
}
.media .media-detail .detail-header {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  height: 45px;
}
.media .media-detail .detail-header small {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #a3b3bc;
  font-size: 10px;
}
.media .media-detail .detail-header .display-pins {
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0 -5px 0 0;
}
.media .media-detail .detail-header .display-pins .pin {
  float: right;
}
.media .media-detail .detail-header h1 {
  position: absolute;
  bottom: 0;
  width: 620px; 
  margin: 0 170px;
  padding: 0;
  text-align: center;
}




/* ************************************************** photo gallery ****************************** */
.media-detail.gallery .detail-header {
  padding: 0;
}
.gallery-container {
  position: relative;
  margin: 0 0 20px 0;
  border: solid 1px #636363;
}
.gallery-container .gallery-info {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(199, 199, 199, .9);
  z-index:551;
}
.gallery-container .members-only-cover,
.video-gallery-container .members-only-cover {
  background-color: rgba(199, 199, 199, .9);
  background-image:url(../imgD/member-only-media-message.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:550;
}
.gallery-container .members-only-cover a,
.video-gallery-container .members-only-cover a {
  display:block;
  width:100%;
  height:100%;
}
.video-gallery-container {
  position:relative;
}

.gallery-container .gallery-info .display-pins {
  float: right;
  margin: 0 -5px 0 0;
}
.gallery-container .gallery-info .display-pins .pin {
  float: right;
}



/* ************************************************** users ****************************** */
.user-account {
  overflow: hidden;
  padding-bottom: 30px;
}
.user-account .column-left {
  float: left;
  width: 220px;
}
.user-account .column-left .display-pins {
  overflow: hidden;
  margin: 0 -4px 15px -4px;
}
.user-account .column-left .avatar {
  display: block;
  width: 220px;
  margin: 0 0 5px 0;
}
.user-account .column-left .display-pins .large-pin-id {
  float: left;
}
.user-account .column-left .friends {
  padding: 15px 30px;
  text-align: left;
}
.user-account .column-left .friends .btncontainer {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.user-account .column-right {
  float: right;
  width: 718px;
}
.user-account .column-right .entry-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.user-account .column-right .entry-header .display-pins {
  float: right;
  margin: 0 -5px 0 0;
}
.user-account .column-right .entry-header .display-pins .pin {
  float: right;
}
.user-account .column-right .entry-header h2 {
  color: #a8320b;
}
.user-account .column-right .entry-header small {
  color: #a3b3bc;
}
.user-account .column-right .entry-content {
  overflow: hidden;
  width: 100%;
}
.user-account .column-right .social-links {
  float:left;
  max-width:350px;
  display: block;
  overflow: hidden;
  margin: 0 0 0 -4px;
  padding: 0 0 20px 0;
  color: #a8320b;
  text-decoration: none;
  line-height: 22px;
  outline: none;
}
.user-account .column-right .social-links .icon {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 0 0 4px;
  outline: none;
}
.user-account .column-right .membership-info {
  float:right;
  text-align: right;
  color:#969ca7;
}
.user-account .column-right h2.block-highlight {
  text-transform: uppercase;
}
.user-account .column-right .display-pins.new-pins {
  overflow: hidden;
  margin: 0 -4px;
}
.user-account .column-right .display-pins.new-pins .pin {
  float: left;
  margin: 0 4px;
}
.user-account .column-right .display-pins.new-pins p.link-more {
  clear: both;
  float: right;
  padding: 5px 25px 0 0;
  text-transform: uppercase;
}
.columns-teasers .column.messeges-teasers h3 {
  padding: 0;
}
.columns-teasers .column.messeges-teasers h3 a {
  color: #a8320b;
}



/* ************************************************** forums ****************************** */
.mod-tools {
  margin: 0 0 20px 0;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background-color: #a8320b;
}
.mod-tools a {
  color: #fff;
}
.whos-online {
  clear: both;
  overflow: hidden;
  padding: 15px;
}
.whos-online h3 {
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 18px;
}
.whos-online a {
    display: inline-block;
    padding: 0 8px 0 0;
    color: #392f1e;
}
.whos-online a.btn {
  float: right;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.forum-table {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
}
.forum-table th {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  vertical-align: bottom;
  background-color: rgba(20, 60, 79, .4);
}
.forum-table td {
  padding: 20px 10px 15px 10px;
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #636363;
}
.forum-table tr.first-row td {
  border-top: none;
}
.forum-table .forum-name {
  width: 340px;
}
.forum-table td.forum-name {
  width: 320px;
}
.forum-table.categories td.mod-option {
  width: 20px;
  padding: 23px 0 15px 0;
}
.forum-table.forum-posts td.mod-option {
  width: 20px;
  padding: 20px 0 15px 0;
}
.forum-table .thread-count {
  width: 120px;
}
.forum-table .post-count {
  width: 120px;
}
.forum-table .last-post {
  width: 300px;
}
.forum-table .name {
  font-size: 18px;
}
.forum-table small {
  color: #a3b3bc;
  font-size: 10px;
}
.forum-header {
  overflow: hidden;
  padding: 0 0 14px 0;
}
.forum-header h1 {
  padding: 0;
}
.forum-header .link-rules {
  float: right;
  color: #a3b3bc;
}
.forums.view-more-results {
  margin: 0 0 30px 0;
}
.forum-thread .post {
  overflow: hidden;
  padding: 10px 0 20px 0;
  border-top: solid 1px #636363;
}
.forum-thread .post:first-of-type {
  padding: 0 0 20px 0;
  border-top: none;
}
.forum-thread .post .user {
  float: left;
  width: 120px;
}
.forum-thread .post h3.forum-name {
  width: 100%;
  padding: 0 0 10px 0;
}
.forum-thread .post h3.forum-name a {
  color: #392f1e;
}
.forum-thread .post h3.forum-name a:hover {
  color: #a8320b;
}
.forum-thread .post .user .avatar {
  display: block;
  width: 120px;
  margin: 0 0 6px 0;
}
.forum-thread .post .user .pin {
  float: left;
  margin: 0 0 6px 6px;
}
.forum-thread .post .user .pin:first-of-type {
  margin: 0 0 6px 0;
}
.forum-thread .post .user small {
  color: #a3b3bc;
}
.forum-thread .entry {
  float: right;
  width: 820px;
}
.forum-thread .entry .entry-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.forum-thread .entry .entry-header .display-pins {
  float: right;
  max-width: 460px;
  margin: 0 -5px 0 0;
}
.forum-thread .entry .entry-header .display-pins .pin {
  float: right;
}
.forum-thread .entry .entry-header h2 {
  color: #a8320b;
}
.forum-thread .entry .entry-header small {
  color: #a3b3bc;
}
.forum-thread .entry-content {
  overflow: hidden;
  width: 100%;
}
.forum-thread .post-footer {
  overflow: hidden;
  width: 100%;
}
.forum-thread .post-footer small {
  float: right;
  width: 100%;
  color: #a3b3bc;
  text-align: right;
}
.forum-thread .post-footer .post-buttons {
  float: right;
  width: 45%;
  padding: 10px 0 0 0;
}
.forum-thread .post-footer .post-buttons .btn {
  float: right;
  margin: 0 0 0 10px;
}
#commentForm {
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(20, 60, 79, .4);
}
#commentForm textarea {
  width: 100%;
  background: #fff;
}
form.comment-form {
  position: relative;
}
form.comment-form input[name=submit] {
  position: relative;
  float: right;
  margin: 15px 0 0 0;
  color: #333;
  background-image: url(/imgD/gradient_lightgrey_28h.png);
  background-repeat: repeat-x;
}
.forum-table th.timestamp {
  width: 65px;
}
.forum-table td.replies,
.forum-table td.views {
  text-align: center;
}


/* ************************************************** private messages ****************************** */
.messages-header {
    overflow: hidden;
    line-height: 28px;
    text-align: left;
}
.messages-header span {
    float: right;
}
.messages-header span,
.messages-header span a {
  color: #a3b3bc;
  cursor: pointer;
}
.messages-header span label {
    float: none;
    display: inline-block;
    line-height: 28px;
}
.messages-header span input[type="checkbox"] {
    margin-top: 7px;
    margin-right: 7px;
}
.messages-header .btn {
    float: right;
    width: 90px;
}
.messages-header .btn.create-new-message {
    float: left;
    width: 180px;
}
.messages .forum-table th {
  text-transform: uppercase;
}
.messages .forum-table td {
  padding: 10px 10px 8px 10px;
}
.messages .forum-table td.date,
.messages .forum-table td.unread {
  font-size: 10px;
  color: #a3b3bc;
}
.messages .forum-table td.delete {
    text-align: right;
}
.messages .forum-table .delete input[type="checkbox"] {
    float: none;
    margin-right: auto;
}



/* ************************************************** order history ****************************** */
.order-history-table {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
}
.order-history-table th {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  vertical-align: bottom;
  background-color: rgba(20, 60, 79, .4);
}
.order-history-table td {
  padding: 5px 10px;
  color: #a3b3bc;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}
.order-history-table td.date {
}
.order-history-table td.order-number {
}
.order-history-table td.shipping-status {
}
.order-history-table td.view {
  text-transform: none;
}
.order-history-table td.download {
  text-transform: none;
}



/* ************************************************** account settings ****************************** */
.account-settings h2.block-highlight {
  text-transform: uppercase;
}
.account-settings .column {
  float: left;
  width: 400px;
  margin: 0 0 0 20px;
}
.account-settings .additional-info {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px 0;
}
.account-settings .additional-info .user {
  float: left;
  width: 120px;
}
.account-settings .additional-info .user .avatar {
  display: block;
  width: 120px;
  margin: 0 0 6px 0;
}
.account-settings .additional-info .public-info {
  float: left;
  width: 820px;
  margin: 0 0 0 20px;
}
.account-settings .additional-info .public-info .label-text,
.account-settings .additional-info .public-info label {
  width: 120px;
}
.account-settings .additional-info .public-info input[type=text] {
  width: 270px;
}
.account-settings .link-edit-data {
  font-size: 9px;
}
.account-settings .btncontainer {
  clear: both;
}



/* ************************************************** friends ****************************** */
.friends-listing .friend {
  overflow: hidden;
  padding: 10px 0 20px 0;
  border-top: solid 1px #636363;
}
.friends-listing .friend:first-of-type {
  padding: 0 0 20px 0;
  border-top: none;
}
.friends-listing .friend.block-highlight {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 15px 0;
  border-top: none;
}
.friends-listing .friend .user {
  float: left;
  width: 120px;
}
.friends-listing .friend .user .avatar {
  display: block;
  width: 120px;
  margin: 0 0 6px 0;
}
.friends-listing .friend .user .pin {
  float: left;
  margin: 0 0 6px 6px;
}
.friends-listing .friend .user .pin:first-of-type {
  margin: 0 0 6px 0;
}
.friends-listing .friend .user small {
  color: #a3b3bc;
}
.friends-listing .friend.block-highlight .user small {
  color: #a8320b;
}
.friends-listing .entry {
  float: right;
  width: 820px;
}
.friends-listing .block-highlight .entry {
  width: 790px;
}
.friends-listing .entry .entry-header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.friends-listing .entry .entry-header .display-pins {
  float: right;
  margin: 0 -5px 0 0;
}
.friends-listing .entry .entry-header .display-pins .pin {
  float: right;
}
.friends-listing .entry .entry-header h2 {
  color: #a8320b;
}
.friends-listing .entry .entry-header small {
}
.friends-listing .entry-content {
  overflow: hidden;
  width: 100%;
  padding-top:7px;
}
.friends-listing .post-footer {
  overflow: hidden;
  width: 100%;
}
.friends-listing .post-footer .post-buttons {
  float: right;
  padding: 10px 0 0 0;
}
.friends-listing .post-footer .post-buttons .btn {
  float: left;
  margin: 0 0 0 10px;
}


/* ************************************************** store ****************************** */
.store-listing {
  overflow: hidden;
  margin: 0 -16px;
  padding: 0 0 30px 0;
}
.store-listing .media-detail {
    padding: 0;
}
.store-listing .store-row {
    clear: both;
    overflow: hidden;
    padding: 30px 0 0 0;
    border-top: 1px solid #636363;
}
.store-listing .item {
  float: left;
  width: 215px;
  margin: 0 16px 30px 16px;
}
.store-listing .item .media {
  width: 100%;
  height: 240px;
  margin: 0 0 5px 0;
  text-align: center;
  line-height: 240px;
}
.store-listing .item.no-buy .media {
}
.store-listing .item h3 {
  padding: 0 0 5px 0;
}
.store-listing .item h3 a {
  color: #392f1e;
}
.store-listing .item h3 a:hover {
  color: #a8320b;
}
.store-listing .item .extra-info {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.store-listing .item .choose-color {
  float: left;
  margin: 7px 0 0 0;
}
.store-listing .item .choose-color .color {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  text-indent: -9999px;
  border: solid 1px #000;
}
.store-listing .item .choose-color .color.black {
  background-color: #000;
}
.store-listing .item .choose-color .color.white {
  background-color: #fff;
}
.store-listing .item .choose-color .color.red {
  background-color: #9C090E;
}
.store-listing .item .display-pins {
  float: right;
  margin: 0 -5px 5px 0;
}
.store-listing .item .display-pins .pin {
  float: right;
}
.store-listing .item .select-wrap {
  clear: both;
  position: relative;
  width: 100%;
}
.store-listing .item .custom-select {
  margin: 0 0 5px 0;
  padding: 5px 26px 6px 10px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  background-color: #a8320b;
  background-image: url(/imgD/selectarrow_orange.png);
  background-position: top right;
  border-color: #AA4E30;
}
.store-listing .item .add-to-cart,
.store-listing .item .out-of-stock,
.store-listing .item .choose-options,
.store-listing .item .members-only {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 10px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}
.store-listing .item .add-to-cart .price,
.store-listing .item .out-of-stock .price,
.store-listing .item .choose-options .price,
.store-listing .item .members-only .price {
  float: left;
  text-align: left;
  width: 40%;
}

/*
filter/nav for store listings
*/
.store-listing .item.nav-store .block-highlight {
  margin: 0 0 2px 0;
  padding: 0 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
}
.store-listing .item.nav-store .filters {
  margin: 0 0 4px 0;
  padding: 0;
  color: #a3b3bc;
  list-style-type: none;
}
.store-listing .item.nav-store .filters li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.store-listing .item.nav-store .filters a {
  color: #a3b3bc;
}
.store-listing .item.nav-store .filters label {
  line-height: 1.5em;
}

/*
multi-column items for store listings
*/
.store-listing .item.span-3-column {
  float: left;
  width: 709px;
  margin: 0 16px 30px 16px;
}



/* ************************************************** cart/checkout ****************************** */
.nav-checkout {
  width: 100%;
  height: 20px;
  margin: 0 0 10px 0;
  background-image: url(/imgD/bkg_cart_nav.png);
  background-repeat: no-repeat;
}
.nav-checkout.step1 {
  background-position: 0 0;
}
.nav-checkout.step2 {
  background-position: 0 -20px;
}
.nav-checkout.step3 {
  background-position: 0 -40px;
}
.nav-checkout.step4 {
  background-position: 0 -60px;
}
.nav-checkout.step5 {
  background-position: 0 -80px;
}
.nav-checkout ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-checkout li {
  float: left;
  width: 192px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.cart-buttons {
  clear: both;
  overflow: hidden;
  padding: 20px 0 30px 0;
}
.cart-buttons .prev {
  float: left;
  padding: 0 20px 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.cart-buttons .prev .icon {
  float: left;
  margin: 0 10px 0 0;
}
.cart-buttons .next {
  float: right;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.cart-buttons .next .icon {
  float: right;
  margin: 0 0 0 10px;
}
.cart-table {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
}
.cart-table th {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  vertical-align: bottom;
  background-color: rgba(20, 60, 79, .4);
}
.cart-table td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: middle;
  border-top: solid 1px #636363;
}
.cart-table tr.first-row td {
  border-top: none;
}
.cart-table td.image {
  padding: 10px 10px 10px 0;
  text-align: left;
}
.cart-table th.product {
  text-align: center;
}
.cart-table td.product {
  text-align: left;
}
.cart-table .download {
  width: 100px;
  margin-top: 5px;
}
.cart-table td.product.bundle-item {
  padding-left: 60px;
}
.cart-table td .detail {
  color: #a3b3bc;
}
.cart-table .each {
  text-align: center;
}
.cart-table .quantity {
  text-align: center;
}
.cart-table .quantity input {
  float: none;
  width: 30px;
  margin: 0 auto;
}
.cart-table .quantity .update-quantity {
  font-size: 10px;
}
.cart-table .price {
  text-align: right;
}
.cart-table .giftwrap {
  text-align: center;
}
.cart-table .remove {
  text-align: right;
  padding-right:0px;
  width:100px;
}
.cart-table tr.cart-total td {
  border-top: none;
  padding: 2px 10px;
  vertical-align: middle;
}
.cart-table .cart-total .line-item {
  color: #a3b3bc;
  text-align: right;
}
.cart-table .cart-total .price {
  text-align: right;
}
.cart-table .cart-total .detail {
  color: #a3b3bc;
  text-align: left;
}
.cart-table .cart-total .detail a {
  color: #a3b3bc;
}
.cart-table tr.spacer td {
  border-top: none;
  padding: 0 10px;
}
.cart-table .order-total .total {
  color: #a3b3bc;
  text-align: right;
}
.cart-table .order-total .price {
  text-align: right;
}
.empty-cart {
  text-align: center;
  padding:60px 0px 60px;
  background:rgba(20, 60, 79, 0.4);
}
.empty-cart p {
  padding:0px;
}

.checkout-columns {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.checkout-columns .column {
  float: left;
  width: 400px;
  margin: 0 20px 0 0;
}
.checkout-columns .gradient-grey {
  width: 190px;
  padding: 0 10px;
  text-transform: uppercase;
}
.checkout-columns .column input.shipping-radio {
  float: left;
  margin: 5px 10px 0 0;
}
.checkout-columns .column label.shipping-radio {
  float: left;
  width: 370px;
  margin: 0;
}
.checkout-columns .column small {
  color: #a3b3bc;
}
.checkout-summary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-top: 10px;
  text-align: left;
}
.checkout-summary.block-highlight {
  padding: 15px;
}
.checkout-summary h3 {
  font-size: 12px;
  text-transform: uppercase;
}
.checkout-summary .summary-table {
  width: 100%;
  margin: 0 0 10px 0;
}
.checkout-summary .summary-table td {
  text-align: left;
}
.checkout-summary .summary-table td.amount {
  text-align: right;
}
.checkout-summary small {
  color: #a3b3bc;
  font-size: 10px;
}
.checkout-summary.block-highlight small {
  color: #fff;
}
.order-confirm h2 {
  color: #a8320b;
}
.order-confirm h2 small {
  color: #392f1e;
  font-weight: 400;
}
.summary-buttons {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.summary-buttons .btn {
  clear: both;
  float: right;
  width: auto;
  margin: 0 0 10px 0;
  padding: 0 15px;
  text-transform: uppercase;
  text-decoration: none;
}

p.customer_msg {
  font-size:0.8em;
  color:#a3b3bc;
  margin-top:6px;
  max-width:200px;
}


/* ************************************************** related items ****************************** */
.related-items {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.related-items .prev {
  float: left;
  width: 30px;
  height: 240px;
  text-indent: -9999px;
}
.related-items .next {
  float: right;
  width: 30px;
  height: 240px;
  text-indent: -9999px;
}
.related-items .prev span {
  height: 33px;
  margin: 90px 0 0 0;
  background-position: -240px -60px;  
}
.related-items .next span {
  height: 33px;
  margin: 90px 0 0 0;
  background-position: -270px -60px;
}
.related-items .container.store-listing {
  width: 900px;
  margin: 0 30px;
}
.related-items .container.store-listing .item {
  margin: 0 5px;
}



/* ************************************************** payments ****************************** */
.mempership-options {
  overflow: hidden;
  padding: 0 0 30px 0;
}
.mempership-options input[type=radio] {
  float: left;
  margin: 8px 15px 0 0;
}
.mempership-options label {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 .5em 0;
  color: #a8320b;
  font-size: 20px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
.payment-options {
  clear: both;
}
.payment-options h3 {
  clear: both;
  width: 700px;
  margin: 0 0 10px 30px;
  color: #a3b3bc;
  font-weight: 400;
}
.payment-options h3 span {
  float: right;
  width: 206px;
}
.payment-options .method-option {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.payment-options .method-option input[type=radio] {
  float: left;
  margin: 5px 15px 0 0;
}
.payment-options .method-option .method {
  float: left;
  width: 700px;
  border: solid 1px #636363;
}
.payment-options .method-option .method .method-header {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.payment-options .method-option .method.saved-method .method-header .icon.mastercard,
.payment-options .method-option .method.saved-method .method-header .icon.amex,
.payment-options .method-option .method.saved-method .method-header .icon.visa {
  float: left;
  margin: 4px 15px 0 0;
}
.payment-options .method-option .method.saved-method .method-header .header-card {
  float: left;
}
.payment-options .method-option .method.saved-method .method-header .header-expire {
  float: right;
  width: 180px;
  text-align: left;
}
.payment-options .method-option .method .method-header .icon.up-arrow-white-narrow,
.payment-options .method-option .method .method-header .icon.down-arrow-white-narrow {
  float: right;
}
.payment-options .method-option .method .method-details {
  display: none;
  padding: 10px;
}
.payment-options .method-option .method .method-details .column {
  float: left;
  width: 325px;
  margin: 0 0 0 30px;
}
.payment-options .method-option .method .method-details .column input[type=text] {
  width: 215px;
}
.payment-options .method-option .method .method-details .btncontainer {
  clear: both;
  float: right;
}
.payment-options .method-option .method .method-details .btn {
  float: left;
  width: 100px;
  height: 28px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.payment-options .method-option .method .method-details .help {
  float: left;
  margin: 0 0 0 5px;
}
.payment-options .method-option .method .method-details .small {
  padding: 0;
  font-size: 10px;
}



/* ************************************************** contact form ****************************** */
.contact-form h2.block-highlight {
  text-transform: uppercase;
}
.contact-form .contact-section {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}
.contact-form .column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 400px;
  margin: 0 0 0 20px;
}
.contact-form .column .label-text,
.contact-form .column label {
  width: 120px;
}
.contact-form .column .label-checkbox {
  width: auto;
}
.contact-form .column .wide {
  width: 100%;
}
.contact-form .column input[type=text],
.contact-form .column textarea {
  width: 270px;
}
.contact-form .btncontainer {
  clear: both;
  padding: 20px 0 0 0;
}
.contact-form label small {
  display: block;
  font-size: 10px;
}



/* ************************************************** FAQ ****************************** */
.faq-section {
    display: none;
    margin: 0 0 30px 0;
    padding: 15px 100px 0 30px;
}
.faq-section .overview {
    margin: 0 0 20px -30px;
    padding: 0 0 5px 0;
}
.faq-section .item {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #636363;
}



/* ************************************************** streaming ****************************** */
.streaming.column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 234px;
  height: 607px;
  margin: 0 0 0 8px;
  padding: 20px 15px 10px 15px;
  background-image: url(/imgD/bkg_columns_gradient.png);
  background-repeat: no-repeat;
  background-position: left top;
  overflow:auto;
}
.streaming.column h2 {
  padding: 0 0 5px 0;
  color: #a8320b;
  font-size: 18px;
  text-transform: uppercase;
}
.streaming.column .date {
  padding: 0;
  color: #636363;
  font-size: 10px;
}
.streaming.column h3 {
  padding: 0 0 15px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}
.streaming.column h3.first-teaser {
  font-size: 14px;
  font-weight: 700;
}
.streaming.column h3 a {
  color: #392f1e;
}
.streaming.column p.link-continue-reading {
  text-transform: uppercase;
}
.streaming.column p.link-continue-reading a {
}
.streaming.column p.link-more {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.streaming.column p.link-more a {
  color: #fff;
}

/* ************* CHECK IN ************************** */
#check-in {
  text-align: center;
}



/* ************************************************** archive ****************************** */
.archive-form {
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 20px 0px;
}
.archive-form p {
    float: left; margin: 0 15px 0 0;
    padding: 0;
}
.archive-form input[type=text] {
    background-color: #fff;
}



/* ************************************************** login ****************************** */
.login-columns {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.login-columns .column {
  float: left;
  width: 410px;
  margin: 0;
}
.login-columns h2 {
    padding-bottom: 5px;
    color: #a8320b;
}
.login-columns .note {
    float: left;
    margin: 0 0 0 5px;
    width: 5px;
    font-size: 14px;
}



/* Banned user warning */
.warning {
  height:75px;
  background-color: #9c090e;
  background-image: url(../imgD/exclamation.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 18px center;
  color: #fff;
  padding-left:75px;
  margin:0px 0px 10px;
  position:relative;
}
.warning p {
  margin:0px;
  padding:2% 0 2%;
  color:#fff;
  font-size:1.2em;
}


.teaser-pin {
  float:right;
}


input.hp {
  display:none;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* 
Media Queries 
*/

/* for controlling the bkg image on mobile devices */
@media screen and (max-device-width: 900px) {
  html { 
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
  }
}
/* for wide desktop views */
@media screen and (min-width: 1600px) {
}
/* for switch from fixed width items to scaling items at 900px wide */
@media screen and (max-width: 900px) {
}
/* more scaling down from 660 to 746 */
@media screen and (max-width: 760px) {
}

/* for small screens */
@media screen and (max-width: 660px) {
}
/* for high resolution displays */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
}
/* for small screens WITH high res displays*/
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 660px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 660px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 660px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 660px) {
}