@charset "UTF-8";
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(../../vendor/bootstrap/dist/css/bootstrap.css);
@import url("//fonts.googleapis.com/css?family=Noticia+Text:400,400italic,700,700italic");
@import url("//fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,900,700,700italic,400italic");
@font-face {
  font-family: 'FontAwesome';
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ADDED ************************************************************************************/
.page-title h1 {
  font-weight: 200;
  font-size: 40px;
}

.page-print .print-head address {
  clear: both;
  margin-left: 0;
  margin-top: 40px;
  line-height: 1.3em;
}

.page-print .print-head img {
  margin-top: 0;
}

.alert p {
  color: inherit;
}

.catalog-category-view h1 {
  margin-bottom: 30px;
}

.page-title.category-title h1 a:hover {
  text-decoration: none;
}

#albums .mix {
  display: none;
}

.page-title .link-rss {
  float: left;
}

.cms-about .sidebar p,
.cms-help .sidebar p {
  border-top: 1px solid #fff;
  font-weight: 600;
  margin: 0;
}

.cms-about .sidebar p a,
.cms-help .sidebar p a {
  background-color: #d0e9f7;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  color: #3f6687;
}

.cms-about .sidebar p a:hover,
.cms-help .sidebar p a:hover {
  background-color: #b8def2;
  text-decoration: none;
}

.post-list-item h2 {
  font-weight: 400;
}

#placeHolder {
  border-top: 10px solid #26202b;
}

.sm2-bar-ui div.sm2-external-purchase {
  cursor: pointer;
  border-right: 0;
}

#Thumbs p.video-description {
  padding: 25px;
}

.blog-sidebar-title {
  color: #2f3646;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9em;
}

.block-blog .block-title {
  background-color: #3f6687;
  border-bottom: none;
  padding: 10px;
}

.block-blog .block-title span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar .block {
  border: none;
  margin: 0;
}

.block-blog .block-content ul {
  margin: 0;
}

.cms-songs .sidebar {
  background-color: transparent;
}

#SignUp {
  width: 75px;
}

.featured-composer {
  border-top: 10px solid #26202b;
  background-color: #3f6687;
  color: #fff;
  height: 47px;
  margin-bottom: 25px;
}

.featured-composer h4.panel-title i {
  margin-right: 10px;
  color: #ffd800;
}

.composer-info-table {
  width: 100%;
  border: 1px solid #ABABAB;
  font-size: 12px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
}

.composer-info-table tr td {
  padding: 5px;
  border: 1px solid #bbbbbb;
  text-transform: capitalize;
}

.composer-info-table tr td:first-child {
  width: 150px;
  background-color: rgba(0, 0, 0, 0.05);
}

.composer-info-table tr td:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
}

.composer-page-image {
  float: left;
  width: 300px;
  margin-right: 25px;
  background-color: #ffffff;
  border: 1px solid #bbb6bc;
  padding: 2px;
  position: relative;
  top: 5px;
}

.featured-composer h4 {
  margin: 10px 15px;
}

span.composer-count {
  font-weight: 200;
  float: right;
  font-weight: 12px !important;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 4px 5px 3px;
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: relative;
  top: -1px;
  right: -5px;
  opacity: 0.7;
}

.panel-group {
  margin-bottom: 0;
}

.panel-body ul {
  margin-bottom: 0;
}

.composer-icon {
  color: #ffffff;
  margin-right: 7px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.panel-body ul a:hover .composer-icon {
  color: #3f6687;
}

.panel-body ul a:hover {
  text-decoration: none;
}

.panel-heading {
  border-top: 1px solid white;
}

.panel-heading.first {
  border-top: none;
}

.logout {
  text-align: left;
  color: #ffffff;
}

.widget-new-products {
  margin-top: 70px;
}

.login-form input {
  background-color: #ffffff;
}

button#send2 {
  width: 100%;
  height: 30px;
  margin-top: 0;
  top: -8px;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  border: 0;
  padding-bottom: 2px;
}

div.breadcrumbs {
  /*display: none;*/
}

span.label {
  color: black;
}

.std ul {
  list-style: none;
  padding-left: 0;
}

.std i {
  font-style: normal;
}

.products-list li.item {
  padding: 0;
}

.products-list .product-name a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 200;
}

/* END ADDED ********************************************************************************/
.category-title h1 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 38px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 0 0;
}

.category-title h1 {
  color: #26202b;
}

h1 span.song-title {
  font-weight: 400;
}

.validation-advice {
  background-image: none;
  padding-left: 1px;
}

h4.modal-title {
  text-transform: none;
  font-size: 19px;
  font-weight: 200;
  text-align: left;
}

.external h4.modal-title i {
  margin-right: 8px;
}

.external h4.modal-title span {
  margin-right: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.external .modal-body {
  text-align: left;
}

.external .modal-body > p {
  border: 1px solid #b8def2;
  padding: 8px;
  background-color: #d0e9f7;
  font-weight: bold;
  margin-top: 15px;
}

.external .modal-body > p a {
  color: #3f6687;
  opacity: 0.8;
}

.external .modal-body div.purchase-info p {
  margin-bottom: 10px;
}

.external .modal-body p:not(.purchase-info) a:hover {
  opacity: 1.0;
  text-decoration: none;
}

.external .modal-body p:not(.purchase-info) a:before {
  font-family: "FontAwesome";
  content: "\f08e";
  color: #3f6687;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: 2px;
  opacity: 0.5;
}

.external .modal-body p:not(.purchase-info) a:hover:before {
  opacity: 1.0;
  text-decoration: none;
}

.purchase-info {
  margin-bottom: 30px;
}

.cat-price {
  font-weight: 200;
  float: right;
  text-transform: lowercase !important;
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  height: 100%;
  position: relative;
  background: #fff url("../images/backgrounds/noise.png") repeat top left;
  background-size: 50px 50px;
  text-align: left;
}

h1 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 40px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 0 0;
}

h2 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

h3 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 0 0;
}

h4 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 0 0;
}

h5 {
  line-height: .9em;
  font-size: 20px;
  color: #3f6687;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #302627;
  line-height: 1.5em;
}
p i {
  font-style: italic;
  font-weight: 400italic;
}

.alert .error-message-text {
  color: inherit;
}

.form-search .search-autocomplete {
  z-index: 1001;
}
.form-search .search-autocomplete ul {
  border: 0;
  background-color: white;
  position: relative;
  top: -5px;
  padding-top: 5px;
  color: #3f6687;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.form-search .search-autocomplete ul li {
  padding: 7px 10px 6px 10px;
  border-bottom: 0;
}
.form-search .search-autocomplete ul li:nth-child(2) {
  background-color: #3f6687;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  cursor: default;
}
.form-search .search-autocomplete ul li.selected:nth-child(n+3) {
  background-color: #edf1f6;
}
.form-search .search-autocomplete ul li:nth-child(n+4) {
  border-top: 1px solid #edf1f6;
}

.drop-shadow {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.full-width {
  width: 960px;
  margin: 0 auto;
}

header {
  height: 200px;
  width: 100%;
  margin-bottom: 50px;
}
header > div {
  background: #149de5 url("../images/backgrounds/header.png") repeat-x top left;
  background-size: 99px 100px;
  height: 100px;
}

.logo {
  margin-top: 10px;
}

#search {
  height: 35px;
  float: right;
  margin-top: 31px;
  margin-right: 0;
  border-radius: 6px 0 0 6px;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-transform: uppercase;
  color: #bbb6bc;
  padding: 1px 50px 0 10px;
  width: 220px;
  -webkit-transition: width 0.25s ease-in-out;
          transition: width 0.25s ease-in-out;
  border: none;
}
#search:focus {
  width: 400px;
}

#SearchButton {
  height: 35px;
  width: 40px;
  background-color: #3f6687;
  color: white;
  float: right;
  position: relative;
  margin-top: 31px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  text-align: center;
}

#Login,
#Logout {
  padding-top: 13px;
}
#Login form input,
#Logout form input {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 200;
  margin: 0;
  border: none;
  display: inline;
  padding-left: 10px;
  width: 100%;
}

#Login {
  text-align: left;
  color: white;
}
#Login a.dropdown-icon {
  color: white;
}
#Login > a:hover, #Login > a:active, #Login > a:visited, #Login > a:focus {
  text-decoration: none !important;
}
#Login .login-text {
  margin-left: 10px;
  display: inline;
  font-size: 1em;
  font-weight: 200;
  position: relative;
  color: white;
}
#Login .menu-arrow {
  display: none;
  opacity: 0.9;
  position: absolute;
  bottom: -23px;
  left: 15px;
  width: 20px;
  height: 25px;
}
#Login #LoginWindow {
  overflow: hidden;
  padding: 0;
  width: 380px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 50px;
  left: -10px;
}
#Login #LoginWindow .form-list {
  margin-bottom: 0;
}
#Login #LoginWindow .form-list li {
  display: block;
  padding: 0;
  margin: 0 0 15px;
}
#Login #LoginWindow p {
  font-size: 10px;
  margin-bottom: 30px;
  text-transform: none;
}
#Login #LoginWindow p a {
  color: white;
}
#Login .loading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 999;
  width: 100%;
}

#Logout .description {
  float: left;
  color: white;
}
#Logout div {
  float: left;
}

#Cart {
  padding-top: 13px;
}
#Cart .cart-items {
  text-align: right;
  color: white;
  font-size: 1em;
  font-weight: 200;
}
#Cart .cart-items #ItemTotal {
  border-left: 1px solid white;
  padding-left: 10px;
  margin-left: 8px;
}
#Cart .cart-items #ItemTotal:before {
  content: "$";
}
#Cart .cart-items a {
  margin-left: 10px;
  color: white;
  -webkit-transition: color 50ms ease-in-out;
          transition: color 50ms ease-in-out;
}
#Cart .cart-items a:hover {
  color: #ffc717;
}

.navbar-static-top {
  z-index: 10010;
}

nav {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  color: white;
}
nav > div {
  height: 50px;
}
nav > div:first-child {
  background-color: #26202B;
}
nav.affix {
  width: 100%;
  top: 0;
}
nav ul.nav li {
  display: inline;
  list-style: none;
}
nav ul.nav li:first-child a {
  padding-left: 0;
}
nav ul.nav li a {
  color: white !important;
}
nav ul.nav li a:hover {
  text-decoration: none;
  color: #f69702 !important;
}
nav ul.nav li a.active {
  color: #f69702 !important;
}
nav ul.links {
  list-style: none;
  display: block;
  margin-bottom: 0;
}
nav ul.links li {
  display: block;
  list-style: none;
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
nav ul.links li.first {
  border-top: none;
}
nav ul.links li.last {
  font-weight: 700;
}
nav ul.links li:hover {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 1.0;
}
nav ul.links li a {
  color: #ffffff;
  width: inherit;
  padding-left: 10px;
  height: 40px;
  padding-top: 8px;
  display: block;
}
nav ul.links li a:hover {
  text-decoration: none;
}
nav ul.links li a span.cat-icon {
  display: inline-block;
  width: 20px;
  opacity: 0.7;
  text-align: center;
  margin-right: 15px;
}
nav ul.links li:first-child a {
  padding-left: 10px;
  padding-top: 10px;
}
nav .login-cart {
  height: 50px;
  background: #149de5 url("../images/backgrounds/noise.png") repeat-x top left;
  background-size: 50px 50px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
}

.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 9px 15px 9px 20px;
  height: 50px;
  border-radius: 0;
  border: none;
  margin: 0;
  font-weight: 200;
  text-transform: uppercase;
}
.navbar-toggle i {
  margin-right: 5px;
}

.navbar-collapse {
  position: relative;
  z-index: 10;
  border-top: 0;
}

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}

#FeaturesSub {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 235px;
  margin: 0 0 0 -23px;
  text-transform: capitalize;
  z-index: 999;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  left: 18px;
}
#FeaturesSub li {
  display: block;
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
}
#FeaturesSub li:first-child {
  border: none;
}
#FeaturesSub li:hover {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#FeaturesSub li a {
  width: inherit;
  padding-left: 21px;
  height: 40px;
  padding-top: 8px;
}
#FeaturesSub li a:hover {
  color: #fff !important;
  background-image: none;
  background-color: inherit;
}

.nav-new-account {
  color: white;
  font-weight: 200;
}
.nav-new-account:hover {
  color: white;
  text-decoration: none;
}

.ui-show {
  display: block;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
  /* You should probably browser-prefix this */
}

.ui-hide {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
  /* You should probably browser-prefix this */
}

.modal {
  z-index: 99999999;
}

.modal-backdrop {
  z-index: 99999;
}

.modal-dialog {
  width: 600px;
  margin: 90px auto;
}

.modal-content {
  overflow: hidden;
  border: 1px solid #bbb6bc;
}

.modal-header {
  background: #3f6687;
  color: #ffffff;
  padding: 15px 20px;
}

.modal-body p {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 0.9em;
  color: #514748;
}
.modal-body ul {
  margin-top: 20px;
}
.modal-body ul li {
  margin: 0;
  clear: both;
  height: 34px;
}
.modal-body ul li.modal-instrument-list {
  height: auto;
}
.modal-body ul li.modal-instrument-list .checkboxes {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.modal-body ul li.modal-instrument-list .checkboxes li {
  height: auto;
  margin-bottom: 3px;
}
.modal-body ul li.modal-instrument-list .checkboxes li input {
  margin-bottom: 0;
  margin-top: -1px;
  margin-right: 6px;
  float: none;
  width: auto;
}
.modal-body ul li.modal-instrument-list .checkboxes li input:hover {
  cursor: pointer;
}
.modal-body ul li.modal-instrument-list .checkboxes li label {
  margin-bottom: 0;
}
.modal-body ul li.modal-instrument-list .checkboxes li label:hover {
  cursor: pointer;
}
.modal-body ul li span {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
  color: #514748;
}
.modal-body ul li input {
  float: right;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  width: 450px;
  padding: 6px;
  margin-bottom: 15px;
  border: none;
  background-color: #f1f1f1;
}
.modal-body ul li input:focus {
  border: none;
}

.modal-footer div.button {
  margin-bottom: 0;
  margin-left: 15px;
}
.modal-footer div.sign-up {
  color: #302627;
  font-family: "Titillium Web", "Helvetica", sans-serif;
}
.modal-footer div.cancel {
  color: #514748;
  font-family: "Titillium Web", "Helvetica", sans-serif;
}

.error {
  background-color: rgba(170, 5, 28, 0.5);
  border-left: 5px solid #aa051c;
  height: 0;
  overflow: hidden;
}
.error h4 {
  color: #aa051c;
  text-shadow: none;
  margin: 10px 10px 0 10px;
  opacity: 0;
}
.error p {
  margin: 0;
  color: #aa051c;
  opacity: 0;
}

.success p {
  margin-top: 15px;
  font-size: 1.2em;
}

#HomepageSlideshow .carousel {
  width: 700px;
  height: 426px;
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #cccccc;
}
#HomepageSlideshow .carousel-inner div.item {
  width: 694px;
  height: 420px;
}
#HomepageSlideshow .carousel-control {
  margin: 3px;
}
#HomepageSlideshow .carousel-indicators {
  bottom: -50px;
  width: 100%;
  left: 0;
  padding: 0 !important;
}
#HomepageSlideshow .carousel-indicators li {
  background-color: #bbb6bc;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: none;
  margin: 0 2px;
}
#HomepageSlideshow .carousel-indicators li:active {
  background-color: #514748;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: none;
  margin: 0 2px;
}

.block-proslider .block-content {
  padding: 2px;
}

.yags-item .yags-item-content {
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
}
.yags-item .yags-item-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 25px 40px 0 35px;
}
.yags-item .yags-item-text p {
  color: #fff;
  font-size: 15px;
  font-family: "Noticia Text";
  font-weight: 400;
  max-height: 457px;
  padding: 0 40px 25px 35px;
}
.yags-item .yags-item-text p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yags-item .yags-item-text p.yags-video-entry {
  padding: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 39px;
  height: 0;
  overflow: hidden;
}

.block-proslider-theme-5 {
  margin-bottom: 11px;
}
.block-proslider-theme-5 .yags-thumbnails {
  bottom: -30px;
}
.block-proslider-theme-5 .yags-thumbnails .mr-proslider-thumb-container .yags-thumb-dot {
  border: 0;
  opacity: 0.3;
  background-color: #3f6687;
}
.block-proslider-theme-5 .yags-thumbnails .yags-item_active .mr-proslider-thumb-container .yags-thumb-dot {
  opacity: 1;
  background-color: #3f6687;
}

#sidebar p {
  border-top: 1px solid white;
  font-weight: 600;
  margin: 0;
}
#sidebar p a {
  background-color: #d0e9f7;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  color: #3f6687;
  -webkit-transition: background-color 100ms ease-in-out;
          transition: background-color 100ms ease-in-out;
}
#sidebar p a:hover, #sidebar p a:focus {
  text-decoration: none;
  background-color: #b8def2;
}
#sidebar p.current {
  background-color: #b8def2;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  color: #26202B;
}
#sidebar .block {
  border: none;
  border-top: 10px solid #26202B;
}
#sidebar .block .block-content {
  background-color: white;
  padding: 8px 10px 10px 10px;
}
#sidebar .block .block-content .blog-sidebar {
  margin-top: 10px;
}
#sidebar .block .block-content .blog-sidebar a:hover {
  text-decoration: none;
}
#sidebar .block .block-content .blog-sidebar p {
  font-size: 14px;
  color: #3f6687;
  font-family: "Noticia Text";
  font-weight: 400;
  line-height: 1.3em;
}
#sidebar .block .block-content .blog-sidebar p:nth-child(2) {
  margin-top: 5px;
}
#sidebar .block .block-content .blog-sidebar p.read-post {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Titillium";
  font-weight: 700;
  margin: 10px 0 0 0;
}
#sidebar .block .block-content .blog-sidebar p.read-post a {
  background-color: inherit;
  padding: 0;
  width: auto;
  display: inline;
  color: #428bca;
}
#sidebar .sidebar-block {
  margin-top: 25px;
  border-top: 10px solid #26202B;
}
#sidebar .sidebar-block h4 {
  background-color: #3f6687;
  border-bottom: none;
  padding: 10px 10px 12px 10px;
  color: white;
}
#sidebar .sidebar-block.account-navigation {
  margin-top: 0;
  margin-bottom: 40px;
}
#sidebar .sidebar-block.account-navigation p i.fa {
  margin-right: 8px;
  color: #3f6687;
}
#sidebar .sidebar-block.account-navigation p.current i.fa {
  margin-right: 8px;
  color: #26202B;
}
#sidebar .item .product-name a:hover i {
  color: #26202B;
}
#sidebar .item .product-name a i {
  margin-right: 6px;
  -webkit-transition: color 100ms ease-in-out;
          transition: color 100ms ease-in-out;
}
#sidebar #twitter-widget-0 {
  background-color: white;
  width: 100% !important;
}

.cms-home #sidebar .block {
  margin-bottom: 0;
}

.youtube-play {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
}
.youtube-play img {
  position: relative;
  top: 50%;
  margin-top: -40px;
}

.youtube-play:hover {
  opacity: 1.0;
}

.video {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dbdbdb));
  background: -webkit-linear-gradient(#f5f5f5, #dbdbdb);
  background: linear-gradient(#f5f5f5, #dbdbdb);
  margin-bottom: 10px;
}
.video > p {
  background-color: #d4d4d4;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #26202b;
}
.video ol li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0);
}
.video ol li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0);
}

#YouTubePlaylistModal {
  z-index: 999999999;
}

.video ol,
#YouTubePlaylistModal ol {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

#YouTubePlaylistModal ol {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}

#YouTubePlaylistModal ol li.video-playing {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

.video ol li,
#YouTubePlaylistModal ol li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 8px 5px;
}

#YouTubePlaylistModal #Thumbs {
  padding: 20px;
}

#YouTubePlaylistModal ol li.playing {
  font-weight: 700;
}

#YouTubePlaylistModal .modal-footer {
  padding: 4px;
}

#YouTubePlaylistModal .modal-footer .media-object {
  height: 90px;
  margin-right: 10px;
}

#placeHolder {
  margin-top: 25px;
}

#YouTubePlaylistModalContent .modal-header .close {
  color: #ffffff;
  opacity: 0.6;
  font-size: 35px;
  margin-top: -8px;
}

.sm2-bar-ui {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
  /* prevent background border bleed */
  background-clip: padding-box;
  /* because indeed, fonts do look pretty "fat" otherwise in this case. */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* http://files.christophzillgens.com/webkit-font-smoothing.html */
  /* font-smoothing: subpixel-antialiased; */
  /* general font niceness? */
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 20em;
  /* max-width: 30em; */
  /* take out overflow if you want an absolutely-positioned playlist dropdown. */
  border-radius: 2px;
  overflow: hidden;
  /* just for fun (animate normal / full-width) */
  -webkit-transition: max-width 0.2s ease-in-out;
          transition: max-width 0.2s ease-in-out;
  border: 1px solid #d4d4d4;
}

.sm2-bar-ui .sm2-playlist li {
  text-align: center;
  font-size: 92.5%;
  line-height: 1em;
}

.sm2-bar-ui.compact {
  min-width: 1em;
  max-width: 15em;
}

.sm2-bar-ui ul {
  line-height: 1em;
}

/* want things left-aligned? */
.sm2-bar-ui.left .sm2-playlist li {
  text-align: left;
}

.sm2-bar-ui .sm2-playlist li .load-error {
  cursor: help;
}

.sm2-bar-ui.full-width {
  max-width: 100%;
  z-index: 5;
}

.sm2-bar-ui.fixed {
  position: fixed;
  top: auto;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  /* so the absolutely-positioned playlist can show... */
  overflow: visible;
  /* and this should probably have a high z-index. tweak as needed. */
  z-index: 999;
}

.sm2-bar-ui.fixed .bd,
.sm2-bar-ui.bottom .bd {
  /* display: table; */
  border-radius: 0px;
  border-bottom: none;
}

.sm2-bar-ui.bottom {
  /* absolute bottom-aligned UI */
  top: auto;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  /* so the absolutely-positioned playlist can show... */
  overflow: visible;
}

.sm2-bar-ui.playlist-open .bd {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: transparent;
}

.sm2-bar-ui .bd,
.sm2-bar-ui .sm2-extra-controls {
  position: relative;
  /* FF 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #dbdbdb));
  /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(whitesmoke, #dbdbdb);
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb')";
  /* IE8+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dbdbdb));
  background: -webkit-linear-gradient(#f5f5f5, #dbdbdb);
  background: linear-gradient(#f5f5f5, #dbdbdb);
                                                /*
transition: background 0.2s ease-in-out;
*/
}

.sm2-bar-ui .sm2-inline-gradient {
  /* gradient */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* W3C */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0.125)), color-stop(45%, rgba(255, 255, 255, 0.125)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), color-stop(95%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.125) 5%, rgba(255, 255, 255, 0.125) 45%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 95%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.125) 5%, rgba(255, 255, 255, 0.125) 45%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 95%);
  /* W3C */
}

.sm2-bar-ui.flat .sm2-inline-gradient {
  background-image: none;
}

.sm2-bar-ui.flat .sm2-box-shadow {
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sm2-bar-ui.no-volume .sm2-volume {
  /* mobile devices (android + iOS) ignore attempts to set volume. */
  display: none;
}

.sm2-bar-ui.textured .sm2-inline-texture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* for example */
  /* background-image: url(../image/wood_pattern_dark.png); */
  /* additional opacity effects can be applied here. */
  opacity: 0.75;
}

.sm2-bar-ui.textured.dark-text .sm2-inline-texture {
  /* dark text + textured case: use light wood background (for example.) */
  /* background-image: url(../image/patterns/wood_pattern.png); */
}

.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper {
  /* dark text + textured case: ditch 10% dark on playlist body. */
  background-color: transparent;
}

.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper ul li:hover a,
.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper ul li.selected a {
  /* dark + textured case: dark highlights */
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  /* modern browsers don't neeed the image */
  background-image: none, none;
}

.sm2-bar-ui .bd {
  display: table;
  border-bottom: none;
}

.sm2-bar-ui .sm2-playlist-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.sm2-bar-ui .sm2-extra-controls .bd {
  background-color: rgba(0, 0, 0, 0.2);
}

.sm2-bar-ui.textured .sm2-extra-controls .bd {
  /* lighten extra color overlays */
  background-color: rgba(0, 0, 0, 0.05);
}

.sm2-bar-ui .sm2-extra-controls {
  background-color: transparent;
  border: none;
}

.sm2-bar-ui .sm2-extra-controls .bd {
  /* override full-width table behaviour */
  display: block;
  border: none;
}

.sm2-bar-ui .sm2-extra-controls .sm2-inline-element {
  display: inline-block;
}

.sm2-bar-ui,
.sm2-bar-ui .bd a {
  color: #26202b;
  font-family: "Titillium Web", "Helvetica", sans-serif;
}

.sm2-bar-ui.dark-text,
.sm2-bar-ui.dark-text .bd a {
  color: #000;
}

.sm2-bar-ui.dark-text .sm2-inline-button {
  /* Warning/disclaimer: SVG might be fuzzy when inverted on Chrome, losing resolution on hi-DPI displays. */
  -webkit-filter: invert(1);
  /* SVG-based invert filter for Firefox */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
  /* IE 8 inverse filter, may only match pure black/white */
  /* filter: xray; */
  /* pending W3 standard */
  -webkit-filter: invert(1);
          filter: invert(1);
  /* not you, IE < 10. */
  -webkit-filter: none\9;
          filter: none\9;
}

.sm2-bar-ui .bd a {
  text-decoration: none;
}

.sm2-bar-ui .bd .sm2-button-element:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none;
}

.sm2-bar-ui .bd .sm2-button-element:active {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../image/black-25.png);
  background-image: none, none;
}

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active .sm2-inline-button,
.sm2-bar-ui .bd .active .sm2-inline-button {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
  /* firefox doesn't scale quite right. */
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  /* firefox doesn't scale quite right. */
  -moz-transform: none;
}

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:hover,
.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active,
.sm2-bar-ui .bd .active {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none;
}

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active {
  /* box shadow is excessive on smaller elements. */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sm2-bar-ui {
  /* base font size */
  font-size: 15px;
  text-shadow: none;
}

.sm2-bar-ui .sm2-inline-element {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  overflow: hidden;
}

.sm2-bar-ui .sm2-inline-element,
.sm2-bar-ui .sm2-button-element .sm2-button-bd {
  position: relative;
  /**
   * .sm2-button-bd exists because of a Firefox bug from 2000
   * re: nested relative / absolute elements inside table cells.
   * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
   */
}

.sm2-bar-ui .sm2-inline-element,
.sm2-bar-ui .sm2-button-element .sm2-button-bd {
  /**
   * if you play with UI width/height, these are the important ones.
   * NOTE: match these values if you want square UI buttons.
   */
  min-width: 2.8em;
  min-height: 2.8em;
}

.sm2-bar-ui .sm2-inline-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.sm2-bar-ui .sm2-extra-controls .bd {
  /* don't double-layer. */
  background-image: none;
  background-color: rgba(0, 0, 0, 0.15);
}

.sm2-bar-ui .sm2-extra-controls .sm2-inline-element {
  width: 25px;
  /* bare minimum */
  min-height: 1.75em;
  min-width: 2.5em;
}

.sm2-bar-ui .sm2-inline-status {
  line-height: 100%;
  /* how much to allow before truncating song artist / title with ellipsis */
  display: inline-block;
  min-width: 200px;
  max-width: 20em;
  /* a little more spacing */
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.sm2-bar-ui .sm2-inline-element {
  /* extra-small em scales up nicely, vs. 1px which gets fat */
  border-right: 0.075em dotted #666;
  /* legacy */
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
}

.sm2-bar-ui .sm2-inline-element.noborder {
  border-right: none;
}

.sm2-bar-ui .sm2-inline-element.compact {
  min-width: 2em;
  padding: 0px 0.25em;
}

.sm2-bar-ui .sm2-inline-element:first-of-type {
  /*border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;*/
  overflow: hidden;
}

.sm2-bar-ui .sm2-inline-element:last-of-type {
  border-right: none;
  /*border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;*/
}

.sm2-bar-ui .sm2-inline-status a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.sm2-inline-time,
.sm2-inline-duration {
  display: table-cell;
  width: 1%;
  font-size: 75%;
  line-height: 0.9em;
  min-width: 2em;
  /* if you have sounds > 10:00 in length, make this bigger. */
  vertical-align: middle;
}

.sm2-bar-ui .sm2-playlist {
  position: relative;
  height: 1.45em;
}

.sm2-bar-ui .sm2-playlist-target {
  /* initial render / empty case */
  position: relative;
  min-height: 1em;
  font-weight: 700;
}

.sm2-bar-ui .sm2-playlist ul {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sm2-bar-ui p,
.sm2-bar-ui .sm2-playlist ul,
.sm2-bar-ui .sm2-playlist ul li {
  margin: 0px;
  padding: 0px;
}

.sm2-bar-ui .sm2-playlist ul li {
  position: relative;
}

.sm2-bar-ui .sm2-playlist ul li,
.sm2-bar-ui .sm2-playlist ul li a {
  position: relative;
  display: block;
  /* prevent clipping of characters like "g" */
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.sm2-row {
  display: table-row;
}

.sm2-progress-bd {
  /* spacing between progress track/ball and time (position) */
  padding: 0px 0.8em;
}

.sm2-progress .sm2-progress-track,
.sm2-progress .sm2-progress-ball,
.sm2-progress .sm2-progress-bar {
  position: relative;
  width: 100%;
  height: 0.65em;
  border-radius: 0.65em;
}

.sm2-progress .sm2-progress-bar {
  /* element which follows the progres "ball" as it moves */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  background-color: rgba(0, 0, 0, 0.33);
  background-image: url(../image/black-33.png);
  background-image: none, none;
}

.volume-shade,
.playing .sm2-progress .sm2-progress-track,
.paused .sm2-progress .sm2-progress-track {
  cursor: pointer;
}

.playing .sm2-progress .sm2-progress-ball {
  cursor: -webkit-grab;
  cursor: grab;
}

.sm2-progress .sm2-progress-ball {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1em;
  height: 1em;
  margin: -0.2em 0px 0px -0.5em;
  width: 14px;
  height: 14px;
  margin: -2px 0px 0px -7px;
  width: 0.9333em;
  height: 0.9333em;
  margin: -0.175em 0px 0px -0.466em;
  background-color: #fff;
  padding: 0px;
  /*
   z-index: 1;
  */
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

/*
.sm2-bar-ui.dark-text .sm2-progress .sm2-progress-ball {
 background-color: #000;
}
*/
.sm2-progress .sm2-progress-track {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../image/black-33.png);
  /* legacy */
  background-image: none, none;
  /* modern browsers */
}

/* scrollbar rules have to be separate, browsers not supporting this syntax will skip them when combined. */
.sm2-playlist-wrapper ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
}

.playing.grabbing .sm2-progress .sm2-progress-track,
.playing.grabbing .sm2-progress .sm2-progress-ball {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sm2-bar-ui.grabbing .sm2-progress .sm2-progress-ball {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

.sm2-inline-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* hide inner text */
  line-height: 10em;
  /**
   * image-rendering seems to apply mostly to Firefox in this case. Use with caution.
   * https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering#Browser_compatibility
   */
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -ms-interpolation-mode: bicubic;
}

.play-pause,
.play-pause:hover,
.paused .play-pause:hover {
  background-image: url(../images/icomoon/png/play.png);
  background-image: none, url(../images/icomoon/svg/play.svg);
  background-size: 67.5%;
  background-position: 40% 53%;
  opacity: 0.4;
}

.playing .play-pause {
  background-image: url(../images/icomoon/png/pause.png);
  background-image: none, url(../images/icomoon/svg/pause.svg);
  background-size: 57.6%;
  background-position: 50% 53%;
}

.sm2-volume-control {
  background-image: url(../images/icomoon/png/volume.png);
  background-image: none, url(../images/icomoon/svg/volume.svg);
  opacity: 0.4;
}

.sm2-volume-control,
.sm2-volume-shade {
  background-position: 42% 50%;
  background-size: 56%;
}

.volume-shade {
  filter: alpha(opacity=33);
  /* <= IE 8 */
  opacity: 0.33;
  /* -webkit-filter: invert(1);*/
  background-image: url(../images/icomoon/png/volume.png);
  background-image: none, url(../images/icomoon/svg/volume.svg);
}

.menu {
  background-image: url(../images/icomoon/png/list2.png);
  background-image: none, url(../images/icomoon/svg/list2.svg);
  background-size: 58%;
  background-position: 54% 51%;
  opacity: 0.4;
}

/*.previous {
 background-image: url(../images/icomoon/png/first.png);
 background-image: none, url(../images/icomoon/svg/first.svg);
}

.next {
 background-image: url(../images/icomoon/png/last.png);
 background-image: none, url(../images/icomoon/svg/last.svg);
}

.previous,
.next {
 background-size: 49.5%;
 background-position: 50% 50%;
}*/
.sm2-extra-controls .previous,
.sm2-extra-controls .next {
  backgound-size: 53%;
}

.shuffle {
  background-image: url(../images/icomoon/png/shuffle.png);
  background-image: none, url(../images/icomoon/svg/shuffle.svg);
  background-size: 45%;
  background-position: 50% 50%;
}

.repeat {
  background-image: url(../images/icomoon/png/loop.png);
  background-image: none, url(../images/icomoon/svg/loop.svg);
  background-position: 50% 43%;
  background-size: 54%;
}

.sm2-extra-controls .repeat {
  background-position: 50% 45%;
}

.sm2-progress-ball .icon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: none, url(../images/icomoon/svg/spinner.svg);
  background-size: 72%;
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
}

.playing.buffering .sm2-progress-ball .icon-overlay {
  display: block;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sm2-element ul {
  font-size: 95%;
  list-style-type: none;
}

.sm2-element ul,
.sm2-element ul li {
  margin: 0px;
  padding: 0px;
}

.bd.sm2-playlist-drawer {
  /* optional: absolute positioning */
  /* position: absolute; */
  z-index: 3;
  border-radius: 0px;
  width: 100%;
  height: 0px;
  border: none;
  background-image: none;
  display: block;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
          transition: height 0.2s ease-in-out;
}

.sm2-bar-ui.fixed .bd.sm2-playlist-drawer,
.sm2-bar-ui.bottom .bd.sm2-playlist-drawer {
  position: absolute;
}

.sm2-bar-ui.fixed .sm2-playlist-wrapper,
.sm2-bar-ui.bottom .sm2-playlist-wrapper {
  padding-bottom: 0px;
}

.sm2-bar-ui.fixed .bd.sm2-playlist-drawer,
.sm2-bar-ui.bottom .bd.sm2-playlist-drawer {
  /* show playlist on top */
  bottom: 2.8em;
}

.sm2-bar-ui .bd.sm2-playlist-drawer {
  opacity: 0.5;
  /* redraw fix for Chrome, background color doesn't always draw when playlist drawer open. */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* experimental, may not perform well. */
/*
.sm2-bar-ui .bd.sm2-playlist-drawer a {
 -webkit-filter: blur(5px);
}
*/
.sm2-bar-ui.playlist-open .bd.sm2-playlist-drawer {
  opacity: 1;
}

.sm2-bar-ui.playlist-open .bd.sm2-playlist-drawer a {
  -webkit-filter: none;
  /* blur(0px) was still blurred on retina displays, as of 07/2014 */
}

.sm2-bar-ui.fixed.playlist-open .bd.sm2-playlist-drawer .sm2-playlist-wrapper,
.sm2-bar-ui.bottom.playlist-open .bd.sm2-playlist-drawer .sm2-playlist-wrapper {
  /* extra padding when open */
  padding-bottom: 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sm2-bar-ui .bd.sm2-playlist-drawer {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-transition-property: -webkit-transform, height, opacity, background-color, -webkit-filter;
          transition-property: transform, height, opacity, background-color, -webkit-filter;
}

.sm2-bar-ui .bd.sm2-playlist-drawer a {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
          transition: -webkit-filter 0.2s ease-in-out;
}

.sm2-bar-ui .bd.sm2-playlist-drawer .sm2-inline-texture {
  /* negative offset for height of top bar, so background is seamless. */
  background-position: 0px -2.8em;
}

.sm2-box-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.sm2-playlist-wrapper {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.25em;
  background-image: none, none;
}

.sm2-playlist-wrapper ul {
  max-height: 9.25em;
  overflow: auto;
}

.sm2-playlist-wrapper ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 5px;
  padding-bottom: 5px;
}

.sm2-playlist-wrapper ul li:last-of-type {
  border-bottom: 0;
}

.sm2-playlist-wrapper ul li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}

.sm2-playlist-wrapper ul li a {
  display: block;
  padding: 0.5em 0.25em 0.5em 0.75em;
  margin-right: 0.5em;
  font-size: 90%;
  vertical-align: middle;
  opacity: 0.65;
}

.sm2-playlist-wrapper ul li a.sm2-exclude {
  display: inline-block;
}

.sm2-playlist-wrapper ul li a.sm2-exclude .label {
  font-size: 95%;
  line-height: 1em;
  margin-left: 0px;
  padding: 2px 4px;
}

.sm2-playlist-wrapper ul li:hover a {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../image/black-20.png);
  background-image: none, none;
}

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li:hover a {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none;
}

.sm2-playlist-wrapper ul li.selected a {
  /*background-color: rgba(0,0,0,0.25);
  background-image: url(../image/black-20.png);*/
  background-image: none, none;
  font-weight: 700;
  opacity: 1;
}

.sm2-bar-ui.dark-text ul li.selected a {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none;
}

.sm2-bar-ui .disabled {
  filter: alpha(opacity=33);
  /* <= IE 8 */
  opacity: 0.33;
}

.sm2-bar-ui .bd .sm2-button-element.disabled:hover {
  background-color: transparent;
}

.sm2-bar-ui .active,
.sm2-bar-ui.playlist-open .sm2-menu:hover {
  /* depressed / "on" state */
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-image: none;
}

.firefox-fix {
  /**
   * This exists because of a Firefox bug from 2000
   * re: nested relative / absolute elements inside table cells.
   * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
   */
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* some custom scrollbar trickery, where supported */
.sm2-playlist-wrapper ul::-webkit-scrollbar {
  width: 10px;
}

.sm2-playlist-wrapper ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 10px;
}

.sm2-playlist-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}

.sm2-extra-controls {
  font-size: 0px;
  text-align: center;
}

.sm2-bar-ui .label {
  position: relative;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.25em;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 0px 3px;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
}

.sm2-bar-ui.dark-text .label {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none;
}

.sm2-bar-ui .sm2-playlist-drawer .label {
  font-size: 0.8em;
  padding: 0px 3px;
}

/* --- full width stuff --- */
.sm2-bar-ui .sm2-inline-element {
  display: table-cell;
}

.sm2-bar-ui .sm2-inline-element {
  /* collapse */
  width: 1%;
}

.sm2-bar-ui .sm2-inline-status {
  /* full width */
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.sm2-bar-ui > .bd {
  width: 100%;
}

.sm2-bar-ui .sm2-playlist-drawer {
  /* re-hide playlist */
  display: block;
  overflow: hidden;
}

/*

 SoundManager 2: Basic MP3 player CSS
 ------------------------------------

 Clicks on links to MP3s are intercepted via JS, calls are
 made to SoundManager to load/play sounds. CSS classes are
 appended to the link, which are used to highlight the
 current play state and so on.

 Class names are applied in addition to "sm2_button" base.

 Default:

 sm2_button

 Additional states:

 sm2_playing
 sm2_paused

 eg.

 <!-- default -->
 <a href="some.mp3" class="sm2_button">some.mp3</a>

 <!-- playing -->
 <a href="some.mp3" class="sm2_button sm2_playing">some.mp3</a>


 Note you don't require ul.graphic / ul.flat etc. for your use
 if only using one style on a page. You can just use .sm2_button{}
 and so on, but isolate the CSS you want.

 Side note: Would do multiple class definitions eg.

 a.sm2_default.sm2_playing{}

 .. except IE 6 has a parsing bug which may break behaviour,
 applying sm2_playing {} even when the class is set to sm2_default.


 If you want to make your own UI from scratch, here is the base:

 Default + hover state, "click to play":

 a.sm2_button {}
 a.sm2_button:hover {}

 Playing + hover state, "click to pause":

 a.sm2_playing {}
 a.sm2_playing:hover {}

 Paused + hover state, "click to resume":

 a.sm2_paused {}
 a.sm2_paused:hover {}

*/
a.sm2_button {
  position: relative;
  display: inline-block;
  /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  /* don't show link text */
  overflow: hidden;
  /* don't draw inner link text */
  vertical-align: middle;
  /* and, a bit of round-ness for the cool browsers. */
  border-radius: 2px;
  margin-top: -1px;
  /* vertical align tweak */
  /* safari 3.1+ fun (/W3 working draft extension, TBD.) */
  -webkit-transition-property: hover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0s;
  /* firefox 4 (couldn't sort out -moz-transform vs. MozTransform, so, "all" for now) */
  -o-transition-property: background-color;
  /* opera 10.5 */
  -o-transition-duration: 0.15s;
  /* weird IE 6/7 display fixes, and/or I'm doing it wrong */
  *text-indent: 0px;
  *line-height: 99em;
  *vertical-align: top;
}

a.sm2_button:focus {
  outline: none;
  /* maybe evil, but don't show the slight border outline on focus. */
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {
  background-color: #3399cc;
  background-image: url(/skin/frontend/default/jls/images/arrow-right-white.png);
  /* where possible, use data: and skip the HTTP request. Fancy-pants. Would use short-hand background: for above, but IE 8 doesn't override background-image. */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);
  background-image: none, url(/skin/frontend/default/jls/images/arrow-right-white-2x.png);
  background-size: 9px 10px;
  *background-image: url(/skin/frontend/default/jls/images/arrow-right-white.gif);
  /* IE 6+7 don't do DATA: URIs */
  background-repeat: no-repeat;
  background-position: 5px 50%;
  *background-position: 5px 4px;
  /* IE 6 again */
}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
  background-color: #cc3333;
}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {
  background-color: #666;
}

.external_purchase {
  text-align: center;
  background-color: #999999;
  opacity: 0.5;
  height: 39px;
  width: 80px;
  float: right;
  margin: 2px;
  border-radius: 2px;
}
.external_purchase:hover {
  cursor: pointer;
}
.external_purchase h4 {
  color: #ffffff;
  margin-top: 6px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  opacity: 0.6;
  -webkit-transition: opacity .1s ease-in-out;
          transition: opacity .1s ease-in-out;
}
.external_purchase h4:hover {
  opacity: 1.0;
}

footer {
  clear: both;
  background-color: #ffffff;
  margin-top: 50px;
}

#FooterInfo {
  border-top: 10px solid #514748;
  border-bottom: 10px solid #514748;
  padding-top: 17px;
  padding-bottom: 13px;
}
#FooterInfo #Featuring {
  text-transform: uppercase;
}
#FooterInfo #MailingList p {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 7px;
}

#Featuring > :first-child {
  color: #bbb6bc;
  margin: 0;
  font-size: 55px;
  font-weight: 900;
}

#Featuring p {
  color: #514748;
  font-size: 29px;
  margin: 0;
  line-height: 43px;
  font-weight: 200;
}
#Featuring p span {
  font-weight: 700;
}

#Email {
  height: 35px;
  margin-bottom: 0;
  border-radius: 6px;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-transform: uppercase;
  color: #514748;
  padding: 1px 50px 0 10px;
  width: 100%;
  border: none;
  background-color: #f1f1f1;
}

#SignupButton {
  height: 35px;
  width: 40px;
  background-color: #3f6687;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  text-align: center;
}
#SignupButton i {
  margin-top: 11px;
}

#FooterLinks {
  background-color: #302627;
  color: #ffffff;
  padding-top: 34px;
}
#FooterLinks ul li {
  margin: 0;
}
#FooterLinks ul li a {
  color: #bbb6bc;
}
#FooterLinks ul li a:visited {
  color: #bbb6bc;
}
#FooterLinks ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#FooterLinks ul li:first-child {
  text-transform: uppercase;
  font-weight: 700;
}

#CopyrightSocial {
  font-size: 11px;
  color: #ffffff;
  background-color: #302627;
  padding-bottom: 25px;
}
#CopyrightSocial #Copyright {
  padding-top: 12px;
}
#CopyrightSocial #Copyright p {
  color: #fff;
}
#CopyrightSocial #Copyright span span {
  font-size: 16px;
  position: relative;
  top: 3px;
}
#CopyrightSocial #Social {
  text-align: right;
}
#CopyrightSocial #Social img {
  opacity: 0.6;
  -webkit-transition: opacity .1s ease-in-out;
          transition: opacity .1s ease-in-out;
  margin-left: 6px;
}
#CopyrightSocial #Social img:hover {
  opacity: 1.0;
}

.category-transcribed-solos ul.ft-menu,
.category-singers-corner ul.ft-menu {
  position: absolute;
  width: 100%;
  z-index: 10;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  color: #26202b;
  font-size: 14px;
  font-weight: 400;
  background-color: #d0e9f7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#all-songs {
  border-top: 10px solid #26202B;
}

.cms-songs #placeHolder .ft-menu .ft-field:nth-child(3) {
  border-top: 10px solid #26202B;
  margin-top: 25px;
}

#all-songs .ft-panel {
  border-bottom: 10px solid #3f6687;
}

ul#all-songs.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li a span {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  color: #26202b;
  font-size: 14px;
  font-weight: 400;
  /*background-color: #d0e9f7;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}

ul#all-songs.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 15px 8px 15px;
}

ul#all-songs.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
  padding: 0;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
  border-top: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(even) {
  background-color: #d0e9f7;
}

/* line 36, ../sass/sass/layouts/_sidebar.scss */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(odd) {
  background-color: #b8def2;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:hover {
  background-color: #edf1f6;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li::after {
  font-weight: 200;
  font-size: 12px;
  /*float: right;*/
  font-weight: 200;
  background-color: #406587;
  padding: 0 4px 5px 3px;
  border-radius: 2px;
  /*display: inline-block;*/
  width: 30px;
  height: 20px;
  text-align: center;
  /*position: relative;
  top: -1px;*/
  right: 10px;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul#all-songs.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li::after {
  font-weight: 200;
  font-size: 12px;
  /*float: right;*/
  font-weight: 200;
  background-color: none;
  padding: 0;
  border-radius: 0;
  /*display: inline-block;*/
  width: 0;
  height: 0;
  text-align: center;
  /*position: relative;
  top: -1px;*/
  right: 0;
  opacity: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.category-transcribed-solos ul.ft-tags {
  border-left: 1px solid #3f6687;
  border-right: 1px solid #3f6687;
  border-bottom: 1px solid #3f6687;
}

.content {
  float: left;
}

.sidebar {
  float: right;
  background-color: #fff;
  border-top: 10px solid #26202B;
}
.sidebar.ui-scrollfix {
  position: fixed;
  top: 75px;
}

#vocal-filters {
  margin-top: 10px;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-us-nav,
.help-nav {
  border-top: 10px solid #26202B;
}

.panel-group .panel {
  border-radius: 0;
  border: 0;
}
.panel-group .panel li {
  margin: 0;
  padding: 5px 15px 7px 15px;
  line-height: 1.2em;
}
.panel-group .panel li.light {
  background-color: #d0e9f7;
}
.panel-group .panel li.dark {
  background-color: #b8def2;
}
.panel-group .panel li:hover {
  background-color: #edf1f6;
}

.panel-body {
  padding: 0;
}
.panel-body ol {
  margin: 0;
}
.panel-body ol a {
  color: #26202B;
}
.panel-body ol a:hover {
  text-decoration: none;
  color: #3f6687;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #bbb6bc;
}

.panel-default > .panel-heading {
  background-color: #3f6687;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  background-image: none;
}
.panel-default > .panel-heading:hover {
  background-color: #26202B;
}
.panel-default > .panel-heading a {
  padding: 10px 15px;
  display: block;
}
.panel-default > .panel-heading a:hover {
  text-decoration: none;
}

.composerDates {
  font-weight: 700;
  color: #bbb6bc;
}

.panel.composers {
  border-top: 10px solid #26202B;
}

.song-list {
  margin-top: 45px;
}
.song-list ul {
  margin-top: 10px;
}
.song-list li {
  margin: 0;
  padding: 8px;
  line-height: 1.2em;
  font-size: 1.1em;
  font-weight: 700;
  color: #26202B;
}
.song-list li:nth-child(even) {
  background-color: #d0e9f7;
}
.song-list li:nth-child(even) .play {
  -webkit-box-shadow: inset 0 0 0 4px #d0e9f7;
          box-shadow: inset 0 0 0 4px #d0e9f7;
}
.song-list li:nth-child(odd) {
  background-color: #b8def2;
}
.song-list li:nth-child(odd) .play {
  -webkit-box-shadow: inset 0 0 0 4px #b8def2;
          box-shadow: inset 0 0 0 4px #b8def2;
}

.play {
  margin-right: 8px;
  background-color: #ffffff;
  color: #3f6687;
}
.play:hover {
  color: #26202B;
  cursor: pointer;
}

.no-play {
  display: inline-block;
  width: 26px;
  opacity: 0.15;
}

.song-style {
  float: right;
  font-weight: 200;
}

.item {
  background-color: white;
}
.item > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.item > .row .col-sm-8 > .row {
  padding: 15px;
}

.albums img {
  float: left;
  background-color: #000;
  margin-right: 20px;
}

.arrow {
  border-bottom: 10px solid #3f6687;
  margin-top: 10px;
}
.arrow img {
  margin-left: 40px;
}

.email {
  width: 55px;
  padding-left: 5px;
  position: relative;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  font: normal normal bold 11px/18px "Helvetica Neue", Arial, sans-serif;
}
.email:hover {
  border-color: #bbb;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
  background-image: linear-gradient(#f8f8f8, #d9d9d9);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.musician {
  font-weight: 700;
}

.song-info ul:first-child li {
  margin: 0;
}
.song-info .info > div {
  margin-bottom: 20px;
}
.song-info .info-heading {
  font-weight: 200;
  color: #3f6687;
}

.short-desc {
  margin-bottom: 50px;
}

.song-composer {
  margin-top: 40px;
}

.composer-image {
  background-color: #ffffff;
  border: 1px solid #bbb6bc;
  padding: 2px;
}
.composer-image img {
  border: 0;
  width: 100%;
  height: auto;
  background-size: contain;
  background-color: #000000;
}

.composer-image-mask {
  height: 187px;
  overflow: hidden;
}

.checked {
  margin-right: 8px;
  background-color: #ffffff;
  color: #3f6687;
}
.checked:hover {
  color: #26202B;
  cursor: pointer;
}

.ajax_loader {
  color: #3f6687;
  float: right;
  position: absolute;
  left: 10px;
  top: 7px;
}

.product_item_checkbox {
  position: absolute;
  left: 8px;
  top: 8px;
}

.alt-checkbox::before {
  text-shadow: none;
  background-color: #3f6687;
  border-radius: 3px;
  padding: 1px;
  width: 20px;
  height: 20px;
}

.alt-checkbox-label.medium {
  font-size: inherit;
  margin-bottom: 0;
}

.alt-checkbox.outline-unchecked::before {
  color: #3f6687;
}

.alt-checkbox.checked::before {
  color: #ffffff;
}

.alt-checkbox {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 8px;
}

.alt-checkbox:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.composer {
  font-weight: 400;
}

.alt-checkbox.medium, .alt-checkbox-label.medium {
  font-size: 1.9em;
}

.social-media-buttons {
  margin-left: 10px;
  margin-top: 10px;
}
.social-media-buttons > * {
  float: left;
  margin-right: 10px;
}

.leadsheets {
  margin-top: -10px;
  background: #ffffff url("../images/backgrounds/leadsheets.gif") repeat top left;
  background-size: 60px 60px;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.leadsheets li.list-header {
  background-color: #3f6687;
  font-size: 16px;
  color: #ffffff;
  height: 43px;
  padding: 11px 8px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
}
.leadsheets li.pdf {
  padding: 8px;
  position: relative;
}
.leadsheets li.pdf span {
  float: left;
}
.leadsheets li.pdf .in-basket {
  font-size: 10px;
  font-weight: 400;
  margin-top: 6px;
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 0;
  right: 6px;
}
.leadsheets li.pdf label {
  font-size: 1.1em;
  position: relative;
  top: -1px;
  width: 70%;
  left: 30px;
}
.leadsheets ul {
  margin: 0;
}
.leadsheets .light {
  background-color: #d0e9f7;
}
.leadsheets .light .marked {
  color: #26202B;
}
.leadsheets .dark {
  background-color: #b8def2;
}
.leadsheets .dark .marked {
  color: #26202B;
}
.leadsheets .checkout {
  padding: 10px 25px;
}
.leadsheets .checkout > div {
  width: 100%;
  padding: 0;
}
.leadsheets .checkout > div a {
  display: block;
  color: white;
  padding: 6px 12px;
}
.leadsheets .checkout > div a:hover {
  text-decoration: none;
}
.leadsheets .notice {
  color: white;
  font-size: 14px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.leadsheets .notice i {
  margin-right: 10px;
  color: #edf1f6;
}

.tooltip-inner p {
  margin-bottom: 2px;
}
.tooltip-inner p a {
  color: #ffffff;
}
.tooltip-inner p a:hover {
  text-decoration: none;
  color: #f69702;
}

.refinements > li {
  background-color: #3f6687;
  padding: 0;
}
.refinements > li p {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  padding-left: 10px;
}
.refinements > li p i {
  float: right;
  margin-right: 15px;
  margin-top: 3px;
}

.song-list .panel-heading a {
  width: 100%;
}
.song-list .panel-heading h4 i {
  float: right;
}

.song-list ul.list-options {
  margin-left: 0;
  margin-top: 0;
}
.song-list ul.list-options li {
  font-weight: 400;
  padding: 8px;
}

#filter {
  width: 100%;
}

.album-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.album_block {
  width: 220px;
  height: 340px;
  display: inline-block;
  vertical-align: top;
}
.album_block a {
  position: relative;
}
.album_block a p {
  width: 214px;
  height: 214px;
  position: absolute;
  left: 3px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding-top: 80px;
  font-family: "Titillium Web", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.125s ease-in;
          transition: opacity 0.125s ease-in;
}
.album_block a p span {
  color: #ffffff;
  font-weight: 700;
  font-size: 52px;
}
.album_block a p:hover {
  opacity: 1.0;
}
.album_block a div.album_image {
  width: 220px;
  height: 220px;
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
.album_block span {
  font-weight: 400;
  font-size: 12px;
  color: #514748;
}
.album_block h5 {
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 5px;
}
.album_block h5 a:hover {
  text-decoration: none;
}
.album_block p {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 0.9em;
  font-style: italic;
}
.album-description {
  margin-top: 30px;
}
.album-description p {
  font-weight: bold;
}

#post-list li.item {
  background-color: transparent;
}
#post-list li.item:first-child .post-list-item {
  margin-top: 0;
}

.post-list-item {
  margin-top: 40px;
}
.post-list-item h2 {
  font-family: "Titillium Web", "Helvetica", sans-serif;
  text-transform: none;
  line-height: 1em;
  font-weight: 200;
  text-shadow: none;
}
.post-list-item h2 a {
  color: #3f6687;
  -webkit-transition: color 100ms ease-in-out;
          transition: color 100ms ease-in-out;
}
.post-list-item h2 a:hover {
  text-decoration: none;
  color: #149de5;
}
.post-list-item h2 a:focus {
  text-decoration: none;
}

.post-meta {
  padding: 5px 10px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.post-meta .fa {
  margin-right: 6px;
  background-color: white;
  border-radius: 50%;
}

.post-view {
  margin-top: 30px;
}

.wp-sidebar .block {
  border: none;
}
.wp-sidebar .block .block-title {
  font-family: "Titillium Web", "Helvetica", sans-serif;
}
.wp-sidebar .block .block-title strong {
  font-family: inherit;
}

div#checkout-progress-wrapper {
  margin-top: 64px;
}

.opc .step {
  background: white;
  padding: 15px;
}
.opc .step-title {
  padding: 5px 15px;
}
.opc .step-title h2 {
  font: 400 16px "Titillium Web", "Helvetica", sans-serif;
}
.opc .allow .step-title a {
  display: block;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.opc .allow .step-title a:hover {
  text-decoration: none;
  opacity: 1;
}
.opc .allow.active .step-title a {
  display: none;
}
.opc .active .step-title {
  background: #3f6687;
  border-color: #3f6687;
  color: white;
  cursor: default;
}
.opc .buttons-set {
  border-top: 0;
}
.opc .buttons-set p.keep-shopping {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
.opc .buttons-set.disabled button.btn {
  display: none;
}
.opc #co-billing-form label {
  text-align: left;
}

.cart-items-list .button-set {
  margin: 15px;
}
.cart-items-list .button-set .page-title {
  text-align: left;
}
.cart-items-list .button-set .page-title h2 {
  margin-top: 0;
}

.mailing-list-review {
  font-size: 1.1em;
  top: -2px;
  margin-right: 8px;
}

.monkey-additional-lists .alt-checkbox.medium, .monkey-additional-lists .alt-checkbox-label.medium {
  font-size: 1.4em;
  font-weight: 200;
}

.form-list .form-group select {
  width: 100%;
}

.block-progress .block-title {
  background-color: #3f6687;
  border-bottom: none;
  padding: 10px;
}

.block-progress .block-title span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-proceed-checkout {
  background-color: #149de5;
  border-color: #3f6687;
  -webkit-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out;
}
.btn-proceed-checkout:hover {
  background-color: #3f6687;
  border-color: #26202B;
}

.my-account h4 {
  font-size: 18px;
  margin-bottom: 8px;
  text-shadow: none;
}
.my-account h4 span {
  float: right;
  font-weight: 400;
}
.my-account > div > .row {
  margin-bottom: 35px;
}
.my-account address {
  margin-bottom: 0;
}
.my-account .dashboard-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #bbb6bc;
  border-bottom: 1px solid #bbb6bc;
  padding: 15px;
}
.my-account .dashboard-content span.dashboard-contact-info {
  font-weight: 600;
  display: inline-block;
  width: 125px;
}
.my-account .saved-addresses .additional-addresses--address:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb6bc;
}
.my-account .saved-addresses .dashboard-content button {
  width: 100%;
  margin-bottom: 5px;
}
.my-account .order-history p.amount {
  display: none;
}
.my-account .downloadable-products .amount {
  display: none;
}
.my-account .downloadable-products .download-link {
  text-align: center;
}
.my-account .downloadable-products .download-link a:hover {
  text-decoration: none;
}
.my-account .downloadable-products .download-link .btn {
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 8px;
  margin-top: -3px;
  color: #26202B;
  text-transform: uppercase;
  width: 100%;
}
.my-account .downloadable-products .download-link .btn i.fa {
  margin-right: 5px;
}
.my-account .downloadable-products .download-link .tooltip .tooltip-inner {
  padding: 5px 12px 5px 10px;
}

.totals-overview {
  text-align: right;
  border-top: 1px solid #bbb6bc;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  font-size: 13px;
  margin-top: 10px;
}
.totals-overview p {
  margin-bottom: 0;
}

.order-details .totals-overview {
  border-top: none;
  margin-top: 0;
}

.collection-entry {
  margin-top: 40px;
}
.collection-entry h2 {
  margin-top: 0;
  line-height: 0.7em;
}
.collection-entry h2 a {
  color: #26202B;
}
.collection-entry h2 a:hover {
  text-decoration: none;
}
.collection-entry p.composition-count {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}
.collection-entry p.composition-count a {
  -webkit-transition: color 100ms ease-in-out;
          transition: color 100ms ease-in-out;
}
.collection-entry p.composition-count a:hover {
  text-decoration: none;
}
.collection-entry p.composition-count a:hover i.fa {
  margin-left: 6px;
}
.collection-entry p.composition-count a i.fa {
  margin-left: 4px;
  -webkit-transition: margin-left 50ms ease-in-out;
          transition: margin-left 50ms ease-in-out;
}

h1.collection-title {
  border-bottom: 1px solid #bbb6bc;
}

.single-collection {
  margin-top: 20px;
}

p.return-collections {
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}
p.return-collections a {
  -webkit-transition: color 100ms ease-in-out;
          transition: color 100ms ease-in-out;
}
p.return-collections a:hover {
  text-decoration: none;
}
p.return-collections a i.fa {
  margin-right: 4px;
}

.home-collection {
  margin-top: 40px;
}
.home-collection h2 {
  margin-bottom: 0;
}
.home-collection h2 a {
  color: #26202B;
}
.home-collection h2 a:hover, .home-collection h2 a:active {
  text-decoration: none;
}
.home-collection p {
  margin-bottom: 20px;
}
.home-collection p.full-collection {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}
.home-collection p.full-collection a {
  -webkit-transition: color 100ms ease-in-out;
          transition: color 100ms ease-in-out;
}
.home-collection p.full-collection a:hover {
  text-decoration: none;
}
.home-collection p.full-collection a:hover i.fa {
  margin-left: 6px;
}
.home-collection p.full-collection a i.fa {
  margin-left: 4px;
  -webkit-transition: margin-left 50ms ease-in-out;
          transition: margin-left 50ms ease-in-out;
}
.home-collection .song-list {
  margin-top: 0;
}

.song-list {
  margin-top: 10px;
}
.song-list li {
  margin: 0;
  padding: 8px;
  line-height: 1.2em;
  font-size: 1.1em;
  font-weight: 200;
  color: #26202b;
  border-bottom: 1px solid #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.song-list li:nth-child(even) {
  background-color: #d0e9f7;
}
.song-list li:nth-child(even).play {
  -webkit-box-shadow: inset 0 0 0 4px #d0e9f7;
          box-shadow: inset 0 0 0 4px #d0e9f7;
}
.song-list li:nth-child(odd) {
  background-color: #b8def2;
}
.song-list li:nth-child(odd).play {
  -webkit-box-shadow: inset 0 0 0 4px #b8def2;
          box-shadow: inset 0 0 0 4px #b8def2;
}
.song-list li:last-child {
  border-bottom: none;
}
.song-list li .list-composer, .song-list li .list-style {
  font-weight: 200;
  color: #3f6687;
}
.song-list li .list-style {
  position: absolute;
  right: 10px;
}
.song-list a, .song-list a:visited {
  color: #3f6687;
  font-weight: 700;
}
.song-list a:hover {
  text-decoration: none;
  color: #26202B;
}
.song-list .sm2_link {
  display: inline-block;
  width: 26px;
}

.cart-items-list .row {
  margin-left: 0;
  margin-right: 0;
}
.cart-items-list .row div:last-child {
  text-align: center;
}
.cart-items-list .cart-header {
  background-color: #3f6687;
  color: white;
  height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 5px;
}
.cart-items-list .cart-line-item {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.cart-items-list .cart-line-item:nth-child(n+2) {
  border-top: 1px solid #bbb6bc;
}
.cart-items-list .cart-line-item:last-child {
  border-bottom: 1px solid #bbb6bc;
}
.cart-items-list .cart-line-item .product-variation p:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
}
.cart-items-list .cart-line-item .product-variation span:first-child {
  padding-right: 0.33em;
  background: white;
}
.cart-items-list .cart-line-item .product-variation span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}
.cart-items-list .cart-line-item p {
  margin: 0 0 0 22px;
  font-size: 13px;
}
.cart-items-list .cart-line-item p.version {
  font-weight: 600;
  text-align: left;
}
.cart-items-list .cart-line-item span.product-name {
  font-weight: 600;
}
.cart-items-list .cart-line-item span.product-name i.fa {
  margin-right: 10px;
  color: #3f6687;
}

.cart-items-list .cart-line-item .product-variation span:first-child {
  background: #f9f9f9;
}
.cart-items-list .cart-line-item .product-variation span + span {
  background: #f9f9f9;
}
.cart-items-list .cart-line-item .product-variation span + span img {
  display: none;
}

.cart-items-totals {
  border-bottom: 1px solid #bbb6bc;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.page-print .cart-items-list .cart-line-item .product-variation span + span {
  padding-right: 0;
}

.pager-container {
  padding: 10px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
}

.pages {
  height: 35px;
}

.row.orders .orders-list {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.row.orders .orders-list::nth-child(n+1) {
  min-height: 40px;
}
.row.orders .orders-list:nth-child(n+3) {
  border-top: 1px solid #bbb6bc;
}
.row.orders .orders-list:last-child {
  border-bottom: 1px solid #bbb6bc;
}
.row.orders .orders-list:first-child {
  background-color: #3f6687;
  color: white;
  padding-top: 5px;
  text-transform: uppercase;
  height: 30px;
  font-weight: 600;
}
.row.orders .orders-list--name {
  font-weight: 600;
}
.row.orders .orders-list.expired span {
  opacity: 0.6;
}

@media all and (max-width: 1200px) {
  .yags-item .yags-item-text p.yags-video-entry {
    padding-top: 32px;
  }
}
@media all and (max-width: 992px) {
  #MailingList {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .yags-item .yags-item-text p.yags-video-entry {
    padding-top: 37px;
  }

  #search {
    -webkit-transition-property: none;
            transition-property: none;
  }
  #search:focus {
    width: 220px;
  }

  .nav > li > a {
    padding: 15px 12px;
  }
}
@media all and (max-width: 768px) {
  nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav ul li:first-child {
    border-top: 0;
  }
  nav ul li:first-child a {
    padding-left: 15px;
  }

  .nav > li > a {
    padding: 14px 12px;
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 450px;
  }

  .logo {
    width: 300px;
  }

  #CopyrightSocial #Social {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #CopyrightSocial #Social a:first-child img {
    margin-left: 0;
  }

  #filter {
    margin-top: 30px;
  }

  .item > .row {
    display: block;
  }

  .leadsheets {
    padding-left: 15px;
  }

  .composer-image {
    margin-left: 15px;
    margin-right: 15px;
  }

  .album-list-container {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media all and (max-width: 480px) {
  #ItemTotal {
    display: none;
  }

  .yags-item .yags-item-title {
    font-size: 23px;
    padding: 15px 15px 0 15px;
  }
  .yags-item .yags-item-text p {
    font-size: 13px;
    padding: 0 15px 15px 15px;
  }
  .yags-item .yags-item-text p.yags-video-entry {
    padding-top: 22px;
  }

  .song-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .song-list span.list-style {
    display: none;
  }

  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }