/*
@font-face {
    font-family: 'SoultoneSwiss';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'SoultoneSwiss';
    src: url('../fonts/SoultoneSwiss.eot');
    src: url('../fonts/SoultoneSwiss.eot?#iefix') format('embedded-opentype'), url('../fonts/SoultoneSwiss.woff') format('woff'), url('../fonts/SoultoneSwiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LocalArialNarrow;
    src: local("Arial Narrow");
}

#pid-contact #content-content .block.block-fb-social.contextual-links-region.first.odd {
    display: none;
}


/* Basic Typography & Colors
-------------------------------------------------------------- */


/* Add general site styling here for typography and background */

body {
    font-size: 75%;
    /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}


/* Default link styles - separate a:visited for a different visited link style */

a,
a:link,
a:visited {}


/* Hover/active link styles. Don't forget :focus for accessibility */

a:hover,
a:focus,
a:active {}

.button a,
.button a:link,
.button a:visited,
a.button,
a.button:link,
a.button:visited {}

.button a:hover,
.button a:active,
a.button:hover,
a.button:active {}


/* Specific Typography
-------------------------------------------------------------- */

#site-name {
    font-size: 300%;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
}

.pane-title,
.page-title,
.single-endorser h2,
.dealer-anchors,
h1.title,
h2.title,
.cymbal-sizes legend,
#block-views-news-block .views-field-created,
#block-views-news-block .views-field-title,
.single-endorser .field-label,
.cymbal-sizes h3,
.group_featvideo h3,
.page-template-template-ensorsers h3,
.page-template-template-dealers .views-row .views-field-title,
#pid-blog h2,
#pid-blog h2 a,
#pid-merch h2,
#pid-merch h2 a {
    font-family: 'SoultoneSwiss';
    letter-spacing: -.03em;
}


/* HTML Elements
-------------------------------------------------------------- */

body {}


/* Site Info
-------------------------------------------------------------- */


/* Wrapper around logo, site name, and slogan */

.header-site-info span {
    display: block;
}


/* Add float here to put logo and site name side by side, also add margins as
  needed */

#logo {}


/* Link and hover styles for site name */

#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {}


/* Typography for site slogan */

#slogan {}


/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that skin styles can override them with a class later
-------------------------------------------------------------- */


/* All Regions
-------------------------------------------------------------- */


/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */

.page {}


/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */

.page-inner {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}


/* Header Region
-------------------------------------------------------------- */

.header-group {}


/* Main Menu
/-------------------------------------------------------------- */


/* Add general styles for main menu here, such as typography, borders, floats,
  or spacing above/below */

.main-menu {}


/* styles for Superfish main menu */

.main-menu-inner ul.sf-menu {}


/* Link style for top level menu items, add padding here */

.main-menu-inner ul.sf-menu a,
.main-menu-inner ul.sf-menu a:visited {}

.main-menu-inner ul.sf-menu a:hover,
.main-menu-inner ul.sf-menu a:active,
.main-menu-inner ul.sf-menu a:focus {}


/* These are the top level menu items, add border-right here for separators */

.main-menu-inner ul.sf-menu li {}


/* Add border-right: 0; here to remove separator on last menu item */

.main-menu-inner ul.sf-menu li.last {}


/* Style for container of dropdown, add background or border */

.main-menu-inner ul.sf-menu ul {}


/* Style for individual dropdown menu items, add border-bottom for separators */

.main-menu-inner ul.sf-menu li li {
    background-color: #fff;
}

.main-menu-inner ul.sf-menu li li.last {}

.main-menu-inner ul.sf-menu li li li {}


/* Style for hover of dropdown menu items (add background-color here) */

.main-menu-inner ul.sf-menu li ul li:hover,
.main-menu-inner ul.sf-menu li ul li.sfHover {}


/* Header - Search
-------------------------------------------------------------- */

.search-box {}

.search-box-inner {}

.search-box-inner form#search-theme-form {}

.search-box-inner input#edit-search-theme-form-header {}


/*  Main Area (content + sidebars)
-------------------------------------------------------------- */

.main {}


/* Sidebar Regions
-------------------------------------------------------------- */


/* Sidebar widths can be controlled through theme settings */

.sidebar-first {}

.sidebar-second {}


/* Content Region
-------------------------------------------------------------- */

.region-content {}


/* Footer Region
-------------------------------------------------------------- */

.footer {}

.footer-inner {}


/* Page titles
/-------------------------------------------------------------- */


/* Page and full node titles */

h1.title {}


/* Default node styles
/-------------------------------------------------------------- */


/* Change unpublished and preview colors for dark background themes */

.node-unpublished {}

.preview .node {}


/* Typography for node titles */

h2.title {}


/* Colors and styles for linked node titles, ie. teaser listing at /node */

h2.title a:link,
h2.title a:visited {}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {}


/* Separators and padding for node teasers */

.node-teaser {}


/* Author/date info */

.meta {}

.submitted {}


/* Links for nodes (taxonomy, commenting, read more, etc) */

.node ul.links li {}

.node ul.links a {}


/* Only more/read more links */

div.node .read-more a,
div.node .more-link a {}


/* Drupal Messages
/-------------------------------------------------------------- */


/* General style for all errors/messages (border, padding, etc.) */

div.content-messages div.messages,
div.content-help div.help {}


/* Status messages: green */

div.content-messages-inner div.status {}


/* Warning messages: yellow */

div.content-messages-inner div.warning {}


/* Error messages: red */

div.content-messages-inner div.error {}


/* Help messages: blue */

div.content-help-inner div.help {}


/* Error that appears when a required form field is not filled out */

.form-item input.error,
.form-item textarea.error,
.form-item select.error {}


/* "New" text and required form field asterisk (default = red) */

.marker,
.form-required {}


/* Default block title styles
/-------------------------------------------------------------- */

h2.block-title {}


/* Breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {}

.breadcrumbs a:link,
.breadcrumbs a:visited {}


/* Pagers
-------------------------------------------------------------- */

ul.pager {}

ul.pager li {}

ul.pager a,
ul.pager li.pager-current {}

ul.pager li.pager-current {}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {}


/* Forms
/-------------------------------------------------------------- */


/* Typography and backgrounds for all form buttons */

form input.form-submit {}


/* Hover style for form buttons */

form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {}


/* Typography, background, borders, padding for form fields */

.form-item input,
.form-item select,
.form-item textarea {}


/* Remove backgrounds and border on radios and checkboxes */

.form-item .form-radio,
.form-item .form-checkbox {
    background: none;
    border: none !important;
}


/* Fieldset wrapper around groups of form elements -- add border here */

fieldset {}


/* Typography and spacing for legend of fieldsets */

fieldset legend {}


/* Link style for legend of fieldsets */

fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {}


/* Custom icons on (open) collapsible fieldsets */

html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {}


/* Custom icons on (closed) collapsible fieldsets */

html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {}


/* Tables
-------------------------------------------------------------- */

table {}


/* Body of tables */

tbody {}


/* Header of tables */

thead th,
th {}

tbody th {}


/* Alternating row background styles */

tr.even,
tr.even td {}

tr.odd,
tr.odd td {}

td.active {}

tr.drag td,
tr.drag-previous td {}


/* Maintenance Page
/-------------------------------------------------------------- */


/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */

.in-maintenance {}


/*--------------------------------------------------------------*/


/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */

.book-navigation .menu {}

.book-navigation .page-links {}


/* Comments
/-------------------------------------------------------------- */


/* Style for each individual comment */

div.comment {}


/* Subject (title) of each comment */

div.comment h3.title {}


/* Links (edit, reply, delete) for each comment */

div.comment div.links a,
div.comment ul.links a {}


/* Alternating styles for even/odd comments */

.comments .comment.odd {}

.comments .comment.even {}


/* A special highlight style for a comment by the author of the node */

.comments div.comment-by-author {}


/* Comment signatures */

.signature {}


/* User avatars in comments */

.comment-wrapper .picture img {}


/* Forum
/-------------------------------------------------------------- */

#forum .description {}

.forum-topic-navigation {}


/* Poll
/-------------------------------------------------------------- */

div.poll div.bar {}

div.poll div.bar div.foreground {}


/* Profiles
/-------------------------------------------------------------- */

.profile .picture {}


/* Styles for sub-headings on user profiles */

.profile dt {}


/* My changes */


/* Restart CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/** Felix Changes **/

.grid12-12 {
    width: 980px !important;
}

#main-menu.region.region-main-menu.main-menu.grid12-12 {
    width: 830px !important;
}


/*

body {background:url("images/body-background.jpg") #1f1f1f;}
#page {background:url("images/SoultoneCrown.png") no-repeat scroll top center transparent;}
*/

html {
    background: url("../images/BG.png") #1f1f1f;
}

body {
    background: url("../images/SoultoneCrown.png") no-repeat scroll top center transparent;
}

#header-group {
    position: relative;
}

#yellow-top-bar {
    background: url("../images/top-yellow-background.jpg") repeat scroll top center transparent;
    height: 3px;
}

.logged-in #yellow-top-bar {
    display: none !important;
    height: 0px;
}

#logo {
    margin-top: 11px;
}

h1.title,
h2.title {
    color: #222222;
    font-size: 25px;
    font-weight: bold !important;
    text-transform: uppercase;
}

.block {
    margin-bottom: 1em;
}


/* contact us */

#pid-contact #page-inner h1.title {
    display: none;
}

#pid-contact .webform-client-form {
    background: url("images/SoultoneStamp.png") no-repeat 720px 15px #fafafa;
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
}

#pid-contact #page-inner .webform-client-form h1.title {
    display: block;
    font-size: 36px;
    padding-top: 5px;
}

#pid-contact #edit-submit {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "SoultoneSwiss";
    color: #fff;
    text-shadow: 0 1px 2px #666;
    padding: 5px 15px;
    background: #f5b309;
    border: 1px solid #c28e07;
    border-radius: 4px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .4);
}


/* Main Menu */

#main-menu {
    position: absolute;
    top: 25px;
    left: 150px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Arial Narrow Bold", "Arial Narrow", "Arial", sans-serif;
    font-stretch: condensed;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
}

#main-menu ul li {
    margin-right: 23px;
}

#main-menu ul li.last {
    margin-right: 0;
}

#main-menu a.active,
#main-menu a {
    font-family: "Arial Narrow Bold", "Arial Narrow", "Arial", sans-serif;
    font-stretch: condensed;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    color: white;
}

#main-menu a:hover {
    color: #ffcc1c;
}

#main-menu ul li ul {
    border: none;
    background: rgba(0, 0, 0, .9);
    border-radius: 5px;
    margin-top: 10px;
}

#main-menu ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 200px;
    margin: 0;
    font-size: 12px;
}

#main-menu ul li ul li.last {
    border-bottom: none;
}

#main-menu ul li ul li a.active,
#main-menu ul li ul li a {}

#main-menu ul li.menu-733 {}

#main-menu ul li.menu-733:hover {
    background: rgba(0, 0, 0, .9)!important;
    color: #ffcc1c;
    border-radius: 10px 10px 0 0;
}


/* front page */


/*.center-wrapper,.panel-col-bottom {
  background: url("images/content-background.jpg") repeat scroll 0 0 #F1F1F1;
  overflow: hidden;
  padding: 20px;
}*/

.panel-col-first {
    width: 575px !important;
}

.panel-2col-stacked .panel-col-last {
    width: 330px !important;
    margin-left: 15px;
}

.panel-2col-stacked .panel-col-top,
.panel-2col-stacked .panel-col-bottom {
    width: auto !important;
}

h2.pane-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold !important;
    color: #222222;
}

#welcome-box {
    margin: 7px 0 5px;
}


/* Blog block */

#latest-blogs h2.pane-title {
    font-size: 25px;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 6px;
}

#latest-blogs img {
    border: 1px solid #212123;
    float: left;
    margin: 0 9px 10px 0;
}

#latest-blogs h2.field-title {
    margin: 0;
}

#latest-blogs h2.field-title a {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
}

#latest-blogs a.views-more-link,
#latest-blogs a.views-more-link:visited,
#latest-blogs .views-field-body a:link,
#latest-blogs .views-field-body a:visited {
    color: #eda803;
    font-weight: bold;
    margin-left: 5px;
}

#latest-blogs .views-field-title a {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
}

#latest-blogs .group-left {
    width: 115px !important;
}

#latest-blogs .group-right {
    width: 450px !important;
}

#latest-blogs .views-row {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px;
    min-height: 75px;
}

#latest-blogs p {
    margin: 0;
}

.field-name-node-link,
.field-name-body {}

.field-name-node-link {}


/* Blog Landing */

#pid-blog .ds-2col>.group-left {
    width: 180px;
}

#pid-blog .ds-2col>.group-right {
    width: 760px;
}

#pid-blog .node-blog {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#pid-blog .node-blog:last-child {
    border-bottom: 0;
}

#pid-blog h2 a {
    color: #212121;
    font-size: 26px;
    text-transform: uppercase;
}

#pid-blog h1.title {
    font-size: 36px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 14px;
}

#pid-blog p {
    margin: 5px 0;
}

#pid-blog .field-item p a:link,
#pid-blog .field-item p a:visited,
.node-type-blog p a:link,
.node-type-blog p a:visited {
    color: #eda803;
    text-decoration: underline;
}

#pid-blog .field-name-node-link a:link,
#pid-blog .field-name-node-link a:visited {
    color: #eda803;
    font-weight: bold;
}


/* Blog Detail */

.node-type-blog h1 {
    font-size: 30px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 14px;
}

.node-type-blog .field-name-field-image img {
    float: left;
    margin-right: 15px;
}

.node-type-blog .fb-social-like-plugin {
    margin-top: -50px;
}


/* Merch */

#pid-merch h1.title {
    font-size: 30px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    ;
}

#pid-merch .views-row .inner {
    border-bottom: 1px dashed #cdcdcd;
}

#pid-merch h2 a {
    font-size: 26px;
    color: #212121;
    text-transform: uppercase;
}


/* Featured Artists */


/**/

.view-id-artist_s_list {
    margin-left: -5px;
}

#featured-artist .views-row,
.page-template-template-ensorsers .view-artist-s-list.view-display-id-attachment_1 .views-row {
    background: url("../images/featured-artist-bg.png") no-repeat scroll top center;
    height: 217px;
    width: 158px;
    float: left;
    margin-right: 0px;
}

.page-template-template-ensorsers .view-artist-s-list.view-display-id-attachment_1 .views-row {
    padding-left: 0;
}

.page-template-template-ensorsers .view-id-artist_s_list .view-footer {
    padding-top: 25px;
    clear: both;
}

#featured-artist .views-row:nth-child(6n+6),
.page-template-template-ensorsers .views-row:nth-child(6n+6) {
    margin-right: -3px;
}

#featured-artist .views-field-field-image,
.page-template-template-ensorsers .view-id-artist_s_list .views-field-field-image {
    margin: 17px 2px 0 17px;
}

#featured-artist .views-field-field-image .wp-post-image,
.page-template-template-ensorsers .view-id-artist_s_list .views-field-field-image .wp-post-image {
    width: 124px;
    height: 124px;
}


/*
#featured-artist .views-row{
  width:144px;
  height:200px;
  float: left;
  
  background:#f5f5f5;
  box-sizing:border-box;
  border:2px solid #fff;
}

#featured-artist .views-row img{
  margin:8px 0 0px 8px;
  z-index:2;
  border-bottom:1px solid rgba(255,255,255,1);
}

#featured-artist .drop-shadow-outer{ position: relative;}
#featured-artist .drop-shadow-outer:before, #featured-artist .drop-shadow-outer:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #000;
  -moz-box-shadow: 0 15px 10px #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

#featured-artist .drop-shadow-outer:after{
 -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: 5px;
  left: auto;
}
*/

#featured-artist .views-field-title a:link,
#featured-artist .views-field-title a:visited,
.page-template-template-ensorsers .views-field-title a:link,
#featured-artist .views-field-title a:visited {
    font-size: 12px;
    color: #474747;
    font-weight: bold;
    line-height: 100%;
    margin: 2px 17px;
    display: block;
    overflow: hidden;
}

#featured-artist .views-field-field-group,
.page-template-template-ensorsers .views-field-field-group {
    color: #898989;
    font-size: 11px;
    font-style: italic;
    line-height: 100%;
    margin: 0 17px;
}


/* Featured Artists - Artist Page */


/*
.view-artist-s-list.view-display-id-attachment_1 .views-row {
  background: url("images/featured-artist-background-artist-page.jpg") no-repeat scroll 0 0 transparent;
  float: left;
  height: 200px;
  margin-right: 20px;
  padding: 13px 9px 0;
  text-align: center;
  width: 136px;
}

.view-artist-s-list.view-display-id-attachment_1 .views-field-title a:link, .view-artist-s-list.view-display-id-attachment_1 .views-field-title a:visited {
  color: #474747;
  font-weight: bold;
}
*/

.page-template-template-ensorsers h1.title {
    font-size: 36px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 14px;
}

.page-template-template-ensorsers #block-views-top_banners-block_1.block {
    float: none;
}

.view-display-id-attachment_1 ul {
    margin: 0 0 45px !important;
}

.page-template-template-ensorsers .view-content .views-row {
    display: inline-block;
    width: 302px;
    padding-left: 10px;
    margin: 0;
}

.page-template-template-ensorsers .view-content .views-row a {
    color: #212121;
    font-weight: bold;
}

.page-template-template-ensorsers #main,
.page-template-template-dealers #main {
    overflow: visible;
    clear: both;
}

.page-template-template-ensorsers h3,
.page-template-template-dealers h3 {
    background: url(../images/artist-letter-bg1.png) no-repeat 0 12px;
    font-size: 50px;
    padding: 40px 0 20px 25px;
    margin: 25px 0 -15px -36px;
    color: #212121;
    text-shadow: 0 2px 2px #fff;
    width: 980px;
    height: 111px;
    box-sizing: border-box;
    text-transform: capitalize;
}

.page-template-template-ensorsers h3.others {
    font-size: 35px;
}

.page-template-template-ensorsers h3:before,
.page-template-template-dealers h3:before {
    content: " ";
    display: block;
    border-top: 1px dashed rgba(0, 0, 0, .4);
    margin-top: -15px;
    margin-left: -17px;
    height: 24px;
}

.page-template-template-ensorsers h3:after,
.page-template-template-dealers h3:after {
    content: " ";
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .4);
    margin-top: 14px;
    margin-left: -17px;
    height: 4px;
}

.page-template-template-ensorsers h3,
.page-template-template-dealers h3:first-of-type {
    margin-top: 0;
}


/* Demo */

#product-demos {}

#product-demos h2.pane-title {
    background: url("../images/demo-header-background.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: arial !important;
    font-size: 12px;
    font-weight: bold !important;
    margin: 0;
    padding: 10px;
    text-transform: none;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.yk-player-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden;
}

.yk-player-container iframe {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}

#product-demos ol {
    list-style: decimal inside none !important;
    margin: 0;
    padding: 0;
}

#product-demos ol li {
    padding-left: 15px;
}


/*#product-demos .views-row div {
  display: inline;
}*/

#product-demos .attachment {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

#product-demos {
    width: 100%;
    color: #949494;
}

#product-demos a {
    color: #949494;
}

#product-demos ol {
    background: url("../images/demo-background.jpg");
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
}

#product-demos .views-row {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #0d0d0d;
    line-height: 28px;
}

#product-demos .views-row-first {
    border-top: none;
}

#product-demos .views-row-last {
    border-bottom: none;
}

#product-demos.block ol {
    margin-left: 0;
}

.panel-2col-stacked .panel-separator {
    margin: 20px 0 0;
}


/* Social Link Menu */

#top-banner {
    position: relative;
}

#block-menu-menu-social-links {
    width: 73px;
    height: 186px;
    position: absolute;
    right: -73px;
    top: 65px;
}

#block-menu-menu-social-links.block ul {
    margin-left: 0;
}

#block-menu-menu-social-links ul li {
    list-style: none outside none;
}

#block-menu-menu-social-links a {
    text-indent: -90000px;
    display: block;
    width: 73px;
    background: url("../images/social-links-background.png") no-repeat 0 0 transparent;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#block-menu-menu-social-links a:hover {
    background: url("../images/social-links-background-hover.png") no-repeat 0 0 transparent;
}

a#wechat-link {
    height: 68px;
}

a#facebook-link,
a#facebook-link:hover {
    height: 44px;
    background-position: 0 -68px;
}

a#youku-link,
a#youku-link:hover {
    height: 74px;
    background-position: 0 -112px;
}


/* Content */

#main {
    background: url("../images/content-background.jpg") repeat scroll 0 0 #F1F1F1;
    overflow: hidden;
    padding: 0;
}

#content-group {
    margin: 20px;
    position: relative;
    width: 940px !important;
}

#content {
    width: 940px !important;
}


/* Artist Page*/

.moreBio {
    overflow: hidden;
    height: 178px;
}

.moreBio p {
    margin: 2px 0 10px 0;
}

#moreButton {
    color: #e7b214;
    font-weight: bold;
    float: right;
    display: block;
    cursor: pointer;
}

.field-name-field-featured-artist {
    display: none;
    position: absolute;
    width: 69px;
    height: 69px;
    margin: -4px 0 0 -4px;
    background: url("../images/featured.png") no-repeat;
}

.field-name-field-featured-artist .field-item {
    text-indent: -90000px;
}

.field-name-field-current-set {
    clear: both;
    padding-top: 15px;
}

.field-name-field-current-set .field-items {
    text-transform: capitalize;
}

.single-endorser .field-name-field-image {
    background: url("../images/artist-profile-bg.png") no-repeat;
    width: 160px;
    height: 162px;
}

.single-endorser .field-name-field-image img {
    margin: 17px 0 0 17px;
}

.single-endorser h1.title {
    display: none;
}

.single-endorser .field-label {
    font-size: 18px;
    text-transform: uppercase;
}

.single-endorser h1.page-title {
    float: left;
    margin: 0 10px 0 0;
    font-size: 29px;
    /* text-transform:uppercase; */
    line-height: 35px;
    color: #212121;
}

.single-endorser .field-name-field-group {
    font-family: arial narrow;
    float: left;
    color: #7d7d7d;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    line-height: 39px;
}

.single-endorser .group-header {
    clear: both;
    content: ".";
    display: block;
    overflow: auto;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
}

.single-endorser .field-name-field-image {
    float: left;
    margin: -4px 10px 0px -4px;
}

.group_albums h2 {
    background: url("../images/artist-page-headers-icons.jpg") no-repeat scroll 0 -69px #F1F1F1;
    border-bottom: 1px solid #C7C7C7;
    color: #212121;
    font-size: 26px;
    font-weight: bold !important;
    line-height: 31px;
    margin: 30px 0 15px;
    padding-left: 50px;
    text-transform: uppercase;
}

#block-views-videos-block h2 {
    background: url("../images/artist-page-headers-icons.jpg") no-repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #C7C7C7;
    color: #212121;
    font-size: 26px;
    font-weight: bold !important;
    line-height: 31px;
    margin: 30px 0 15px;
    padding-left: 50px;
    text-transform: uppercase;
}

.artist-gallery-group {
    display: inline-block;
    width: inherit;
}

.artist-gallery-group h2 {
    background: url("../images/artist-page-headers-icons.jpg") no-repeat scroll 0 -36px #F1F1F1;
    border-bottom: 1px solid #C7C7C7;
    color: #212121;
    font-size: 26px;
    font-weight: bold !important;
    line-height: 31px;
    margin: 30px 0 15px;
    padding-left: 50px;
    text-transform: uppercase;
}

.artist-gallery-group img,
.group_albums img,
#block-views-videos-block img {
    float: left;
    margin: 0 0 10px 10px;
    border: 1px solid #999;
}

.single-endorser .group-left {
    width: 575px !important;
}

.single-endorser .group-right {
    float: right;
    width: 340px !important;
}


/* like button */

div.fb-social-like-plugin {
    float: right;
    position: relative;
    margin-bottom: -40px;
    margin-top: 15px;
}


/* Artist Social Links Box */

.group-solinks,
.cymbal-sizes {
    border: 1px solid #464646;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 10px;
}

.group_solinks h2,
#block-views-news-block h2.block-title,
.cymbal-sizes h3,
.group_featvideo h3 {
    color: #fff;
    font-size: 142.85%;
    text-transform: uppercase;
    background-color: #464646;
    line-height: 37px;
    padding-left: 14px;
}

.group-solinks .field {
    margin-left: 14px;
    display: inline-block;
}

.group-solinks a {
    text-indent: -90000px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/social-icons.png") no-repeat;
}

.group-solinks a.facebook-link {
    background-position: 0 0;
}

.group-solinks a.twitter {
    background-position: -40px 0;
}

.group-solinks a.google-plus {
    background-position: -80px 0;
}

.group-solinks a.youtube {
    background-position: -160px 0;
}

.group-solinks a.soundcloud {
    background-position: -200px 0;
}

.group-solinks a.reverbnation {
    background-position: -240px 0;
}

.group-solinks a.myspace {
    background-position: -120px 0;
}

.group-solinks a.instagram {
    background-position: -278px 0;
}

.group-solinks a.itunes {
    background-position: -318px 0;
}

.group-solinks .field-name-field-artist-website,
.group-solinks .field-name-field-email {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-right: 15px;
}

.group-solinks .field-label {
    font-size: 14px;
}

.group-solinks .field-name-field-artist-website a,
.group-solinks .field-name-field-email a {
    text-indent: 0;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    display: block;
    background: none;
    height: auto;
}

.group_featvideo h3 {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.group_featvideo {
    margin-bottom: 15px;
}

#block-views-news-block {
    border: 1px solid #464646;
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#block-views-news-block .content {
    padding: 0 10px;
}

#block-views-news-block .views-row {
    border-bottom: 1px solid #C9C9C9;
    margin: 10px 0;
    padding: 0 0 10px 0;
}

#block-views-news-block .views-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#block-views-news-block a {
    color: #212121;
}

#block-views-news-block .views-field-created {
    text-transform: uppercase;
    float: right;
    font-size: 16px;
}

#block-views-news-block .views-field-title {
    text-transform: uppercase;
    font-size: 16px;
}

#block-views-news-block .views-field-view-node a {
    color: #e7b214;
    font-weight: bold;
}


/* Artists List Page ABC */

ul.abc-link {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 45px;
    padding-left: 20px;
}

ul.abc-link li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.state-link a:link,
ul.state-link a:visited,
ul.abc-link a:link,
ul.abc-link a:visited {
    color: #000000;
    display: block;
    padding: 10px 0 0;
    float: left;
    text-decoration: none;
}

ul.state-link a,
ul.abc-link a {
    background: #dcdcdc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 1%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 1%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #ffffff 1%, #dcdcdc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 1%, #dcdcdc 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0);
    /* IE6-9 */
    font-family: 'SoultoneSwiss';
    box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    border-radius: 2px;
    width: 26px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    text-shadow: 0 1px 1px #fff;
    margin-right: 8px;
}

.page-template-template-ensorsers.view-footer {
    margin-left: 10px;
}


/* Dealers Page */

.page-template-template-dealers .views-row {
    display: inline-block;
    margin: 0px 14px 20px;
    vertical-align: top;
    width: 282px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 12px 5px;
    border: 1px dashed #c2c2c2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    background: #feffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 1%, #dbdbdb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #feffff), color-stop(100%, #dbdbdb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 1%, #dbdbdb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #feffff 1%, #dbdbdb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #feffff 1%, #dbdbdb 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dbdbdb', GradientType=0);
    /* IE6-9 */
}

.page-template-template-dealers_ .views-row:nth-child(4n+4) {
    margin-right: 0;
}

.page-template-template-dealers .views-row .views-field-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #bababa;
    margin-bottom: 5px;
}

.page-template-template-dealers .views-field-field-location {
    font-size: 13px;
    padding: 0 5px 5px;
    border-bottom: 2px dotted #bababa;
    margin-bottom: 5px;
    color: #212121;
}

.page-template-template-dealers .phone-fax {
    border-bottom: 2px dotted #bababa;
    padding-bottom: 5px;
}

.page-template-template-dealers .views-field-field-phone,
.page-template-template-dealers .views-field-field-fax,
.page-template-template-dealers .views-field-field-email-address a,
.page-template-template-dealers .views-field-field-email-address {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    padding-left: 5px;
    margin-bottom: 2px;
}

.page-template-template-dealers .views-label-field-phone,
.page-template-template-dealers .views-label-field-fax {
    text-align: right;
    display: inline-block;
    width: 50px;
}

.page-template-template-dealers h3 {
    clear: both;
    font-size: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-template-template-dealers_ .views-field-field-email-address a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -8px -11px;
    width: 27px;
    height: 35px;
    text-indent: -50000px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.page-template-template-dealers .views-field-field-website a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -55px -11px;
    width: 40px;
    height: 35px;
    text-indent: -50000px;
    /*
	-webkit-transition: all .4s ease-out; 
	-moz-transition:  all .4s ease-out;
	transition:  all .4s ease-out;
	*/
}

.page-template-template-dealers .views-field-field-map-link a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -113px -11px;
    width: 20px;
    height: 37px;
    text-indent: -50000px;
    /*
	-webkit-transition: all .4s ease-out; 
	-moz-transition:  all .4s ease-out;
	transition:  all .4s ease-out;
	*/
}

.page-template-template-dealers .views-field-field-facebook a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -148px -11px;
    width: 21px;
    height: 37px;
    text-indent: -50000px;
    /*
	-webkit-transition: all .4s ease-out; 
	-moz-transition:  all .4s ease-out;
	transition:  all .4s ease-out;
	*/
}

.page-template-template-dealers .views-field-field-dealer-twitter a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -232px -11px;
    width: 32px;
    height: 37px;
    text-indent: -50000px;
}

.page-template-template-dealers .views-field-field-youtube a {
    display: inline-block;
    background: url('../images/Dealer-icons.png') no-repeat -182px -11px;
    width: 36px;
    height: 37px;
    text-indent: -50000px;
}

.page-template-template-dealers .views-field-field-youtube a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -182px -11px;
}

.page-template-template-dealers .views-field-field-dealer-twitter a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -232px -11px;
}

.page-template-template-dealers .views-field-field-facebook a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -148px -11px;
}

.page-template-template-dealers .views-field-field-map-link a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -113px -11px;
}

.page-template-template-dealers_ .views-field-field-email-address a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -8px -11px;
}

.page-template-template-dealers .views-field-field-website a:hover {
    background: url('../images/Dealer-icons-over.png') no-repeat -55px -11px;
}

.page-template-template-dealers div.views-field-field-dealer-twitter,
.page-template-template-dealers div.views-field-field-youtube,
.page-template-template-dealers div.views-field-field-facebook,
.page-template-template-dealers div.views-field-field-website,
.page-template-template-dealers .views-field-field-map-link {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    padding-right: 10px;
    border-right: 1px solid #b9b9b9;
}

.page-template-template-dealers .view-header {
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cacaca;
    clear: both;
}

.page-template-template-dealers .view-header h1,
.page-template-template-dealers .view-header h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
    padding-top: 4px;
}

.page-template-template-dealers .top-header h1,
.page-template-template-dealers .top-header h2 {
    display: inline-block;
}

.page-template-template-dealers .view-header h2 a.int-dealer-link {
    color: #666;
}

.page-template-template-dealers .view-header h2 a.int-dealer-link:hover {
    color: #000;
    text-decoration: underline;
}

.page-template-template-dealers .view-header .sp {
    color: #cacaca;
    font-size: 30px;
    margin: 0 10px;
}

.page-template-template-dealers .view-header ul {
    margin: 0 0 25px !important;
    clear: both;
}

.page-template-template-dealers h2.pane-title {}

.page-template-template-dealers .pane-dealers-panel-pane-2 {
    padding-top: 70px;
}

.page-template-template-dealers .dealers-page-footer {
    clear: both;
}


/*
#int-dealers .view-header a:link, #int-dealers .view-header a:visited {
  color: #000000;
  display: block;
  float: left;
  padding: 1px 4px;
  text-decoration: none;
  border: 1px solid #AFAFAF;
  font-weight: normal;
  margin: 4px;
  width:8px;
}*/

.dealer-anchors {}

.page-template-template-dealers .views-field-title {
    border-bottom: 1px dotted #BCBCBC;
    font-weight: bold;
    font-size: 14px;
}

.page-template-template-dealers td {
    margin: 0;
    padding: 10px 20px 15px 0;
}


/* Cymbals Page */

.cymbal-sizes .field {
    margin: 0 10px 3px;
    border-bottom: 1px dashed #ccc;
}

.cymbal-sizes .field:last-child {
    border-bottom: 0;
}

.cymbal-sizes .field-label {
    width: 73px;
}

body[id^="pid-cymbals"] h2.title,
.node-type-cymbals h2.title {
    font-size: 30px;
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #cdcdcd;
}

body[id^="pid-cymbals"] .field-name-body,
.node-type-cymbals .field-name-body {
    margin-bottom: 15px;
}

.page-template-template-cymbals h1.title,
.node-type-cymbals h1.title {
    font-size: 30px;
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #cdcdcd;
}

.page-template-template-cymbals .views-row {
    background: #fff;
    width: 220px;
    height: 245px;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .6);
}

.page-template-template-cymbals .views-row:nth-child(4n+4) {
    margin-right: 0;
}

.page-template-template-cymbals .views-row img {
    margin: 10px 0 3px 0;
}

.page-template-template-cymbals .views-row a:link,
.page-template-template-cymbals .views-row a:visited,
.page-template-template-cymbals .views-row a:hover {
    font-size: 16px;
    font-family: 'SoultoneSwiss';
    color: #222;
    margin: 0 10px;
    text-decoration: none;
}


/* Videos Page */

.post-type-archive-video h1.title,
.tax-video-category h1.title,
.node-type-video h1.title {
    font-size: 30px;
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #cdcdcd;
}

.node-type-video h1.title {
    margin-bottom: 0;
}

.post-type-archive-video .view-videos .views-row,
.tax-video-category .view-videos .views-row {
    background: #fff;
    padding: 6px 5px 5px 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .6);
    line-height: 100%;
    display: inline-block;
    margin-right: 49px;
    margin-bottom: 25px;
}

.post-type-archive-video .view-videos .views-row:nth-child(3n+3),
.tax-video-category .view-videos .views-row:nth-child(3n+3) {
    margin-right: 0;
}

.node-type-video .fb-social-like-plugin {
    margin-top: -30px;
}


/*
.post-type-archive-video .view-videos .views-row  .field-content {box-shadow:inset 0px 1px 4px rgba(0,0,0,.5);}
.post-type-archive-video .view-videos .views-row  .field-content img{position:relative; z-index:-1;}
*/

.post-type-archive-video .view-videos .views-row a,
.tax-video-category .view-videos .views-row a {
    color: #444;
    display: block;
    font-weight: bold;
    padding: 3px 5px;
}

.post-type-archive-video .view-videos .views-row .views-field-title a,
.tax-video-category .view-videos .views-row .views-field-title a {
    font-size: 11px;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-type-archive-video #videos-sidebar .inner-content,
.tax-video-category #videos-sidebar .inner-content {
	padding-left: 20px;

}

.post-type-archive-video #videos-sidebar .category-button,
.tax-video-category #videos-sidebar .category-button {
    display: block;
    padding: 10px;
    border-radius: 8px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.65);
	color: black;
    background-color: #ffcc1c;
    margin-bottom: 15px;
}

.post-type-archive-video #videos-sidebar .category-button.pure-button-active ,
.tax-video-category #videos-sidebar .category-button.pure-button-active {
	background-color: #CCCCCC;
}

/* nice-menu */

p.site-title {
    margin: 0;
}

div.block-nice-menus {
    margin: 0;
}

ul.nice-menu li {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding-left: 0;
}

#nice-menu-1 ul.nice-menu li a {
    padding: 10px;
}

ul.nice-menu-down li.menuparent {
    background: none repeat scroll 0 0 transparent !important;
}

ul.nice-menu,
ul.nice-menu ul {
    z-index: 500 !important;
}


/* node-cymbals */

.node-cymbals .group-left {
    float: left;
    width: 640px !important;
}

.node-cymbals .group-right {
    float: left;
    width: 280px !important;
    margin-left: 20px;
}

.cymbal-sizes legend {
    font-size: 18px;
}


/* Navi Showcase Front Page*/

.theme-default .nivoSlider {
    margin-bottom: 10px;
}

.theme-default .nivo-controlNav a {
    background: url("../images/buttons.png") !important;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -20px !important;
}

.theme-default .nivo-controlNav {
    padding: 0 !important;
}


/**/

.single-endorser .group-header {
    border-bottom: 1px solid #C7C7C7;
    clear: both;
    content: ".";
    display: block;
    margin-bottom: 15px;
    overflow: auto;
}


/* Footer */

#store-footer {
    display: none;
}

#footer {
    color: #626262;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

#footer a:link,
#footer a:visited {
    color: #bdbdbd;
}

#block-menu-menu-footer-link {
    float: none;
    margin: 0 auto;
    width: 980px;
}

#block-menu-menu-footer-link ul.menu {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#block-menu-menu-footer-link ul li {
    border-right: 1px solid #565656;
    display: inline;
    line-height: 150%;
    padding: 0 10px;
}

#block-menu-menu-footer-link ul li.last {
    border-right: none;
    display: inline;
    line-height: 150%;
    padding: 0 0 0 10px;
}

#copyright,
#developed,
#copyright a:link,
#copyright a:visited,
#developed a:link,
#developed a:visited {
    color: #656565;
}


/* Users Login */

body[id^="pid-users"] #content-group {
    display: none;
}

body[id^="pid-users"] h2.title.block-title {
    margin: 20px 0 15px 15px;
    padding-bottom: 10px;
    width: 950px;
    border-bottom: 1px solid #acacac;
}

body[id^="pid-users"] .user-buttons {
    padding-left: 20px;
}

body[id^="pid-users"] .user-buttons a:link,
body[id^="pid-users"] .user-buttons a:visited {
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    box-sizing: border-box;
    min-width: 180px;
    margin-bottom: 15px;
    color: #3e4148;
    border-color: #afb1b0 #96999b #808588;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 1px 1px rgba(255, 255, 255, .6);
    -webkit-transition: box-shadow linear 0.2s;
    background: #eef2f3;
    background: -moz-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -webkit-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -o-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -ms-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: linear-gradient(to bottom, #eef2f3 0%, #d0d5d8 100%);
}

body[id^="pid-users"] .user-buttons a:hover {
    text-decoration: none;
    background: #eef2f3;
}

#pid-artist-news td.views-field-title {
    font-size: 14px;
    font-weight: bold;
}

#pid-artist-news td.views-field-title p {
    font-size: 12px;
    font-weight: normal;
}

#pid-artist-news td a:link,
#pid-artist-news td a:visited {
    color: #3e4148;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px;
    border: 1px solid #3e4148;
    border-radius: 3px;
}

#pid-artist-news h1.title {
    border-bottom: 1px solid #acacac;
    padding-bottom: 10px;
}

form.node-artist_profile-form .filter-wrapper {
    display: none;
}


/* slider Fix */

#views-nivo-slider-top_banners-block_1 .field-content img {
    display: none;
}


/* Cart */

#pid-cart h1 {
    font-size: 30px;
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #cdcdcd;
}

#pid-cart .uc-cart-checkout-button-separator {
    display: none;
}

#pid-cart a:link,
#pid-cart a:visited {
    text-decoration: none;
}

#pid-cart a:link.shopping,
#pid-cart a:visited.shopping,
#pid-cart input[type=submit] {
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid;
    box-sizing: border-box;
    min-width: 80px;
    color: #3e4148;
    border-color: #afb1b0 #96999b #808588;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 1px 1px rgba(255, 255, 255, .6);
    -webkit-transition: box-shadow linear 0.2s;
    background: #eef2f3;
    background: -moz-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -webkit-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -o-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: -ms-linear-gradient(top, #eef2f3 0%, #d0d5d8 100%);
    background: linear-gradient(to bottom, #eef2f3 0%, #d0d5d8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eef2f3', endColorstr='#d0d5d8', GradientType=0);
}

#pid-cart #edit-update,
#pid-cart .uc-cart-checkout-button-container {
    float: right;
}

#pid-cart #edit-update {
    position: absolute;
    margin-left: -275px;
}

#pid-cart thead th {
    background: #666;
    color: #fff;
    padding: 5px;
}

#pid-cart td.subtotal {
    font-size: 16px;
}

.subscribe_btn a:link,
.subscribe_btn a:visited {
    display: block;
    background: #222;
    padding: 10px;
    /*width: 324px;*/
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.subscribe_btn a:hover {
    color: #f5b209;
    text-decoration: none;
}


/* Hide Home Blog */

#latest-blogs {
    display: none;
}

.page-template-template-homepage #main-content {
    padding-right: 20px;
}

.page-template-template-homepage .panel-col-bottom {
    margin-top: 30px;
}

.single-cymbal .cymbal-descriptions {
    padding: 0 10px;
}

.single-cymbal .cymbal-demo-videos {
    padding: 0 10px;
}

.single-cymbal .cymbal-demo-videos .yk-player-container {
    margin-bottom: 20px;
}

.single-cymbal h3.product-demo {
    margin-top: 28px;
    font-size: 18px;
    font-family: 'SoultoneSwiss';
    letter-spacing: -.03em;
}


/* Blog Archive */

body.archive #archive-grid {
    position: relative;
    margin: 0 -10px;
}


/* clearfix */

body.archive #archive-grid:after {
    content: '';
    display: block;
    clear: both;
}

body.archive #archive-grid .grid-item {
    float: left;
    width: 300px;
    margin: 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

body.archive #archive-grid .grid-item article {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 0;
}

body.archive #archive-grid .grid-item article {
    margin-bottom: 0;
}

body.archive #archive-grid .grid-item article header {
    padding: 15px;
    padding-bottom: 0;
}

body.archive #archive-grid .grid-item article header h2 {
    margin: 0;
}

body.archive #archive-grid .grid-item article .entry-content {
    padding: 5px 15px;
}

body.archive #archive-grid .grid-item article .entry-content .yk-player-container {
    margin-bottom: 20px;
}

body.archive #archive-grid .grid-item article .entry-content .grid-thumbnail {
    margin-top: 10px;
}

body.archive #archive-grid .grid-item article footer {
    position: relative;
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    padding: 5px 10px;
}

body.archive #archive-grid .grid-item article footer:after,
body.archive #archive-grid .grid-item article footer:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body.archive #archive-grid .grid-item article footer:after {
    border-color: rgba(239, 239, 239, 0);
    border-bottom-color: #EFEFEF;
    border-width: 5px;
    margin-left: -5px;
}

body.archive #archive-grid .grid-item article footer:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #AAAAAA;
    border-width: 6px;
    margin-left: -6px;
}


/* Single Video */

.single-video .yk-player-container {
    width: 640px;
    height: 480px;
    padding: 0;
}

figure.wp-caption {
    margin: 0;
    margin-bottom: 1.5em;
}