/*
Theme Name: NOISE
Theme URI: http://themes.fitwp.com/noise
Author: FitWP
Author URI: http://fitwp.com
Description: Premium Onepage Dj & Band Theme.
Version: 3.3.2
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, dark, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, featured-images, post-formats, theme-options, translation-ready
*/
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Entypo';
  src: url('fonts/Entypo.eot');
  src: url('fonts/Entypo.eot?#iefix') format('embedded-opentype'), url('fonts/Entypo.ttf') format('truetype'), url('fonts/Entypo.woff') format('woff'), url('fonts/Entypo.svg#Entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="entypo-"],
[class*=" entypo-"] {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entypo-phone:before {
  content: "\e600";
}
.entypo-mobile:before {
  content: "\e601";
}
.entypo-mouse:before {
  content: "\e602";
}
.entypo-directions:before {
  content: "\e603";
}
.entypo-mail:before {
  content: "\e604";
}
.entypo-paperplane:before {
  content: "\e605";
}
.entypo-pencil:before {
  content: "\e606";
}
.entypo-feather:before {
  content: "\e607";
}
.entypo-paperclip:before {
  content: "\e608";
}
.entypo-drawer:before {
  content: "\e609";
}
.entypo-reply:before {
  content: "\e60a";
}
.entypo-reply-all:before {
  content: "\e60b";
}
.entypo-forward:before {
  content: "\e60c";
}
.entypo-user:before {
  content: "\e60d";
}
.entypo-location:before {
  content: "\e60e";
}
.entypo-map:before {
  content: "\e60f";
}
.entypo-compass:before {
  content: "\e610";
}
.entypo-location2:before {
  content: "\e611";
}
.entypo-target:before {
  content: "\e612";
}
.entypo-share:before {
  content: "\e613";
}
.entypo-sharable:before {
  content: "\e614";
}
.entypo-heart:before {
  content: "\e615";
}
.entypo-heart2:before {
  content: "\e616";
}
.entypo-star:before {
  content: "\e617";
}
.entypo-star2:before {
  content: "\e618";
}
.entypo-thumbs-up:before {
  content: "\e619";
}
.entypo-thumbs-down:before {
  content: "\e61a";
}
.entypo-chat:before {
  content: "\e61b";
}
.entypo-search:before {
  content: "\e61c";
}
.entypo-flashlight:before {
  content: "\e61d";
}
.entypo-printer:before {
  content: "\e61e";
}
.entypo-bell:before {
  content: "\e61f";
}
.entypo-link:before {
  content: "\e620";
}
.entypo-flag:before {
  content: "\e621";
}
.entypo-cog:before {
  content: "\e622";
}
.entypo-tools:before {
  content: "\e623";
}
.entypo-trophy:before {
  content: "\e624";
}
.entypo-tag:before {
  content: "\e625";
}
.entypo-camera:before {
  content: "\e626";
}
.entypo-megaphone:before {
  content: "\e627";
}
.entypo-moon:before {
  content: "\e628";
}
.entypo-palette:before {
  content: "\e629";
}
.entypo-graduation:before {
  content: "\e62a";
}
.entypo-book:before {
  content: "\e62b";
}
.entypo-newspaper:before {
  content: "\e62c";
}
.entypo-bag:before {
  content: "\e62d";
}
.entypo-airplane:before {
  content: "\e62e";
}
.entypo-lifebuoy:before {
  content: "\e62f";
}
.entypo-eye:before {
  content: "\e630";
}
.entypo-clock:before {
  content: "\e631";
}
.entypo-microphone:before {
  content: "\e632";
}
.entypo-calendar:before {
  content: "\e633";
}
.entypo-bolt:before {
  content: "\e634";
}
.entypo-thunder:before {
  content: "\e635";
}
.entypo-droplet:before {
  content: "\e636";
}
.entypo-cd:before {
  content: "\e637";
}
.entypo-language:before {
  content: "\e638";
}
.entypo-network:before {
  content: "\e639";
}
.entypo-key:before {
  content: "\e63a";
}
.entypo-battery:before {
  content: "\e63b";
}
.entypo-bucket:before {
  content: "\e63c";
}
.entypo-magnet:before {
  content: "\e63d";
}
.entypo-drive:before {
  content: "\e63e";
}
.entypo-cup:before {
  content: "\e63f";
}
.entypo-rocket:before {
  content: "\e640";
}
.entypo-brush:before {
  content: "\e641";
}
.entypo-suitcase:before {
  content: "\e642";
}
.entypo-cone:before {
  content: "\e643";
}
.entypo-earth:before {
  content: "\e644";
}
.entypo-keyboard:before {
  content: "\e645";
}
.entypo-brogress-1:before {
  content: "\e646";
}
.entypo-progress-0:before {
  content: "\e647";
}
.entypo-sun:before {
  content: "\e648";
}
.entypo-sun2:before {
  content: "\e649";
}
.entypo-adjust:before {
  content: "\e64a";
}
.entypo-code:before {
  content: "\e64b";
}
.entypo-screen:before {
  content: "\e64c";
}
.entypo-infinity:before {
  content: "\e64d";
}
.entypo-light-bulb:before {
  content: "\e64e";
}
.entypo-credit-card:before {
  content: "\e64f";
}
.entypo-database:before {
  content: "\e650";
}
.entypo-voicemail:before {
  content: "\e651";
}
.entypo-clipboard:before {
  content: "\e652";
}
.entypo-cart:before {
  content: "\e653";
}
.entypo-thermometer:before {
  content: "\e654";
}
.entypo-droplets:before {
  content: "\e655";
}
.entypo-uniE656:before {
  content: "\e656";
}
.entypo-statistics:before {
  content: "\e657";
}
.entypo-pie:before {
  content: "\e658";
}
.entypo-bars:before {
  content: "\e659";
}
.entypo-graph:before {
  content: "\e65a";
}
.entypo-lock:before {
  content: "\e65b";
}
.entypo-lock-open:before {
  content: "\e65c";
}
.entypo-logout:before {
  content: "\e65d";
}
.entypo-login:before {
  content: "\e65e";
}
.entypo-checkmark:before {
  content: "\e65f";
}
.entypo-cross:before {
  content: "\e660";
}
.entypo-minus:before {
  content: "\e661";
}
.entypo-cross2:before {
  content: "\e662";
}
.entypo-minus2:before {
  content: "\e663";
}
.entypo-plus:before {
  content: "\e664";
}
.entypo-erase:before {
  content: "\e665";
}
.entypo-blocked:before {
  content: "\e666";
}
.entypo-info:before {
  content: "\e667";
}
.entypo-info2:before {
  content: "\e668";
}
.entypo-question:before {
  content: "\e669";
}
.entypo-help:before {
  content: "\e66a";
}
.entypo-warning:before {
  content: "\e66b";
}
.entypo-cycle:before {
  content: "\e66c";
}
.entypo-cw:before {
  content: "\e66d";
}
.entypo-ccw:before {
  content: "\e66e";
}
.entypo-shuffle:before {
  content: "\e66f";
}
.entypo-history:before {
  content: "\e670";
}
.entypo-back:before {
  content: "\e671";
}
.entypo-switch:before {
  content: "\e672";
}
.entypo-list:before {
  content: "\e673";
}
.entypo-add-to-list:before {
  content: "\e674";
}
.entypo-layout:before {
  content: "\e675";
}
.entypo-list2:before {
  content: "\e676";
}
.entypo-text:before {
  content: "\e677";
}
.entypo-text2:before {
  content: "\e678";
}
.entypo-document:before {
  content: "\e679";
}
.entypo-docs:before {
  content: "\e67a";
}
.entypo-landscape:before {
  content: "\e67b";
}
.entypo-pictures:before {
  content: "\e67c";
}
.entypo-video:before {
  content: "\e67d";
}
.entypo-upload:before {
  content: "\e67e";
}
.entypo-download:before {
  content: "\e67f";
}
.entypo-disk:before {
  content: "\e680";
}
.entypo-install:before {
  content: "\e681";
}
.entypo-cloud:before {
  content: "\e682";
}
.entypo-upload2:before {
  content: "\e683";
}
.entypo-bookmark:before {
  content: "\e684";
}
.entypo-bookmarks:before {
  content: "\e685";
}
.entypo-book2:before {
  content: "\e686";
}
.entypo-play:before {
  content: "\e687";
}
.entypo-pause:before {
  content: "\e688";
}
.entypo-record:before {
  content: "\e689";
}
.entypo-stop:before {
  content: "\e68a";
}
.entypo-next:before {
  content: "\e68b";
}
.entypo-resize-shrink:before {
  content: "\e68c";
}
.entypo-volume:before {
  content: "\e68d";
}
.entypo-sound:before {
  content: "\e68e";
}
.entypo-mute:before {
  content: "\e68f";
}
.entypo-flow-cascade:before {
  content: "\e690";
}
.entypo-flow-branch:before {
  content: "\e691";
}
.entypo-flow-tree:before {
  content: "\e692";
}
.entypo-flow-line:before {
  content: "\e693";
}
.entypo-flow-parallel:before {
  content: "\e694";
}
.entypo-arrow-left:before {
  content: "\e695";
}
.entypo-arrow-down:before {
  content: "\e696";
}
.entypo-arrow-up--upload:before {
  content: "\e697";
}
.entypo-arrow-right:before {
  content: "\e698";
}
.entypo-arrow-left2:before {
  content: "\e699";
}
.entypo-arrow-down2:before {
  content: "\e69a";
}
.entypo-arrow-up:before {
  content: "\e69b";
}
.entypo-arrow-right2:before {
  content: "\e69c";
}
.entypo-arrow-left3:before {
  content: "\e69d";
}
.entypo-arrow-down3:before {
  content: "\e69e";
}
.entypo-arrow-up2:before {
  content: "\e69f";
}
.entypo-arrow-right3:before {
  content: "\e6a0";
}
.entypo-arrow-left4:before {
  content: "\e6a1";
}
.entypo-arrow-down4:before {
  content: "\e6a2";
}
.entypo-arrow-up3:before {
  content: "\e6a3";
}
.entypo-arrow-right4:before {
  content: "\e6a4";
}
.entypo-arrow-left5:before {
  content: "\e6a5";
}
.entypo-arrow-down5:before {
  content: "\e6a6";
}
.entypo-arrow-up4:before {
  content: "\e6a7";
}
.entypo-uniE6A8:before {
  content: "\e6a8";
}
.entypo-arrow-left6:before {
  content: "\e6a9";
}
.entypo-arrow-down6:before {
  content: "\e6aa";
}
.entypo-arrow-up5:before {
  content: "\e6ab";
}
.entypo-arrow-right5:before {
  content: "\e6ac";
}
.entypo-menu:before {
  content: "\e6ad";
}
.entypo-ellipsis:before {
  content: "\e6ae";
}
.entypo-dots:before {
  content: "\e6af";
}
.entypo-dot:before {
  content: "\e6b0";
}
.entypo-cc:before {
  content: "\e6b1";
}
.entypo-cc-by:before {
  content: "\e6b2";
}
.entypo-cc-nc:before {
  content: "\e6b3";
}
.entypo-cc-nc-eu:before {
  content: "\e6b4";
}
.entypo-cc-nc-jp:before {
  content: "\e6b5";
}
.entypo-cc-share:before {
  content: "\e6b6";
}
.entypo-cc-share2:before {
  content: "\e6b7";
}
.entypo-daniel-bruce:before {
  content: "\e6b8";
}
.entypo-daniel-bruce2:before {
  content: "\e6b9";
}
.entypo-github:before {
  content: "\e6ba";
}
.entypo-github2:before {
  content: "\e6bb";
}
.entypo-flickr:before {
  content: "\e6bc";
}
.entypo-flickr2:before {
  content: "\e6bd";
}
.entypo-vimeo:before {
  content: "\e6be";
}
.entypo-vimeo2:before {
  content: "\e6bf";
}
.entypo-twitter:before {
  content: "\e6c0";
}
.entypo-twitter2:before {
  content: "\e6c1";
}
.entypo-facebook:before {
  content: "\e6c2";
}
.entypo-facebook2:before {
  content: "\e6c3";
}
.entypo-pinterest:before {
  content: "\e6c4";
}
.entypo-tumblr:before {
  content: "\e6c5";
}
.entypo-tumblr2:before {
  content: "\e6c6";
}
.entypo-linkedin:before {
  content: "\e6c7";
}
.entypo-linkedin2:before {
  content: "\e6c8";
}
.entypo-dribbble:before {
  content: "\e6c9";
}
.entypo-dribbble2:before {
  content: "\e6ca";
}
.entypo-stumbleupon:before {
  content: "\e6cb";
}
.entypo-stumbleupon2:before {
  content: "\e6cc";
}
.entypo-lastfm:before {
  content: "\e6cd";
}
.entypo-lastfm2:before {
  content: "\e6ce";
}
.entypo-rdio:before {
  content: "\e6cf";
}
.entypo-rdio2:before {
  content: "\e6d0";
}
.entypo-spotify:before {
  content: "\e6d1";
}
.entypo-evernote:before {
  content: "\e6d2";
}
.entypo-flattr:before {
  content: "\e6d3";
}
.entypo-skype:before {
  content: "\e6d4";
}
.entypo-skype2:before {
  content: "\e6d5";
}
.entypo-renren:before {
  content: "\e6d6";
}
.entypo-sina-weibo:before {
  content: "\e6d7";
}
.entypo-paypal:before {
  content: "\e6d8";
}
.entypo-picasa:before {
  content: "\e6d9";
}
.entypo-soundcloud:before {
  content: "\e6da";
}
.entypo-mixi:before {
  content: "\e6db";
}
.entypo-behance:before {
  content: "\e6dc";
}
.entypo-circles:before {
  content: "\e6dd";
}
.entypo-vk:before {
  content: "\e6de";
}
.entypo-smashing:before {
  content: "\e6df";
}
.entypo-users:before {
  content: "\e6e0";
}
.entypo-vcard:before {
  content: "\e6e1";
}
.entypo-export:before {
  content: "\e6e2";
}
.entypo-quote:before {
  content: "\e6e3";
}
.entypo-house:before {
  content: "\e6e4";
}
.entypo-popup:before {
  content: "\e6e5";
}
.entypo-music:before {
  content: "\e6e6";
}
.entypo-music2:before {
  content: "\e6e7";
}
.entypo-new:before {
  content: "\e6e8";
}
.entypo-air:before {
  content: "\e6e9";
}
.entypo-hourglass:before {
  content: "\e6ea";
}
.entypo-gauge:before {
  content: "\e6eb";
}
.entypo-publish:before {
  content: "\e6ec";
}
.entypo-progress-3:before {
  content: "\e6ed";
}
.entypo-progress-2:before {
  content: "\e6ee";
}
.entypo-ticket:before {
  content: "\e6ef";
}
.entypo-rss:before {
  content: "\e6f0";
}
.entypo-signal:before {
  content: "\e6f1";
}
.entypo-cross3:before {
  content: "\e6f2";
}
.entypo-minus3:before {
  content: "\e6f3";
}
.entypo-plus2:before {
  content: "\e6f4";
}
.entypo-comment:before {
  content: "\e6f5";
}
.entypo-user-add:before {
  content: "\e6f6";
}
.entypo-leaf:before {
  content: "\e6f7";
}
.entypo-briefcase:before {
  content: "\e6f8";
}
.entypo-browser:before {
  content: "\e6f9";
}
.entypo-box:before {
  content: "\e6fa";
}
.entypo-plus3:before {
  content: "\e6fb";
}
.entypo-arrow:before {
  content: "\e6fc";
}
.entypo-music3:before {
  content: "\e6fd";
}
.entypo-previous:before {
  content: "\e6fe";
}
.entypo-arrow-down7:before {
  content: "\e6ff";
}
.entypo-arrow-right6:before {
  content: "\e700";
}
.entypo-cc-sa:before {
  content: "\e701";
}
.entypo-facebook3:before {
  content: "\e702";
}
.entypo-spotify2:before {
  content: "\e703";
}
.entypo-qq:before {
  content: "\e704";
}
.entypo-instagram:before {
  content: "\e705";
}
.entypo-dropbox:before {
  content: "\e706";
}
.entypo-retweet:before {
  content: "\e707";
}
.entypo-loop:before {
  content: "\e708";
}
.entypo-folder:before {
  content: "\e709";
}
.entypo-archive:before {
  content: "\e70a";
}
.entypo-trash:before {
  content: "\e70b";
}
.entypo-first:before {
  content: "\e70c";
}
.entypo-last:before {
  content: "\e70d";
}
.entypo-resize-enlarge:before {
  content: "\e70e";
}
.entypo-arrow-up6:before {
  content: "\e70f";
}
.entypo-arrow-right7:before {
  content: "\e710";
}
.entypo-arrow-left7:before {
  content: "\e711";
}
.entypo-arrow-left8:before {
  content: "\e712";
}
.entypo-arrow-left9:before {
  content: "\e734";
}
.entypo-arrow-down8:before {
  content: "\e713";
}
.entypo-arrow-up7:before {
  content: "\e714";
}
.entypo-cc-nd:before {
  content: "\e715";
}
.entypo-cc-pd:before {
  content: "\e716";
}
.entypo-cc-zero:before {
  content: "\e717";
}
.entypo-googleplus:before {
  content: "\e718";
}
.entypo-googleplus2:before {
  content: "\e719";
}
.entypo-arrow2:before {
  content: "\e71a";
}
.entypo-pinterest2:before {
  content: "\e71b";
}
.entypo-homepageartist:before {
  content: "\e60d";
}
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#colorbox {
  background: #fff;
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  border: 10px solid #383838;
  background-color: #fff;
}
#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center;
}
#cboxClose {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  border: none;
  background: #383838;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
#cboxClose:hover {
  background: #495745;
}
/* Defaults -----------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-family: Oswald, sans-serif;
  margin: 0;
  background: #383838 url(img/bg.jpg);
}
#load-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: #383838;
}
#wrapper {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.green-dot {
  color: #495745 !important;
}
.dark-dot {
  color: #383838 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
}
.inline-block {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.hidden {
  display: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #495745;
}
table {
  margin: 1em 0;
  border-color: #383838;
}
th,
td {
  padding: 2px 5px;
  border: 1px solid #aaa;
}
:focus,
a:focus {
  outline: 0;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
p {
  margin: 0 0 15px 0;
}
q,
blockquote {
  color: #383838;
  font-style: italic;
  margin: 30px 0;
  padding: 0 0 0 40px;
  border-left: 4px solid #495745;
}
dl {
  margin-bottom: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 20px;
}
address {
  font-style: italic;
  margin-bottom: 20px;
}
pre {
  padding: 10px;
  border: 1px solid #666666;
  background-color: #ffffff;
}
.overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #495745;
}
.overlay:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.message {
  text-align: center;
  color: #383838;
  padding: 10px;
}
/* Input
-----------------------------------------------*/
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  font-family: Lato, sans-serif;
  padding: 10px 20px;
  border: 1px solid #d2d2d2;
}
input[type=submit] {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  font-family: Oswald, sans-serif;
  border: none;
  padding: 7px 20px;
  background-color: #383838;
}
input[type=submit]:hover {
  background-color: #495745;
}
/* Grid 1170 - 12 Column
-----------------------------------------------*/
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
}
.col1.first,
.col2.first,
.col3.first,
.col4.first,
.col5.first,
.col6.first,
.col7.first,
.col8.first,
.col9.first,
.col10.first,
.col11.first,
.col12.first,
.col1:first-child,
.col2:first-child,
.col3:first-child,
.col4:first-child,
.col5:first-child,
.col6:first-child,
.col7:first-child,
.col8:first-child,
.col9:first-child,
.col10:first-child,
.col11:first-child,
.col12:first-child {
  margin-left: 0;
}
.col1 {
  width: 70px;
}
.col2 {
  width: 170px;
}
.col3 {
  width: 270px;
}
.col4 {
  width: 370px;
}
.col5 {
  width: 470px;
}
.col6 {
  width: 570px;
}
.col7 {
  width: 670px;
}
.col8 {
  width: 770px;
}
.col9 {
  width: 870px;
}
.col10 {
  width: 970px;
}
.col11 {
  width: 1070px;
}
.col12 {
  width: 1170px;
}
/* Wrap
-----------------------------------------------*/
.inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
/* Tabs
-------------------------------------------------*/
.tabs {
  position: relative;
  width: 100%;
}
.tabs .tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .tabs-nav li {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.tabs .tabs-nav a {
  color: #495745;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  display: block;
  background-color: #495745;
}
.tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.tabs .tab-panel {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.tabs .tab-panel.open {
  visibility: visible;
  position: relative;
}
.tabs.vertical-tabs .tabs-nav {
  position: absolute;
  left: -165px;
  width: 165px;
}
.tabs.vertical-tabs .tabs-nav li {
  display: block;
}
.tabs.simple-tabs .tabs-nav {
  position: absolute;
  right: 0;
  top: -70px;
}
.tabs.simple-tabs .tabs-nav li {
  font-weight: 300;
}
.tabs.simple-tabs .tabs-nav a {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 5px;
  display: inline;
  background-color: transparent;
}
.social-likes .social-likes__widget {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  cursor: pointer;
}
.social-likes span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 30px;
  line-height: 30px;
}
.social-likes .social-likes__button {
  width: 30px;
  float: left;
}
.social-likes .social-likes__icon:before {
  font-family: 'Entypo';
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
.social-likes .social-likes__counter {
  min-width: 40px;
  padding: 0 10px;
  background-color: #dcdcdc;
}
.social-likes .social-likes__widget_facebook {
  background-color: #4864a3;
}
.social-likes .social-likes__widget_facebook .social-likes__icon:before {
  content: "\e6c2";
}
.social-likes .social-likes__widget_twitter {
  background-color: #59c8ef;
}
.social-likes .social-likes__widget_twitter .social-likes__icon:before {
  content: "\e6c0";
}
.social-likes .social-likes__widget_plusone {
  background-color: #e24b3a;
}
.social-likes .social-likes__widget_plusone .social-likes__icon:before {
  content: "\e718";
}
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  background: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  font-size: 12px;
}
.search-form input[type="submit"] {
  background: none;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 0px;
  border: 0;
}
.search-form i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
}
body.error404 {
  overflow: hidden;
}
body.error404 .not-found {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 200px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
body.error404 .heading-404 {
  font-size: 120px;
  font-weight: 700;
}
body.error404 .heading-404 span {
  font-size: 100px;
  color: #495745;
}
body.error404 .heading-404 span span {
  font-size: 60px;
}
body.error404 .desc-404 {
  font-size: 25px;
  font-weight: 300;
}
body.error404 .return-home {
  *display: inline;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  width: 405px;
  height: 50px;
  margin-top: 30px;
  background-color: #383838;
}
body.error404 .return-home:hover {
  background-color: #495745;
}
body.error404 .footer {
  display: none;
}
.under-construction {
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
}
.under-construction .uc-content {
  position: relative;
}
.under-construction i {
  color: #383838;
  font-size: 60px;
  position: relative;
  bottom: -25px;
}
.under-construction .countdown-notice {
  position: relative;
  padding: 46px 0 60px 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.under-construction h1 {
  font-size: 45px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.under-construction .uc-desc {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-template-under-construction-php .footer {
  display: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
  float: none;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
img.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
}
.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 5px 0 0;
}
.wp-audio-shortcode {
  height: 40px !important;
}
.gallery-caption {
  text-align: center;
}
.bypostauthor {
  cursor: default;
}
.me-plugin {
  display: none;
}
.section {
  clear: both;
  padding: 50px 0;
  position: relative;
}
.section-title {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin: 0 0 50px 0;
}
.section-title .suffix,
.section-title .desc {
  *display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 26px;
  line-height: 1;
  position: relative;
}
.section-title .desc {
  position: absolute;
  top: 3px;
  margin-left: 15px;
  color: #495745;
}
.parallax,
.section-mark {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: repeat-y;
}
.mobile .parallax,
.mobile .section-mark {
  background-attachment: scroll;
}
.parallax {
  background-size: cover;
}
.section-mark {
  background-image: url(img/overlay.png);
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: repeat;
}
.section-content {
  position: relative;
}
body.opener {
  overflow: hidden;
}
.section-opener {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  padding: 0;
  background: #383838 no-repeat center top;
  background-size: cover;
}
.section-opener .logo {
  text-indent: -9999px;
  width: 387px;
  height: 150px;
  margin: 15% auto 40px;
  position: relative;
  top: 40%;
  background: url(img/logo-opener.png) no-repeat center center;
}
.section-opener .unlocker {
  width: 387px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.section-opener .unlocker .bg {
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #383838;
}
.section-opener .unlocker .handle {
  z-index: 10000;
  cursor: pointer;
  width: 100%;
  height: 50px;
  position: absolute;
  margin-left: -337px;
  background: #495745;
}
.section-opener .unlocker .handle .arrow {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  width: 50px;
  height: 50px;
  float: right;
  background-color: #383838;
}
.section-opener .unlocker .handle:hover .arrow,
.section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  background-color: #ffffff;
  color: #495745;
}
.section-opener .unlocker .unlockdesc {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-slider {
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section-slider .section-content {
  top: 50%;
  position: relative;
  text-align: center;
}
.section-slider .flexslider,
.section-slider .blog-caption {
  margin-top: -90px;
}
.section-slider .slides li,
.section-slider .caption-holder {
  position: relative;
  min-height: 165px;
  text-align: center;
}
.section-slider .caption {
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: inline;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  border-top: 10px solid #495745;
  border-bottom: 10px solid #495745;
  padding: 40px;
  max-width: 1170px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  color: #495745;
  font-size: 65px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.section-slider .caption:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-slider .caption-icon {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 60px;
}
.section-slider .flex-control-nav {
  display: none;
  bottom: -50px;
}
.section-slider #video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.section-slider #top-youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-slider.video .section-mark {
  background-image: none;
}
.section-slider.video .parallax {
  z-index: -1;
}
.section-slider.images .background-slider {
  position: relative;
  margin: 0;
  height: 100%;
  z-index: 0;
}
.section-slider.images .background-slider .slides {
  height: 100%;
}
.section-slider.images .background-slider li {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section-slider.images .section-content {
  position: absolute;
  width: 100%;
}
.slider {
  width: 100%;
  position: relative;
}
.vertical-slider .flex-direction-nav {
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 80px;
}
.vertical-slider .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 20px;
  background-color: #383838;
  float: left;
  font-family: "Entypo";
  font-size: 0;
  line-height: 0;
  text-align: center;
  color: #ffffff;
  overflow: visible;
}
.vertical-slider .flex-direction-nav a:hover {
  background-color: #495745;
}
.vertical-slider .flex-direction-nav a.flex-next {
  top: 40px;
}
.vertical-slider .flex-direction-nav a.flex-next:before {
  content: "\e713";
  padding: 0;
  font-size: 20px;
}
.vertical-slider .flex-direction-nav a.flex-prev {
  top: 0px;
}
.vertical-slider .flex-direction-nav a.flex-prev:before {
  content: "\e714";
  padding: 0;
  font-size: 20px;
}
.vertical-slider .flex-direction-nav a.disable,
.vertical-slider .flex-direction-nav a.flex-disabled {
  color: #444;
}
.vertical-slider .flex-direction-nav a.disable:hover,
.vertical-slider .flex-direction-nav a.flex-disabled:hover {
  cursor: default;
  background-color: #383838;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  background: #ffffff;
  width: 70px;
  height: 145px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.2;
  cursor: pointer;
  color: #495745;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
}
.flex-direction-nav a.hidden {
  display: none;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.2;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: "\e712";
  font-family: "Entypo";
  font-size: 55px;
  padding: 30px 0px;
}
.flex-direction-nav a.flex-next:before {
  content: "\e6a8";
  padding-right: 5px;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: 'Entypo';
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -100px;
  text-align: center;
}
.flex-control-nav li {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
}
.flex-control-paging li a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #ffffff;
}
.flex-control-paging li a.flex-active {
  background: #ffffff;
  cursor: default;
}
#toggle-bg-sound {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-size: 24px;
  cursor: pointer;
  display: block;
  margin: 100px auto 0;
}
#toggle-bg-sound:hover {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-menu {
  background: #ffffff;
  width: 100%;
  z-index: 999;
}
.nav-menu .logo {
  background: url(img/logo.png) no-repeat left center;
  height: 60px;
  width: 150px;
  margin: 10px 0;
  text-indent: -9999px;
}
.nav-menu .logo h1 {
  margin: 0;
}
.nav-menu .logo a {
  display: block;
}
.nav-menu .menu {
  padding: 0;
  margin: 30px 0;
  line-height: 1;
  float: right;
}
.nav-menu .menu ul {
  margin: 0;
  padding: 0;
}
.nav-menu .menu li {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-left: 40px;
  position: relative;
}
.nav-menu .menu li:hover > ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-menu .menu li .mini-cart {
  position: relative;
}
.nav-menu .menu li .mini-cart .icon-shopping-cart:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e653";
  font-size: 20px;
  font-weight: 400;
}
.nav-menu .menu li .mini-cart .mini-cart-counter {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -14px;
  right: -12px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background: #383838;
  color: #ffffff;
}
.nav-menu .menu a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 20px;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.nav-menu .menu a:hover,
.nav-menu .menu a.active {
  color: #495745;
}
.nav-menu .menu li.active .current {
  color: #495745;
}
.nav-menu .menu .active {
  color: #495745;
}
.nav-menu .menu li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: -15px;
  width: 190px;
  padding-top: 30px;
  background-color: #ffffff;
  z-index: 99999;
  zoom: 1;
}
.nav-menu .menu li ul li {
  display: block;
  margin: 0;
  border-top: 1px solid #e1e1ff;
}
.nav-menu .menu li ul li:first-child {
  border-top: 4px solid #495745;
  margin-top: -4px;
}
.nav-menu .menu li ul a {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.2;
}
.nav-menu .menu li ul ul {
  top: 0;
  left: 190px;
  padding-top: 0;
}
.nav-menu .menu li.thin-menu-item ul {
  left: auto;
  right: 0;
}
.nav-menu .menu li.thin-menu-item ul ul {
  left: auto;
  right: 190px;
}
.nav-menu .menu ul .thin-menu-item ul {
  right: 190px;
}
.nav-menu .mobile-nav {
  width: 140px;
  display: none;
  position: relative;
  float: right;
  margin-top: 20px;
}
.nav-menu .mobile-nav i {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 40px;
  color: #383838;
  position: absolute;
  right: 0;
  top: 1px;
}
.nav-menu .mobile-nav i:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 5px 35px 5px 0;
  border: none;
  position: relative;
  font-size: 20px;
  background: transparent;
}
.nav-menu .player-icon {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #495745;
}
body.sticky-nav .nav-menu {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.sticky-nav .player-icon {
  display: block;
}
.section-player {
  padding: 0;
  width: 100%;
  z-index: 99;
}
.section-player #player {
  width: 100%;
}
.section-player .mejs-container {
  overflow: visible;
}
.sticky-nav .section-player {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  margin-top: -40px;
}
.sticky-nav .section-player.showdown {
  margin-top: 0;
}
.mejs-container {
  background: #495745;
  overflow: hidden;
  position: relative;
}
.mejs-controls {
  height: 40px;
  width: 100%;
  line-height: 40px;
}
.mejs-controls > div {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}
.mejs-controls .mejs-tracktitle {
  padding: 0;
}
.mejs-control {
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.mejs-info,
.mejs-minimize {
  font-size: 20px;
}
.mejs-info,
.mejs-minimize {
  padding-right: 10px;
}
.mejs-button button {
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
  margin-top: 10px;
}
.mejs-button button:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.mejs-button.mejs-play,
.mejs-button.mejs-pause {
  padding: 0;
}
.mejs-button.mejs-play button,
.mejs-button.mejs-pause button {
  margin-top: 0;
}
.mejs-button.mejs-play button:before,
.mejs-button.mejs-pause button:before {
  font-size: 40px;
}
.mejs-mute button:before {
  content: "\e68d";
}
.mejs-unmute button:before {
  content: "\e68f";
}
.mejs-play button:before {
  content: "\e687";
}
.mejs-pause button:before {
  content: "\e688";
}
.mejs-fullscreen-button button:before {
  content: "\e70e";
}
.mejs-unfullscreen button:before {
  content: "\e68c";
}
.mejs-prev,
.mejs-volume-button,
.mejs-info,
.mejs-minimize,
.mejs-fullscreen-button {
  border-left: 2px solid #383838;
  padding-left: 10px;
}
.mejs-loop,
.mejs-shuffle {
  color: #383838;
}
.mejs-loop.active,
.mejs-shuffle.active {
  color: #ffffff;
}
.mejs-tracktitle {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.mejs-tracktitle div {
  position: absolute;
  white-space: nowrap;
}
.mejs-rating > .entypo-heart {
  font-size: 20px;
  display: block;
  line-height: 40px;
}
.mejs-rating .vote-ui {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding: 0 10px;
  background: #495745;
  position: absolute;
  top: 10px;
  left: 0;
  height: 0;
  overflow: hidden;
}
.mejs-rating .vote-ui span {
  display: block;
  font-size: 20px;
}
.mejs-rating:hover .vote-ui {
  padding-bottom: 10px;
  height: 110px;
}
.mejs-time {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  width: auto;
  min-width: 80px;
  padding: 0 15px;
}
.mejs-time span {
  display: inline-block;
  float: left;
  margin: 0 1px;
}
.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 17px;
}
.mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 8px;
  cursor: pointer;
}
.mejs-time-rail .mejs-time-total {
  background: #383838;
}
.mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
.mejs-time-rail .mejs-time-loaded {
  background: #666;
  width: 0;
}
.mejs-time-rail .mejs-time-current {
  background: #ffffff;
  width: 0;
}
.mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 16px;
  top: -17px;
  margin-left: -18px;
  text-align: center;
  color: #111;
  font: 10px Oswald;
}
.mejs-time-rail .mejs-time-float-current {
  width: 36px;
  display: block;
  text-align: center;
}
.mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  top: 15px;
  left: 13px;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, 0.7);
  top: -115px;
  left: 10px;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-horizontal-volume-handle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 13px;
  border: 5px solid #ffffff;
  background: #383838;
  margin-left: -7px;
}
.mejs-horizontal-volume-slider {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 140px;
  position: relative;
}
.mejs-horizontal-volume-total {
  position: absolute;
  top: 17px;
  width: 130px;
  height: 8px;
  background: #383838;
}
.mejs-horizontal-volume-current {
  position: absolute;
  top: 17px;
  width: 130px;
  height: 8px;
  background: #ffffff;
}
.mejs-video {
  background-color: #000;
}
.mejs-video .mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-video .mejs-overlay-loading,
.mejs-video .mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  text-align: center;
  cursor: pointer;
}
.mejs-video .mejs-overlay-loading:before {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.mejs-video .mejs-overlay-loading span {
  display: block;
  height: 80px;
}
.mejs-video .mejs-overlay-button:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 80px;
  content: "\e687";
}
.mejs-video .mejs-controls {
  position: relative;
  z-index: 9999;
  margin-top: -50px;
}
.video-type-vimeo .mejs-video .mejs-controls {
  display: none;
}
.mejs-video .mejs-volume-button,
.mejs-video .mejs-fullscreen-button {
  border-left: none;
  padding-right: 10px;
}
.media-videos .mejs-prev {
  margin-left: 0;
  border-left: none;
}
.track-info {
  display: none;
  padding: 40px;
  background: #dcdcdc;
  color: #808080;
  font: 16px/30px Lato, sans-serif;
}
.track-info.current {
  display: block;
}
.track-info a {
  color: #ffffff;
  text-decoration: none;
}
.track-info a:hover {
  text-decoration: none;
}
.track-info .artist-info img {
  width: 260px;
  height: 290px;
  border: 10px solid #383838;
  border-bottom-width: 0;
  display: block;
}
.artist-info {
  width: 260px;
}
.track-summary {
  width: 790px;
}
.track-rating {
  color: #495745;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
.vote-ui .heart {
  cursor: pointer;
}
.vote-ui .heart.setted:before {
  content: "\e615";
}
.vote-ui .heart.unset:before {
  content: "\e616";
}
.links {
  height: 40px;
  background: #383838;
  text-align: center;
}
.links a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  *display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.links a:hover {
  background: #495745;
}
.socials a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
}
.socials a:hover {
  background: transparent;
}
.socials .entypo-facebook:hover {
  color: #4864a3;
}
.socials .entypo-twitter:hover {
  color: #36acdc;
}
.socials .entypo-soundcloud:hover {
  color: #f27920;
}
.socials .entypo-googleplus:hover {
  color: #e24b3a;
}
.socials .entypo-vimeo:hover {
  color: #59c8ef;
}
.track-links-extended {
  background: #383838;
  display: block;
  height: 40px;
}
.go-extended {
  text-align: center;
  position: relative;
  width: 630px;
}
.go-extended a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 40px;
  width: 40px;
  float: right;
}
.go-extended a:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70e";
  font-size: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.go-extended a:hover {
  background: #495745;
}
.go-extended .more-extended {
  font: 20px/40px Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.track-detail {
  font: 15px/1 Oswald, sans-serif;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.track-detail .title {
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 6.5em;
}
.track-detail .detail {
  font-size: 22px;
  color: #495745;
}
.track-detail.album .detail,
.track-detail.track .detail {
  color: #495745;
}
.track-description {
  border-top: 1px solid #d2d2d2;
  color: #666666;
  padding: 20px 0;
  margin-top: 10px;
  height: 154px;
  overflow: auto;
}
.track-description .scroll-pane {
  height: 113px;
}
.player-playshuffle,
.player-playloop {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 50px;
  color: #383838;
  margin: 0 10px;
  cursor: pointer;
}
.player-playshuffle.active,
.player-playloop.active {
  color: #ffffff;
  text-shadow: 0 0 10px #aaa;
}
.extended-player #cboxLoadedContent {
  border: none;
}
.extended-player .mejs-loop,
.extended-player .mejs-shuffle {
  color: #ffffff;
}
.extended-player .mejs-loop.active,
.extended-player .mejs-shuffle.active {
  color: #383838;
}
.track-visual {
  color: #383838;
  text-transform: uppercase;
  position: relative;
  height: 560px;
  border: 10px solid #383838;
  background-color: #dcdcdc;
}
.track-visual .image {
  height: 540px;
  position: relative;
  background-size: cover;
}
.track-visual .image img {
  width: 100%;
  height: 100%;
  display: block;
}
.track-visual .image .caption {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.track-visual .image .caption .text {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: inline;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  border: 10px solid #495745;
  border-width: 10px 0;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font: 45px/1 'Oswald', sans-serif;
}
.track-visual .image .caption .text:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.track-visual .image .caption .big,
.track-visual .image .caption .small {
  color: #495745;
  text-decoration: none;
  display: block;
}
.track-visual .image .caption .small {
  font-size: 22px;
  margin-top: 10px;
  text-align: left;
}
.track-visual .image .caption .loading {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: url(img/loading.gif) no-repeat center center;
}
.track-visual .image .visualization {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.track-visual .details {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  display: none;
}
.track-visual .details .image {
  height: 250px;
}
.track-visual .details .image .caption {
  top: 30%;
}
.track-visual .details .image .caption .big {
  font-size: 30px;
}
.track-visual .details .image .caption .small {
  font-size: 15px;
}
.track-visual .details .label {
  color: #383838;
  text-transform: uppercase;
}
.track-visual .track-meta,
.track-visual .track-lyric {
  width: 530px;
}
.track-visual .track-data {
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0 0 0;
}
.track-visual .track-data p {
  float: left;
  width: 40%;
  margin-bottom: 20px;
}
.track-visual .track-data p span {
  color: #495745;
}
.track-visual .track-data .album-name,
.track-visual .track-data .artist-name,
.track-visual .track-data .composer {
  width: 60%;
}
.track-visual .track-data .release-date,
.track-visual .track-data .length,
.track-visual .track-data .genre {
  text-align: right;
}
.track-visual .track-data .label {
  margin-right: 20px;
}
.track-visual .track-rating {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin: 20px 0;
}
.track-visual .track-rating p {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.track-visual .track-rating .views {
  color: #383838;
  margin-right: 15px;
}
.track-visual .links {
  color: #ffffff;
  font-size: 15px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.track-visual .links .button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  *display: inline;
  display: inline-block;
  zoom: 1;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  float: left;
}
.track-visual .links .button i {
  padding-right: 15px;
}
.track-visual .links span.button {
  width: 100%;
  cursor: default;
}
.track-visual .links a.button {
  width: 0;
}
.track-visual .links a.button:hover {
  color: #495745;
  background-color: #ffffff;
}
.track-visual .links:hover .button {
  width: 25%;
}
.track-visual .links:hover span.button {
  background-color: #495745;
}
.track-visual .track-lyric {
  color: #666666;
  font-size: 16px;
  text-transform: none;
  font-family: Lato, sans-serif;
}
.track-visual .track-lyric .label {
  color: #495745;
  font-size: 15px;
  font-family: Oswald, sans-serif;
}
.track-visual .track-lyric .scroll-pane {
  height: 460px;
}
.player-sticky-wrapper .section-player {
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}
.no-spectrum .visualization {
  display: none;
}
.section-like {
  min-height: 600px;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 0;
}
.section-like .social-message {
  position: relative;
  font-size: 90px;
  line-height: 1;
}
.section-like .social-message p {
  margin-bottom: 25px;
}
.section-like .social-message .odd:first-child {
  font-weight: 700;
}
.section-like .social-message .even {
  font-size: 50%;
}
.section-like .social {
  margin-top: 60px;
}
.section-like .social-button-large {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: inline;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  font-size: 22px;
  line-height: 1;
  color: #2f5991;
  position: relative;
  cursor: pointer;
}
.section-like .social-button-large:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
  background: #2f5991;
}
.section-like .social-button-large:hover a {
  color: #ffffff;
}
.section-like .social-button-large.liked,
.section-like .social-button-large.followed {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
}
.section-like .social-button-large a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #2f5991;
  display: block;
  padding: 14px 25px;
}
.section-like .twitter-follow a {
  color: #59C8EF;
}
.section-like .twitter-follow:hover {
  background-color: #59C8EF;
}
.section-like .middle-area {
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 62px;
  height: 62px;
  margin-top: -5px;
  color: #ffffff;
  font-size: 40px;
  line-height: 62px;
  margin: 0 -3px 0 -4px;
  position: relative;
  bottom: -7px;
  background-color: #383838;
}
.section-popular-tracks {
  *zoom: 1;
}
.section-popular-tracks:before,
.section-popular-tracks:after {
  display: table;
  content: '';
  line-height: 0;
}
.section-popular-tracks:after {
  clear: both;
}
.section-popular-tracks .popular-tracks {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 570px;
  border: 10px solid #383838;
  background-color: #dcdcdc;
}
.section-popular-tracks .popular-tracks.first,
.section-popular-tracks .popular-tracks:first-child {
  margin-left: 0;
}
.section-popular-tracks .top-week {
  margin-left: 0;
}
.section-popular-tracks .block-title {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin: 0 0 50px 0;
  font-size: 45px;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  background-color: #495745;
}
.section-popular-tracks .block-title .suffix,
.section-popular-tracks .block-title .desc {
  *display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 26px;
  line-height: 1;
  position: relative;
}
.section-popular-tracks .block-title .desc {
  position: absolute;
  top: 3px;
  margin-left: 15px;
  color: #495745;
}
.section-popular-tracks .block-title .suffix {
  font-size: 22px;
  margin-left: 0;
}
.section-popular-tracks .tracks {
  padding: 0 20px;
}
.section-popular-tracks .track {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #383838;
  clear: both;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #d2d2d2;
}
.section-popular-tracks .track:last-child {
  border: 0px;
}
.section-popular-tracks .track-no,
.section-popular-tracks .track-title,
.section-popular-tracks .track-image {
  float: left;
  margin: 12px 0;
}
.section-popular-tracks .track-no {
  width: 50px;
  border-right: 2px solid #383838;
  font-size: 50px;
  text-align: center;
}
.section-popular-tracks .track-title {
  width: 300px;
  padding: 0 20px;
  overflow: hidden;
}
.section-popular-tracks .track-title h3 {
  margin: 0 0 5px 0;
  color: #495745;
  font-size: 28px;
  font-weight: 400;
}
.section-popular-tracks .track-title h3 a {
  color: #495745;
  text-decoration: none;
}
.section-popular-tracks .track-title h3 .artist-name {
  display: block;
}
.section-popular-tracks .track-image {
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: center;
  position: relative;
  border: 5px solid #383838;
  background-color: #383838;
}
.section-popular-tracks .track-image img {
  max-height: 100%;
}
.section-popular-tracks .track-image .play-track {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(73, 87, 69, 0.8);
}
.section-popular-tracks .track-image .play-track:before {
  color: #ffffff;
  font-size: 40px;
}
.section-popular-tracks .track-image .play-track:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-popular-tracks .track-vote {
  float: right;
  width: 80px;
  margin-top: 12px;
  text-align: center;
}
.section-popular-tracks .track-vote .icon {
  font-size: 20px;
  color: #495745;
  display: block;
  margin-bottom: 15px;
}
.section-testimonials {
  position: relative;
  min-height: 600px;
  padding: 150px 0 40px 0;
  background-position: center top;
}
.quotes-slider {
  margin: 0 0 100px 0;
}
.quotes-slider .flex-control-nav {
  bottom: -100px;
}
.quotes-slider .slides {
  margin: 0px 0 60px;
}
.quotes-slider .slides li {
  padding: 50px 0px 10px;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.quotes-slider .quote {
  width: 570px;
  min-height: 90px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.quotes-slider .quote a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
}
.quotes-slider .quote a:hover {
  color: #495745;
}
.quotes-slider .quote-author,
.quotes-slider .created-time {
  font-size: 22px;
  color: #495745;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  position: relative;
  bottom: -50px;
  padding: 0 20px;
  height: 40px;
  background-color: #dcdcdc;
}
.quotes-slider .cover-icon {
  font-size: 120px;
  color: #383838;
  line-height: 1;
  height: 40px;
  width: 40px;
  margin: 0 auto -16px;
}
.quotes-slider .cover-icon:before {
  font-size: 60px;
}
.quotes-slider .twitter-cover-icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  margin-bottom: -30px;
}
.tiny-carousel .viewport {
  height: 480px;
  overflow: hidden;
  position: relative;
}
.tiny-carousel .overview {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-slider {
  position: relative;
  width: 100%;
}
.media-slider .slides {
  display: block;
}
.media-slider .slides li {
  display: block;
  overflow: hidden;
  width: 1170px;
  height: 240px;
}
.media-slider .hentry {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  width: 210px;
  height: 210px;
  border: 10px solid #383838;
  margin: 0 0 30px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.media-slider .hentry * {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.media-slider .hentry:first-child {
  margin-left: 0;
}
.media-slider .hentry img {
  display: block;
}
.media-slider .hentry .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.media-slider .hentry h3 {
  margin: 0;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
  color: #495745;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  background-color: #ffffff;
}
.media-slider .hentry h3 .media-count {
  color: #383838;
}
.media-slider .hentry:hover .overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.media-slider .hentry:hover .play-track,
.media-slider .hentry:hover .view-media {
  opacity: 1;
  filter: alpha(opacity=100);
}
.media-slider .hentry:hover h3 {
  bottom: 0;
}
.media-slider .play-track,
.media-slider .view-media {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 43%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 10;
  color: #ffffff;
}
.media-slider .play-track:before,
.media-slider .view-media:before {
  font-size: 40px;
}
/* Image slide show on lightbox
------------------------------------------------------*/
.images-gallery-slideshow .flex-direction-nav a,
.video-player .flex-direction-nav a {
  width: 63px;
  height: 124px;
  top: 40%;
}
.images-gallery-slideshow .flex-direction-nav a:before,
.video-player .flex-direction-nav a:before {
  font-size: 50px;
  display: block;
  padding: 25px 0;
}
.video-player iframe {
  width: 1150px;
  max-width: 100%;
  display: block;
}
.video-player .flex-direction-nav .flex-next {
  right: 10px;
}
.video-player .flex-direction-nav .flex-prev {
  left: 10px;
}
.images-gallery-slideshow {
  height: 540px;
}
.images-gallery-slideshow .slides li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 1150px;
  min-height: 540px;
}
.images-gallery-slideshow img {
  max-height: 540px;
  margin: 0 auto;
}
.images-gallery-bottom {
  height: 40px;
  overflow: hidden;
  background: #383838;
  padding: 10px 0 0 0;
}
.images-gallery-paginate {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  float: right;
  overflow: hidden;
  min-width: 100px;
}
.images-gallery-paginate .current-slide {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 30px;
  color: #495745;
  font-size: 26px;
}
.section-latest-tweets {
  min-height: 600px;
  padding: 150px 0 40px 0;
}
.releases-slider {
  height: 450px;
  padding: 10px;
  background-color: #383838;
}
.releases-slider .flex-viewport li {
  position: relative;
  display: block;
  height: 430px;
  overflow: hidden;
  background-color: #dcdcdc;
}
.releases-slider .flex-viewport .hentry {
  display: none;
}
.releases-slider .album-share {
  padding-top: 10px;
  position: relative;
  z-index: 10;
  background-color: #383838;
}
.releases-slider .hide-detail {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  z-index: 10;
  background-color: #383838;
  cursor: pointer;
  display: none;
}
.releases-slider .hide-detail:hover {
  background-color: #495745;
}
.releases-slider.item-expanded .hide-detail,
.releases-slider.item-expanded .album-share-bar {
  display: block;
}
.releases-slider.item-expanded .flex-direction-nav {
  top: auto;
  bottom: 13px;
  right: 0;
  width: auto;
  height: auto;
  z-index: 10;
}
.releases-slider.item-expanded .flex-direction-nav li {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.releases-slider.item-expanded .flex-direction-nav a {
  *display: inline;
  display: inline-block;
  zoom: 1;
  color: #ffffff;
  font: 16px/1 Oswald, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: static;
  float: none;
  width: auto;
  height: 16px;
  padding: 0 10px;
  background-color: transparent;
}
.releases-slider.item-expanded .flex-direction-nav a:before {
  content: "";
  padding: 0;
}
.releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #495745;
  background-color: transparent;
}
.releases-slider.item-expanded .flex-direction-nav a.flex-disabled {
  color: #484848;
}
.releases-slider.item-expanded .flex-direction-nav .flex-prev {
  border-right: 2px solid #ffffff;
}
.album-cover {
  position: relative;
  text-align: center;
}
.album-cover:hover .overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
}
.album-cover:hover .view-detail {
  left: 45%;
}
.album-cover:hover .play-album {
  right: 45%;
}
.album-cover:hover .short-info {
  bottom: 0;
}
.album-cover img {
  display: block;
}
.album-cover .overlay {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.album-cover .view-detail,
.album-cover .play-album {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 40%;
}
.album-cover .view-detail {
  left: -50px;
}
.album-cover .play-album {
  font-size: 50px;
  right: -50px;
}
.album-cover .short-info {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #495745;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  bottom: -40px;
  background-color: #ffffff;
}
.album-cover .num-tracks,
.album-cover .album-title {
  padding: 0 20px;
}
.album-cover .num-tracks span {
  color: #383838;
}
.album {
  color: #383838;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  height: 390px;
  padding: 20px;
  overflow: hidden;
  clear: both;
  background-color: #dcdcdc;
}
.album p {
  margin-bottom: 0;
}
.album .album-info {
  float: left;
  width: 525px;
}
.album .album-info img {
  display: block;
}
.album .info {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  line-height: 1;
  border-bottom: 1px solid #d2d2d2;
}
.album .info p {
  margin: 0 0 20px 0;
  float: left;
  width: 50%;
}
.album .info .album-composer,
.album .info .album-genre {
  text-align: right;
}
.album .info span {
  padding-left: 10px;
  color: #495745;
}
.album .info span.label {
  padding-left: 0;
  color: #383838;
}
.album .album-sources {
  clear: both;
  overflow: hidden;
  height: 40px;
  background-color: #383838;
}
.album .album-sources .button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  *display: inline;
  display: inline-block;
  zoom: 1;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  float: left;
}
.album .album-sources .button i {
  padding-right: 15px;
}
.album .album-sources span.button {
  cursor: default;
  width: 100%;
}
.album .album-sources a.button {
  width: 0;
}
.album .album-sources a.button:hover {
  color: #495745;
  background-color: #ffffff;
}
.album .album-sources:hover .button {
  width: 25%;
}
.album .album-sources:hover span.button {
  background-color: #495745;
}
.album .album-tracks {
  margin-left: 570px;
}
.album .album-tracks .label {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1;
  color: #495745;
}
.album .album-review {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #666666;
  text-transform: none;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
  height: 90px;
}
.album .album-review .scroll-pane {
  height: 75px;
}
.album .album-review p {
  margin-bottom: 20px;
}
.album .tracklist .scroll-pane {
  height: 165px;
}
.album .tracklist ol {
  list-style: decimal inside;
  padding: 0;
}
.album .tracklist li {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  display: list-item;
  padding: 5px 0;
  border-top: 1px solid #cbcbcb;
}
.album .tracklist li:first-child {
  padding-left: 3px;
  border-top: none;
}
.album .tracklist li.playing {
  color: #383838;
}
.album .tracklist li.playing .track-name {
  color: #495745;
}
.album .tracklist p {
  *display: inline;
  display: inline-block;
  zoom: 1;
  color: #383838;
}
.album .tracklist .track-name {
  color: #383838;
  width: 210px;
}
.album .tracklist .track-name .track-length {
  color: #666666;
  padding-left: 10px;
}
.album .tracklist .actions {
  width: 130px;
}
.album .tracklist .actions span {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  margin: 0 5px;
  cursor: pointer;
  font-size: 20px;
}
.album .tracklist .actions span:hover {
  color: #495745;
}
.album .tracklist .actions a {
  color: #383838;
}
.album .tracklist .actions a:hover {
  color: #495745;
}
.album .tracklist .vote-score {
  float: right;
}
.album .tracklist .vote-score span {
  color: #495745;
  font-size: 20px;
}
.sharrre {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  cursor: pointer;
}
.sharrre span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 30px;
  line-height: 30px;
}
.sharrre .share {
  width: 30px;
  float: left;
}
.sharrre .share:before {
  font-family: 'Entypo';
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
.sharrre .count {
  min-width: 40px;
  padding: 0 10px;
  background-color: #dcdcdc;
}
.sharrre.facebook-share .share {
  background-color: #4864a3;
}
.sharrre.facebook-share .share:before {
  content: "\e6c2";
}
.sharrre.twitter-share .share {
  background-color: #59c8ef;
}
.sharrre.twitter-share .share:before {
  content: "\e6c0";
}
.sharrre.google-share .share {
  background-color: #e24b3a;
}
.sharrre.google-share .share:before {
  content: "\e718";
}
.scroll-pane {
  width: 100%;
  overflow: auto;
}
.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: -5px;
  height: 100%;
  width: 20px;
}
.mCSB_scrollTools a {
  display: block;
  width: 20px;
  height: 20px;
  color: #383838;
  cursor: pointer;
  position: relative;
}
.mCSB_scrollTools a:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
}
.mCSB_scrollTools a:hover {
  color: #495745;
}
.mCSB_scrollTools .mCSB_buttonUp:before {
  content: "\e6a7";
}
.mCSB_scrollTools .mCSB_buttonDown:before {
  content: "\e6a6";
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
  cursor: pointer;
  width: 100%;
}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  height: 100%;
}
.mCSB_container {
  margin-right: 20px;
}
.top-scroll-bar.scroll-pane .mCSB_container {
  margin-right: 0;
}
.top-scroll-bar.scroll-pane .mCSB_scrollTools {
  visibility: hidden;
}
.custom-scroll-nav {
  float: right;
  position: relative;
  margin: -40px -5px 0 0;
  font-size: 20px;
}
.custom-scroll-nav span {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
  cursor: pointer;
}
.custom-scroll-nav span:hover {
  color: #495745;
}
.section-subscribe {
  min-height: 600px;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 0;
}
.section-subscribe .subcribe {
  display: inline-block;
  float: none;
}
.section-subscribe .subscribe-title {
  color: #ffffff;
  font-size: 90px;
  font-weight: 700;
}
.section-subscribe .subscribe-desc {
  color: #383838;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 80px;
}
.section-subscribe input {
  background: #dcdcdc;
  height: 60px;
  border: 5px solid #383838;
  color: #495745;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  font-family: Oswald, sans-serif;
  margin-left: 10px;
  padding: 0px 5px;
  width: 270px;
}
.section-subscribe input[type=submit] {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #383838;
  border: none;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  width: 170px;
  float: left;
  margin-top: 0px;
}
.section-subscribe input[type=submit]:hover {
  background-color: #495745;
}
.section-subscribe .subcribe .subcribe-form {
  font-family: Oswald, sans-serif;
  font-size: 24px;
}
.section-subscribe .wysija-paragraph {
  float: left;
}
.section-subscribe .formError {
  display: none;
}
.section-subscribe .widget_wysija_cont .updated,
.section-subscribe .widget_wysija_cont .login .message {
  background: #DCDCDC;
  border: 5px solid #495745;
  color: #495745;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}
.section-subscribe .widget_wysija_cont .updated a,
.section-subscribe .widget_wysija_cont .login .message a {
  color: #495745;
}
.section-subscribe .widget_wysija_cont .error,
.section-subscribe .widget_wysija_cont .xdetailed-errors {
  background: #DCDCDC;
  border: 10px solid #383838;
  color: #B60000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}
.section-subscribe .widget_wysija_cont .error a,
.section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.section-events {
  /* Past event
	-----------------*/
}
.section-events .tabs {
  background-color: #dcdcdc;
  border: 10px solid #383838;
}
.section-events .simple-tabs .tabs-nav {
  top: -80px;
}
.section-events .vertical-slider .flex-direction-nav {
  right: -50px;
  top: -10px;
}
.section-events .slides {
  display: block;
}
.section-events .slides li {
  display: block;
  width: 1150px;
}
.section-events .event {
  height: 70px;
  padding: 20px 0px;
  margin: 0 20px;
  color: #383838;
  text-transform: uppercase;
  border-top: 1px solid #d2d2d2;
}
.section-events ul li:first-child .event {
  border-top: none;
}
.section-events .status-sold_out {
  color: #b60000;
}
.section-events .status-sold_out .status {
  background: #b60000;
}
.section-events .status-free .status {
  background: #495745;
}
.section-events .status-cancel {
  color: #666666;
}
.section-events .status-cancel .status {
  background: #666666;
}
.section-events .day-event {
  width: 50px;
  border-right: 2px solid;
  font-size: 35px;
  text-align: center;
}
.section-events .time-event {
  width: 230px;
  font-size: 12px;
  padding: 0 10px;
}
.section-events .time-event .time {
  line-height: 1;
  display: block;
}
.section-events .time-event .time:first-child {
  padding-bottom: 5px;
}
.section-events .place-event {
  width: 240px;
  font-size: 20px;
}
.section-events .name-event {
  width: 340px;
  font-size: 20px;
  overflow: hidden;
}
.section-events .group-status {
  float: right;
}
.section-events .status a {
  background: #495745;
}
.section-events .status {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 110px;
  margin-left: 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.section-events .status a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  display: block;
  background-color: #495745;
}
.section-events .status a:hover {
  background: #383838;
}
.section-events .day-event,
.section-events .time-event,
.section-events .place-event,
.section-events .name-event,
.section-events .infor-event,
.section-events .status,
.section-events .event-gallery,
.section-events .event-videos {
  float: left;
  height: 30px;
  line-height: 30px;
}
.section-events .content-infor-event {
  background: #495745;
  padding: 15px 0;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
.section-events .content-infor-event .icon-infor,
.section-events .content-infor-event .close-infor {
  position: absolute;
  top: 50%;
  width: 70px;
  text-align: center;
}
.section-events .content-infor-event .icon-infor {
  font-size: 30px;
  height: 30px;
  margin-top: -15px;
}
.section-events .content-infor-event .close-infor {
  font-size: 20px;
  cursor: pointer;
  top: 15px;
  right: 0;
  width: 50px;
}
.section-events .content-infor-event .show-infor-event {
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin-right: 0px;
  padding: 0 50px 0 70px;
  font-size: 16px;
  min-height: 30px;
}
.section-events .infor-event,
.section-events .open-gallery,
.section-events .open-videos {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.section-events .infor-event:before,
.section-events .open-gallery:before,
.section-events .open-videos:before {
  line-height: 30px;
}
.section-events .infor-event:hover,
.section-events .open-gallery:hover,
.section-events .open-videos:hover {
  color: #495745;
}
.section-events .event-gallery,
.section-events .event-videos {
  color: #383838;
  font-size: 20px;
  width: 25px;
  margin-left: 15px;
}
.section-events .infor-event {
  font-size: 56px;
  background: none;
  width: 25px;
  line-height: 70px;
  color: #383838;
  cursor: pointer;
}
.section-events .open-videos:before {
  line-height: 35px;
}
.section-events .past-event .event {
  color: #666666;
}
.section-events .past-event .name-event {
  width: 445px;
}
.section-events .past-event .place-event {
  width: 260px;
}
.section-countdown {
  min-height: 600px;
  text-align: center;
  text-transform: uppercase;
  padding: 150px 0;
  overflow: hidden;
}
.section-countdown .counting-event {
  background: rgba(0, 0, 0, 0.2);
  padding: 45px 0 60px;
  position: relative;
  z-index: 10;
}
.section-countdown .event-title {
  font-size: 45px;
  font-weight: 400;
}
.section-countdown .event-desc {
  font-size: 30px;
  font-weight: 300;
}
.section-countdown #countdown-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.section-countdown #countdown-youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-countdown.video .section-mark {
  background-image: none;
}
.section-countdown.video .parallax {
  z-index: -1;
}
/* ---- Counter ---- */
.countdown-wrap {
  position: relative;
  margin-top: -37px;
}
.countdown-wrap span {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.countdown {
  font-size: 40px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  width: 100%;
}
.counter {
  width: 70px;
  height: 70px;
  background-color: #495745;
}
.sep-counter {
  width: 10px;
}
.countdown-labels {
  display: block;
}
.countdown-labels span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 30px;
  width: 70px;
  margin-left: 7px;
  line-height: 1;
  font-size: 18px;
  padding-top: 15px;
}
.countdown-labels span:first-child {
  margin-left: 0;
}
.artists-slider .slides li {
  position: relative;
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
}
.artists-slider .flex-viewport {
  z-index: 10;
}
.artists-slider .artist {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-left: 30px;
  width: 370px;
  float: left;
}
.artists-slider .artist.first,
.artists-slider .artist:first-child {
  margin-left: 0;
}
.artists-slider .artist.hidden {
  display: none;
}
.artists-slider .artist.active {
  width: 100%;
}
.artists-slider .artist.active h3 {
  bottom: 0;
}
.artists-slider .artist.active .overlay,
.artists-slider .artist.active .view-artist {
  display: none;
}
.artists-slider .artist h3 {
  margin: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  color: #495745;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  background-color: #ffffff;
}
.artists-slider .artist .artist-thumbnail {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-left: 30px;
  width: 370px;
  height: 450px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  border: 10px solid #383838;
  background-color: #383838;
}
.artists-slider .artist .artist-thumbnail.first,
.artists-slider .artist .artist-thumbnail:first-child {
  margin-left: 0;
}
.artists-slider .artist .artist-thumbnail * {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.artists-slider .artist .artist-thumbnail:hover .view-artist {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
}
.artists-slider .artist .artist-thumbnail:hover h3 {
  bottom: 0;
  z-index: 15;
}
.artists-slider .artist .artist-thumbnail:hover .overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 10;
}
.artists-slider .artist .view-artist {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  padding-top: 20px;
  text-align: center;
}
.artists-slider .artist .view-artist:before {
  font-size: 40px;
  color: #ffffff;
}
.artists-slider .artist .artist-info {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 770px;
  height: 450px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  border: 10px solid #383838;
  background-color: #dcdcdc;
}
.artists-slider .artist .artist-info.first,
.artists-slider .artist .artist-info:first-child {
  margin-left: 0;
}
.artists-slider .artist .quick-facts,
.artists-slider .artist .best-known-for,
.artists-slider .artist .synopsis {
  height: 130px;
  margin: 0 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #d2d2d2;
}
.artists-slider .artist .quick-facts .scroll-pane,
.artists-slider .artist .best-known-for .scroll-pane,
.artists-slider .artist .synopsis .scroll-pane {
  font-family: Lato, Tahoma, sans-serif;
  font-size: 16px;
  color: #666666;
  height: 55px;
}
.artists-slider .artist .synopsis {
  border-bottom: none;
}
.artists-slider .artist .quick-facts {
  color: #383838;
  font-size: 15px;
  text-transform: uppercase;
}
.artists-slider .artist .quick-facts span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-bottom: 10px;
}
.artists-slider .artist .quick-facts span span {
  margin-bottom: 0;
  padding-left: 15px;
  color: #495745;
}
.artists-slider .artist .quick-facts .birth-date {
  padding-right: 25px;
}
.artists-slider .artist .quick-facts .full-name,
.artists-slider .artist .quick-facts .birth-place {
  min-width: 280px;
}
.artists-slider .artist .quick-facts .nick-name,
.artists-slider .artist .quick-facts .occupation {
  min-width: 250px;
}
.artists-slider .artist .info-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #495745;
}
.artists-slider .artist-socials {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  padding-top: 15px;
  z-index: 10;
  background-color: #383838;
}
.artists-slider .artist-socials a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 0;
  margin: 0 10px;
}
.artists-slider .artist-socials a:before {
  font-size: 20px;
}
.artists-slider .view-artist-gallery {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-family: Oswald, Tahoma, sans-serif;
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 80px;
  display: none;
  cursor: pointer;
  background-color: #383838;
}
.artists-slider .view-artist-gallery:before {
  font-family: Entypo;
  font-size: 20px;
  display: block;
  height: 40px;
  background-color: #383838;
}
.artists-slider .view-artist-gallery:hover {
  background-color: #495745;
}
.artists-slider .hide-detail {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: -39px;
  top: 0;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  z-index: 10;
  background-color: #383838;
  cursor: pointer;
  display: none;
}
.artists-slider .hide-detail:hover {
  background-color: #495745;
}
.artists-slider .artist-direction-bar {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  height: 50px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #383838;
  z-index: 5;
}
.artists-slider .artist-direction-nav {
  position: absolute;
  bottom: 17px;
  right: 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  z-index: 20;
  display: none;
}
.artists-slider .artist-direction-nav a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  *display: inline;
  display: inline-block;
  zoom: 1;
  color: #ffffff;
  padding: 0 10px;
}
.artists-slider .artist-direction-nav a.disable,
.artists-slider .artist-direction-nav a.disable:hover {
  color: #484848;
  cursor: default;
}
.artists-slider .artist-direction-nav a.artist-prev {
  border-right: 2px solid #ffffff;
}
.artists-slider .artist-direction-nav a:hover {
  color: #495745;
}
.artists-slider .flex-direction-nav {
  right: -39px;
}
.artists-slider.item-expanding .flex-direction-nav {
  display: none;
}
.artists-slider.item-expanding .active {
  width: 100%;
}
.artists-slider.item-expanded .hide-detail,
.artists-slider.item-expanded .view-artist-gallery {
  display: block;
}
.artists-slider.item-expanded .artist-direction-bar {
  height: 50px;
  display: block;
}
.artists-slider.item-expanded .flex-direction-nav {
  display: none;
}
.artists-slider.item-expanded .artist-direction-nav {
  display: block;
}
.artists-slider.item-expanded .artist h3 {
  color: #ffffff;
  background-color: #495745;
}
.artists-slider.item-expanded .active {
  margin-left: 0;
}
.artists-slider.item-expanded .active .artist-info {
  display: block;
}
.artists-slider.item-expanded .hidden {
  width: 0;
  margin-left: 0;
}
.artist-gallery-slideshow img {
  max-height: 630px;
}
.artist-single.item-expanded .hide-detail,
.artist-single.item-expanded .artist-direction-nav {
  display: none !important;
}
.section-blog {
  padding: 200px 0;
  text-align: center;
  text-transform: uppercase;
}
.section-blog .blog-message {
  position: relative;
  font-size: 90px;
  line-height: 1;
}
.section-blog .blog-message p {
  margin-bottom: 25px;
}
.section-blog .blog-message .odd:first-child {
  font-weight: 700;
}
.section-blog .blog-message .even {
  font-size: 50%;
}
.section-blog .blog-link {
  padding-top: 50px;
}
.section-blog .blog-link a {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 50px;
  min-width: 255px;
  padding: 0 70px;
  line-height: 50px;
  color: #495745;
  font-size: 22px;
  background: #ffffff;
}
.section-blog .blog-link a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-latest-news .latest-news {
  position: relative;
  overflow: hidden;
}
.section-latest-news article {
  float: left;
  width: 370px;
  height: 450px;
  padding: 0;
  margin-left: 30px;
  border: 10px solid #383838;
  background: #dcdcdc;
}
.section-latest-news article:first-child {
  margin-left: 0;
}
.section-latest-news article a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #495745;
}
.section-latest-news article a:hover {
  color: #383838;
}
.section-latest-news article header {
  padding-bottom: 10px;
}
.section-latest-news article .entry-thumbnail {
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #666666;
}
.section-latest-news article .entry-thumbnail img {
  width: 100%;
  height: 100%;
}
.section-latest-news article .entry-thumbnail .view-detail {
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  color: transparent;
  font-size: 40px;
}
.section-latest-news article .entry-thumbnail .view-detail span {
  display: block;
}
.section-latest-news article .entry-thumbnail:hover .view-detail {
  color: #ffffff;
}
.section-latest-news article .entry-thumbnail:hover .overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.section-latest-news article .entry-info .entry-format {
  left: 20px;
  bottom: 0;
  top: auto;
}
.section-latest-news article .entry-info .entry-date {
  left: 60px;
  bottom: 0;
  top: auto;
}
.section-latest-news article .entry-title {
  padding: 10px 20px 0 20px;
  margin: 0;
  font-size: 22px;
}
.section-latest-news article .entry-title a {
  color: #495745;
}
.section-latest-news article .entry-title a:hover {
  color: #383838;
}
.section-latest-news article .entry-meta,
.section-latest-news article .entry-content {
  padding: 0 20px;
  font-family: Lato, Arial, sans-serif;
}
.section-latest-news article .entry-meta {
  color: #383838;
  font-style: italic;
  font-size: 13px;
}
.section-latest-news article .entry-content {
  color: #666666;
  font-size: 14px;
}
.section-latest-news article .entry-content p {
  height: 105px;
  overflow: hidden;
  margin: 0;
}
.section-latest-news article .more-link {
  display: block;
  float: right;
  margin: 0;
  padding-right: 20px;
}
.section-connect {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
.section-connect .noise-map {
  height: 700px;
  width: 100%;
}
.section-connect .social {
  width: 100%;
  position: absolute;
  bottom: 40px;
}
.section-connect .social a {
  -webkit-transition: all 0.5s ease-in 0.2s;
  -moz-transition: all 0.5s ease-in 0.2s;
  -o-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
  *display: inline;
  display: inline-block;
  zoom: 1;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  width: auto;
  height: 40px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  background-color: #383838;
}
.section-connect .social a:hover {
  color: #495745;
  background-color: #ffffff;
}
.section-connect .social a:hover .title {
  width: 140px;
}
.section-connect .social span {
  display: block;
  float: left;
  white-space: nowrap;
}
.section-connect .social span:before {
  line-height: 40px;
}
.section-connect .social .icon-social {
  width: 40px;
  height: 40px;
}
.section-connect .social .title {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  text-transform: uppercase;
  width: 0;
  overflow: hidden;
  text-align: center;
}
.section-connect .contact-form {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section-connect .contact-form .overlay,
.section-connect .contact-form .overlay:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #000;
}
.section-connect .contact-form .inner {
  padding-top: 130px;
}
.section-connect .contact-form h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 50px 0;
}
.section-connect .contact-form .box {
  padding: 40px;
  background-color: rgba(56, 56, 56, 0.15);
}
.section-connect .contact-form .box a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
}
.section-connect .contact-form .box a:hover {
  color: #495745;
}
.section-connect .contact-form input,
.section-connect .contact-form textarea {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
.section-connect .contact-form input:focus,
.section-connect .contact-form textarea:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
}
.section-connect .contact-form textarea {
  height: 180px;
}
.section-connect .contact-form .send-mail {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: auto;
  margin: 0 auto;
  padding: 5px 20px;
}
.section-connect .contact-form .send-mail:hover,
.section-connect .contact-form .send-mail:active {
  background-color: rgba(0, 0, 0, 0.85);
}
.section-connect .contact-form .contact-info {
  font-weight: 300;
  text-align: left;
}
.section-connect .contact-form .contact-info p {
  line-height: 2;
}
.section-connect .contact-form .notices div {
  font-size: 13px;
  font-weight: 300;
  padding: 5px 0;
  display: none;
}
.section-connect .contact-info-window {
  color: #383838;
  text-align: left;
  font-family: Lato, sans-serif;
}
.section-connect .contact-info-window a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
}
.section-connect .contact-info-window a:hover {
  color: #495745;
}
.section-connect .gm-style img {
  max-width: none;
}
.section-connect .toggle-contact-form {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  margin-left: -20px;
  background-color: #383838;
}
.section-connect .toggle-contact-form:hover {
  background-color: #495745;
}
.section-shop {
  min-height: 600px;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 0;
}
.section-shop .shop-title {
  font-size: 90px;
  color: #495745;
  font-weight: 700;
}
.section-shop .odd {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}
.section-shop .even {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
.section-shop .shop-link a {
  font-size: 16px;
  line-height: 60px;
  padding: 5px 20px;
  height: 60px;
  background-color: #ffffff;
}
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-page input.button,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-page article,
.woocommerce article {
  padding: 0px;
  font-family: Oswald, sans-serif;
  border-bottom: 0px solid #e0e0e0;
}
.woocommerce-page article header,
.woocommerce article header {
  display: none;
}
.woocommerce-page .content,
.woocommerce .content {
  width: 100%;
  background: none;
}
.woocommerce-page .entry-summary p,
.woocommerce .entry-summary p,
.woocommerce-page .entry-content p,
.woocommerce .entry-content p {
  font-family: Lato, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.woocommerce-page .entry-content a,
.woocommerce .entry-content a {
  text-decoration: none;
}
.woocommerce-page .entry-content h2,
.woocommerce .entry-content h2 {
  text-transform: uppercase;
}
.woocommerce-page ul.products,
.woocommerce ul.products {
  padding: 0px;
  font-size: 16px;
}
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
  float: left;
  width: 210px;
  height: 281px;
  margin: 0 0 50px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 10px solid #383838;
  background: #383838;
  border-bottom: 0px solid #383838;
}
.woocommerce-page ul.products li.product:nth-child(5n+1),
.woocommerce ul.products li.product:nth-child(5n+1) {
  margin-left: 0;
}
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button:active,
.woocommerce ul.products li.product .button:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  margin-right: 0;
  text-align: right;
  background: none;
  border: none;
  color: #ffffff;
  padding: 10px 0 0 0;
  text-shadow: none;
  box-shadow: none;
  top: auto;
}
.woocommerce-page ul.products li.product .add_to_cart_button.loading,
.woocommerce ul.products li.product .add_to_cart_button.loading,
.woocommerce-page ul.products li.product .add_to_cart_button:active.loading,
.woocommerce ul.products li.product .add_to_cart_button:active.loading {
  padding-right: 21px;
}
.woocommerce-page ul.products li.product .add_to_cart_button.loading:after,
.woocommerce ul.products li.product .add_to_cart_button.loading:after,
.woocommerce-page ul.products li.product .add_to_cart_button:active.loading:after,
.woocommerce ul.products li.product .add_to_cart_button:active.loading:after {
  right: 0;
  content: "\e66d";
}
.woocommerce-page ul.products li.product .add_to_cart_button:after,
.woocommerce ul.products li.product .add_to_cart_button:after,
.woocommerce-page ul.products li.product .add_to_cart_button:active:after,
.woocommerce ul.products li.product .add_to_cart_button:active:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e653";
  line-height: 1;
  margin-left: 5px;
}
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce-page ul.products li.product a.button.added:before,
.woocommerce ul.products li.product a.button.added:before,
.woocommerce-page ul.products li.product button.button.added:before,
.woocommerce ul.products li.product button.button.added:before,
.woocommerce-page ul.products li.product input.button.added:before,
.woocommerce ul.products li.product input.button.added:before,
.woocommerce-page ul.products li.product #respond input#submit.added:before,
.woocommerce ul.products li.product #respond input#submit.added:before,
.woocommerce-page ul.products li.product #content input.button.added:before,
.woocommerce ul.products li.product #content input.button.added:before {
  top: 10px;
  left: -17px;
}
.woocommerce-page ul.products li.product .product-price,
.woocommerce ul.products li.product .product-price {
  line-height: 1;
  padding-top: 10px;
}
.woocommerce-page ul.products li.product .product-price del,
.woocommerce ul.products li.product .product-price del {
  display: none;
}
.woocommerce-page ul.products li.product .product-price .price,
.woocommerce ul.products li.product .product-price .price {
  font-weight: 400;
  color: #ffffff;
  width: 25px;
}
.woocommerce-page ul.products li.product .product-price .price ins,
.woocommerce ul.products li.product .product-price .price ins {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-page ul.products li.product .product-inner,
.woocommerce ul.products li.product .product-inner {
  position: relative;
  margin-bottom: 5px;
}
.woocommerce-page ul.products li.product .product-inner img,
.woocommerce ul.products li.product .product-inner img {
  display: block;
}
.woocommerce-page ul.products li.product .product-inner .sale-price,
.woocommerce ul.products li.product .product-inner .sale-price {
  float: left;
  position: absolute;
  top: 0;
  left: 45px;
  width: 100px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.woocommerce-page ul.products li.product .product-inner .sale-price:not(:empty),
.woocommerce ul.products li.product .product-inner .sale-price:not(:empty) {
  padding: 5px;
  text-align: center;
}
.woocommerce-page ul.products li.product .product-inner .sale-price .onsale-custom,
.woocommerce ul.products li.product .product-inner .sale-price .onsale-custom {
  color: #ffffff;
  width: 40px;
}
.woocommerce-page ul.products li.product .product-inner .sale-price span.price,
.woocommerce ul.products li.product .product-inner .sale-price span.price {
  margin-bottom: 0;
  display: block;
  margin-left: 7px;
}
.woocommerce-page ul.products li.product .product-inner .sale-price span.price del,
.woocommerce ul.products li.product .product-inner .sale-price span.price del,
.woocommerce-page ul.products li.product .product-inner .sale-price span.price .amount,
.woocommerce ul.products li.product .product-inner .sale-price span.price .amount {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-page ul.products li.product .product-inner .sale-price span.price ins,
.woocommerce ul.products li.product .product-inner .sale-price span.price ins {
  display: none;
}
.woocommerce-page ul.products li.product .product-inner .product-item-title,
.woocommerce ul.products li.product .product-inner .product-item-title {
  width: 100%;
  position: absolute;
  top: 30%;
}
.woocommerce-page ul.products li.product .product-inner h3,
.woocommerce ul.products li.product .product-inner h3 {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 100;
}
.woocommerce-page ul.products li.product .product-inner h3 a,
.woocommerce ul.products li.product .product-inner h3 a {
  color: #ffffff;
}
.woocommerce-page ul.products li.product .product-inner .star-rating,
.woocommerce ul.products li.product .product-inner .star-rating {
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 17px;
  width: 80px;
  line-height: 1;
}
.woocommerce-page ul.products li.product .product-inner .star-rating:before,
.woocommerce ul.products li.product .product-inner .star-rating:before {
  content: "\e617 \e617 \e617 \e617 \e617";
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-page ul.products li.product .product-inner .star-rating span,
.woocommerce ul.products li.product .product-inner .star-rating span {
  overflow: hidden;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  color: #ffffff;
}
.woocommerce-page ul.products li.product .product-inner .star-rating span:before,
.woocommerce ul.products li.product .product-inner .star-rating span:before {
  content: "\e617 \e617 \e617 \e617 \e617";
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-page ul.products li.product .product-inner:hover h3,
.woocommerce ul.products li.product .product-inner:hover h3,
.woocommerce-page ul.products li.product .product-inner:hover .star-rating,
.woocommerce ul.products li.product .product-inner:hover .star-rating {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
}
.woocommerce-page ul.products li.product .product-inner:hover .overlay,
.woocommerce ul.products li.product .product-inner:hover .overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 10;
}
.woocommerce-page .viewport,
.woocommerce .viewport {
  height: 280px;
}
.woocommerce-page .viewport li,
.woocommerce .viewport li {
  height: 280px;
}
.woocommerce-page div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce #content div.product {
  /* Tabs on the product page */
}
.woocommerce-page div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce #content div.product p.price {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.woocommerce-page div.product span.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce div.product p.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce #content div.product p.price del {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
.woocommerce-page div.product .product-price-cat,
.woocommerce div.product .product-price-cat,
.woocommerce-page #content div.product .product-price-cat,
.woocommerce #content div.product .product-price-cat {
  width: 100%;
  float: left;
}
.woocommerce-page div.product .product-price-cat span.price,
.woocommerce div.product .product-price-cat span.price,
.woocommerce-page #content div.product .product-price-cat span.price,
.woocommerce #content div.product .product-price-cat span.price,
.woocommerce-page div.product .product-price-cat p.price,
.woocommerce div.product .product-price-cat p.price,
.woocommerce-page #content div.product .product-price-cat p.price,
.woocommerce #content div.product .product-price-cat p.price {
  color: #ffffff;
  width: 40%;
  float: left;
}
.woocommerce-page div.product .product-price-cat span.price ins,
.woocommerce div.product .product-price-cat span.price ins,
.woocommerce-page #content div.product .product-price-cat span.price ins,
.woocommerce #content div.product .product-price-cat span.price ins,
.woocommerce-page div.product .product-price-cat p.price ins,
.woocommerce div.product .product-price-cat p.price ins,
.woocommerce-page #content div.product .product-price-cat p.price ins,
.woocommerce #content div.product .product-price-cat p.price ins {
  text-decoration: none;
}
.woocommerce-page div.product .product-price-cat span.price del,
.woocommerce div.product .product-price-cat span.price del,
.woocommerce-page #content div.product .product-price-cat span.price del,
.woocommerce #content div.product .product-price-cat span.price del,
.woocommerce-page div.product .product-price-cat p.price del,
.woocommerce div.product .product-price-cat p.price del,
.woocommerce-page #content div.product .product-price-cat p.price del,
.woocommerce #content div.product .product-price-cat p.price del {
  font-size: 16px;
  color: #ffffff;
}
.woocommerce-page div.product .product-price-cat span.price del:after,
.woocommerce div.product .product-price-cat span.price del:after,
.woocommerce-page #content div.product .product-price-cat span.price del:after,
.woocommerce #content div.product .product-price-cat span.price del:after,
.woocommerce-page div.product .product-price-cat p.price del:after,
.woocommerce div.product .product-price-cat p.price del:after,
.woocommerce-page #content div.product .product-price-cat p.price del:after,
.woocommerce #content div.product .product-price-cat p.price del:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6ac";
  color: #495745;
  text-decoration: none !important;
  margin: 0 15px;
  display: inline-block;
  height: 10px;
  line-height: 10px;
}
.woocommerce-page div.product .product-price-cat .product_meta,
.woocommerce div.product .product-price-cat .product_meta,
.woocommerce-page #content div.product .product-price-cat .product_meta,
.woocommerce #content div.product .product-price-cat .product_meta {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  width: 60%;
  text-align: right;
}
.woocommerce-page div.product .product-price-cat .product_meta a:after,
.woocommerce div.product .product-price-cat .product_meta a:after,
.woocommerce-page #content div.product .product-price-cat .product_meta a:after,
.woocommerce #content div.product .product-price-cat .product_meta a:after {
  color: #495745;
}
.woocommerce-page div.product .product-title-sale,
.woocommerce div.product .product-title-sale,
.woocommerce-page #content div.product .product-title-sale,
.woocommerce #content div.product .product-title-sale {
  width: 100%;
  float: left;
}
.woocommerce-page div.product .product-title-sale .product_title,
.woocommerce div.product .product-title-sale .product_title,
.woocommerce-page #content div.product .product-title-sale .product_title,
.woocommerce #content div.product .product-title-sale .product_title {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  float: left;
}
.woocommerce-page div.product .product-title-sale .price,
.woocommerce div.product .product-title-sale .price,
.woocommerce-page #content div.product .product-title-sale .price,
.woocommerce #content div.product .product-title-sale .price {
  display: none;
}
.woocommerce-page div.product .product-title-sale .onsale-custom,
.woocommerce div.product .product-title-sale .onsale-custom,
.woocommerce-page #content div.product .product-title-sale .onsale-custom,
.woocommerce #content div.product .product-title-sale .onsale-custom {
  float: right;
  width: 16%;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
}
.woocommerce-page div.product .cart .single_add_to_cart_button,
.woocommerce div.product .cart .single_add_to_cart_button,
.woocommerce-page #content div.product .cart .single_add_to_cart_button,
.woocommerce #content div.product .cart .single_add_to_cart_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  width: 190px;
  height: 40px;
  background-image: none;
  border: none;
  margin-left: 10px;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce-page div.product .cart .single_add_to_cart_button:after,
.woocommerce div.product .cart .single_add_to_cart_button:after,
.woocommerce-page #content div.product .cart .single_add_to_cart_button:after,
.woocommerce #content div.product .cart .single_add_to_cart_button:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e653";
  line-height: 1;
  margin-left: 5px;
}
.woocommerce-page div.product .cart .quantity,
.woocommerce div.product .cart .quantity,
.woocommerce-page #content div.product .cart .quantity,
.woocommerce #content div.product .cart .quantity,
.woocommerce-page div.product .cart #content .quantity,
.woocommerce div.product .cart #content .quantity,
.woocommerce-page #content div.product .cart #content .quantity,
.woocommerce #content div.product .cart #content .quantity {
  width: 120px;
}
.woocommerce-page div.product .cart .quantity .plus,
.woocommerce div.product .cart .quantity .plus,
.woocommerce-page #content div.product .cart .quantity .plus,
.woocommerce #content div.product .cart .quantity .plus,
.woocommerce-page div.product .cart #content .quantity .plus,
.woocommerce div.product .cart #content .quantity .plus,
.woocommerce-page #content div.product .cart #content .quantity .plus,
.woocommerce #content div.product .cart #content .quantity .plus,
.woocommerce-page div.product .cart .quantity .minus,
.woocommerce div.product .cart .quantity .minus,
.woocommerce-page #content div.product .cart .quantity .minus,
.woocommerce #content div.product .cart .quantity .minus,
.woocommerce-page div.product .cart #content .quantity .minus,
.woocommerce div.product .cart #content .quantity .minus,
.woocommerce-page #content div.product .cart #content .quantity .minus,
.woocommerce #content div.product .cart #content .quantity .minus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
.woocommerce-page div.product .cart .quantity .plus:after,
.woocommerce div.product .cart .quantity .plus:after,
.woocommerce-page #content div.product .cart .quantity .plus:after,
.woocommerce #content div.product .cart .quantity .plus:after,
.woocommerce-page div.product .cart #content .quantity .plus:after,
.woocommerce div.product .cart #content .quantity .plus:after,
.woocommerce-page #content div.product .cart #content .quantity .plus:after,
.woocommerce #content div.product .cart #content .quantity .plus:after,
.woocommerce-page div.product .cart .quantity .minus:after,
.woocommerce div.product .cart .quantity .minus:after,
.woocommerce-page #content div.product .cart .quantity .minus:after,
.woocommerce #content div.product .cart .quantity .minus:after,
.woocommerce-page div.product .cart #content .quantity .minus:after,
.woocommerce div.product .cart #content .quantity .minus:after,
.woocommerce-page #content div.product .cart #content .quantity .minus:after,
.woocommerce #content div.product .cart #content .quantity .minus:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #ffffff;
}
.woocommerce-page div.product .cart .quantity .minus,
.woocommerce div.product .cart .quantity .minus,
.woocommerce-page #content div.product .cart .quantity .minus,
.woocommerce #content div.product .cart .quantity .minus,
.woocommerce-page div.product .cart #content .quantity .minus,
.woocommerce div.product .cart #content .quantity .minus,
.woocommerce-page #content div.product .cart #content .quantity .minus,
.woocommerce #content div.product .cart #content .quantity .minus {
  float: left;
  left: 0px;
  position: absolute;
}
.woocommerce-page div.product .cart .quantity .quantity-plus:after,
.woocommerce div.product .cart .quantity .quantity-plus:after,
.woocommerce-page #content div.product .cart .quantity .quantity-plus:after,
.woocommerce #content div.product .cart .quantity .quantity-plus:after,
.woocommerce-page div.product .cart #content .quantity .quantity-plus:after,
.woocommerce div.product .cart #content .quantity .quantity-plus:after,
.woocommerce-page #content div.product .cart #content .quantity .quantity-plus:after,
.woocommerce #content div.product .cart #content .quantity .quantity-plus:after {
  content: "\e6a7";
}
.woocommerce-page div.product .cart .quantity .quantity-minus:after,
.woocommerce div.product .cart .quantity .quantity-minus:after,
.woocommerce-page #content div.product .cart .quantity .quantity-minus:after,
.woocommerce #content div.product .cart .quantity .quantity-minus:after,
.woocommerce-page div.product .cart #content .quantity .quantity-minus:after,
.woocommerce div.product .cart #content .quantity .quantity-minus:after,
.woocommerce-page #content div.product .cart #content .quantity .quantity-minus:after,
.woocommerce #content div.product .cart #content .quantity .quantity-minus:after {
  content: "\e6a2";
}
.woocommerce-page div.product .cart .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product .cart .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page #content div.product .cart .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce #content div.product .cart .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page div.product .cart #content .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product .cart #content .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page #content div.product .cart #content .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce #content div.product .cart #content .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page div.product .cart .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce div.product .cart .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce-page #content div.product .cart .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce #content div.product .cart .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce-page div.product .cart #content .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce div.product .cart #content .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce-page #content div.product .cart #content .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce #content div.product .cart #content .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-page div.product .cart input.qty,
.woocommerce div.product .cart input.qty,
.woocommerce-page #content div.product .cart input.qty,
.woocommerce #content div.product .cart input.qty {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: 0px solid #495745;
  margin: 0 0 0 40px;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
}
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs .reviews_tab,
.woocommerce div.product .woocommerce-tabs ul.tabs .reviews_tab,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs .reviews_tab,
.woocommerce #content div.product .woocommerce-tabs ul.tabs .reviews_tab {
  margin-left: 10px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  background-color: #495745;
  font-weight: 100;
  border: none;
  text-transform: uppercase;
  box-shadow: none;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
  text-shadow: none;
  color: #ffffff;
  font-weight: normal;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
  border: none;
  width: 0px;
  height: 0px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 10px 40px;
  background-color: #dcdcdc;
}
.woocommerce-page div.product .woocommerce-tabs .comment-respond .comment-form-comment,
.woocommerce div.product .woocommerce-tabs .comment-respond .comment-form-comment,
.woocommerce-page #content div.product .woocommerce-tabs .comment-respond .comment-form-comment,
.woocommerce #content div.product .woocommerce-tabs .comment-respond .comment-form-comment {
  width: 100%;
}
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit input {
  width: 100px;
  background-image: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.woocommerce-page #review_form #respond textarea,
.woocommerce #review_form #respond textarea {
  background-color: #cbcbcb;
}
.woocommerce-page .related h2,
.woocommerce .related h2 {
  color: #ffffff;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-page .related ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce .related ul li.product {
  width: 210px;
}
.woocommerce-page #content .entry-content .shop_table,
.woocommerce #content .entry-content .shop_table {
  position: relative;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table,
.woocommerce #content .entry-content .shop_table .header-cart-table {
  position: absolute;
  top: -40px;
  left: 220px;
  height: 40px;
  width: 950px;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table span,
.woocommerce #content .entry-content .shop_table .header-cart-table span {
  text-transform: uppercase;
  padding: 15px;
  font-size: 22px;
  font-weight: 200;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table .product-name,
.woocommerce #content .entry-content .shop_table .header-cart-table .product-name {
  margin-left: 110px;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table .product-price,
.woocommerce #content .entry-content .shop_table .header-cart-table .product-price {
  margin-left: 50px;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table .product-quantity,
.woocommerce #content .entry-content .shop_table .header-cart-table .product-quantity {
  margin-left: 60px;
}
.woocommerce-page #content .entry-content .shop_table .header-cart-table .product-subtotal,
.woocommerce #content .entry-content .shop_table .header-cart-table .product-subtotal {
  margin-left: 80px;
}
.woocommerce-page #content .entry-content .shop_table thead th:nth-child(2n+2),
.woocommerce #content .entry-content .shop_table thead th:nth-child(2n+2) {
  text-align: right;
}
.woocommerce-page #content .entry-content .shop_table .cart_item,
.woocommerce #content .entry-content .shop_table .cart_item {
  float: left;
  margin-bottom: 30px;
}
.woocommerce-page #content .entry-content .shop_table .cart_item td:nth-child(2n+2),
.woocommerce #content .entry-content .shop_table .cart_item td:nth-child(2n+2) {
  text-align: right;
}
.woocommerce-page #content .entry-content .shop_table tr.cart_item,
.woocommerce #content .entry-content .shop_table tr.cart_item {
  float: none;
}
.woocommerce-page #content .entry-content .shop_table .product-remove,
.woocommerce #content .entry-content .shop_table .product-remove {
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .product-remove a,
.woocommerce #content .entry-content .shop_table .product-remove a {
  font-size: 30px;
  line-height: 36px;
  display: block;
  width: 100%;
  color: red;
}
.woocommerce-page #content .entry-content .shop_table .product-remove a:hover,
.woocommerce #content .entry-content .shop_table .product-remove a:hover {
  background-color: transparent;
}
.woocommerce-page #content .entry-content .shop_table .product-thumbnail,
.woocommerce #content .entry-content .shop_table .product-thumbnail {
  width: 150px;
  height: 150px;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .product-thumbnail img,
.woocommerce #content .entry-content .shop_table .product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail,
.woocommerce #content .entry-content .shop_table .cart-product-detail {
  width: 950px;
  height: 150px;
  float: left;
  margin-left: 30px;
  background-color: #dcdcdc;
  font-size: 16px;
  text-transform: uppercase;
  padding: 55px 100px;
  display: inline-block;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name,
.woocommerce #content .entry-content .shop_table .cart-product-detail .product-name {
  width: 300px;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name a,
.woocommerce #content .entry-content .shop_table .cart-product-detail .product-name a {
  font-size: 16px;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-price,
.woocommerce #content .entry-content .shop_table .cart-product-detail .product-price {
  width: 55px;
  float: left;
  text-align: right;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-subtotal,
.woocommerce #content .entry-content .shop_table .cart-product-detail .product-subtotal {
  width: 55px;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity,
.woocommerce #content .entry-content .shop_table .cart-product-detail .product-quantity {
  width: 120px;
  float: left;
  margin: -10px 100px;
}
.woocommerce-page #content .entry-content .shop_table .actions,
.woocommerce #content .entry-content .shop_table .actions {
  float: right;
  width: 950px;
  text-align: right;
}
.woocommerce-page #content .entry-content .shop_table .actions .button,
.woocommerce #content .entry-content .shop_table .actions .button {
  width: 170px;
  height: 60px;
  background-color: #383838;
  background-image: none;
  font-size: 20px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce-page #content .entry-content .shop_table .actions .checkout-button,
.woocommerce #content .entry-content .shop_table .actions .checkout-button {
  width: 290px;
  margin-left: 10px;
  background-color: #495745;
}
.woocommerce-page #content .entry-content .shop_table .actions .coupon,
.woocommerce #content .entry-content .shop_table .actions .coupon {
  width: 50%;
  float: left;
}
.woocommerce-page #content .entry-content .shop_table .actions .coupon input[type=text],
.woocommerce #content .entry-content .shop_table .actions .coupon input[type=text] {
  font-size: 22px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Oswald, sans-serif;
  padding: 10px 20px;
  background-color: #cbcbcb;
  height: 60px;
  font-weight: 100;
  margin-right: 10px;
}
.woocommerce-page #content .entry-content .cart-collaterals .cross-sells ul.products li.product,
.woocommerce #content .entry-content .cart-collaterals .cross-sells ul.products li.product {
  width: 210px;
}
.woocommerce-page #content .entry-content .cart-collaterals h2,
.woocommerce #content .entry-content .cart-collaterals h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce #content .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-right: 14px;
}
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce #content .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background-image: none;
  font-size: 20px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #cdcdcd;
  border-collapse: initial;
  width: 100%;
}
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr td,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr td,
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr th,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr th {
  padding: 5px;
}
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr td,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr td,
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr th,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr th,
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr td span,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr td span,
.woocommerce-page #content .entry-content .cart-collaterals .cart_totals table tr td strong,
.woocommerce #content .entry-content .cart-collaterals .cart_totals table tr td strong {
  font-weight: 400;
}
.woocommerce-page td,
.woocommerce td,
.woocommerce-page th,
.woocommerce th {
  border: none;
}
.woocommerce-page form.woocommerce-ordering label,
.woocommerce form.woocommerce-ordering label,
.woocommerce-page form.cart .variations label,
.woocommerce form.cart .variations label,
.woocommerce-page form .form-row label,
.woocommerce form .form-row label {
  color: #ffffff;
}
.woocommerce-page form.woocommerce-ordering select,
.woocommerce form.woocommerce-ordering select,
.woocommerce-page form.cart .variations select,
.woocommerce form.cart .variations select,
.woocommerce-page form .form-row select,
.woocommerce form .form-row select {
  background-color: #dcdcdc;
  padding: 5px;
}
.woocommerce-page form .form-row input[type=text],
.woocommerce form .form-row input[type=text],
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row .input-text {
  text-transform: uppercase;
  font-style: normal;
  font-family: Oswald, sans-serif;
  background-color: #cbcbcb;
  font-weight: 100;
}
.woocommerce-page .woocommerce-shipping-calculator .button,
.woocommerce .woocommerce-shipping-calculator .button,
.woocommerce-page .shipping_calculator .button,
.woocommerce .shipping_calculator .button {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 16px;
}
.woocommerce-page .woocommerce-shipping-calculator .button:hover,
.woocommerce .woocommerce-shipping-calculator .button:hover,
.woocommerce-page .shipping_calculator .button:hover,
.woocommerce .shipping_calculator .button:hover {
  background: #ad74a2;
}
.woocommerce-page .woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type=text],
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form .form-row input[type=text],
.woocommerce-page .shipping_calculator .shipping-calculator-form .form-row input[type=text],
.woocommerce .shipping_calculator .shipping-calculator-form .form-row input[type=text],
.woocommerce-page .woocommerce-shipping-calculator .shipping-calculator-form .form-row .input-text,
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce .shipping_calculator .shipping-calculator-form .form-row .input-text {
  background-color: #dcdcdc;
}
.woocommerce-page table.shop_table,
.woocommerce table.shop_table,
.woocommerce-page #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment div.payment_box,
.woocommerce #payment div.payment_box {
  color: #383838;
}
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot td {
  text-align: right;
}
.woocommerce-page #payment,
.woocommerce #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order {
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  text-shadow: none;
}
.woocommerce-page #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.woocommerce-page .woocommerce-info a,
.woocommerce .woocommerce-info a {
  color: #495745;
}
.woocommerce-page #order_review a,
.woocommerce #order_review a {
  color: #495745;
}
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 5px;
}
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 18px;
  padding: 11px 15px;
}
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #495745;
  color: #ffffff;
}
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
  background: #383838;
}
.woocommerce-page #content nav.woocommerce-pagination ul li .prev,
.woocommerce #content nav.woocommerce-pagination ul li .prev,
.woocommerce-page nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce-page #content nav.woocommerce-pagination ul li .next,
.woocommerce #content nav.woocommerce-pagination ul li .next,
.woocommerce-page nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .next {
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-page #content nav.woocommerce-pagination ul li .prev:before,
.woocommerce #content nav.woocommerce-pagination ul li .prev:before,
.woocommerce-page nav.woocommerce-pagination ul li .prev:before,
.woocommerce nav.woocommerce-pagination ul li .prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li .next:before,
.woocommerce #content nav.woocommerce-pagination ul li .next:before,
.woocommerce-page nav.woocommerce-pagination ul li .next:before,
.woocommerce nav.woocommerce-pagination ul li .next:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.woocommerce-page #content nav.woocommerce-pagination ul li .next:before,
.woocommerce #content nav.woocommerce-pagination ul li .next:before,
.woocommerce-page nav.woocommerce-pagination ul li .next:before,
.woocommerce nav.woocommerce-pagination ul li .next:before {
  content: "\e6a8";
}
.woocommerce-page #content nav.woocommerce-pagination ul li .prev:before,
.woocommerce #content nav.woocommerce-pagination ul li .prev:before,
.woocommerce-page nav.woocommerce-pagination ul li .prev:before,
.woocommerce nav.woocommerce-pagination ul li .prev:before {
  content: "\e712";
}
.woocommerce-page .return-to-shop .wc-backward,
.woocommerce .return-to-shop .wc-backward {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 35px;
}
.woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  background: #cbcbcb;
  border: 6px solid #383838;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border: none;
  background: transparent;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-position: 0 10px !important;
}
.woocommerce-cart .entry-content {
  color: #ffffff;
  line-height: initial;
}
/* Layout
--------------------------------------------*/
.main-content {
  clear: both;
  padding: 50px 0;
}
.single .main-content {
  padding-top: 120px;
}
.content-sidebar-wrap {
  position: relative;
}
.content,
.sidebar {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #666666;
  font-size: 14px;
  font-family: Lato, sans-serif;
  background-color: #f0f0f0;
  position: relative;
}
.content a,
.sidebar a {
  color: #495745;
}
.content {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 770px;
  margin: 0;
}
.content.first,
.content:first-child {
  margin-left: 0;
}
.sidebar {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 370px;
  margin: 0;
  overflow: hidden;
}
.sidebar.first,
.sidebar:first-child {
  margin-left: 0;
}
.content-sidebar .content {
  margin-left: 0;
}
.content-sidebar .sidebar {
  float: right;
}
.content-sidebar .minimize-sidebar {
  right: -40px;
}
.content-sidebar .minimize-sidebar:before {
  content: "\e6a8";
}
.content-sidebar .minimize-sidebar.minimized:before {
  content: "\e712";
}
.sidebar-content .content {
  float: right;
}
.sidebar-content .sidebar {
  margin-left: 0;
}
.sidebar-content .minimize-sidebar {
  left: -40px;
}
.sidebar-content .minimize-sidebar:before {
  content: "\e712";
}
.sidebar-content .minimize-sidebar.minimized:before {
  content: "\e6a8";
}
.minimize-sidebar {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #383838;
}
.minimize-sidebar:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.minimize-sidebar:hover {
  background-color: #495745;
}
/* Article
--------------------------------------------*/
article {
  position: relative;
  padding: 40px;
  border-bottom: 1px solid #e0e0e0;
}
article:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  color: #666666;
  text-align: center;
  font-size: 125px;
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 180px;
  height: 150px;
  margin: auto;
  overflow: hidden;
}
article header {
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}
article.sticky header,
article.tag-sticky header,
article.sticky footer,
article.tag-sticky footer,
article.sticky .entry-content,
article.tag-sticky .entry-content {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e0e0e0;
}
article.sticky header,
article.tag-sticky header {
  padding-top: 20px;
}
article.sticky footer,
article.tag-sticky footer {
  padding-bottom: 20px;
}
.single article.sticky header,
.single article.tag-sticky header,
.single article.sticky footer,
.single article.tag-sticky footer,
.single article.sticky .entry-content,
.single article.tag-sticky .entry-content {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.single article.sticky header,
.single article.tag-sticky header {
  padding-top: 0;
}
.single article.sticky footer,
.single article.tag-sticky footer {
  padding-bottom: 0;
}
.archive .content article.format-quote:after,
.page-template-template-blog-php .content article.format-quote:after {
  font-size: 350px;
}
.archive .content article:hover:after,
.page-template-template-blog-php .content article:hover:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.archive .content article:hover .entry-title,
.page-template-template-blog-php .content article:hover .entry-title,
.archive .content article:hover .entry-title a,
.page-template-template-blog-php .content article:hover .entry-title a {
  color: #495745;
}
/* Entry thumbnail
--------------------------------------*/
.entry-thumbnail {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 20px;
  font-weight: 300;
  font-family: Oswald, sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.entry-thumbnail img,
.entry-thumbnail iframe {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.entry-thumbnail img,
.format-audio-external .entry-thumbnail iframe {
  width: 100%;
  height: 100%;
}
.entry-thumbnail .entry-link {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 25px;
  background-color: #383838;
}
.entry-thumbnail .entry-link:hover {
  background-color: #495745;
}
.entry-thumbnail .entry-quote {
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.entry-thumbnail .entry-quote .quote {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 570px;
  display: block;
  float: none;
  padding: 20px 30px;
  margin: 0 auto -10px auto;
  position: relative;
}
.entry-thumbnail .entry-quote .quote.first,
.entry-thumbnail .entry-quote .quote:first-child {
  margin-left: 0;
}
.entry-thumbnail .entry-quote .quote:first-child {
  margin-left: auto;
}
.entry-thumbnail .entry-quote .quote:before,
.entry-thumbnail .entry-quote .quote:after {
  color: #383838;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  width: 25px;
  height: 25px;
}
.entry-thumbnail .entry-quote .quote:before {
  content: "“";
  left: 0;
  top: 0;
}
.entry-thumbnail .entry-quote .quote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
.entry-thumbnail .entry-quote .quote-author {
  color: #495745;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  bottom: -13px;
  padding: 0 20px;
  background-color: #f0f0f0;
}
.entry-thumbnail .flexslider {
  width: 100%;
  background-color: #383838;
}
.entry-thumbnail .flexslider img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.entry-thumbnail .flexslider .flex-control-nav {
  width: auto;
  bottom: 0;
  left: 20px;
}
.entry-thumbnail .mejs-controls > div {
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #465142;
  border-width: 0;
}
.entry-thumbnail .mejs-controls .mejs-playpause-button {
  padding-right: 0;
}
.entry-thumbnail .mejs-controls .mejs-playpause-button button:before {
  font-size: 20px;
}
.entry-thumbnail .mejs-controls .mejs-stop {
  color: #ffffff;
  border-right-width: 2px;
}
.entry-thumbnail .mejs-controls .mejs-time {
  width: 95px;
}
.entry-thumbnail .mejs-controls .mejs-volume-button {
  border-left-width: 2px;
}
.entry-thumbnail .mejs-controls .mejs-volume-button button {
  margin-top: 0;
}
.entry-thumbnail .mejs-controls .mejs-horizontal-volume-slider {
  width: 80px;
  padding-left: 20px;
}
.entry-thumbnail .mejs-controls .mejs-horizontal-volume-total {
  width: 70px;
}
.entry-thumbnail .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  font-family: Lato, sans-serif;
}
.entry-thumbnail .mejs-video {
  padding-bottom: 40px;
  background-color: #000;
}
.entry-thumbnail .mejs-video .mejs-controls {
  position: absolute;
  bottom: 0;
  z-index: 99;
  margin-top: -3px;
  background-color: #495745;
}
.entry-thumbnail .mejs-video .mejs-controls .mejs-volume-slider {
  left: 20px;
}
.entry-thumbnail .mejs-audio .mejs-controls .mejs-volume-button {
  padding-right: 0;
}
.format-audio .entry-thumbnail {
  background-color: #383838;
}
.format-audio .entry-thumbnail .visualization {
  display: block;
  width: 100%;
  height: 100px;
}
.format-audio-external .entry-thumbnail,
.format-audio-spectrum .entry-thumbnail {
  background-color: transparent;
  padding: 0;
}
.format-audio-external .entry-thumbnail .mejs-container,
.format-audio-spectrum .entry-thumbnail .mejs-container {
  background-color: #495745;
}
.format-audio-spectrum .entry-thumbnail .mejs-controls > div {
  border-color: #465142;
}
.format-audio-spectrum .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.format-audio-spectrum .entry-thumbnail .mejs-controls .mejs-time-loaded {
  background-color: #666;
}
.entry-title {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
  font: 28px/1.5 Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.entry-title a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
}
.entry-meta {
  color: #383838;
  font-size: 14px;
}
.entry-meta span {
  font-style: italic;
}
.entry-meta span span,
.entry-meta span a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #495745;
}
.entry-meta span span:hover,
.entry-meta span a:hover {
  color: #383838;
}
.entry-content {
  color: #666666;
  line-height: 1.8;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.entry-content a {
  text-decoration: underline;
}
.edit-link {
  clear: both;
  font-style: italic;
}
.edit-link a:hover {
  color: #383838;
}
.read-more,
.entry-content .more-link {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  *display: inline;
  display: inline-block;
  zoom: 1;
  position: relative;
  color: #495745;
  text-decoration: none !important;
}
.read-more:after,
.entry-content .more-link:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\e6ac";
  padding: 0 0 0 5px;
  position: absolute;
  bottom: 2px;
}
.read-more:hover,
.entry-content .more-link:hover {
  color: #383838;
}
.entry-content .more-link {
  display: block;
  float: left;
  margin-top: 10px;
}
/* Post format Icons
---------------------------------------------*/
.content .entry-format:before,
.section-latest-news .entry-format:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.5;
  content: "\e606";
}
.content .format-image .entry-format:before,
.section-latest-news .format-image .entry-format:before,
.content .format-image:after,
.section-latest-news .format-image:after {
  content: "\e626";
}
.content .format-gallery .entry-format:before,
.section-latest-news .format-gallery .entry-format:before,
.content .format-gallery:after,
.section-latest-news .format-gallery:after {
  content: "\e67c";
}
.content .format-video .entry-format:before,
.section-latest-news .format-video .entry-format:before,
.content .format-video:after,
.section-latest-news .format-video:after {
  content: "\e67d";
}
.content .format-audio .entry-format:before,
.section-latest-news .format-audio .entry-format:before,
.content .format-audio:after,
.section-latest-news .format-audio:after {
  content: "\e6e6";
}
.content .format-audio.format-audio-spectrum .entry-format:before,
.section-latest-news .format-audio.format-audio-spectrum .entry-format:before,
.content .format-audio.format-audio-spectrum:after,
.section-latest-news .format-audio.format-audio-spectrum:after {
  content: "\e659";
}
.content .format-audio.format-audio-external .entry-format:before,
.section-latest-news .format-audio.format-audio-external .entry-format:before,
.content .format-audio.format-audio-external:after,
.section-latest-news .format-audio.format-audio-external:after {
  content: "\e6da";
}
.content .format-link .entry-format:before,
.section-latest-news .format-link .entry-format:before,
.content .format-link:after,
.section-latest-news .format-link:after {
  content: "\e620";
}
.content .format-quote .entry-format:before,
.section-latest-news .format-quote .entry-format:before,
.content .format-quote:after,
.section-latest-news .format-quote:after {
  content: "“";
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}
.entry-info .entry-format,
.entry-info .entry-date {
  color: #ffffff;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #383838;
}
.entry-info .entry-format {
  top: 40px;
  background-color: #495745;
}
.entry-info .entry-date {
  top: 80px;
  font: 12px/1.3 Oswald, sans-serif;
  font-weight: 300;
}
.entry-info .tags-links {
  color: #383838;
  padding-top: 20px;
  display: block;
}
.entry-info .tags-links i {
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 25px;
}
.entry-info .tags-links a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
  font-size: 12px;
}
.entry-info .tags-links a:hover {
  color: #495745;
}
.sidebar-content .entry-info .entry-format,
.sidebar-content .entry-info .entry-date {
  right: -40px;
  left: auto;
}
/* Pagination
--------------------------------------*/
.pagination {
  text-transform: uppercase;
  margin: 40px;
  overflow: hidden;
  background-color: #383838;
}
.pagination a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  text-align: center;
  line-height: 40px;
  display: block;
  height: 40px;
  background-color: #383838;
}
.pagination a.loading {
  background-color: #495745;
}
.pagination a.loading:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  content: "\e66d";
}
.pagination a:hover {
  background-color: #495745;
}
.simple-navigation a:hover {
  color: #495745;
  background-color: transparent;
}
.simple-navigation .next-posts {
  float: right;
  padding-right: 20px;
}
.simple-navigation .prev-posts {
  float: left;
  padding-left: 20px;
}
.numberic-navigation {
  text-align: right;
  background-color: transparent;
}
.numberic-navigation a,
.numberic-navigation span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  min-width: 40px;
  padding: 0 10px;
  margin: 0 0 0 3px;
  line-height: 40px;
  font-family: Oswald, sans-serif;
  text-align: center;
  background-color: #383838;
}
.numberic-navigation a:hover,
.numberic-navigation span {
  color: #ffffff;
  background-color: #495745;
}
.numberic-navigation span {
  position: relative;
}
.numberic-navigation .prev,
.numberic-navigation .next {
  font-size: 0;
  position: relative;
  top: 2px;
}
.numberic-navigation .prev:before,
.numberic-navigation .next:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
}
.numberic-navigation .prev:before {
  content: "\e712";
}
.numberic-navigation .next:before {
  content: "\e6a8";
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .numberic-navigation span {
    top: -1px;
  }
}
/* Single Navigation
--------------------------------------*/
.navigation {
  clear: both;
  overflow: hidden;
  height: 50px;
  width: 100%;
  padding: 0 40px;
  background-color: #e0e0e0;
}
.navigation a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
  font-size: 14px;
  line-height: 50px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.navigation a:hover {
  color: #495745;
}
.navigation a:after,
.navigation a:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation .next-post {
  float: right;
}
.navigation .next-post a:after {
  content: "\e6ac";
  margin-left: 10px;
}
.navigation .prev-post a:before {
  content: "\e6a9";
  margin-right: 10px;
}
.comments-pagination {
  font-size: 16px;
  font-family: Oswald, sans-serif;
  text-align: right;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.comments-pagination span,
.comments-pagination a {
  line-height: 1;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
.comments-pagination span {
  color: #383838;
}
.comments-pagination a {
  color: #495745;
  display: inline;
  background-color: transparent;
}
.comments-pagination a:hover {
  color: #383838;
  background-color: transparent;
}
/* Single
--------------------------------------*/
.single .content article .tags-links {
  *display: inline;
  display: inline-block;
  zoom: 1;
  float: left;
  margin-left: 30px;
  width: 770px;
  float: none;
  display: block;
  position: relative;
  padding: 40px 40px 0 40px;
  margin: 40px 0 0 -40px;
  border-top: 1px solid #e0e0e0;
}
.single .content article .tags-links.first,
.single .content article .tags-links:first-child {
  margin-left: 0;
}
.post-author-area,
.comments-area {
  padding: 40px;
  border-top: 1px solid #e0e0e0;
}
.about-author-title,
.comments-title,
.comment-reply-title {
  color: #383838;
  font: 20px/1 Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.avatar {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Author box
--------------------------------------*/
.author-box {
  color: #666666;
  overflow: hidden;
  padding: 20px;
  background-color: #e0e0e0;
}
.author-box .avatar {
  float: left;
  border: 5px solid #383838;
}
.author-box .avatar:hover {
  border-color: #495745;
}
.author-box .info {
  margin-left: 160px;
}
.author-box .num-posts,
.author-box .display-name,
.author-box .author-role {
  color: #383838;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  display: block;
}
.author-box .num-posts {
  font-size: 12px;
  float: right;
}
.author-box .num-posts span {
  color: #495745;
  font-size: 20px;
}
.author-box .display-name {
  font-size: 20px;
}
.author-box .author-role {
  color: #495745;
  font-size: 14px;
}
.author-box .author-desc {
  margin: 10px 0 0 0;
}
/* Comments
--------------------------------------*/
.comments-title {
  float: left;
}
.commentlist {
  clear: both;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
}
.commentlist .children {
  padding: 0 0 0 110px;
  margin: 0;
  list-style-type: none;
}
.commentlist article {
  padding: 0;
  margin: 0 0 40px 0;
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.commentlist article header,
.commentlist article footer,
.commentlist article .comment-content {
  margin-left: 110px;
}
.commentlist article:hover .comment-author,
.commentlist article:hover .comment-author a,
.commentlist article:hover .comment-reply-link {
  color: #495745;
}
.commentlist article:hover .avatar {
  border-color: #495745;
}
.commentlist .avatar {
  float: left;
  border: 5px solid #383838;
}
.commentlist .comment-author,
.commentlist .comment-meta {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  display: block;
  color: #383838;
  font: 16px/1.5 Oswald, sans-serif;
  text-transform: uppercase;
}
.commentlist .comment-author cite,
.commentlist .comment-meta cite {
  font-style: normal;
}
.commentlist .comment-author cite a,
.commentlist .comment-meta cite a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
}
.commentlist .comment-meta {
  font-size: 12px;
}
.commentlist .comment-meta a {
  color: #383838;
}
.commentlist .comment-content {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0;
}
.commentlist .comment-reply-link {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
  font: 14px/1 Oswald, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.commentlist .comment-reply-link:after {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\e60a";
  margin-left: 5px;
}
.commentlist .depth-5 .comment-reply-link {
  position: relative;
  float: right;
}
.comment-respond {
  padding: 0;
  margin: 0;
}
.comment-respond form {
  position: relative;
}
.comment-respond input,
.comment-respond textarea {
  width: 100%;
  background-color: transparent;
}
.comment-respond input {
  height: 40px;
}
.comment-respond input[type=submit] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #383838;
}
.comment-respond input[type=submit]:hover {
  background-color: #495745;
}
.comment-respond textarea {
  height: 140px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-url,
.comment-respond .comment-form-email,
.comment-respond .comment-form-comment {
  width: 335px;
  margin-bottom: 10px;
  position: relative;
}
.comment-respond .comment-form-author:before,
.comment-respond .comment-form-url:before,
.comment-respond .comment-form-email:before,
.comment-respond .comment-form-comment:before {
  color: #666666;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.comment-respond .comment-form-comment {
  float: right;
  width: 345px;
  margin-top: -150px;
}
.comment-respond .comment-notes {
  margin-bottom: 20px;
}
.children .comment-respond .comment-form-author,
.children .comment-respond .comment-form-url,
.children .comment-respond .comment-form-email,
.children .comment-respond .comment-form-comment {
  width: 100%;
  float: none;
  margin-top: 0;
}
.logged-in .comment-respond .comment-form-comment {
  width: 100%;
  float: none;
  margin-top: 0;
}
.page-template-template-fullwidth-page-php article {
  padding: 40px 0;
  border-bottom: 0px solid #e0e0e0;
}
.page-template-template-fullwidth-page-php .entry-content {
  overflow: visible;
  font-family: Lato, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.page-template-template-fullwidth-page-php .entry-content h1,
.page-template-template-fullwidth-page-php .entry-content h2,
.page-template-template-fullwidth-page-php .entry-content h3,
.page-template-template-fullwidth-page-php .entry-content h4,
.page-template-template-fullwidth-page-php .entry-content h5,
.page-template-template-fullwidth-page-php .entry-content h6 {
  font-family: Oswald, sans-serif;
}
.page-template-template-fullwidth-page-php .main-content {
  padding-top: 0px;
}
.mejs-horizontal-volume-slider {
  display: table;
}
.mejs-time-rail {
  position: relative;
}
.mejs-time-rail .mejs-time-total {
  height: 8px;
}
.mejs-time-rail .mejs-time-slider {
  display: block;
}
.mejs-time-rail .mejs-time-float {
  top: 0px;
}
.widget {
  display: block;
  padding: 40px;
  border-bottom: 1px solid #e0e0e0;
  color: #666666;
}
.widget a {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #383838;
}
.widget a:hover {
  color: #495745;
}
.widget input[type="text"],
.widget input[type="textarea"] {
  background: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 12px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul ul {
  margin-top: 10px;
  padding-left: 20px;
}
.widget li {
  margin-bottom: 10px;
  color: #383838;
  font-size: 14px;
  text-transform: capitalize;
}
.widget li:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  content: "\e6a4";
  padding-right: 10px;
}
.widget article {
  padding: 10px 0 10px 0;
  margin: 0px;
  overflow: hidden;
  border: none;
}
.widget article:first-child {
  padding-top: 0;
}
.widget-title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  color: #383838;
  text-transform: uppercase;
}
.widget .menu li a {
  display: block;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #383838;
}
.widget .menu li a:hover {
  color: #495745;
  border-left-color: #495745;
}
.widget .menu li:before {
  display: none;
}
.widget_tag_cloud a {
  background: #383838;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 2px;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 1;
}
.widget_tag_cloud a:hover {
  background: #495745;
  color: #ffffff;
}
.widget_noise-tweets .tweet {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0 20px 30px;
  min-height: 50px;
  position: relative;
}
.widget_noise-tweets .tweet:first-child {
  padding-top: 0;
  border-top: none;
}
.widget_noise-tweets .tweet a {
  color: #495745;
}
.widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.widget_noise-tweets .tweet i {
  color: #495745;
  font-size: 20px;
  text-align: left;
  position: absolute;
  left: 0px;
  margin-top: 5px;
}
.widget_noise-tweets .tweet time {
  margin-top: 30px;
  font-size: 12px;
  font-style: italic;
  color: #383838;
}
.noise-recent-posts .thumb img {
  width: 60px;
  height: 60px;
  margin: 0;
  float: left;
}
.noise-recent-posts .text {
  margin-left: 75px;
}
.noise-recent-posts .title {
  font-family: Oswald, sans-serif;
  color: #383838;
  font-size: 14px;
  display: block;
}
.noise-recent-posts .comments,
.noise-recent-posts .date,
.noise-recent-posts .more-link {
  font-style: italic;
  font-size: 12px;
}
.noise-recent-posts .excerpt p {
  margin: 0;
}
.noise-recent-posts .more-link {
  display: block;
}
.widget-tabs .tabs-nav {
  width: 100%;
  height: 35px;
}
.widget-tabs .tabs-nav li {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 30%;
  border-left: 0px;
  border-right: 2px solid #dcdcdc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.widget-tabs .tabs-nav li:last-child {
  border-right: 0px;
}
.widget-tabs .tabs-nav li:before {
  display: none;
}
.widget-tabs .tabs-nav a {
  background: #383838;
  height: 35px;
  padding-top: 10px;
  line-height: 1;
  color: #ffffff;
  text-transform: inherit;
  font-size: 14px;
}
.widget-tabs .tabs-nav a:hover {
  background: #495745;
}
.widget-tabs .tabs-nav a.active {
  background: #e0e0e0;
  border-left: 0px;
  color: #495745;
}
.widget-tabs .tab-panel {
  background: #e0e0e0;
  padding: 0px 0 0;
  border: 0;
}
.widget-tabs article {
  padding-left: 20px;
  padding-right: 20px;
}
.widget-tabs article:first-child {
  padding-top: 20px;
}
.widget-tabs article .title {
  font-size: 12px;
  text-transform: uppercase;
}
.widget-tabs article .entry-author {
  font-size: 12px;
  font-style: italic;
}
.widget-tabs article .entry-author a {
  color: #666666;
}
.widget-tabs article .entry-author a:hover {
  color: #495745;
}
.widget-tabs article .comments {
  display: block;
}
#comment-tab {
  background: none;
}
#comment-tab .comment {
  background: #e0e0e0;
  padding: 10px;
  font-size: 11px;
  margin-top: 10px;
  min-height: inherit;
}
#comment-tab .comment-summary {
  margin: 0 0 5px;
}
#comment-tab .author-comment {
  font-style: italic;
}
#comment-tab a {
  text-decoration: underline;
}
.widget_text .textwidget {
  line-height: 1.8;
}
.widget_calendar table {
  width: 100%;
}
.widget.widget_wysija .wysija-paragraph {
  margin-bottom: 10px;
  position: relative;
}
.widget.widget_wysija .wysija-paragraph:first-child:before {
  content: "\e60d";
}
.widget.widget_wysija .wysija-paragraph:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: "\e604";
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.widget.widget_wysija input[type=text] {
  padding-right: 40px;
}
.widget.widget_wysija .wysija-submit {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #383838;
  border: 0px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  padding: 5px 0px;
  cursor: pointer;
  margin-top: 0px;
}
.widget.widget_wysija .wysija-submit:hover {
  background: #495745;
}
.widget.widget_wysija .formError {
  display: none;
}
.widget_links li,
.widget_recent_entries li,
.widget_pages li,
.widget_archive li {
  color: #666666;
}
.widget_rss li {
  color: #666666;
  margin: 0;
  padding: 10px 0;
}
.widget_rss li:before {
  display: none;
}
.widget_rss li .rsswidget {
  font-size: 14px;
  font-family: Oswald, sans-serif;
}
.widget_rss li .rss-date {
  font-style: italic;
  font-size: 12px;
}
.widget_rss li .rssSummary {
  padding-top: 10px;
}
.widget_recent_entries .post-date {
  font-style: italic;
  font-size: 12px;
}
.widget_recent_comments a {
  color: #495745;
}
.widget_calendar table {
  color: #383838;
}
.widget_calendar table thead,
.widget_calendar table tfoot {
  font-family: Oswald, sans-serif;
}
.widget_calendar a {
  color: #495745;
}
.widget_calendar a:hover {
  color: #383838;
}
.widget-featured-tracks .track {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #383838;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}
.widget-featured-tracks .track:last-child {
  border: 0px;
}
.widget-featured-tracks .track:hover .play-track {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-featured-tracks .track-no,
.widget-featured-tracks .track-image {
  float: left;
}
.widget-featured-tracks .track-no {
  width: 50px;
  margin-right: 10px;
  font-size: 40px;
  line-height: 45px;
  font-family: Oswald, sans-serif;
}
.widget-featured-tracks .track-image {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  text-align: center;
  position: relative;
  border: 5px solid #383838;
  background-color: #383838;
}
.widget-featured-tracks .track-image img {
  max-height: 100%;
}
.widget-featured-tracks .track-image .play-track {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #ffffff;
  font-size: 20px;
}
.widget-featured-tracks .track-image .play-track:before {
  display: block;
  line-height: 50px;
}
.widget-featured-tracks .track-image .play-track.entypo-pause {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-featured-tracks .track-title {
  font-size: 12px;
  padding: 0 10px 0 0;
  margin: 10px 0;
  overflow: hidden;
}
.widget-featured-tracks .track-title a {
  color: #495745;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.widget-featured-tracks .track-title a:before {
  font-family: 'Entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-featured-tracks .track-title .artist-name {
  margin-top: 5px;
  display: block;
}
.widget-featured-tracks .track-vote {
  float: right;
  width: 35px;
  margin-top: 5px;
  text-align: center;
}
.widget-featured-tracks .track-vote .icon {
  font-size: 20px;
  color: #495745;
  display: block;
  margin-bottom: 5px;
}
.widget-featured-tracks .mejs-audio {
  display: none;
}
.widget_noise-artists .artist {
  padding: 10px 0;
  overflow: hidden;
}
.widget_noise-artists .artist img {
  float: left;
}
.widget_noise-artists .artist span {
  display: block;
  margin-left: 75px;
}
.widget_noise-artists .artist .artist-name {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.footer {
  min-height: 200px;
  padding: 80px 0px;
  overflow: hidden;
}
.footer a {
  color: #495745;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-sidebar {
  margin-bottom: 30px;
}
.footer .widget {
  padding: 0px;
  border-bottom: 0px solid #e0e0e0;
}
.footer .widget a,
.footer .widget a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .copyright {
  clear: both;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  position: relative;
  margin-left: 0px;
}
.footer .copyright.default-copyright {
  font-size: 40px;
  font-weight: 700;
}
.footer .copyright-info {
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-weight: 300;
}
.footer .scroll-top:before {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
.footer a.scroll-top {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  z-index: 1000;
  background-color: #383838;
}
.footer a.scroll-top:hover {
  background-color: #495745;
}
.copyright-shortcode {
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  display: block;
  position: relative;
}
.copyright-shortcode .copyright-info {
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-weight: 300;
}
/*--------------------------------------------------------
MIXINS
--------------------------------------------------------*/
/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
@media only screen and (max-width: 1169px) {
  .inner {
    width: 940px;
  }
  .parallax {
    background-position: center top !important;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  .extended-player #cboxLoadedContent {
    max-width: 940px;
  }
  #cboxLoadedContent {
    max-width: 920px;
  }
  .section-slider .caption {
    max-width: 940px;
  }
  .section-slider .caption img {
    height: auto;
  }
  .images-gallery-slideshow {
    height: 432px;
  }
  .images-gallery-slideshow .slides li {
    min-width: 920px;
    min-height: 432px;
  }
  .images-gallery-slideshow img {
    max-height: 100%;
  }
  .section-releases .album-cover img {
    max-width: none;
    min-width: 100%;
    margin-left: -20%;
  }
  .videos-slideshow object,
  .videos-slideshow embed,
  .videos-slideshow video,
  .videos-slideshow iframe {
    max-width: 100%;
    max-height: 100%;
  }
  .videos-slideshow .slides li {
    height: 462px;
  }
  .videos-slideshow .mejs-container {
    max-height: 462px;
  }
  .track-info .track-summary {
    width: 560px;
  }
  .track-info .go-extended {
    width: 400px;
  }
  .track-visual .track-meta,
  .track-visual .track-lyric {
    width: 48%;
  }
  .track-visual .links a.button,
  .track-visual .links span.button {
    width: 25%;
  }
  .track-visual .track-data .album-name,
  .track-visual .track-data .artist-name,
  .track-visual .track-data .genre {
    width: 100%;
  }
  .track-visual .track-data .release-date,
  .track-visual .track-data .length,
  .track-visual .track-data .composer {
    display: none;
  }
  .media-slider .slides li {
    width: 940px;
    height: 194px;
  }
  .media-slider .hentry {
    width: 164px;
    height: 164px;
  }
  .media-slider .hentry h3 {
    font-size: 14px;
  }
  .products-slider .slides li {
    height: 230px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .related ul.products li.product {
    width: 164px;
    height: 240px;
    font-size: 14px;
    float: left;
    clear: none;
  }
  .woocommerce ul.products li.product .product-inner .sale-price,
  .woocommerce-page ul.products li.product .product-inner .sale-price,
  .woocommerce .related ul.products li.product .product-inner .sale-price {
    width: 100px;
    padding: 0;
    left: 20px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price:not(:empty),
  .woocommerce-page ul.products li.product .product-inner .sale-price:not(:empty),
  .woocommerce .related ul.products li.product .product-inner .sale-price:not(:empty) {
    padding: 0 10px 5px 0;
  }
  .woocommerce ul.products li.product .product-inner .sale-price span.price del,
  .woocommerce-page ul.products li.product .product-inner .sale-price span.price del,
  .woocommerce .related ul.products li.product .product-inner .sale-price span.price del,
  .woocommerce ul.products li.product .product-inner .sale-price span.price del .amount,
  .woocommerce-page ul.products li.product .product-inner .sale-price span.price del .amount,
  .woocommerce .related ul.products li.product .product-inner .sale-price span.price del .amount {
    font-size: 14px;
  }
  .woocommerce ul.products li.product .product-inner .star-rating,
  .woocommerce-page ul.products li.product .product-inner .star-rating,
  .woocommerce .related ul.products li.product .product-inner .star-rating {
    margin-left: 35px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table span,
  .woocommerce #content .entry-content .shop_table .header-cart-table span {
    font-size: 18px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-subtotal,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-subtotal {
    margin-left: 12px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail,
  .woocommerce #content .entry-content .shop_table .cart-product-detail {
    width: 720px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name,
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-name {
    width: 200px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity,
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-quantity {
    width: 150px;
    float: left;
    margin: -10px 10px;
  }
  .tiny-carousel .viewport {
    height: 388px;
  }
  .products-slider .viewport {
    height: 220px;
  }
  .section-popular-tracks .popular-tracks {
    width: 100%;
    margin-left: 0;
  }
  .section-popular-tracks .top-week {
    margin-bottom: 30px;
  }
  .section-popular-tracks .track-title {
    width: 670px;
  }
  .releases-slider .album .album-info {
    width: 400px;
  }
  .releases-slider .album .album-info p {
    height: 15px;
    overflow: hidden;
  }
  .releases-slider .album .album-tracks {
    margin-left: 450px;
  }
  .releases-slider .album .tracklist li {
    overflow: hidden;
  }
  .releases-slider .album .tracklist .track-name {
    width: 150px;
  }
  .section-events .time-event {
    width: 110px;
  }
  .section-events .place-event {
    width: 200px;
  }
  .section-events .name-event {
    width: 280px;
  }
  .section-events .past-event .place-event {
    width: 200px;
  }
  .section-events .past-event .name-event {
    width: 400px;
  }
  .section-events .slides li {
    width: 920px;
  }
  .artists-slider .slides li {
    height: 356px;
  }
  .artists-slider .artist {
    width: 293.33px;
  }
  .artists-slider .artist .quick-facts .full-name,
  .artists-slider .artist .quick-facts .birth-place {
    min-width: 140px;
  }
  .artists-slider .artist .quick-facts .nick-name,
  .artists-slider .artist .quick-facts .occupation {
    min-width: 100px;
  }
  .artists-slider .artist .artist-thumbnail {
    width: 293.33px;
    height: 356px;
  }
  .artists-slider .artist .artist-thumbnail img {
    width: 100%;
    height: 100%;
  }
  .artists-slider .artist .artist-info {
    width: 616.67px;
    height: 356px;
  }
  .artists-slider .artist .quick-facts {
    height: auto;
  }
  .artists-slider .artist .quick-facts .full-name,
  .artists-slider .artist .quick-facts .nick-name,
  .artists-slider .artist .quick-facts .birth-date,
  .artists-slider .artist .quick-facts .birth-place,
  .artists-slider .artist .quick-facts .occupation {
    width: 35%;
    height: 21px;
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
  }
  .artists-slider .artist .quick-facts .birth-date {
    width: 28%;
  }
  .artists-slider .artist .best-known-for,
  .artists-slider .artist .synopsis {
    height: auto;
    padding-top: 10px;
  }
  .artists-slider .artist .best-known-for .scroll-pane,
  .artists-slider .artist .synopsis .scroll-pane {
    font-size: 14px;
  }
  .artists-slider .artist .info-title {
    margin-bottom: 10px;
  }
  .section-latest-news article {
    width: 293.33px;
  }
  .contact-form .box {
    width: 455px;
  }
  .content {
    width: 610px;
  }
  .sidebar {
    width: 290px;
  }
  .single .content article .tags-links {
    width: 610px;
  }
  .widget-tabs .tabs-nav a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner {
    width: 690px;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  .extended-player #cboxLoadedContent {
    max-width: 690px;
  }
  #cboxLoadedContent {
    max-width: 670px;
  }
  .section-slider .caption {
    max-width: 690px;
  }
  .section-slider .caption img {
    height: auto;
  }
  .mejs-time-rail {
    display: none;
  }
  .images-gallery-slideshow {
    height: 315px;
  }
  .images-gallery-slideshow .slides li {
    min-width: 670px;
    min-height: 315px;
  }
  .videos-slideshow .slides li {
    height: 333px;
  }
  .videos-slideshow .mejs-container {
    max-height: 333px;
  }
  .nav-menu .mobile-nav {
    display: block;
  }
  .nav-menu #nav {
    display: none;
  }
  .track-info {
    overflow: hidden;
  }
  .track-info .artist-info {
    width: 220px;
  }
  .track-info .artist-image {
    height: 100%;
  }
  .track-info .track-summary {
    width: 360px;
  }
  .track-info .track-summary .links {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 220px;
  }
  .track-info .track-details .track-composer {
    display: none;
  }
  .track-info .track-details .left,
  .track-info .track-details .right {
    float: none;
    width: 100%;
  }
  .track-info .track-rating {
    margin-top: 0;
    float: left;
  }
  .track-info .player-playshuffle,
  .track-info .player-playloop {
    font-size: 30px;
    float: right;
  }
  .track-info .go-extended {
    width: 100%;
  }
  .section-slider .caption {
    max-width: 700px;
  }
  .section-slider .flex-control-nav {
    display: block;
  }
  .section-slider .flex-direction-nav {
    display: none;
  }
  .media-slider .slides li {
    width: 690px;
    height: 480px;
  }
  .media-slider .hentry {
    width: 210px;
    height: 210px;
  }
  .media-slider .hentry:nth-child(4n) {
    margin-left: 0;
  }
  .media-slider .hentry h3 {
    font-size: 16px;
  }
  .products-slider .slides li {
    height: 630px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .related ul.products li.product {
    width: 210px;
    height: 290px;
    font-size: 16px;
    float: left;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce-page ul.products li.product:nth-child(3n+1),
  .woocommerce .related ul.products li.product:nth-child(3n+1) {
    margin-left: 0;
  }
  .woocommerce ul.products li.product .product-inner,
  .woocommerce-page ul.products li.product .product-inner,
  .woocommerce .related ul.products li.product .product-inner {
    margin-bottom: 12px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price,
  .woocommerce-page ul.products li.product .product-inner .sale-price,
  .woocommerce .related ul.products li.product .product-inner .sale-price {
    width: 100px;
    padding: 0;
    left: 43px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price:not(:empty),
  .woocommerce-page ul.products li.product .product-inner .sale-price:not(:empty),
  .woocommerce .related ul.products li.product .product-inner .sale-price:not(:empty) {
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .woocommerce ul.products li.product .product-inner .star-rating,
  .woocommerce-page ul.products li.product .product-inner .star-rating,
  .woocommerce .related ul.products li.product .product-inner .star-rating {
    margin-left: 50px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table,
  .woocommerce #content .entry-content .shop_table .header-cart-table {
    width: 470px;
    top: -27px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table span,
  .woocommerce #content .entry-content .shop_table .header-cart-table span {
    padding: 5px;
    font-size: 16px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-name,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-name,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-subtotal,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-subtotal {
    margin-left: 12px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail,
  .woocommerce #content .entry-content .shop_table .cart-product-detail {
    width: 470px;
    padding: 55px 30px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name,
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-name {
    width: 140px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity,
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-quantity {
    width: 120px;
    float: left;
    margin: -10px 10px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions,
  .woocommerce #content .entry-content .shop_table .actions {
    width: 470px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .coupon,
  .woocommerce #content .entry-content .shop_table .actions .coupon {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .checkout-button,
  .woocommerce #content .entry-content .shop_table .actions .checkout-button {
    float: right;
  }
  .woocommerce-page .shop-product ul.products li.product:nth-of-type(6n) {
    margin-left: 30px;
  }
  .tiny-carousel .viewport {
    height: 480px;
  }
  .products-slider .viewport {
    height: 630px;
  }
  .section-popular-tracks .track-title {
    width: 420px;
  }
  .section-releases .album-cover img {
    margin-left: -40%;
  }
  .section-releases .album-cover .view-detail {
    left: 40%;
  }
  .section-releases .album-cover .play-album {
    right: 40%;
  }
  .section-releases .album .album-info,
  .section-releases .album .album-tracks {
    width: 48%;
  }
  .section-releases .album .album-info img {
    height: 100%;
  }
  .section-releases .album .album-info p {
    width: 100%;
  }
  .section-releases .album .album-composer,
  .section-releases .album .album-genre {
    text-align: left;
  }
  .section-releases .album .album-sources span.button {
    display: none;
  }
  .section-releases .album .album-sources a.button {
    width: 33.33%;
  }
  .section-releases .album .album-tracks {
    float: right;
    margin: 0;
  }
  .section-releases .album .tracklist .vote-score {
    display: none;
  }
  .section-events .place-event {
    display: none;
  }
  .section-events .name-event {
    width: 230px;
  }
  .section-events .past-event .name-event {
    width: 350px;
  }
  .section-events .slides li {
    width: 670px;
  }
  .artists-slider .artist {
    width: 200px;
    margin-left: 0;
    position: relative;
  }
  .artists-slider .artist:hover {
    z-index: 100;
  }
  .artists-slider .artist .artist-thumbnail {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 290px;
  }
  .artists-slider .artist .artist-info {
    width: 100%;
    margin-left: 0;
  }
  .artists-slider.item-expanded .artist-thumbnail {
    width: 0;
    border-width: 0;
  }
  .section-latest-news article {
    width: 230px;
    margin: 0;
  }
  .section-latest-news article .entry-title {
    font-style: 18px;
  }
  .section-latest-news article .entry-content p {
    height: 80px;
  }
  .contact-form .box {
    width: 455px;
  }
  .content,
  .sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-sidebar .minimize-sidebar {
    display: none;
  }
  .entry-thumbnail .entry-quote .quote {
    width: 100%;
  }
  .article {
    padding: 20px;
  }
  .widget {
    padding: 40px;
  }
  .single .content article .tags-links {
    width: 690px;
  }
}
@media only screen and (max-width: 799px) {
  .inner {
    width: 500px;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    width: 100%;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  .extended-player #cboxLoadedContent {
    max-width: 500px;
  }
  #cboxLoadedContent {
    max-width: 480px;
  }
  .section-slider .caption {
    max-width: 500px;
  }
  .section-slider .caption img {
    height: auto;
  }
  .images-gallery-slideshow,
  .videos-slideshow {
    height: 236px;
  }
  .images-gallery-slideshow .slides li,
  .videos-slideshow .slides li {
    min-width: 480px;
    min-height: 236px;
  }
  .images-gallery-slideshow .mejs-container,
  .videos-slideshow .mejs-container {
    max-height: 236px;
  }
  .images-gallery-slideshow .flex-direction-nav a,
  .videos-slideshow .flex-direction-nav a {
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
  }
  .images-gallery-slideshow .flex-direction-nav a:before,
  .videos-slideshow .flex-direction-nav a:before {
    padding: 0;
    line-height: 100px;
  }
  .images-gallery-slideshow {
    height: 225px;
  }
  .images-gallery-slideshow .slides li {
    min-height: 225px;
  }
  #cboxClose {
    right: 0;
    top: -40px;
  }
  .mejs-controls .mejs-tracktitle {
    width: 110px;
  }
  .mejs-controls .mejs-rating {
    display: none;
  }
  .mejs-controls .mejs-volume-button {
    display: none;
  }
  .mejs-controls .mejs-info {
    display: none;
  }
  .mejs-controls .mejs-time-rail {
    display: none;
  }
  .mejs-controls .mejs-horizontal-volume-slider {
    width: 120px;
  }
  .mejs-controls .mejs-horizontal-volume-total {
    width: 110px;
  }
  .tracks-info {
    display: none !important;
  }
  .media-slider .slides li {
    width: 500px;
    height: 322px;
  }
  .media-slider .hentry {
    width: 146px;
    height: 146px;
  }
  .media-slider .hentry h3 {
    font-size: 12px;
  }
  .media-slider .flex-direction-nav {
    right: -38px;
  }
  .section-releases .album-cover img {
    margin-left: -70%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 146px;
    height: 210px;
    font-size: 12px;
    float: left;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce-page ul.products li.product:nth-child(3n+1) {
    margin-left: 0;
  }
  .woocommerce ul.products li.product .product-inner .sale-price,
  .woocommerce-page ul.products li.product .product-inner .sale-price {
    width: 100px;
    padding: 0;
    left: 12px;
    font-size: 14px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price:not(:empty),
  .woocommerce-page ul.products li.product .product-inner .sale-price:not(:empty) {
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price span.price del,
  .woocommerce-page ul.products li.product .product-inner .sale-price span.price del,
  .woocommerce ul.products li.product .product-inner .sale-price p.price del,
  .woocommerce-page ul.products li.product .product-inner .sale-price p.price del,
  .woocommerce ul.products li.product .product-inner .sale-price span.price .amount,
  .woocommerce-page ul.products li.product .product-inner .sale-price span.price .amount,
  .woocommerce ul.products li.product .product-inner .sale-price p.price .amount,
  .woocommerce-page ul.products li.product .product-inner .sale-price p.price .amount {
    font-size: 12px;
  }
  .woocommerce ul.products li.product .product-inner .star-rating,
  .woocommerce-page ul.products li.product .product-inner .star-rating {
    margin-left: 35px;
  }
  .woocommerce ul.products li.product a.button.added:before,
  .woocommerce-page ul.products li.product a.button.added:before,
  .woocommerce ul.products li.product button.button.added:before,
  .woocommerce-page ul.products li.product button.button.added:before,
  .woocommerce ul.products li.product input.button.added:before,
  .woocommerce-page ul.products li.product input.button.added:before,
  .woocommerce ul.products li.product #respond input#submit.added:before,
  .woocommerce-page ul.products li.product #respond input#submit.added:before,
  .woocommerce ul.products li.product #content input.button.added:before,
  .woocommerce-page ul.products li.product #content input.button.added:before {
    top: 1px;
    left: 15px;
  }
  .woocommerce ul.products li.product .product-price .price,
  .woocommerce-page ul.products li.product .product-price .price {
    bottom: 2px;
  }
  .woocommerce div.product .cart .product-quantity .quantity,
  .woocommerce-page div.product .cart .product-quantity .quantity,
  .woocommerce #content div.product .cart .product-quantity .quantity,
  .woocommerce-page #content div.product .cart .product-quantity .quantity {
    width: 60px;
  }
  .woocommerce div.product .cart .product-quantity .quantity .plus,
  .woocommerce-page div.product .cart .product-quantity .quantity .plus,
  .woocommerce #content div.product .cart .product-quantity .quantity .plus,
  .woocommerce-page #content div.product .cart .product-quantity .quantity .plus,
  .woocommerce div.product .cart .product-quantity .quantity .minus,
  .woocommerce-page div.product .cart .product-quantity .quantity .minus,
  .woocommerce #content div.product .cart .product-quantity .quantity .minus,
  .woocommerce-page #content div.product .cart .product-quantity .quantity .minus,
  .woocommerce div.product .cart .product-quantity .quantity .qty,
  .woocommerce-page div.product .cart .product-quantity .quantity .qty,
  .woocommerce #content div.product .cart .product-quantity .quantity .qty,
  .woocommerce-page #content div.product .cart .product-quantity .quantity .qty {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
  }
  .woocommerce div.product .cart .product-quantity .quantity .qty,
  .woocommerce-page div.product .cart .product-quantity .quantity .qty,
  .woocommerce #content div.product .cart .product-quantity .quantity .qty,
  .woocommerce-page #content div.product .cart .product-quantity .quantity .qty {
    margin-left: 20px;
  }
  .woocommerce .products-slider .slides li,
  .woocommerce-page .products-slider .slides li {
    height: 460px;
  }
  .woocommerce .products-slider .slides ul.products li.product,
  .woocommerce-page .products-slider .slides ul.products li.product {
    float: left;
    clear: none;
  }
  .woocommerce .products-slider .slides ul.products li.product:nth-child(3n+1),
  .woocommerce-page .products-slider .slides ul.products li.product:nth-child(3n+1) {
    margin-left: 0;
  }
  .woocommerce #content .entry-content .shop_table .header-cart-table,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table {
    left: 113px;
  }
  .woocommerce #content .entry-content .shop_table .header-cart-table span,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table span {
    font-size: 12px;
  }
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-name,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-name {
    margin-left: 40px;
  }
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce #content .entry-content .shop_table .header-cart-table .product-subtotal,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-subtotal {
    margin-left: 12px;
  }
  .woocommerce #content .entry-content .shop_table .product-remove,
  .woocommerce-page #content .entry-content .shop_table .product-remove {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .woocommerce #content .entry-content .shop_table .product-remove a,
  .woocommerce-page #content .entry-content .shop_table .product-remove a {
    font-size: 12px;
  }
  .woocommerce #content .entry-content .shop_table .product-thumbnail,
  .woocommerce-page #content .entry-content .shop_table .product-thumbnail {
    width: 100px;
    height: 100px;
  }
  .woocommerce #content .entry-content .shop_table .cart-product-detail,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail {
    width: 350px;
    height: 100px;
    font-size: 12px;
    padding: 25px 0 25px 10px;
  }
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-name,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name {
    width: 110px;
  }
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-name a,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name a {
    font-size: 12px;
  }
  .woocommerce #content .entry-content .shop_table .cart-product-detail .product-quantity,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity {
    width: 60px;
    margin: -2px 25px;
  }
  .woocommerce #content .entry-content .shop_table .actions,
  .woocommerce-page #content .entry-content .shop_table .actions {
    width: 350px;
  }
  .woocommerce #content .entry-content .shop_table .actions .coupon,
  .woocommerce-page #content .entry-content .shop_table .actions .coupon {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce #content .entry-content .shop_table .actions .coupon input[type=text],
  .woocommerce-page #content .entry-content .shop_table .actions .coupon input[type=text] {
    font-size: 12px;
    height: 40px;
  }
  .woocommerce #content .entry-content .shop_table .actions .button,
  .woocommerce-page #content .entry-content .shop_table .actions .button {
    font-size: 12px;
    width: 100px;
    padding: 5px;
    height: 40px;
  }
  .woocommerce #content .entry-content .shop_table .actions .checkout-button,
  .woocommerce-page #content .entry-content .shop_table .actions .checkout-button {
    margin-right: 90px;
    width: 150px;
  }
  .woocommerce-page .shop-product ul.products li.product,
  .woocommerce .related ul.products li.product {
    width: 215px;
    height: 280px;
  }
  .woocommerce-page .shop-product ul.products li.product:nth-child(2n+1),
  .woocommerce .related ul.products li.product:nth-child(2n+1) {
    margin-left: 0;
  }
  .woocommerce-page .shop-product ul.products li.product:nth-child(2n+4),
  .woocommerce .related ul.products li.product:nth-child(2n+4) {
    margin-left: 30px;
  }
  .woocommerce-page .shop-product ul.products li.product .star-rating,
  .woocommerce .related ul.products li.product .star-rating {
    margin-left: 65px;
  }
  .woocommerce-page .shop-product ul.products li.product .sale-price,
  .woocommerce .related ul.products li.product .sale-price {
    left: 25%;
  }
  .tiny-carousel .viewport {
    height: 322px;
  }
  .products-slider .viewport {
    height: 460px;
  }
  .section-like .social {
    text-align: center;
  }
  .section-like .social-button-large {
    margin-bottom: 20px;
  }
  .section-like .middle-area {
    display: none;
  }
  .section-popular-tracks .track-no {
    display: none;
  }
  .section-popular-tracks .track-title {
    width: 280px;
  }
  .section-releases .album .actions {
    width: auto;
  }
  .section-releases .album .actions span {
    display: none;
  }
  .section-releases .album .actions .play-track {
    display: block;
  }
  .section-releases .album .tracklist .track-name {
    width: 160px;
  }
  .section-subscribe .wysija-paragraph {
    float: none;
  }
  .section-subscribe input[type=submit] {
    margin: 0 auto;
    float: none;
  }
  .section-events .slides li {
    width: 480px;
  }
  .section-events .time-event {
    width: 100px;
  }
  .section-events .infor-event,
  .section-events .status a {
    font-size: 0;
    width: auto;
    color: #495745;
    background-color: transparent;
  }
  .section-events .infor-event:before,
  .section-events .status a:before {
    font-family: 'Entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 1.3;
  }
  .section-events .infor-event:hover,
  .section-events .status a:hover {
    color: #383838;
    background-color: transparent;
  }
  .section-events .status {
    width: auto;
    font-size: 0;
  }
  .section-events .status:before {
    font-family: 'Entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 1.3;
  }
  .section-events .infor-event {
    color: #383838;
    line-height: 1;
  }
  .section-events .infor-event.active {
    color: #495745;
    background-color: transparent;
  }
  .section-events .status-cancel .status,
  .section-events .status-sold_out .status {
    background-color: transparent;
  }
  .section-events .status-buy .status {
    cursor: pointer;
  }
  .section-events .infor-event:before {
    content: "\e667";
  }
  .section-events .status-cancel .status:before {
    content: "\e660";
    color: #969696;
  }
  .section-events .status-sold_out .status a:before {
    content: "\e653";
    color: #b60000;
  }
  .section-events .status-buy .status a:before {
    content: "\e64f";
  }
  .section-events .open-gallery,
  .section-events .open-videos {
    display: none;
  }
  .section-events .past-event .name-event {
    width: 250px;
  }
  .section-events .past-event .infor-event:before {
    display: none;
  }
  .artists-slider .artist {
    width: 115px;
  }
  .artists-slider .artist .artist-thumbnail {
    width: 270px;
  }
  .artists-slider .artist .quick-facts .full-name {
    width: 100%;
  }
  .artists-slider .artist .quick-facts .nick-name,
  .artists-slider .artist .quick-facts .birth-place,
  .artists-slider .artist .quick-facts .birth-date {
    display: none;
  }
  .artists-slider .artist .quick-facts .occupation {
    width: 49%;
  }
  .artists-slider .artist .overlay,
  .artists-slider .artist .view-artist {
    display: block;
  }
  .artists-slider.item-expanded .artist-thumbnail {
    width: 0;
  }
  .section-latest-news article {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    clear: both;
  }
  .section-latest-news article .entry-content p {
    height: 105px;
  }
  .section-connect .contact-form .box {
    width: 250px;
    margin: 0;
    padding: 20px;
    background-color: transparent;
  }
  .single .content article .tags-links {
    width: 500px;
  }
}
@media only screen and (max-width: 590px) {
  .inner {
    width: 300px;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  .extended-player #cboxLoadedContent {
    max-width: 300px;
  }
  #cboxLoadedContent {
    max-width: 280px;
  }
  .section-slider .caption {
    max-width: 300px;
  }
  .section-slider .caption img {
    height: auto;
  }
  .videos-slideshow {
    height: 133px;
  }
  .videos-slideshow .slides li {
    height: 133px;
  }
  .videos-slideshow .mejs-container {
    max-height: 133px;
  }
  .images-gallery-slideshow {
    height: 131px;
  }
  .images-gallery-slideshow .slides li {
    min-width: 280px;
    min-height: 131px;
  }
  .images-gallery-slideshow .flex-direction-nav {
    display: none;
  }
  .mejs-controls .mejs-tracktitle {
    width: 130px;
  }
  .mejs-controls .mejs-time,
  .mejs-controls .mejs-mute {
    display: none;
  }
  .section-title {
    font-size: 40px;
  }
  .section-title .suffix,
  .section-title .desc {
    font-size: 20px;
  }
  .section-slider .caption {
    font-size: 30px;
  }
  .section-opener .logo {
    max-width: 100%;
    background-size: 100%;
  }
  .section-opener .unlocker {
    max-width: 100%;
  }
  .section-opener .unlocker .handle {
    margin-left: -250px;
  }
  .nav-menu .mobile-nav {
    width: 120px;
  }
  .vertical-slider .flex-direction-nav {
    top: -40px;
    right: 0;
  }
  .vertical-slider .flex-direction-nav a {
    top: -40px;
  }
  .vertical-slider .flex-direction-nav a.flex-prev {
    right: 40px;
  }
  .vertical-slider .flex-direction-nav a.flex-next {
    top: 0;
  }
  .media-slider .slides li {
    width: 300px;
    height: 450px;
  }
  .media-slider .hentry {
    width: 150px;
    height: 150px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .media-slider .hentry img {
    width: 100%;
    height: 100%;
  }
  .media-slider .flex-direction-nav {
    right: 0;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table {
    top: -20px;
    width: 220px;
    left: 90px;
  }
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-name,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-price,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-quantity,
  .woocommerce-page #content .entry-content .shop_table .header-cart-table .product-subtotal {
    margin-left: 0px;
    font-size: 9px;
    padding: 1px;
  }
  .woocommerce-page #content .entry-content .shop_table .product-remove {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .woocommerce-page #content .entry-content .shop_table .product-remove a {
    font-size: 12px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail {
    margin-left: 0px;
    width: 180px;
    padding-left: 5px;
    font-size: 12px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-price,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-subtotal,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity {
    margin: 0 5px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-price,
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-subtotal {
    width: 40px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name {
    width: auto;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-name a {
    font-size: 12px;
  }
  .woocommerce-page #content .entry-content .shop_table .cart-product-detail .product-quantity {
    width: 60px;
    float: left;
  }
  .woocommerce-page #content .entry-content .shop_table .actions {
    width: 200px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .coupon input[type=text] {
    font-size: 12px;
    padding: 0;
    border: 3px solid #383838;
    margin-right: 3px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .button {
    width: 70px;
    padding: 3px;
  }
  .woocommerce-page #content .entry-content .shop_table .actions .checkout-button {
    float: right;
    width: 120px;
    margin: 0px;
  }
  .woocommerce-page .cart-collaterals .cart_totals table tr td,
  .woocommerce-page .cart-collaterals .cart_totals table tr th,
  .woocommerce-page .cart-collaterals .cart_totals table tr td span,
  .woocommerce-page .cart-collaterals .cart_totals table tr td strong {
    font-size: 12px;
  }
  .woocommerce ul.products li.product {
    width: 150px;
    height: 210px;
    margin: 0;
    font-size: 12px;
  }
  .woocommerce ul.products li.product .product-inner .sale-price {
    width: 100px;
    padding: 0;
    left: 12px;
  }
  .woocommerce ul.products li.product .product-inner .star-rating {
    margin-left: 35px;
  }
  .woocommerce ul.products li.product .product-inner span.price del,
  .woocommerce ul.products li.product .product-inner p.price del,
  .woocommerce ul.products li.product .product-inner span.price .amount,
  .woocommerce ul.products li.product .product-inner p.price .amount {
    font-size: 12px;
  }
  .woocommerce div.product .cart .single_add_to_cart_button,
  .woocommerce #content div.product .cart .single_add_to_cart_button {
    width: auto;
  }
  .woocommerce div.product .product-title-sale .product_title,
  .woocommerce #content div.product .product-title-sale .product_title {
    font-size: 28px;
  }
  .woocommerce div.product .product-price-cat span.price,
  .woocommerce #content div.product .product-price-cat span.price,
  .woocommerce div.product .product-price-cat p.price,
  .woocommerce #content div.product .product-price-cat p.price {
    width: 100%;
  }
  .woocommerce div.product .product-price-cat .product_meta,
  .woocommerce #content div.product .product-price-cat .product_meta {
    width: 100%;
    text-align: left;
  }
  .woocommerce div.product .cart .product-quantity .quantity .plus,
  .woocommerce #content div.product .cart .product-quantity .quantity .plus,
  .woocommerce div.product .cart .product-quantity .quantity .minus,
  .woocommerce #content div.product .cart .product-quantity .quantity .minus,
  .woocommerce div.product .cart .product-quantity .quantity .qty,
  .woocommerce #content div.product .cart .product-quantity .quantity .qty {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
  }
  .woocommerce .products-slider .slides li {
    height: 600px;
  }
  .woocommerce-page .shop-product .woocommerce-ordering .orderby,
  .woocommerce .related .woocommerce-ordering .orderby {
    margin-right: 40px;
  }
  .woocommerce-page .shop-product ul.products li.product,
  .woocommerce .related ul.products li.product {
    width: 210px;
    height: 280px;
    margin: 0 0 50px;
    float: right;
    margin-right: 40px;
  }
  .woocommerce-page .shop-product ul.products li.product .product-inner .star-rating,
  .woocommerce .related ul.products li.product .product-inner .star-rating {
    margin-left: 100px;
  }
  .woocommerce-page .shop-product ul.products li.product .product-inner .sale-price,
  .woocommerce .related ul.products li.product .product-inner .sale-price {
    left: 30%;
  }
  .tiny-carousel .viewport {
    height: 450px;
  }
  .products-slider .viewport {
    height: 600px;
  }
  .section-like {
    min-height: 500px;
    padding: 100px 0;
  }
  .section-like .social-message {
    font-size: 60px;
  }
  .section-popular-tracks .track {
    position: relative;
  }
  .section-popular-tracks .track-title {
    width: 180px;
    padding: 0;
  }
  .section-popular-tracks .track-title h3 {
    font-size: 20px;
  }
  .section-popular-tracks .track-image {
    width: 60px;
    height: 60px;
  }
  .section-popular-tracks .track-image .play-track {
    padding: 10px 0;
  }
  .section-popular-tracks .track-image .play-track:before {
    font-size: 30px;
  }
  .section-popular-tracks .track-vote {
    display: none;
  }
  .section-popular-tracks .block-title {
    font-size: 40px;
  }
  .section-testimonials {
    min-height: 500px;
  }
  .quotes-slider {
    margin: 130px 0;
  }
  .quotes-slider .quote {
    width: 100%;
    min-height: 60px;
    padding: 0 10px;
    font-size: 20px;
  }
  .quotes-slider .flex-control-nav {
    bottom: -100px;
  }
  .tabs.simple-tabs .tabs-nav {
    right: auto;
    left: 0;
    top: -40px;
  }
  .section-releases .album-cover img {
    margin-left: -150%;
  }
  .section-releases .album-cover .view-detail {
    font-size: 32px;
    line-height: 40px;
    left: 30%;
  }
  .section-releases .album-cover .play-album {
    font-size: 40px;
    right: 30%;
  }
  .section-releases .album-cover .num-tracks {
    display: none;
  }
  .section-releases .album-cover .short-info {
    bottom: 0;
  }
  .section-releases .album .album-info,
  .section-releases .album .album-tracks {
    width: 100%;
    float: none;
  }
  .section-releases .album .info {
    margin-bottom: 0;
    border-bottom: none;
  }
  .section-releases .album .info p {
    display: none;
  }
  .section-releases .album .info .album-name {
    display: block;
  }
  .section-releases .album .album-tracks {
    padding-top: 20px;
  }
  .section-releases .album .album-tracks .label:first-child,
  .section-releases .album .album-tracks .album-review {
    display: none;
  }
  .section-releases .album .album-tracks .tracklist .track-name {
    width: 190px;
  }
  .releases-slider.item-expanded .hide-detail {
    right: 0;
    top: -40px;
  }
  .releases-slider.item-expanded .flex-direction-nav {
    display: none;
  }
  .section-events .slides li {
    width: 280px;
  }
  .section-events .hentry {
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative;
  }
  .section-events .name-event {
    width: 100%;
    float: none;
  }
  .section-events .group-time {
    overflow: hidden;
  }
  .section-events .group-time .day-event {
    font-size: 30px;
  }
  .section-events .group-status,
  .section-events .past-event .infor-event {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .section-events .past-event .name-event {
    width: 100%;
    float: none;
  }
  .section-events .content-infor-event .icon-infor {
    display: none;
  }
  .section-events .content-infor-event .show-infor-event {
    padding: 0 30px 0 10px;
    font-size: 14px;
  }
  .section-events .content-infor-event .close-infor {
    width: 30px;
  }
  .section-events .vertical-slider .flex-direction-nav {
    right: -10px;
    top: -50px;
  }
  .section-subscribe {
    min-height: 500px;
    padding: 100px 0;
  }
  .section-subscribe .subscribe-title {
    font-size: 70px;
  }
  .section-subscribe .subscribe-desc {
    font-size: 35px;
  }
  .section-countdown {
    min-height: 500px;
    padding: 130px 0;
  }
  .section-countdown .event-title {
    font-size: 35px;
  }
  .section-countdown .event-desc {
    font-size: 20px;
  }
  .countdown-wrap {
    top: -5px;
  }
  .counter {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
  .countdown-labels span {
    width: 50px;
    font-size: 14px;
  }
  .section-connect {
    min-height: 500px;
  }
  .section-connect .box-title {
    font-size: 40px;
  }
  .section-connect .social a {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .section-connect .social .title {
    display: none;
  }
  .artists-slider .artist {
    width: 100%;
    display: none;
  }
  .artists-slider .artist .artist-thumbnail {
    width: 100%;
  }
  .artists-slider .artist.active {
    width: 100%;
    display: block;
  }
  .artists-slider .artist.active h3 {
    bottom: -40px;
  }
  .artists-slider .artist.active h3:hover {
    bottom: 0;
  }
  .artists-slider .artist.active .overlay,
  .artists-slider .artist.active .view-artist {
    display: block;
  }
  .artists-slider .artist .quick-facts .birth-place {
    display: none;
  }
  .artists-slider .artist .quick-facts .occupation {
    width: 100%;
  }
  .artists-slider .slides li.flex-active-slide .artist:first-child {
    display: block;
  }
  .artists-slider .slides li.flex-active-slide .artist:first-child.hidden {
    display: none;
  }
  .artists-slider .artist-direction-nav {
    display: block;
    top: -40px;
    right: 0;
    height: 40px;
  }
  .artists-slider .artist-direction-nav a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: #383838;
  }
  .artists-slider .artist-direction-nav a:hover {
    background-color: #495745;
  }
  .artists-slider .artist-direction-nav a.disable:hover {
    background-color: #383838;
  }
  .artists-slider .artist-direction-nav a:before {
    font-size: 20px;
    line-height: 40px;
  }
  .artists-slider .artist-direction-nav a.artist-prev {
    border-right: none;
    margin-right: -3px;
  }
  .artists-slider .artist-direction-nav a.artist-prev:before {
    content: "\e714";
  }
  .artists-slider .artist-direction-nav a.artist-next:before {
    content: "\e713";
  }
  .artists-slider .flex-direction-nav {
    display: none;
  }
  .artists-slider .hide-detail {
    top: -40px;
    right: auto;
    left: 0;
  }
  .artists-slider.item-expanded .artist-thumbnail {
    width: 0;
  }
  .artists-slider.item-expanded .view-artist-gallery {
    display: none !important;
    width: 0;
  }
  .artists-slider .view-artist-gallery {
    display: none !important;
  }
  .section-connect .contact-form .inner {
    padding-top: 20px;
  }
  .section-connect .contact-form .box {
    font-size: 12px;
    width: 100%;
    float: none;
    clear: both;
  }
  .section-connect .contact-form input,
  .section-connect .contact-form textarea {
    font-size: 12px;
  }
  .section-connect .contact-form textarea {
    height: 130px;
  }
  article {
    padding: 20px;
  }
  .single .content article .tags-links {
    width: 300px;
    padding: 20px 20px 0 20px;
    margin: 20px 0 0 -20px;
  }
  .entry-info .entry-format,
  .entry-info .entry-date {
    display: none;
  }
  .post-author-area {
    display: none;
  }
  .comments-area {
    padding: 20px;
  }
  .commentlist .children {
    padding-left: 60px;
  }
  .commentlist .avatar {
    width: 40px;
    height: 40px;
  }
  .commentlist article {
    margin-bottom: 20px;
  }
  .commentlist article header,
  .commentlist article footer {
    margin-left: 60px;
  }
  .commentlist article .comment-content {
    margin-left: 0;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-url,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-comment,
  .comment-respond .comment-form-comment {
    width: 100%;
  }
  .comment-respond .comment-form-comment {
    float: none;
    margin-top: 0;
  }
  .widget {
    padding: 20px;
  }
  .under-construction {
    padding-top: 0;
  }
  .under-construction h1 {
    font-size: 35px;
    margin-top: 30px;
  }
  .under-construction .uc-desc {
    font-size: 20px;
  }
}
.green-dark body,
.green-dark #load-screen {
  background-color: #383838;
}
.green-dark a:hover {
  color: #495745;
}
.green-dark blockquote {
  color: #383838;
  border-color: #495745;
}
.green-dark table {
  border-color: #383838;
}
.green-dark input[type=submit] {
  background-color: #383838;
}
.green-dark input[type=submit]:hover {
  background-color: #495745;
}
.green-dark .green-dot {
  color: #495745 !important;
}
.green-dark .dark-dot {
  color: #383838 !important;
}
.green-dark .overlay {
  background-color: #495745;
}
.green-dark .message {
  color: #383838;
}
.green-dark .tabs .tabs-nav a {
  color: #495745;
  background-color: #495745;
}
.green-dark .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.green-dark .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.green-dark body.error404 .heading-404 span {
  color: #495745;
}
.green-dark body.error404 .return-home {
  background-color: #383838;
}
.green-dark body.error404 .return-home:hover {
  background-color: #495745;
}
.green-dark .under-construction i {
  color: #383838;
}
.green-dark #cboxLoadedContent {
  border-color: #383838;
}
.green-dark #cboxClose {
  background-color: #383838;
}
.green-dark #cboxClose:hover {
  color: #495745;
}
.green-dark .section-title .desc {
  color: #495745;
}
.green-dark .section-opener {
  background-color: #383838;
}
.green-dark .section-opener .unlocker .handle {
  background-color: #495745;
}
.green-dark .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.green-dark .section-opener .unlocker .handle:hover .arrow,
.green-dark .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #495745;
}
.green-dark .section-slider .caption {
  color: #495745;
  border-color: #495745;
}
.green-dark .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.green-dark .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .vertical-slider .flex-direction-nav a.disable:hover,
.green-dark .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.green-dark .flex-direction-nav a {
  color: #495745;
}
.green-dark input.qty {
  background-color: #495745;
}
.green-dark .section-shop .shop-title,
.green-dark .section-shop a {
  color: #495745;
}
.green-dark .section-shop a:hover {
  color: #383838;
}
.green-dark .nav-menu .menu a {
  color: #383838;
}
.green-dark .nav-menu .menu a:hover,
.green-dark .nav-menu .menu a:active {
  color: #495745;
}
.green-dark .nav-menu .menu li.active .current {
  color: #495745;
}
.green-dark .nav-menu .menu .active {
  color: #495745;
}
.green-dark .nav-menu .mobile-nav i {
  color: #383838;
}
.green-dark .nav-menu .player-icon {
  background-color: #495745;
}
.green-dark .mejs-container {
  background-color: #495745;
}
.green-dark .mejs-loop,
.green-dark .mejs-shuffle {
  color: #383838;
}
.green-dark .mejs-prev,
.green-dark .mejs-volume-button,
.green-dark .mejs-info,
.green-dark .mejs-minimize,
.green-dark .mejs-fullscreen-button {
  border-color: #3d493a;
}
.green-dark .mejs-rating .vote-ui {
  background-color: #495745;
}
.green-dark .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.green-dark .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.green-dark .mejs-horizontal-volume-total {
  background-color: #383838;
}
.green-dark .player-playshuffle,
.green-dark .player-playloop {
  color: #383838;
}
.green-dark .player-playshuffle.active,
.green-dark .player-playloop.active {
  color: #ffffff;
}
.green-dark .track-info .artist-info img {
  border-color: #383838;
}
.green-dark .track-rating {
  color: #495745;
}
.green-dark .links {
  background-color: #383838;
}
.green-dark .links a:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .track-links-extended {
  background-color: #383838;
}
.green-dark .go-extended a:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .track-detail .detail,
.green-dark .track-detail.album .detail,
.green-dark .track-detail.track .detail {
  color: #495745;
}
.green-dark .extended-player .mejs-loop,
.green-dark .extended-player .mejs-shuffle {
  color: #ffffff;
}
.green-dark .extended-player .mejs-loop.active,
.green-dark .extended-player .mejs-shuffle.active {
  color: #383838;
}
.green-dark .track-visual {
  color: #383838;
  border-color: #383838;
}
.green-dark .track-visual .image .caption .text {
  border-color: #495745;
}
.green-dark .track-visual .image .caption .big,
.green-dark .track-visual .image .caption .small {
  color: #495745;
}
.green-dark .track-visual .track-data p span {
  color: #495745;
}
.green-dark .track-visual .links a.button:hover {
  color: #495745;
}
.green-dark .track-visual .links:hover span.button {
  background-color: #495745;
}
.green-dark .track-visual .details .label {
  color: #383838;
}
.green-dark .track-visual .track-rating .views {
  color: #383838;
}
.green-dark .track-visual .track-lyric .label {
  color: #495745;
}
.green-dark .section-like .middle-area {
  background-color: #495745;
}
.green-dark .media-slider .hentry {
  border-color: #383838;
}
.green-dark .media-slider .hentry h3 {
  color: #495745;
}
.green-dark .media-slider .hentry h3 .media-count {
  color: #383838;
}
.green-dark .media-slider .play-track,
.green-dark .media-slider .view-media {
  color: #ffffff;
}
.green-dark .images-gallery-bottom {
  background-color: #383838;
}
.green-dark .images-gallery-paginate .current-slide {
  color: #495745;
}
.green-dark .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.green-dark .section-popular-tracks .block-title {
  background-color: #495745;
}
.green-dark .section-popular-tracks .track {
  color: #383838;
}
.green-dark .section-popular-tracks .track-title h3 {
  color: #495745;
}
.green-dark .section-popular-tracks .track-title h3 a {
  color: #495745;
}
.green-dark .section-popular-tracks .track-no {
  border-color: #383838;
}
.green-dark .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.green-dark .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(73, 87, 69, 0.8);
}
.green-dark .section-popular-tracks .track-vote .icon {
  color: #495745;
}
.green-dark .quotes-slider .quote a {
  color: #383838;
}
.green-dark .quotes-slider .quote a:hover {
  color: #495745;
}
.green-dark .quotes-slider .quote-author,
.green-dark .quotes-slider .created-time {
  color: #495745;
}
.green-dark .quotes-slider .cover-icon {
  color: #383838;
}
.green-dark .releases-slider {
  background-color: #383838;
}
.green-dark .releases-slider .album-share {
  background-color: #383838;
}
.green-dark .releases-slider .hide-detail {
  background-color: #383838;
}
.green-dark .releases-slider .hide-detail:hover {
  background-color: #495745;
}
.green-dark .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #495745;
  background-color: transparent;
}
.green-dark .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.green-dark .album-cover .short-info {
  color: #495745;
}
.green-dark .album-cover .num-tracks span {
  color: #383838;
}
.green-dark .album-cover .view-detail,
.green-dark .album-cover .play-album {
  color: #ffffff;
}
.green-dark .album {
  color: #383838;
}
.green-dark .album .info span {
  color: #495745;
}
.green-dark .album .info span.label {
  color: #383838;
}
.green-dark .album .album-sources {
  background-color: #383838;
}
.green-dark .album .album-sources a.button:hover {
  color: #495745;
}
.green-dark .album .album-sources:hover span.button {
  background-color: #495745;
}
.green-dark .album .album-tracks .label {
  color: #495745;
}
.green-dark .album .tracklist li.playing {
  color: #383838;
}
.green-dark .album .tracklist li.playing .track-name {
  color: #495745;
}
.green-dark .album .tracklist p {
  color: #383838;
}
.green-dark .album .tracklist .track-name {
  color: #383838;
}
.green-dark .album .tracklist .actions span:hover {
  color: #495745;
}
.green-dark .album .tracklist .actions a {
  color: #383838;
}
.green-dark .album .tracklist .actions a:hover {
  color: #495745;
}
.green-dark .album .tracklist .vote-score span {
  color: #495745;
}
.green-dark .sharrre {
  color: #383838;
}
.green-dark .mCSB_scrollTools a {
  color: #383838;
}
.green-dark .mCSB_scrollTools a:hover {
  color: #495745;
}
.green-dark .custom-scroll-nav span {
  color: #383838;
}
.green-dark .custom-scroll-nav span:hover {
  color: #495745;
}
.green-dark .section-subscribe input {
  color: #495745;
  border-color: #383838;
}
.green-dark .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.green-dark .section-subscribe input[type=submit]:hover {
  background-color: #495745;
}
.green-dark .section-subscribe .subscribe-desc {
  color: #383838;
}
.green-dark .section-subscribe .widget_wysija_cont .updated,
.green-dark .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #495745;
  color: #495745;
}
.green-dark .section-subscribe .widget_wysija_cont .updated a,
.green-dark .section-subscribe .widget_wysija_cont .login .message a {
  color: #495745;
}
.green-dark .section-subscribe .widget_wysija_cont .error,
.green-dark .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.green-dark .section-subscribe .widget_wysija_cont .error a,
.green-dark .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.green-dark .section-events .tabs {
  border-color: #383838;
}
.green-dark .section-events .status a {
  background: #495745;
}
.green-dark .section-events .status a {
  background-color: #495745;
}
.green-dark .section-events .status a:hover {
  background-color: #383838;
}
.green-dark .section-events .content-infor-event {
  background-color: #495745;
}
.green-dark .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.green-dark .section-events .infor-event:hover,
.green-dark .section-events .open-gallery:hover,
.green-dark .section-events .open-videos:hover {
  color: #495745;
}
.green-dark .section-events .event-gallery,
.green-dark .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .green-dark .section-events .status a,
  .green-dark .section-events .infor-event {
    color: #495745;
    background-color: transparent;
  }
  .green-dark .section-events .status a:hover,
  .green-dark .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .green-dark .section-events .infor-event {
    color: #383838;
  }
}
.green-dark .counter {
  background-color: #495745;
}
.green-dark .artists-slider .artist h3 {
  color: #495745;
}
.green-dark .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.green-dark .artists-slider .artist .artist-info {
  border-color: #383838;
}
.green-dark .artists-slider .artist .quick-facts {
  color: #383838;
}
.green-dark .artists-slider .artist .quick-facts span span {
  color: #495745;
}
.green-dark .artists-slider .artist .info-title {
  color: #495745;
}
.green-dark .artists-slider .artist-socials {
  background-color: #383838;
}
.green-dark .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.green-dark .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.green-dark .artists-slider .view-artist-gallery:hover {
  background-color: #495745;
}
.green-dark .artists-slider .hide-detail {
  background-color: #383838;
}
.green-dark .artists-slider .hide-detail:hover {
  background-color: #495745;
}
.green-dark .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.green-dark .artists-slider .artist-direction-nav a.disable,
.green-dark .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.green-dark .artists-slider .artist-direction-nav a:hover {
  color: #495745;
}
.green-dark .artists-slider.item-expanded .artist h3,
.green-dark .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #495745;
}
@media only screen and (max-width: 590px) {
  .green-dark .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .green-dark .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #495745;
  }
  .green-dark .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .green-dark .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.green-dark .section-blog .blog-link a {
  color: #495745;
}
.green-dark .section-latest-news article .entry-title a {
  color: #495745;
}
.green-dark .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.green-dark .section-connect .social a {
  background-color: #383838;
}
.green-dark .section-connect .social a:hover {
  color: #495745;
  background-color: #ffffff;
}
.green-dark .section-connect .contact-form .box a:hover {
  color: #495745;
}
.green-dark .section-connect .contact-info-window {
  color: #383838;
}
.green-dark .section-connect .contact-info-window a {
  color: #383838;
}
.green-dark .section-connect .contact-info-window a:hover {
  color: #495745;
}
.green-dark .section-connect .toggle-contact-form {
  background-color: #383838;
}
.green-dark .section-connect .toggle-contact-form:hover {
  background-color: #495745;
}
.green-dark .content a,
.green-dark .sidebar a {
  color: #495745;
}
.green-dark .minimize-sidebar {
  background-color: #383838;
}
.green-dark .minimize-sidebar:hover {
  background-color: #495745;
}
.green-dark.archive .content article:hover .entry-title,
.green-dark.page-template-template-blog-php .content article:hover .entry-title,
.green-dark.archive .content article:hover .entry-title a,
.green-dark.page-template-template-blog-php .content article:hover .entry-title a {
  color: #495745;
}
.green-dark .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.green-dark .entry-thumbnail .entry-link:hover {
  background-color: #495745;
}
.green-dark .entry-thumbnail .entry-quote .quote:before,
.green-dark .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.green-dark .entry-thumbnail .entry-quote .quote-author {
  color: #495745;
}
.green-dark .entry-thumbnail .flexslider {
  background-color: #383838;
}
.green-dark .entry-thumbnail .mejs-controls {
  background-color: #495745;
}
.green-dark .entry-thumbnail .mejs-controls > div {
  border-color: #313b2e;
}
.format-audio .green-dark .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .green-dark .entry-thumbnail .mejs-controls > div {
  border-color: #252c23;
}
.format-audio-spectrum .green-dark .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .green-dark .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.green-dark .entry-title {
  color: #383838;
}
.green-dark .entry-title a {
  color: #383838;
}
.green-dark .entry-meta {
  color: #383838;
}
.green-dark .entry-meta span span,
.green-dark .entry-meta span a {
  color: #495745;
}
.green-dark .entry-meta span span:hover,
.green-dark .entry-meta span a:hover {
  color: #383838;
}
.green-dark .read-more,
.green-dark .entry-content .more-link {
  color: #495745;
}
.green-dark .read-more:hover,
.green-dark .entry-content .more-link:hover {
  color: #383838;
}
.green-dark .entry-info .entry-format,
.green-dark .entry-info .entry-date {
  background-color: #383838;
}
.green-dark .entry-info .entry-format {
  background-color: #495745;
}
.green-dark .entry-info .tags-links {
  color: #383838;
}
.green-dark .entry-info .tags-links a {
  color: #383838;
}
.green-dark .entry-info .tags-links a:hover {
  color: #495745;
}
.green-dark .edit-link a:hover {
  color: #383838;
}
.green-dark .pagination {
  background-color: #383838;
}
.green-dark .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.green-dark .pagination a:hover,
.green-dark .pagination a.loading {
  background-color: #495745;
}
.green-dark .simple-navigation a:hover {
  color: #495745;
}
.green-dark .numberic-navigation a,
.green-dark .numberic-navigation span {
  background-color: #383838;
}
.green-dark .numberic-navigation a:hover,
.green-dark .numberic-navigation span {
  background-color: #495745;
}
.green-dark .navigation a {
  color: #383838;
}
.green-dark .navigation a:hover {
  color: #495745;
}
.green-dark .comments-pagination span {
  color: #383838;
}
.green-dark .comments-pagination a {
  color: #495745;
}
.green-dark .comments-pagination a:hover {
  color: #383838;
}
.green-dark .about-author-title,
.green-dark .comments-title,
.green-dark .comment-reply-title {
  color: #383838;
}
.green-dark .author-box .avatar {
  border-color: #383838;
}
.green-dark .author-box .avatar:hover {
  border-color: #495745;
}
.green-dark .author-box .num-posts,
.green-dark .author-box .display-name,
.green-dark .author-box .author-role {
  color: #383838;
}
.green-dark .author-box .num-posts span {
  color: #495745;
}
.green-dark .author-box .author-role {
  color: #495745;
}
.green-dark .commentlist article:hover .comment-author,
.green-dark .commentlist article:hover .comment-author a,
.green-dark .commentlist article:hover .comment-reply-link {
  color: #495745;
}
.green-dark .commentlist article:hover .avatar {
  border-color: #495745;
}
.green-dark .commentlist .avatar {
  border-color: #383838;
}
.green-dark .commentlist .comment-author,
.green-dark .commentlist .comment-meta {
  color: #383838;
}
.green-dark .commentlist .comment-author cite a,
.green-dark .commentlist .comment-meta cite a {
  color: #383838;
}
.green-dark .commentlist .comment-meta a {
  color: #383838;
}
.green-dark .commentlist .comment-reply-link {
  color: #383838;
}
.green-dark .comment-respond input[type=submit] {
  background-color: #383838;
}
.green-dark .comment-respond input[type=submit]:hover {
  background-color: #495745;
}
.green-dark .widget a {
  color: #383838;
}
.green-dark .widget a:hover {
  color: #495745;
}
.green-dark .widget li {
  color: #383838;
}
.green-dark .widget-title {
  color: #383838;
}
.green-dark .widget .menu li a {
  border-color: #383838;
}
.green-dark .widget .menu li a:hover {
  color: #495745;
  border-color: #495745;
}
.green-dark .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.green-dark .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .widget_noise-tweets .tweet a {
  color: #495745;
}
.green-dark .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.green-dark .widget_noise-tweets .tweet i {
  color: #495745;
}
.green-dark .widget_noise-tweets .tweet time {
  color: #383838;
}
.green-dark .noise-recent-posts .title {
  color: #383838;
}
.green-dark .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.green-dark .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #495745;
}
.green-dark .widget-tabs article .entry-author a:hover {
  color: #495745;
}
.green-dark .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.green-dark .widget.widget_wysija .wysija-submit:hover {
  background-color: #495745;
}
.green-dark .widget_recent_comments a {
  color: #495745;
}
.green-dark .widget_calendar table {
  color: #383838;
}
.green-dark .widget_calendar a {
  color: #495745;
}
.green-dark .widget_calendar a:hover {
  color: #383838;
}
.green-dark .widget-featured-tracks .track {
  color: #383838;
}
.green-dark .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.green-dark .widget-featured-tracks .track-title a {
  color: #495745;
}
.green-dark .widget-featured-tracks .track-vote .icon {
  color: #495745;
}
.green-dark .widget_search input[type=submit] {
  background-color: transparent;
}
.green-dark .footer a {
  color: #495745;
}
.green-dark .footer a.scroll-top {
  background-color: #383838;
}
.green-dark .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #495745;
}
.green-dark .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.green-dark .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.green-dark.woocommerce #review_form #respond .form-submit input,
.green-dark.woocommerce-page #review_form #respond .form-submit input,
.green-dark .woocommerce #review_form #respond .form-submit input,
.green-dark .woocommerce-page #review_form #respond .form-submit input,
.green-dark.woocommerce .return-to-shop .wc-backward,
.green-dark.woocommerce-page .return-to-shop .wc-backward,
.green-dark .woocommerce .return-to-shop .wc-backward,
.green-dark .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.green-dark.woocommerce #review_form #respond .form-submit input:hover,
.green-dark.woocommerce-page #review_form #respond .form-submit input:hover,
.green-dark .woocommerce #review_form #respond .form-submit input:hover,
.green-dark .woocommerce-page #review_form #respond .form-submit input:hover,
.green-dark.woocommerce .return-to-shop .wc-backward:hover,
.green-dark.woocommerce-page .return-to-shop .wc-backward:hover,
.green-dark .woocommerce .return-to-shop .wc-backward:hover,
.green-dark .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #495745;
}
.green-dark.woocommerce #content .entry-content .shipping_calculator .button,
.green-dark.woocommerce-page #content .entry-content .shipping_calculator .button,
.green-dark .woocommerce #content .entry-content .shipping_calculator .button,
.green-dark .woocommerce-page #content .entry-content .shipping_calculator .button,
.green-dark.woocommerce #content .entry-content .shop_table .actions .button,
.green-dark.woocommerce-page #content .entry-content .shop_table .actions .button,
.green-dark .woocommerce #content .entry-content .shop_table .actions .button,
.green-dark .woocommerce-page #content .entry-content .shop_table .actions .button,
.green-dark.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.green-dark.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.green-dark .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.green-dark .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.green-dark.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.green-dark.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.green-dark .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.green-dark .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.green-dark.woocommerce #content .entry-content .actions .button,
.green-dark.woocommerce-page #content .entry-content .actions .button,
.green-dark .woocommerce #content .entry-content .actions .button,
.green-dark .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.green-dark.woocommerce #content .entry-content .shipping_calculator .button:hover,
.green-dark.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.green-dark .woocommerce #content .entry-content .shipping_calculator .button:hover,
.green-dark .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.green-dark.woocommerce #content .entry-content .shop_table .actions .button:hover,
.green-dark.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.green-dark .woocommerce #content .entry-content .shop_table .actions .button:hover,
.green-dark .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.green-dark.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.green-dark.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.green-dark .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.green-dark .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.green-dark.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.green-dark.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.green-dark .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.green-dark .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.green-dark.woocommerce #content .entry-content .actions .button:hover,
.green-dark.woocommerce-page #content .entry-content .actions .button:hover,
.green-dark .woocommerce #content .entry-content .actions .button:hover,
.green-dark .woocommerce-page #content .entry-content .actions .button:hover {
  background: #495745;
}
.green-dark.woocommerce #payment #place_order,
.green-dark.woocommerce-page #payment #place_order,
.green-dark .woocommerce #payment #place_order,
.green-dark .woocommerce-page #payment #place_order {
  background: #383838;
}
.green-dark.woocommerce #payment #place_order:hover,
.green-dark.woocommerce-page #payment #place_order:hover,
.green-dark .woocommerce #payment #place_order:hover,
.green-dark .woocommerce-page #payment #place_order:hover {
  background: #495745;
}
.green-dark.woocommerce .sale-price,
.green-dark.woocommerce-page .sale-price,
.green-dark .woocommerce .sale-price,
.green-dark .woocommerce-page .sale-price,
.green-dark.woocommerce .onsale-custom,
.green-dark.woocommerce-page .onsale-custom,
.green-dark .woocommerce .onsale-custom,
.green-dark .woocommerce-page .onsale-custom {
  background-color: #495745;
}
.green-dark.woocommerce ul.products li.product,
.green-dark.woocommerce-page ul.products li.product,
.green-dark .woocommerce ul.products li.product,
.green-dark .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.green-dark.woocommerce .attachment-shop_single,
.green-dark.woocommerce-page .attachment-shop_single,
.green-dark .woocommerce .attachment-shop_single,
.green-dark .woocommerce-page .attachment-shop_single,
.green-dark.woocommerce .panel,
.green-dark.woocommerce-page .panel,
.green-dark .woocommerce .panel,
.green-dark .woocommerce-page .panel,
.green-dark.woocommerce .shop_table .product-thumbnail,
.green-dark.woocommerce-page .shop_table .product-thumbnail,
.green-dark .woocommerce .shop_table .product-thumbnail,
.green-dark .woocommerce-page .shop_table .product-thumbnail,
.green-dark.woocommerce .shop_table .cart-product-detail,
.green-dark.woocommerce-page .shop_table .cart-product-detail,
.green-dark .woocommerce .shop_table .cart-product-detail,
.green-dark .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.green-dark.woocommerce .coupon input[type=text],
.green-dark.woocommerce-page .coupon input[type=text],
.green-dark .woocommerce .coupon input[type=text],
.green-dark .woocommerce-page .coupon input[type=text],
.green-dark.woocommerce form.checkout .form-row input[type=text],
.green-dark.woocommerce-page form.checkout .form-row input[type=text],
.green-dark .woocommerce form.checkout .form-row input[type=text],
.green-dark .woocommerce-page form.checkout .form-row input[type=text],
.green-dark.woocommerce form.checkout .form-row .input-text,
.green-dark.woocommerce-page form.checkout .form-row .input-text,
.green-dark .woocommerce form.checkout .form-row .input-text,
.green-dark .woocommerce-page form.checkout .form-row .input-text,
.green-dark.woocommerce form.checkout select,
.green-dark.woocommerce-page form.checkout select,
.green-dark .woocommerce form.checkout select,
.green-dark .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.green-dark.woocommerce .cart-collaterals .cart_totals table,
.green-dark.woocommerce-page .cart-collaterals .cart_totals table,
.green-dark .woocommerce .cart-collaterals .cart_totals table,
.green-dark .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.green-dark.woocommerce .shop_table .header-cart-table span,
.green-dark.woocommerce-page .shop_table .header-cart-table span,
.green-dark .woocommerce .shop_table .header-cart-table span,
.green-dark .woocommerce-page .shop_table .header-cart-table span,
.green-dark.woocommerce .shop_table .product-remove,
.green-dark.woocommerce-page .shop_table .product-remove,
.green-dark .woocommerce .shop_table .product-remove,
.green-dark .woocommerce-page .shop_table .product-remove,
.green-dark.woocommerce .shipping_calculator .button,
.green-dark.woocommerce-page .shipping_calculator .button,
.green-dark .woocommerce .shipping_calculator .button,
.green-dark .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.green-dark.woocommerce .shop_table .product-remove:hover,
.green-dark.woocommerce-page .shop_table .product-remove:hover,
.green-dark .woocommerce .shop_table .product-remove:hover,
.green-dark .woocommerce-page .shop_table .product-remove:hover {
  background: #495745;
}
.green-dark.woocommerce .shop_table .actions .checkout-button,
.green-dark.woocommerce-page .shop_table .actions .checkout-button,
.green-dark .woocommerce .shop_table .actions .checkout-button,
.green-dark .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #495745;
}
.green-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.green-dark.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.green-dark .woocommerce div.product .woocommerce-tabs ul.tabs li,
.green-dark .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.green-dark.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.green-dark.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.green-dark .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.green-dark .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #495745;
}
.green-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.green-dark.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.green-dark .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.green-dark .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.green-dark.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.green-dark.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.green-dark .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.green-dark .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.green-dark.woocommerce div.product .quantity .plus,
.green-dark.woocommerce-page div.product .quantity .plus,
.green-dark .woocommerce div.product .quantity .plus,
.green-dark .woocommerce-page div.product .quantity .plus,
.green-dark.woocommerce #content div.product .quantity .plus,
.green-dark.woocommerce-page #content div.product .quantity .plus,
.green-dark .woocommerce #content div.product .quantity .plus,
.green-dark .woocommerce-page #content div.product .quantity .plus,
.green-dark.woocommerce div.product #content .quantity .plus,
.green-dark.woocommerce-page div.product #content .quantity .plus,
.green-dark .woocommerce div.product #content .quantity .plus,
.green-dark .woocommerce-page div.product #content .quantity .plus,
.green-dark.woocommerce #content div.product #content .quantity .plus,
.green-dark.woocommerce-page #content div.product #content .quantity .plus,
.green-dark .woocommerce #content div.product #content .quantity .plus,
.green-dark .woocommerce-page #content div.product #content .quantity .plus,
.green-dark.woocommerce div.product .quantity .minus,
.green-dark.woocommerce-page div.product .quantity .minus,
.green-dark .woocommerce div.product .quantity .minus,
.green-dark .woocommerce-page div.product .quantity .minus,
.green-dark.woocommerce #content div.product .quantity .minus,
.green-dark.woocommerce-page #content div.product .quantity .minus,
.green-dark .woocommerce #content div.product .quantity .minus,
.green-dark .woocommerce-page #content div.product .quantity .minus,
.green-dark.woocommerce div.product #content .quantity .minus,
.green-dark.woocommerce-page div.product #content .quantity .minus,
.green-dark .woocommerce div.product #content .quantity .minus,
.green-dark .woocommerce-page div.product #content .quantity .minus,
.green-dark.woocommerce #content div.product #content .quantity .minus,
.green-dark.woocommerce-page #content div.product #content .quantity .minus,
.green-dark .woocommerce #content div.product #content .quantity .minus,
.green-dark .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.green-dark.woocommerce .shop_table .cart-product-detail,
.green-dark.woocommerce-page .shop_table .cart-product-detail,
.green-dark .woocommerce .shop_table .cart-product-detail,
.green-dark .woocommerce-page .shop_table .cart-product-detail,
.green-dark.woocommerce .shop_table .cart-product-detail .product-name,
.green-dark.woocommerce-page .shop_table .cart-product-detail .product-name,
.green-dark .woocommerce .shop_table .cart-product-detail .product-name,
.green-dark .woocommerce-page .shop_table .cart-product-detail .product-name,
.green-dark.woocommerce .shop_table .cart-product-detail .product-name a,
.green-dark.woocommerce-page .shop_table .cart-product-detail .product-name a,
.green-dark .woocommerce .shop_table .cart-product-detail .product-name a,
.green-dark .woocommerce-page .shop_table .cart-product-detail .product-name a,
.green-dark.woocommerce .cart-collaterals .cart_totals table,
.green-dark.woocommerce-page .cart-collaterals .cart_totals table,
.green-dark .woocommerce .cart-collaterals .cart_totals table,
.green-dark .woocommerce-page .cart-collaterals .cart_totals table,
.green-dark.woocommerce form .form-row,
.green-dark.woocommerce-page form .form-row,
.green-dark .woocommerce form .form-row,
.green-dark .woocommerce-page form .form-row,
.green-dark.woocommerce form .form-row input[type=text],
.green-dark.woocommerce-page form .form-row input[type=text],
.green-dark .woocommerce form .form-row input[type=text],
.green-dark .woocommerce-page form .form-row input[type=text],
.green-dark.woocommerce form .form-row .input-text,
.green-dark.woocommerce-page form .form-row .input-text,
.green-dark .woocommerce form .form-row .input-text,
.green-dark .woocommerce-page form .form-row .input-text,
.green-dark.woocommerce .coupon input[type=text],
.green-dark.woocommerce-page .coupon input[type=text],
.green-dark .woocommerce .coupon input[type=text],
.green-dark .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.green-dark.woocommerce .woocommerce-info a,
.green-dark.woocommerce-page .woocommerce-info a,
.green-dark .woocommerce .woocommerce-info a,
.green-dark .woocommerce-page .woocommerce-info a,
.green-dark.woocommerce #order_review a,
.green-dark.woocommerce-page #order_review a,
.green-dark .woocommerce #order_review a,
.green-dark .woocommerce-page #order_review a {
  color: #495745;
}
.green-dark.woocommerce #content nav.woocommerce-pagination ul li a,
.green-dark.woocommerce-page #content nav.woocommerce-pagination ul li a,
.green-dark .woocommerce #content nav.woocommerce-pagination ul li a,
.green-dark .woocommerce-page #content nav.woocommerce-pagination ul li a,
.green-dark.woocommerce nav.woocommerce-pagination ul li a,
.green-dark.woocommerce-page nav.woocommerce-pagination ul li a,
.green-dark .woocommerce nav.woocommerce-pagination ul li a,
.green-dark .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #495745;
}
.green-dark.woocommerce #content nav.woocommerce-pagination ul li span.current,
.green-dark.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.green-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.green-dark .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.green-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.green-dark.woocommerce-page nav.woocommerce-pagination ul li span.current,
.green-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.green-dark .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.red body,
.red #load-screen {
  background-color: #383838;
}
.red a:hover {
  color: #af1111;
}
.red blockquote {
  color: #383838;
  border-color: #af1111;
}
.red table {
  border-color: #383838;
}
.red input[type=submit] {
  background-color: #383838;
}
.red input[type=submit]:hover {
  background-color: #af1111;
}
.red .green-dot {
  color: #af1111 !important;
}
.red .dark-dot {
  color: #383838 !important;
}
.red .overlay {
  background-color: #af1111;
}
.red .message {
  color: #383838;
}
.red .tabs .tabs-nav a {
  color: #af1111;
  background-color: #af1111;
}
.red .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.red .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.red body.error404 .heading-404 span {
  color: #af1111;
}
.red body.error404 .return-home {
  background-color: #383838;
}
.red body.error404 .return-home:hover {
  background-color: #af1111;
}
.red .under-construction i {
  color: #383838;
}
.red #cboxLoadedContent {
  border-color: #383838;
}
.red #cboxClose {
  background-color: #383838;
}
.red #cboxClose:hover {
  color: #af1111;
}
.red .section-title .desc {
  color: #af1111;
}
.red .section-opener {
  background-color: #383838;
}
.red .section-opener .unlocker .handle {
  background-color: #af1111;
}
.red .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.red .section-opener .unlocker .handle:hover .arrow,
.red .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #af1111;
}
.red .section-slider .caption {
  color: #af1111;
  border-color: #af1111;
}
.red .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.red .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .vertical-slider .flex-direction-nav a.disable:hover,
.red .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.red .flex-direction-nav a {
  color: #af1111;
}
.red input.qty {
  background-color: #af1111;
}
.red .section-shop .shop-title,
.red .section-shop a {
  color: #af1111;
}
.red .section-shop a:hover {
  color: #383838;
}
.red .nav-menu .menu a {
  color: #383838;
}
.red .nav-menu .menu a:hover,
.red .nav-menu .menu a:active {
  color: #af1111;
}
.red .nav-menu .menu li.active .current {
  color: #af1111;
}
.red .nav-menu .menu .active {
  color: #af1111;
}
.red .nav-menu .mobile-nav i {
  color: #383838;
}
.red .nav-menu .player-icon {
  background-color: #af1111;
}
.red .mejs-container {
  background-color: #af1111;
}
.red .mejs-loop,
.red .mejs-shuffle {
  color: #383838;
}
.red .mejs-prev,
.red .mejs-volume-button,
.red .mejs-info,
.red .mejs-minimize,
.red .mejs-fullscreen-button {
  border-color: #980f0f;
}
.red .mejs-rating .vote-ui {
  background-color: #af1111;
}
.red .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.red .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.red .mejs-horizontal-volume-total {
  background-color: #383838;
}
.red .player-playshuffle,
.red .player-playloop {
  color: #383838;
}
.red .player-playshuffle.active,
.red .player-playloop.active {
  color: #ffffff;
}
.red .track-info .artist-info img {
  border-color: #383838;
}
.red .track-rating {
  color: #af1111;
}
.red .links {
  background-color: #383838;
}
.red .links a:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .track-links-extended {
  background-color: #383838;
}
.red .go-extended a:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .track-detail .detail,
.red .track-detail.album .detail,
.red .track-detail.track .detail {
  color: #af1111;
}
.red .extended-player .mejs-loop,
.red .extended-player .mejs-shuffle {
  color: #ffffff;
}
.red .extended-player .mejs-loop.active,
.red .extended-player .mejs-shuffle.active {
  color: #383838;
}
.red .track-visual {
  color: #383838;
  border-color: #383838;
}
.red .track-visual .image .caption .text {
  border-color: #af1111;
}
.red .track-visual .image .caption .big,
.red .track-visual .image .caption .small {
  color: #af1111;
}
.red .track-visual .track-data p span {
  color: #af1111;
}
.red .track-visual .links a.button:hover {
  color: #af1111;
}
.red .track-visual .links:hover span.button {
  background-color: #af1111;
}
.red .track-visual .details .label {
  color: #383838;
}
.red .track-visual .track-rating .views {
  color: #383838;
}
.red .track-visual .track-lyric .label {
  color: #af1111;
}
.red .section-like .middle-area {
  background-color: #af1111;
}
.red .media-slider .hentry {
  border-color: #383838;
}
.red .media-slider .hentry h3 {
  color: #af1111;
}
.red .media-slider .hentry h3 .media-count {
  color: #383838;
}
.red .media-slider .play-track,
.red .media-slider .view-media {
  color: #ffffff;
}
.red .images-gallery-bottom {
  background-color: #383838;
}
.red .images-gallery-paginate .current-slide {
  color: #af1111;
}
.red .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.red .section-popular-tracks .block-title {
  background-color: #af1111;
}
.red .section-popular-tracks .track {
  color: #383838;
}
.red .section-popular-tracks .track-title h3 {
  color: #af1111;
}
.red .section-popular-tracks .track-title h3 a {
  color: #af1111;
}
.red .section-popular-tracks .track-no {
  border-color: #383838;
}
.red .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.red .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(175, 17, 17, 0.8);
}
.red .section-popular-tracks .track-vote .icon {
  color: #af1111;
}
.red .quotes-slider .quote a {
  color: #383838;
}
.red .quotes-slider .quote a:hover {
  color: #af1111;
}
.red .quotes-slider .quote-author,
.red .quotes-slider .created-time {
  color: #af1111;
}
.red .quotes-slider .cover-icon {
  color: #383838;
}
.red .releases-slider {
  background-color: #383838;
}
.red .releases-slider .album-share {
  background-color: #383838;
}
.red .releases-slider .hide-detail {
  background-color: #383838;
}
.red .releases-slider .hide-detail:hover {
  background-color: #af1111;
}
.red .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #af1111;
  background-color: transparent;
}
.red .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.red .album-cover .short-info {
  color: #af1111;
}
.red .album-cover .num-tracks span {
  color: #383838;
}
.red .album-cover .view-detail,
.red .album-cover .play-album {
  color: #ffffff;
}
.red .album {
  color: #383838;
}
.red .album .info span {
  color: #af1111;
}
.red .album .info span.label {
  color: #383838;
}
.red .album .album-sources {
  background-color: #383838;
}
.red .album .album-sources a.button:hover {
  color: #af1111;
}
.red .album .album-sources:hover span.button {
  background-color: #af1111;
}
.red .album .album-tracks .label {
  color: #af1111;
}
.red .album .tracklist li.playing {
  color: #383838;
}
.red .album .tracklist li.playing .track-name {
  color: #af1111;
}
.red .album .tracklist p {
  color: #383838;
}
.red .album .tracklist .track-name {
  color: #383838;
}
.red .album .tracklist .actions span:hover {
  color: #af1111;
}
.red .album .tracklist .actions a {
  color: #383838;
}
.red .album .tracklist .actions a:hover {
  color: #af1111;
}
.red .album .tracklist .vote-score span {
  color: #af1111;
}
.red .sharrre {
  color: #383838;
}
.red .mCSB_scrollTools a {
  color: #383838;
}
.red .mCSB_scrollTools a:hover {
  color: #af1111;
}
.red .custom-scroll-nav span {
  color: #383838;
}
.red .custom-scroll-nav span:hover {
  color: #af1111;
}
.red .section-subscribe input {
  color: #af1111;
  border-color: #383838;
}
.red .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.red .section-subscribe input[type=submit]:hover {
  background-color: #af1111;
}
.red .section-subscribe .subscribe-desc {
  color: #383838;
}
.red .section-subscribe .widget_wysija_cont .updated,
.red .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #af1111;
  color: #af1111;
}
.red .section-subscribe .widget_wysija_cont .updated a,
.red .section-subscribe .widget_wysija_cont .login .message a {
  color: #af1111;
}
.red .section-subscribe .widget_wysija_cont .error,
.red .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.red .section-subscribe .widget_wysija_cont .error a,
.red .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.red .section-events .tabs {
  border-color: #383838;
}
.red .section-events .status a {
  background: #af1111;
}
.red .section-events .status a {
  background-color: #af1111;
}
.red .section-events .status a:hover {
  background-color: #383838;
}
.red .section-events .content-infor-event {
  background-color: #af1111;
}
.red .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.red .section-events .infor-event:hover,
.red .section-events .open-gallery:hover,
.red .section-events .open-videos:hover {
  color: #af1111;
}
.red .section-events .event-gallery,
.red .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .red .section-events .status a,
  .red .section-events .infor-event {
    color: #af1111;
    background-color: transparent;
  }
  .red .section-events .status a:hover,
  .red .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .red .section-events .infor-event {
    color: #383838;
  }
}
.red .counter {
  background-color: #af1111;
}
.red .artists-slider .artist h3 {
  color: #af1111;
}
.red .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.red .artists-slider .artist .artist-info {
  border-color: #383838;
}
.red .artists-slider .artist .quick-facts {
  color: #383838;
}
.red .artists-slider .artist .quick-facts span span {
  color: #af1111;
}
.red .artists-slider .artist .info-title {
  color: #af1111;
}
.red .artists-slider .artist-socials {
  background-color: #383838;
}
.red .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.red .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.red .artists-slider .view-artist-gallery:hover {
  background-color: #af1111;
}
.red .artists-slider .hide-detail {
  background-color: #383838;
}
.red .artists-slider .hide-detail:hover {
  background-color: #af1111;
}
.red .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.red .artists-slider .artist-direction-nav a.disable,
.red .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.red .artists-slider .artist-direction-nav a:hover {
  color: #af1111;
}
.red .artists-slider.item-expanded .artist h3,
.red .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #af1111;
}
@media only screen and (max-width: 590px) {
  .red .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .red .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #af1111;
  }
  .red .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .red .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.red .section-blog .blog-link a {
  color: #af1111;
}
.red .section-latest-news article .entry-title a {
  color: #af1111;
}
.red .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.red .section-connect .social a {
  background-color: #383838;
}
.red .section-connect .social a:hover {
  color: #af1111;
  background-color: #ffffff;
}
.red .section-connect .contact-form .box a:hover {
  color: #af1111;
}
.red .section-connect .contact-info-window {
  color: #383838;
}
.red .section-connect .contact-info-window a {
  color: #383838;
}
.red .section-connect .contact-info-window a:hover {
  color: #af1111;
}
.red .section-connect .toggle-contact-form {
  background-color: #383838;
}
.red .section-connect .toggle-contact-form:hover {
  background-color: #af1111;
}
.red .content a,
.red .sidebar a {
  color: #af1111;
}
.red .minimize-sidebar {
  background-color: #383838;
}
.red .minimize-sidebar:hover {
  background-color: #af1111;
}
.red.archive .content article:hover .entry-title,
.red.page-template-template-blog-php .content article:hover .entry-title,
.red.archive .content article:hover .entry-title a,
.red.page-template-template-blog-php .content article:hover .entry-title a {
  color: #af1111;
}
.red .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.red .entry-thumbnail .entry-link:hover {
  background-color: #af1111;
}
.red .entry-thumbnail .entry-quote .quote:before,
.red .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.red .entry-thumbnail .entry-quote .quote-author {
  color: #af1111;
}
.red .entry-thumbnail .flexslider {
  background-color: #383838;
}
.red .entry-thumbnail .mejs-controls {
  background-color: #af1111;
}
.red .entry-thumbnail .mejs-controls > div {
  border-color: #810c0c;
}
.format-audio .red .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .red .entry-thumbnail .mejs-controls > div {
  border-color: #690a0a;
}
.format-audio-spectrum .red .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .red .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.red .entry-title {
  color: #383838;
}
.red .entry-title a {
  color: #383838;
}
.red .entry-meta {
  color: #383838;
}
.red .entry-meta span span,
.red .entry-meta span a {
  color: #af1111;
}
.red .entry-meta span span:hover,
.red .entry-meta span a:hover {
  color: #383838;
}
.red .read-more,
.red .entry-content .more-link {
  color: #af1111;
}
.red .read-more:hover,
.red .entry-content .more-link:hover {
  color: #383838;
}
.red .entry-info .entry-format,
.red .entry-info .entry-date {
  background-color: #383838;
}
.red .entry-info .entry-format {
  background-color: #af1111;
}
.red .entry-info .tags-links {
  color: #383838;
}
.red .entry-info .tags-links a {
  color: #383838;
}
.red .entry-info .tags-links a:hover {
  color: #af1111;
}
.red .edit-link a:hover {
  color: #383838;
}
.red .pagination {
  background-color: #383838;
}
.red .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.red .pagination a:hover,
.red .pagination a.loading {
  background-color: #af1111;
}
.red .simple-navigation a:hover {
  color: #af1111;
}
.red .numberic-navigation a,
.red .numberic-navigation span {
  background-color: #383838;
}
.red .numberic-navigation a:hover,
.red .numberic-navigation span {
  background-color: #af1111;
}
.red .navigation a {
  color: #383838;
}
.red .navigation a:hover {
  color: #af1111;
}
.red .comments-pagination span {
  color: #383838;
}
.red .comments-pagination a {
  color: #af1111;
}
.red .comments-pagination a:hover {
  color: #383838;
}
.red .about-author-title,
.red .comments-title,
.red .comment-reply-title {
  color: #383838;
}
.red .author-box .avatar {
  border-color: #383838;
}
.red .author-box .avatar:hover {
  border-color: #af1111;
}
.red .author-box .num-posts,
.red .author-box .display-name,
.red .author-box .author-role {
  color: #383838;
}
.red .author-box .num-posts span {
  color: #af1111;
}
.red .author-box .author-role {
  color: #af1111;
}
.red .commentlist article:hover .comment-author,
.red .commentlist article:hover .comment-author a,
.red .commentlist article:hover .comment-reply-link {
  color: #af1111;
}
.red .commentlist article:hover .avatar {
  border-color: #af1111;
}
.red .commentlist .avatar {
  border-color: #383838;
}
.red .commentlist .comment-author,
.red .commentlist .comment-meta {
  color: #383838;
}
.red .commentlist .comment-author cite a,
.red .commentlist .comment-meta cite a {
  color: #383838;
}
.red .commentlist .comment-meta a {
  color: #383838;
}
.red .commentlist .comment-reply-link {
  color: #383838;
}
.red .comment-respond input[type=submit] {
  background-color: #383838;
}
.red .comment-respond input[type=submit]:hover {
  background-color: #af1111;
}
.red .widget a {
  color: #383838;
}
.red .widget a:hover {
  color: #af1111;
}
.red .widget li {
  color: #383838;
}
.red .widget-title {
  color: #383838;
}
.red .widget .menu li a {
  border-color: #383838;
}
.red .widget .menu li a:hover {
  color: #af1111;
  border-color: #af1111;
}
.red .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.red .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .widget_noise-tweets .tweet a {
  color: #af1111;
}
.red .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.red .widget_noise-tweets .tweet i {
  color: #af1111;
}
.red .widget_noise-tweets .tweet time {
  color: #383838;
}
.red .noise-recent-posts .title {
  color: #383838;
}
.red .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.red .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #af1111;
}
.red .widget-tabs article .entry-author a:hover {
  color: #af1111;
}
.red .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.red .widget.widget_wysija .wysija-submit:hover {
  background-color: #af1111;
}
.red .widget_recent_comments a {
  color: #af1111;
}
.red .widget_calendar table {
  color: #383838;
}
.red .widget_calendar a {
  color: #af1111;
}
.red .widget_calendar a:hover {
  color: #383838;
}
.red .widget-featured-tracks .track {
  color: #383838;
}
.red .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.red .widget-featured-tracks .track-title a {
  color: #af1111;
}
.red .widget-featured-tracks .track-vote .icon {
  color: #af1111;
}
.red .widget_search input[type=submit] {
  background-color: transparent;
}
.red .footer a {
  color: #af1111;
}
.red .footer a.scroll-top {
  background-color: #383838;
}
.red .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #af1111;
}
.red .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.red .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.red.woocommerce #review_form #respond .form-submit input,
.red.woocommerce-page #review_form #respond .form-submit input,
.red .woocommerce #review_form #respond .form-submit input,
.red .woocommerce-page #review_form #respond .form-submit input,
.red.woocommerce .return-to-shop .wc-backward,
.red.woocommerce-page .return-to-shop .wc-backward,
.red .woocommerce .return-to-shop .wc-backward,
.red .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.red.woocommerce #review_form #respond .form-submit input:hover,
.red.woocommerce-page #review_form #respond .form-submit input:hover,
.red .woocommerce #review_form #respond .form-submit input:hover,
.red .woocommerce-page #review_form #respond .form-submit input:hover,
.red.woocommerce .return-to-shop .wc-backward:hover,
.red.woocommerce-page .return-to-shop .wc-backward:hover,
.red .woocommerce .return-to-shop .wc-backward:hover,
.red .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #af1111;
}
.red.woocommerce #content .entry-content .shipping_calculator .button,
.red.woocommerce-page #content .entry-content .shipping_calculator .button,
.red .woocommerce #content .entry-content .shipping_calculator .button,
.red .woocommerce-page #content .entry-content .shipping_calculator .button,
.red.woocommerce #content .entry-content .shop_table .actions .button,
.red.woocommerce-page #content .entry-content .shop_table .actions .button,
.red .woocommerce #content .entry-content .shop_table .actions .button,
.red .woocommerce-page #content .entry-content .shop_table .actions .button,
.red.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.red.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.red .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.red .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.red.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.red.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.red .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.red .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.red.woocommerce #content .entry-content .actions .button,
.red.woocommerce-page #content .entry-content .actions .button,
.red .woocommerce #content .entry-content .actions .button,
.red .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.red.woocommerce #content .entry-content .shipping_calculator .button:hover,
.red.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.red .woocommerce #content .entry-content .shipping_calculator .button:hover,
.red .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.red.woocommerce #content .entry-content .shop_table .actions .button:hover,
.red.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.red .woocommerce #content .entry-content .shop_table .actions .button:hover,
.red .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.red.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.red.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.red .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.red .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.red.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.red.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.red .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.red .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.red.woocommerce #content .entry-content .actions .button:hover,
.red.woocommerce-page #content .entry-content .actions .button:hover,
.red .woocommerce #content .entry-content .actions .button:hover,
.red .woocommerce-page #content .entry-content .actions .button:hover {
  background: #af1111;
}
.red.woocommerce #payment #place_order,
.red.woocommerce-page #payment #place_order,
.red .woocommerce #payment #place_order,
.red .woocommerce-page #payment #place_order {
  background: #383838;
}
.red.woocommerce #payment #place_order:hover,
.red.woocommerce-page #payment #place_order:hover,
.red .woocommerce #payment #place_order:hover,
.red .woocommerce-page #payment #place_order:hover {
  background: #af1111;
}
.red.woocommerce .sale-price,
.red.woocommerce-page .sale-price,
.red .woocommerce .sale-price,
.red .woocommerce-page .sale-price,
.red.woocommerce .onsale-custom,
.red.woocommerce-page .onsale-custom,
.red .woocommerce .onsale-custom,
.red .woocommerce-page .onsale-custom {
  background-color: #af1111;
}
.red.woocommerce ul.products li.product,
.red.woocommerce-page ul.products li.product,
.red .woocommerce ul.products li.product,
.red .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.red.woocommerce .attachment-shop_single,
.red.woocommerce-page .attachment-shop_single,
.red .woocommerce .attachment-shop_single,
.red .woocommerce-page .attachment-shop_single,
.red.woocommerce .panel,
.red.woocommerce-page .panel,
.red .woocommerce .panel,
.red .woocommerce-page .panel,
.red.woocommerce .shop_table .product-thumbnail,
.red.woocommerce-page .shop_table .product-thumbnail,
.red .woocommerce .shop_table .product-thumbnail,
.red .woocommerce-page .shop_table .product-thumbnail,
.red.woocommerce .shop_table .cart-product-detail,
.red.woocommerce-page .shop_table .cart-product-detail,
.red .woocommerce .shop_table .cart-product-detail,
.red .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.red.woocommerce .coupon input[type=text],
.red.woocommerce-page .coupon input[type=text],
.red .woocommerce .coupon input[type=text],
.red .woocommerce-page .coupon input[type=text],
.red.woocommerce form.checkout .form-row input[type=text],
.red.woocommerce-page form.checkout .form-row input[type=text],
.red .woocommerce form.checkout .form-row input[type=text],
.red .woocommerce-page form.checkout .form-row input[type=text],
.red.woocommerce form.checkout .form-row .input-text,
.red.woocommerce-page form.checkout .form-row .input-text,
.red .woocommerce form.checkout .form-row .input-text,
.red .woocommerce-page form.checkout .form-row .input-text,
.red.woocommerce form.checkout select,
.red.woocommerce-page form.checkout select,
.red .woocommerce form.checkout select,
.red .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.red.woocommerce .cart-collaterals .cart_totals table,
.red.woocommerce-page .cart-collaterals .cart_totals table,
.red .woocommerce .cart-collaterals .cart_totals table,
.red .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.red.woocommerce .shop_table .header-cart-table span,
.red.woocommerce-page .shop_table .header-cart-table span,
.red .woocommerce .shop_table .header-cart-table span,
.red .woocommerce-page .shop_table .header-cart-table span,
.red.woocommerce .shop_table .product-remove,
.red.woocommerce-page .shop_table .product-remove,
.red .woocommerce .shop_table .product-remove,
.red .woocommerce-page .shop_table .product-remove,
.red.woocommerce .shipping_calculator .button,
.red.woocommerce-page .shipping_calculator .button,
.red .woocommerce .shipping_calculator .button,
.red .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.red.woocommerce .shop_table .product-remove:hover,
.red.woocommerce-page .shop_table .product-remove:hover,
.red .woocommerce .shop_table .product-remove:hover,
.red .woocommerce-page .shop_table .product-remove:hover {
  background: #af1111;
}
.red.woocommerce .shop_table .actions .checkout-button,
.red.woocommerce-page .shop_table .actions .checkout-button,
.red .woocommerce .shop_table .actions .checkout-button,
.red .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #af1111;
}
.red.woocommerce div.product .woocommerce-tabs ul.tabs li,
.red.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.red .woocommerce div.product .woocommerce-tabs ul.tabs li,
.red .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.red.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.red.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.red .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.red .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #af1111;
}
.red.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.red.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.red .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.red .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.red.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.red.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.red .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.red .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.red.woocommerce div.product .quantity .plus,
.red.woocommerce-page div.product .quantity .plus,
.red .woocommerce div.product .quantity .plus,
.red .woocommerce-page div.product .quantity .plus,
.red.woocommerce #content div.product .quantity .plus,
.red.woocommerce-page #content div.product .quantity .plus,
.red .woocommerce #content div.product .quantity .plus,
.red .woocommerce-page #content div.product .quantity .plus,
.red.woocommerce div.product #content .quantity .plus,
.red.woocommerce-page div.product #content .quantity .plus,
.red .woocommerce div.product #content .quantity .plus,
.red .woocommerce-page div.product #content .quantity .plus,
.red.woocommerce #content div.product #content .quantity .plus,
.red.woocommerce-page #content div.product #content .quantity .plus,
.red .woocommerce #content div.product #content .quantity .plus,
.red .woocommerce-page #content div.product #content .quantity .plus,
.red.woocommerce div.product .quantity .minus,
.red.woocommerce-page div.product .quantity .minus,
.red .woocommerce div.product .quantity .minus,
.red .woocommerce-page div.product .quantity .minus,
.red.woocommerce #content div.product .quantity .minus,
.red.woocommerce-page #content div.product .quantity .minus,
.red .woocommerce #content div.product .quantity .minus,
.red .woocommerce-page #content div.product .quantity .minus,
.red.woocommerce div.product #content .quantity .minus,
.red.woocommerce-page div.product #content .quantity .minus,
.red .woocommerce div.product #content .quantity .minus,
.red .woocommerce-page div.product #content .quantity .minus,
.red.woocommerce #content div.product #content .quantity .minus,
.red.woocommerce-page #content div.product #content .quantity .minus,
.red .woocommerce #content div.product #content .quantity .minus,
.red .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.red.woocommerce .shop_table .cart-product-detail,
.red.woocommerce-page .shop_table .cart-product-detail,
.red .woocommerce .shop_table .cart-product-detail,
.red .woocommerce-page .shop_table .cart-product-detail,
.red.woocommerce .shop_table .cart-product-detail .product-name,
.red.woocommerce-page .shop_table .cart-product-detail .product-name,
.red .woocommerce .shop_table .cart-product-detail .product-name,
.red .woocommerce-page .shop_table .cart-product-detail .product-name,
.red.woocommerce .shop_table .cart-product-detail .product-name a,
.red.woocommerce-page .shop_table .cart-product-detail .product-name a,
.red .woocommerce .shop_table .cart-product-detail .product-name a,
.red .woocommerce-page .shop_table .cart-product-detail .product-name a,
.red.woocommerce .cart-collaterals .cart_totals table,
.red.woocommerce-page .cart-collaterals .cart_totals table,
.red .woocommerce .cart-collaterals .cart_totals table,
.red .woocommerce-page .cart-collaterals .cart_totals table,
.red.woocommerce form .form-row,
.red.woocommerce-page form .form-row,
.red .woocommerce form .form-row,
.red .woocommerce-page form .form-row,
.red.woocommerce form .form-row input[type=text],
.red.woocommerce-page form .form-row input[type=text],
.red .woocommerce form .form-row input[type=text],
.red .woocommerce-page form .form-row input[type=text],
.red.woocommerce form .form-row .input-text,
.red.woocommerce-page form .form-row .input-text,
.red .woocommerce form .form-row .input-text,
.red .woocommerce-page form .form-row .input-text,
.red.woocommerce .coupon input[type=text],
.red.woocommerce-page .coupon input[type=text],
.red .woocommerce .coupon input[type=text],
.red .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.red.woocommerce .woocommerce-info a,
.red.woocommerce-page .woocommerce-info a,
.red .woocommerce .woocommerce-info a,
.red .woocommerce-page .woocommerce-info a,
.red.woocommerce #order_review a,
.red.woocommerce-page #order_review a,
.red .woocommerce #order_review a,
.red .woocommerce-page #order_review a {
  color: #af1111;
}
.red.woocommerce #content nav.woocommerce-pagination ul li a,
.red.woocommerce-page #content nav.woocommerce-pagination ul li a,
.red .woocommerce #content nav.woocommerce-pagination ul li a,
.red .woocommerce-page #content nav.woocommerce-pagination ul li a,
.red.woocommerce nav.woocommerce-pagination ul li a,
.red.woocommerce-page nav.woocommerce-pagination ul li a,
.red .woocommerce nav.woocommerce-pagination ul li a,
.red .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #af1111;
}
.red.woocommerce #content nav.woocommerce-pagination ul li span.current,
.red.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.red .woocommerce #content nav.woocommerce-pagination ul li span.current,
.red .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.red.woocommerce nav.woocommerce-pagination ul li span.current,
.red.woocommerce-page nav.woocommerce-pagination ul li span.current,
.red .woocommerce nav.woocommerce-pagination ul li span.current,
.red .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.blue body,
.blue #load-screen {
  background-color: #383838;
}
.blue a:hover {
  color: #1145af;
}
.blue blockquote {
  color: #383838;
  border-color: #1145af;
}
.blue table {
  border-color: #383838;
}
.blue input[type=submit] {
  background-color: #383838;
}
.blue input[type=submit]:hover {
  background-color: #1145af;
}
.blue .green-dot {
  color: #1145af !important;
}
.blue .dark-dot {
  color: #383838 !important;
}
.blue .overlay {
  background-color: #1145af;
}
.blue .message {
  color: #383838;
}
.blue .tabs .tabs-nav a {
  color: #1145af;
  background-color: #1145af;
}
.blue .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.blue .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.blue body.error404 .heading-404 span {
  color: #1145af;
}
.blue body.error404 .return-home {
  background-color: #383838;
}
.blue body.error404 .return-home:hover {
  background-color: #1145af;
}
.blue .under-construction i {
  color: #383838;
}
.blue #cboxLoadedContent {
  border-color: #383838;
}
.blue #cboxClose {
  background-color: #383838;
}
.blue #cboxClose:hover {
  color: #1145af;
}
.blue .section-title .desc {
  color: #1145af;
}
.blue .section-opener {
  background-color: #383838;
}
.blue .section-opener .unlocker .handle {
  background-color: #1145af;
}
.blue .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.blue .section-opener .unlocker .handle:hover .arrow,
.blue .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #1145af;
}
.blue .section-slider .caption {
  color: #1145af;
  border-color: #1145af;
}
.blue .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.blue .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .vertical-slider .flex-direction-nav a.disable:hover,
.blue .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.blue .flex-direction-nav a {
  color: #1145af;
}
.blue input.qty {
  background-color: #1145af;
}
.blue .section-shop .shop-title,
.blue .section-shop a {
  color: #1145af;
}
.blue .section-shop a:hover {
  color: #383838;
}
.blue .nav-menu .menu a {
  color: #383838;
}
.blue .nav-menu .menu a:hover,
.blue .nav-menu .menu a:active {
  color: #1145af;
}
.blue .nav-menu .menu li.active .current {
  color: #1145af;
}
.blue .nav-menu .menu .active {
  color: #1145af;
}
.blue .nav-menu .mobile-nav i {
  color: #383838;
}
.blue .nav-menu .player-icon {
  background-color: #1145af;
}
.blue .mejs-container {
  background-color: #1145af;
}
.blue .mejs-loop,
.blue .mejs-shuffle {
  color: #383838;
}
.blue .mejs-prev,
.blue .mejs-volume-button,
.blue .mejs-info,
.blue .mejs-minimize,
.blue .mejs-fullscreen-button {
  border-color: #0f3c98;
}
.blue .mejs-rating .vote-ui {
  background-color: #1145af;
}
.blue .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.blue .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.blue .mejs-horizontal-volume-total {
  background-color: #383838;
}
.blue .player-playshuffle,
.blue .player-playloop {
  color: #383838;
}
.blue .player-playshuffle.active,
.blue .player-playloop.active {
  color: #ffffff;
}
.blue .track-info .artist-info img {
  border-color: #383838;
}
.blue .track-rating {
  color: #1145af;
}
.blue .links {
  background-color: #383838;
}
.blue .links a:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .track-links-extended {
  background-color: #383838;
}
.blue .go-extended a:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .track-detail .detail,
.blue .track-detail.album .detail,
.blue .track-detail.track .detail {
  color: #1145af;
}
.blue .extended-player .mejs-loop,
.blue .extended-player .mejs-shuffle {
  color: #ffffff;
}
.blue .extended-player .mejs-loop.active,
.blue .extended-player .mejs-shuffle.active {
  color: #383838;
}
.blue .track-visual {
  color: #383838;
  border-color: #383838;
}
.blue .track-visual .image .caption .text {
  border-color: #1145af;
}
.blue .track-visual .image .caption .big,
.blue .track-visual .image .caption .small {
  color: #1145af;
}
.blue .track-visual .track-data p span {
  color: #1145af;
}
.blue .track-visual .links a.button:hover {
  color: #1145af;
}
.blue .track-visual .links:hover span.button {
  background-color: #1145af;
}
.blue .track-visual .details .label {
  color: #383838;
}
.blue .track-visual .track-rating .views {
  color: #383838;
}
.blue .track-visual .track-lyric .label {
  color: #1145af;
}
.blue .section-like .middle-area {
  background-color: #1145af;
}
.blue .media-slider .hentry {
  border-color: #383838;
}
.blue .media-slider .hentry h3 {
  color: #1145af;
}
.blue .media-slider .hentry h3 .media-count {
  color: #383838;
}
.blue .media-slider .play-track,
.blue .media-slider .view-media {
  color: #ffffff;
}
.blue .images-gallery-bottom {
  background-color: #383838;
}
.blue .images-gallery-paginate .current-slide {
  color: #1145af;
}
.blue .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.blue .section-popular-tracks .block-title {
  background-color: #1145af;
}
.blue .section-popular-tracks .track {
  color: #383838;
}
.blue .section-popular-tracks .track-title h3 {
  color: #1145af;
}
.blue .section-popular-tracks .track-title h3 a {
  color: #1145af;
}
.blue .section-popular-tracks .track-no {
  border-color: #383838;
}
.blue .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.blue .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(17, 69, 175, 0.8);
}
.blue .section-popular-tracks .track-vote .icon {
  color: #1145af;
}
.blue .quotes-slider .quote a {
  color: #383838;
}
.blue .quotes-slider .quote a:hover {
  color: #1145af;
}
.blue .quotes-slider .quote-author,
.blue .quotes-slider .created-time {
  color: #1145af;
}
.blue .quotes-slider .cover-icon {
  color: #383838;
}
.blue .releases-slider {
  background-color: #383838;
}
.blue .releases-slider .album-share {
  background-color: #383838;
}
.blue .releases-slider .hide-detail {
  background-color: #383838;
}
.blue .releases-slider .hide-detail:hover {
  background-color: #1145af;
}
.blue .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #1145af;
  background-color: transparent;
}
.blue .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.blue .album-cover .short-info {
  color: #1145af;
}
.blue .album-cover .num-tracks span {
  color: #383838;
}
.blue .album-cover .view-detail,
.blue .album-cover .play-album {
  color: #ffffff;
}
.blue .album {
  color: #383838;
}
.blue .album .info span {
  color: #1145af;
}
.blue .album .info span.label {
  color: #383838;
}
.blue .album .album-sources {
  background-color: #383838;
}
.blue .album .album-sources a.button:hover {
  color: #1145af;
}
.blue .album .album-sources:hover span.button {
  background-color: #1145af;
}
.blue .album .album-tracks .label {
  color: #1145af;
}
.blue .album .tracklist li.playing {
  color: #383838;
}
.blue .album .tracklist li.playing .track-name {
  color: #1145af;
}
.blue .album .tracklist p {
  color: #383838;
}
.blue .album .tracklist .track-name {
  color: #383838;
}
.blue .album .tracklist .actions span:hover {
  color: #1145af;
}
.blue .album .tracklist .actions a {
  color: #383838;
}
.blue .album .tracklist .actions a:hover {
  color: #1145af;
}
.blue .album .tracklist .vote-score span {
  color: #1145af;
}
.blue .sharrre {
  color: #383838;
}
.blue .mCSB_scrollTools a {
  color: #383838;
}
.blue .mCSB_scrollTools a:hover {
  color: #1145af;
}
.blue .custom-scroll-nav span {
  color: #383838;
}
.blue .custom-scroll-nav span:hover {
  color: #1145af;
}
.blue .section-subscribe input {
  color: #1145af;
  border-color: #383838;
}
.blue .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.blue .section-subscribe input[type=submit]:hover {
  background-color: #1145af;
}
.blue .section-subscribe .subscribe-desc {
  color: #383838;
}
.blue .section-subscribe .widget_wysija_cont .updated,
.blue .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #1145af;
  color: #1145af;
}
.blue .section-subscribe .widget_wysija_cont .updated a,
.blue .section-subscribe .widget_wysija_cont .login .message a {
  color: #1145af;
}
.blue .section-subscribe .widget_wysija_cont .error,
.blue .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.blue .section-subscribe .widget_wysija_cont .error a,
.blue .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.blue .section-events .tabs {
  border-color: #383838;
}
.blue .section-events .status a {
  background: #1145af;
}
.blue .section-events .status a {
  background-color: #1145af;
}
.blue .section-events .status a:hover {
  background-color: #383838;
}
.blue .section-events .content-infor-event {
  background-color: #1145af;
}
.blue .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.blue .section-events .infor-event:hover,
.blue .section-events .open-gallery:hover,
.blue .section-events .open-videos:hover {
  color: #1145af;
}
.blue .section-events .event-gallery,
.blue .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .blue .section-events .status a,
  .blue .section-events .infor-event {
    color: #1145af;
    background-color: transparent;
  }
  .blue .section-events .status a:hover,
  .blue .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .blue .section-events .infor-event {
    color: #383838;
  }
}
.blue .counter {
  background-color: #1145af;
}
.blue .artists-slider .artist h3 {
  color: #1145af;
}
.blue .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.blue .artists-slider .artist .artist-info {
  border-color: #383838;
}
.blue .artists-slider .artist .quick-facts {
  color: #383838;
}
.blue .artists-slider .artist .quick-facts span span {
  color: #1145af;
}
.blue .artists-slider .artist .info-title {
  color: #1145af;
}
.blue .artists-slider .artist-socials {
  background-color: #383838;
}
.blue .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.blue .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.blue .artists-slider .view-artist-gallery:hover {
  background-color: #1145af;
}
.blue .artists-slider .hide-detail {
  background-color: #383838;
}
.blue .artists-slider .hide-detail:hover {
  background-color: #1145af;
}
.blue .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.blue .artists-slider .artist-direction-nav a.disable,
.blue .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.blue .artists-slider .artist-direction-nav a:hover {
  color: #1145af;
}
.blue .artists-slider.item-expanded .artist h3,
.blue .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #1145af;
}
@media only screen and (max-width: 590px) {
  .blue .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .blue .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #1145af;
  }
  .blue .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .blue .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.blue .section-blog .blog-link a {
  color: #1145af;
}
.blue .section-latest-news article .entry-title a {
  color: #1145af;
}
.blue .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.blue .section-connect .social a {
  background-color: #383838;
}
.blue .section-connect .social a:hover {
  color: #1145af;
  background-color: #ffffff;
}
.blue .section-connect .contact-form .box a:hover {
  color: #1145af;
}
.blue .section-connect .contact-info-window {
  color: #383838;
}
.blue .section-connect .contact-info-window a {
  color: #383838;
}
.blue .section-connect .contact-info-window a:hover {
  color: #1145af;
}
.blue .section-connect .toggle-contact-form {
  background-color: #383838;
}
.blue .section-connect .toggle-contact-form:hover {
  background-color: #1145af;
}
.blue .content a,
.blue .sidebar a {
  color: #1145af;
}
.blue .minimize-sidebar {
  background-color: #383838;
}
.blue .minimize-sidebar:hover {
  background-color: #1145af;
}
.blue.archive .content article:hover .entry-title,
.blue.page-template-template-blog-php .content article:hover .entry-title,
.blue.archive .content article:hover .entry-title a,
.blue.page-template-template-blog-php .content article:hover .entry-title a {
  color: #1145af;
}
.blue .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.blue .entry-thumbnail .entry-link:hover {
  background-color: #1145af;
}
.blue .entry-thumbnail .entry-quote .quote:before,
.blue .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.blue .entry-thumbnail .entry-quote .quote-author {
  color: #1145af;
}
.blue .entry-thumbnail .flexslider {
  background-color: #383838;
}
.blue .entry-thumbnail .mejs-controls {
  background-color: #1145af;
}
.blue .entry-thumbnail .mejs-controls > div {
  border-color: #0c3381;
}
.format-audio .blue .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .blue .entry-thumbnail .mejs-controls > div {
  border-color: #0a2a69;
}
.format-audio-spectrum .blue .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .blue .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.blue .entry-title {
  color: #383838;
}
.blue .entry-title a {
  color: #383838;
}
.blue .entry-meta {
  color: #383838;
}
.blue .entry-meta span span,
.blue .entry-meta span a {
  color: #1145af;
}
.blue .entry-meta span span:hover,
.blue .entry-meta span a:hover {
  color: #383838;
}
.blue .read-more,
.blue .entry-content .more-link {
  color: #1145af;
}
.blue .read-more:hover,
.blue .entry-content .more-link:hover {
  color: #383838;
}
.blue .entry-info .entry-format,
.blue .entry-info .entry-date {
  background-color: #383838;
}
.blue .entry-info .entry-format {
  background-color: #1145af;
}
.blue .entry-info .tags-links {
  color: #383838;
}
.blue .entry-info .tags-links a {
  color: #383838;
}
.blue .entry-info .tags-links a:hover {
  color: #1145af;
}
.blue .edit-link a:hover {
  color: #383838;
}
.blue .pagination {
  background-color: #383838;
}
.blue .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.blue .pagination a:hover,
.blue .pagination a.loading {
  background-color: #1145af;
}
.blue .simple-navigation a:hover {
  color: #1145af;
}
.blue .numberic-navigation a,
.blue .numberic-navigation span {
  background-color: #383838;
}
.blue .numberic-navigation a:hover,
.blue .numberic-navigation span {
  background-color: #1145af;
}
.blue .navigation a {
  color: #383838;
}
.blue .navigation a:hover {
  color: #1145af;
}
.blue .comments-pagination span {
  color: #383838;
}
.blue .comments-pagination a {
  color: #1145af;
}
.blue .comments-pagination a:hover {
  color: #383838;
}
.blue .about-author-title,
.blue .comments-title,
.blue .comment-reply-title {
  color: #383838;
}
.blue .author-box .avatar {
  border-color: #383838;
}
.blue .author-box .avatar:hover {
  border-color: #1145af;
}
.blue .author-box .num-posts,
.blue .author-box .display-name,
.blue .author-box .author-role {
  color: #383838;
}
.blue .author-box .num-posts span {
  color: #1145af;
}
.blue .author-box .author-role {
  color: #1145af;
}
.blue .commentlist article:hover .comment-author,
.blue .commentlist article:hover .comment-author a,
.blue .commentlist article:hover .comment-reply-link {
  color: #1145af;
}
.blue .commentlist article:hover .avatar {
  border-color: #1145af;
}
.blue .commentlist .avatar {
  border-color: #383838;
}
.blue .commentlist .comment-author,
.blue .commentlist .comment-meta {
  color: #383838;
}
.blue .commentlist .comment-author cite a,
.blue .commentlist .comment-meta cite a {
  color: #383838;
}
.blue .commentlist .comment-meta a {
  color: #383838;
}
.blue .commentlist .comment-reply-link {
  color: #383838;
}
.blue .comment-respond input[type=submit] {
  background-color: #383838;
}
.blue .comment-respond input[type=submit]:hover {
  background-color: #1145af;
}
.blue .widget a {
  color: #383838;
}
.blue .widget a:hover {
  color: #1145af;
}
.blue .widget li {
  color: #383838;
}
.blue .widget-title {
  color: #383838;
}
.blue .widget .menu li a {
  border-color: #383838;
}
.blue .widget .menu li a:hover {
  color: #1145af;
  border-color: #1145af;
}
.blue .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.blue .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .widget_noise-tweets .tweet a {
  color: #1145af;
}
.blue .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.blue .widget_noise-tweets .tweet i {
  color: #1145af;
}
.blue .widget_noise-tweets .tweet time {
  color: #383838;
}
.blue .noise-recent-posts .title {
  color: #383838;
}
.blue .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.blue .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #1145af;
}
.blue .widget-tabs article .entry-author a:hover {
  color: #1145af;
}
.blue .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.blue .widget.widget_wysija .wysija-submit:hover {
  background-color: #1145af;
}
.blue .widget_recent_comments a {
  color: #1145af;
}
.blue .widget_calendar table {
  color: #383838;
}
.blue .widget_calendar a {
  color: #1145af;
}
.blue .widget_calendar a:hover {
  color: #383838;
}
.blue .widget-featured-tracks .track {
  color: #383838;
}
.blue .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.blue .widget-featured-tracks .track-title a {
  color: #1145af;
}
.blue .widget-featured-tracks .track-vote .icon {
  color: #1145af;
}
.blue .widget_search input[type=submit] {
  background-color: transparent;
}
.blue .footer a {
  color: #1145af;
}
.blue .footer a.scroll-top {
  background-color: #383838;
}
.blue .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #1145af;
}
.blue .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.blue .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.blue.woocommerce #review_form #respond .form-submit input,
.blue.woocommerce-page #review_form #respond .form-submit input,
.blue .woocommerce #review_form #respond .form-submit input,
.blue .woocommerce-page #review_form #respond .form-submit input,
.blue.woocommerce .return-to-shop .wc-backward,
.blue.woocommerce-page .return-to-shop .wc-backward,
.blue .woocommerce .return-to-shop .wc-backward,
.blue .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.blue.woocommerce #review_form #respond .form-submit input:hover,
.blue.woocommerce-page #review_form #respond .form-submit input:hover,
.blue .woocommerce #review_form #respond .form-submit input:hover,
.blue .woocommerce-page #review_form #respond .form-submit input:hover,
.blue.woocommerce .return-to-shop .wc-backward:hover,
.blue.woocommerce-page .return-to-shop .wc-backward:hover,
.blue .woocommerce .return-to-shop .wc-backward:hover,
.blue .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #1145af;
}
.blue.woocommerce #content .entry-content .shipping_calculator .button,
.blue.woocommerce-page #content .entry-content .shipping_calculator .button,
.blue .woocommerce #content .entry-content .shipping_calculator .button,
.blue .woocommerce-page #content .entry-content .shipping_calculator .button,
.blue.woocommerce #content .entry-content .shop_table .actions .button,
.blue.woocommerce-page #content .entry-content .shop_table .actions .button,
.blue .woocommerce #content .entry-content .shop_table .actions .button,
.blue .woocommerce-page #content .entry-content .shop_table .actions .button,
.blue.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.blue.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.blue .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.blue .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.blue.woocommerce #content .entry-content .actions .button,
.blue.woocommerce-page #content .entry-content .actions .button,
.blue .woocommerce #content .entry-content .actions .button,
.blue .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.blue.woocommerce #content .entry-content .shipping_calculator .button:hover,
.blue.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.blue .woocommerce #content .entry-content .shipping_calculator .button:hover,
.blue .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.blue.woocommerce #content .entry-content .shop_table .actions .button:hover,
.blue.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.blue .woocommerce #content .entry-content .shop_table .actions .button:hover,
.blue .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.blue.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue.woocommerce #content .entry-content .actions .button:hover,
.blue.woocommerce-page #content .entry-content .actions .button:hover,
.blue .woocommerce #content .entry-content .actions .button:hover,
.blue .woocommerce-page #content .entry-content .actions .button:hover {
  background: #1145af;
}
.blue.woocommerce #payment #place_order,
.blue.woocommerce-page #payment #place_order,
.blue .woocommerce #payment #place_order,
.blue .woocommerce-page #payment #place_order {
  background: #383838;
}
.blue.woocommerce #payment #place_order:hover,
.blue.woocommerce-page #payment #place_order:hover,
.blue .woocommerce #payment #place_order:hover,
.blue .woocommerce-page #payment #place_order:hover {
  background: #1145af;
}
.blue.woocommerce .sale-price,
.blue.woocommerce-page .sale-price,
.blue .woocommerce .sale-price,
.blue .woocommerce-page .sale-price,
.blue.woocommerce .onsale-custom,
.blue.woocommerce-page .onsale-custom,
.blue .woocommerce .onsale-custom,
.blue .woocommerce-page .onsale-custom {
  background-color: #1145af;
}
.blue.woocommerce ul.products li.product,
.blue.woocommerce-page ul.products li.product,
.blue .woocommerce ul.products li.product,
.blue .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.blue.woocommerce .attachment-shop_single,
.blue.woocommerce-page .attachment-shop_single,
.blue .woocommerce .attachment-shop_single,
.blue .woocommerce-page .attachment-shop_single,
.blue.woocommerce .panel,
.blue.woocommerce-page .panel,
.blue .woocommerce .panel,
.blue .woocommerce-page .panel,
.blue.woocommerce .shop_table .product-thumbnail,
.blue.woocommerce-page .shop_table .product-thumbnail,
.blue .woocommerce .shop_table .product-thumbnail,
.blue .woocommerce-page .shop_table .product-thumbnail,
.blue.woocommerce .shop_table .cart-product-detail,
.blue.woocommerce-page .shop_table .cart-product-detail,
.blue .woocommerce .shop_table .cart-product-detail,
.blue .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.blue.woocommerce .coupon input[type=text],
.blue.woocommerce-page .coupon input[type=text],
.blue .woocommerce .coupon input[type=text],
.blue .woocommerce-page .coupon input[type=text],
.blue.woocommerce form.checkout .form-row input[type=text],
.blue.woocommerce-page form.checkout .form-row input[type=text],
.blue .woocommerce form.checkout .form-row input[type=text],
.blue .woocommerce-page form.checkout .form-row input[type=text],
.blue.woocommerce form.checkout .form-row .input-text,
.blue.woocommerce-page form.checkout .form-row .input-text,
.blue .woocommerce form.checkout .form-row .input-text,
.blue .woocommerce-page form.checkout .form-row .input-text,
.blue.woocommerce form.checkout select,
.blue.woocommerce-page form.checkout select,
.blue .woocommerce form.checkout select,
.blue .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.blue.woocommerce .cart-collaterals .cart_totals table,
.blue.woocommerce-page .cart-collaterals .cart_totals table,
.blue .woocommerce .cart-collaterals .cart_totals table,
.blue .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.blue.woocommerce .shop_table .header-cart-table span,
.blue.woocommerce-page .shop_table .header-cart-table span,
.blue .woocommerce .shop_table .header-cart-table span,
.blue .woocommerce-page .shop_table .header-cart-table span,
.blue.woocommerce .shop_table .product-remove,
.blue.woocommerce-page .shop_table .product-remove,
.blue .woocommerce .shop_table .product-remove,
.blue .woocommerce-page .shop_table .product-remove,
.blue.woocommerce .shipping_calculator .button,
.blue.woocommerce-page .shipping_calculator .button,
.blue .woocommerce .shipping_calculator .button,
.blue .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.blue.woocommerce .shop_table .product-remove:hover,
.blue.woocommerce-page .shop_table .product-remove:hover,
.blue .woocommerce .shop_table .product-remove:hover,
.blue .woocommerce-page .shop_table .product-remove:hover {
  background: #1145af;
}
.blue.woocommerce .shop_table .actions .checkout-button,
.blue.woocommerce-page .shop_table .actions .checkout-button,
.blue .woocommerce .shop_table .actions .checkout-button,
.blue .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #1145af;
}
.blue.woocommerce div.product .woocommerce-tabs ul.tabs li,
.blue.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.blue .woocommerce div.product .woocommerce-tabs ul.tabs li,
.blue .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.blue.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.blue.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.blue .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.blue .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #1145af;
}
.blue.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.blue.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.blue .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.blue .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.blue.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.blue.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.blue .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.blue .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.blue.woocommerce div.product .quantity .plus,
.blue.woocommerce-page div.product .quantity .plus,
.blue .woocommerce div.product .quantity .plus,
.blue .woocommerce-page div.product .quantity .plus,
.blue.woocommerce #content div.product .quantity .plus,
.blue.woocommerce-page #content div.product .quantity .plus,
.blue .woocommerce #content div.product .quantity .plus,
.blue .woocommerce-page #content div.product .quantity .plus,
.blue.woocommerce div.product #content .quantity .plus,
.blue.woocommerce-page div.product #content .quantity .plus,
.blue .woocommerce div.product #content .quantity .plus,
.blue .woocommerce-page div.product #content .quantity .plus,
.blue.woocommerce #content div.product #content .quantity .plus,
.blue.woocommerce-page #content div.product #content .quantity .plus,
.blue .woocommerce #content div.product #content .quantity .plus,
.blue .woocommerce-page #content div.product #content .quantity .plus,
.blue.woocommerce div.product .quantity .minus,
.blue.woocommerce-page div.product .quantity .minus,
.blue .woocommerce div.product .quantity .minus,
.blue .woocommerce-page div.product .quantity .minus,
.blue.woocommerce #content div.product .quantity .minus,
.blue.woocommerce-page #content div.product .quantity .minus,
.blue .woocommerce #content div.product .quantity .minus,
.blue .woocommerce-page #content div.product .quantity .minus,
.blue.woocommerce div.product #content .quantity .minus,
.blue.woocommerce-page div.product #content .quantity .minus,
.blue .woocommerce div.product #content .quantity .minus,
.blue .woocommerce-page div.product #content .quantity .minus,
.blue.woocommerce #content div.product #content .quantity .minus,
.blue.woocommerce-page #content div.product #content .quantity .minus,
.blue .woocommerce #content div.product #content .quantity .minus,
.blue .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.blue.woocommerce .shop_table .cart-product-detail,
.blue.woocommerce-page .shop_table .cart-product-detail,
.blue .woocommerce .shop_table .cart-product-detail,
.blue .woocommerce-page .shop_table .cart-product-detail,
.blue.woocommerce .shop_table .cart-product-detail .product-name,
.blue.woocommerce-page .shop_table .cart-product-detail .product-name,
.blue .woocommerce .shop_table .cart-product-detail .product-name,
.blue .woocommerce-page .shop_table .cart-product-detail .product-name,
.blue.woocommerce .shop_table .cart-product-detail .product-name a,
.blue.woocommerce-page .shop_table .cart-product-detail .product-name a,
.blue .woocommerce .shop_table .cart-product-detail .product-name a,
.blue .woocommerce-page .shop_table .cart-product-detail .product-name a,
.blue.woocommerce .cart-collaterals .cart_totals table,
.blue.woocommerce-page .cart-collaterals .cart_totals table,
.blue .woocommerce .cart-collaterals .cart_totals table,
.blue .woocommerce-page .cart-collaterals .cart_totals table,
.blue.woocommerce form .form-row,
.blue.woocommerce-page form .form-row,
.blue .woocommerce form .form-row,
.blue .woocommerce-page form .form-row,
.blue.woocommerce form .form-row input[type=text],
.blue.woocommerce-page form .form-row input[type=text],
.blue .woocommerce form .form-row input[type=text],
.blue .woocommerce-page form .form-row input[type=text],
.blue.woocommerce form .form-row .input-text,
.blue.woocommerce-page form .form-row .input-text,
.blue .woocommerce form .form-row .input-text,
.blue .woocommerce-page form .form-row .input-text,
.blue.woocommerce .coupon input[type=text],
.blue.woocommerce-page .coupon input[type=text],
.blue .woocommerce .coupon input[type=text],
.blue .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.blue.woocommerce .woocommerce-info a,
.blue.woocommerce-page .woocommerce-info a,
.blue .woocommerce .woocommerce-info a,
.blue .woocommerce-page .woocommerce-info a,
.blue.woocommerce #order_review a,
.blue.woocommerce-page #order_review a,
.blue .woocommerce #order_review a,
.blue .woocommerce-page #order_review a {
  color: #1145af;
}
.blue.woocommerce #content nav.woocommerce-pagination ul li a,
.blue.woocommerce-page #content nav.woocommerce-pagination ul li a,
.blue .woocommerce #content nav.woocommerce-pagination ul li a,
.blue .woocommerce-page #content nav.woocommerce-pagination ul li a,
.blue.woocommerce nav.woocommerce-pagination ul li a,
.blue.woocommerce-page nav.woocommerce-pagination ul li a,
.blue .woocommerce nav.woocommerce-pagination ul li a,
.blue .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #1145af;
}
.blue.woocommerce #content nav.woocommerce-pagination ul li span.current,
.blue.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.blue .woocommerce #content nav.woocommerce-pagination ul li span.current,
.blue .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.blue.woocommerce nav.woocommerce-pagination ul li span.current,
.blue.woocommerce-page nav.woocommerce-pagination ul li span.current,
.blue .woocommerce nav.woocommerce-pagination ul li span.current,
.blue .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.orange body,
.orange #load-screen {
  background-color: #383838;
}
.orange a:hover {
  color: #ff8800;
}
.orange blockquote {
  color: #383838;
  border-color: #ff8800;
}
.orange table {
  border-color: #383838;
}
.orange input[type=submit] {
  background-color: #383838;
}
.orange input[type=submit]:hover {
  background-color: #ff8800;
}
.orange .green-dot {
  color: #ff8800 !important;
}
.orange .dark-dot {
  color: #383838 !important;
}
.orange .overlay {
  background-color: #ff8800;
}
.orange .message {
  color: #383838;
}
.orange .tabs .tabs-nav a {
  color: #ff8800;
  background-color: #ff8800;
}
.orange .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.orange .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.orange body.error404 .heading-404 span {
  color: #ff8800;
}
.orange body.error404 .return-home {
  background-color: #383838;
}
.orange body.error404 .return-home:hover {
  background-color: #ff8800;
}
.orange .under-construction i {
  color: #383838;
}
.orange #cboxLoadedContent {
  border-color: #383838;
}
.orange #cboxClose {
  background-color: #383838;
}
.orange #cboxClose:hover {
  color: #ff8800;
}
.orange .section-title .desc {
  color: #ff8800;
}
.orange .section-opener {
  background-color: #383838;
}
.orange .section-opener .unlocker .handle {
  background-color: #ff8800;
}
.orange .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.orange .section-opener .unlocker .handle:hover .arrow,
.orange .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #ff8800;
}
.orange .section-slider .caption {
  color: #ff8800;
  border-color: #ff8800;
}
.orange .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.orange .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .vertical-slider .flex-direction-nav a.disable:hover,
.orange .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.orange .flex-direction-nav a {
  color: #ff8800;
}
.orange input.qty {
  background-color: #ff8800;
}
.orange .section-shop .shop-title,
.orange .section-shop a {
  color: #ff8800;
}
.orange .section-shop a:hover {
  color: #383838;
}
.orange .nav-menu .menu a {
  color: #383838;
}
.orange .nav-menu .menu a:hover,
.orange .nav-menu .menu a:active {
  color: #ff8800;
}
.orange .nav-menu .menu li.active .current {
  color: #ff8800;
}
.orange .nav-menu .menu .active {
  color: #ff8800;
}
.orange .nav-menu .mobile-nav i {
  color: #383838;
}
.orange .nav-menu .player-icon {
  background-color: #ff8800;
}
.orange .mejs-container {
  background-color: #ff8800;
}
.orange .mejs-loop,
.orange .mejs-shuffle {
  color: #383838;
}
.orange .mejs-prev,
.orange .mejs-volume-button,
.orange .mejs-info,
.orange .mejs-minimize,
.orange .mejs-fullscreen-button {
  border-color: #e67a00;
}
.orange .mejs-rating .vote-ui {
  background-color: #ff8800;
}
.orange .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.orange .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.orange .mejs-horizontal-volume-total {
  background-color: #383838;
}
.orange .player-playshuffle,
.orange .player-playloop {
  color: #383838;
}
.orange .player-playshuffle.active,
.orange .player-playloop.active {
  color: #ffffff;
}
.orange .track-info .artist-info img {
  border-color: #383838;
}
.orange .track-rating {
  color: #ff8800;
}
.orange .links {
  background-color: #383838;
}
.orange .links a:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .track-links-extended {
  background-color: #383838;
}
.orange .go-extended a:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .track-detail .detail,
.orange .track-detail.album .detail,
.orange .track-detail.track .detail {
  color: #ff8800;
}
.orange .extended-player .mejs-loop,
.orange .extended-player .mejs-shuffle {
  color: #ffffff;
}
.orange .extended-player .mejs-loop.active,
.orange .extended-player .mejs-shuffle.active {
  color: #383838;
}
.orange .track-visual {
  color: #383838;
  border-color: #383838;
}
.orange .track-visual .image .caption .text {
  border-color: #ff8800;
}
.orange .track-visual .image .caption .big,
.orange .track-visual .image .caption .small {
  color: #ff8800;
}
.orange .track-visual .track-data p span {
  color: #ff8800;
}
.orange .track-visual .links a.button:hover {
  color: #ff8800;
}
.orange .track-visual .links:hover span.button {
  background-color: #ff8800;
}
.orange .track-visual .details .label {
  color: #383838;
}
.orange .track-visual .track-rating .views {
  color: #383838;
}
.orange .track-visual .track-lyric .label {
  color: #ff8800;
}
.orange .section-like .middle-area {
  background-color: #ff8800;
}
.orange .media-slider .hentry {
  border-color: #383838;
}
.orange .media-slider .hentry h3 {
  color: #ff8800;
}
.orange .media-slider .hentry h3 .media-count {
  color: #383838;
}
.orange .media-slider .play-track,
.orange .media-slider .view-media {
  color: #ffffff;
}
.orange .images-gallery-bottom {
  background-color: #383838;
}
.orange .images-gallery-paginate .current-slide {
  color: #ff8800;
}
.orange .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.orange .section-popular-tracks .block-title {
  background-color: #ff8800;
}
.orange .section-popular-tracks .track {
  color: #383838;
}
.orange .section-popular-tracks .track-title h3 {
  color: #ff8800;
}
.orange .section-popular-tracks .track-title h3 a {
  color: #ff8800;
}
.orange .section-popular-tracks .track-no {
  border-color: #383838;
}
.orange .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.orange .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(255, 136, 0, 0.8);
}
.orange .section-popular-tracks .track-vote .icon {
  color: #ff8800;
}
.orange .quotes-slider .quote a {
  color: #383838;
}
.orange .quotes-slider .quote a:hover {
  color: #ff8800;
}
.orange .quotes-slider .quote-author,
.orange .quotes-slider .created-time {
  color: #ff8800;
}
.orange .quotes-slider .cover-icon {
  color: #383838;
}
.orange .releases-slider {
  background-color: #383838;
}
.orange .releases-slider .album-share {
  background-color: #383838;
}
.orange .releases-slider .hide-detail {
  background-color: #383838;
}
.orange .releases-slider .hide-detail:hover {
  background-color: #ff8800;
}
.orange .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #ff8800;
  background-color: transparent;
}
.orange .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.orange .album-cover .short-info {
  color: #ff8800;
}
.orange .album-cover .num-tracks span {
  color: #383838;
}
.orange .album-cover .view-detail,
.orange .album-cover .play-album {
  color: #ffffff;
}
.orange .album {
  color: #383838;
}
.orange .album .info span {
  color: #ff8800;
}
.orange .album .info span.label {
  color: #383838;
}
.orange .album .album-sources {
  background-color: #383838;
}
.orange .album .album-sources a.button:hover {
  color: #ff8800;
}
.orange .album .album-sources:hover span.button {
  background-color: #ff8800;
}
.orange .album .album-tracks .label {
  color: #ff8800;
}
.orange .album .tracklist li.playing {
  color: #383838;
}
.orange .album .tracklist li.playing .track-name {
  color: #ff8800;
}
.orange .album .tracklist p {
  color: #383838;
}
.orange .album .tracklist .track-name {
  color: #383838;
}
.orange .album .tracklist .actions span:hover {
  color: #ff8800;
}
.orange .album .tracklist .actions a {
  color: #383838;
}
.orange .album .tracklist .actions a:hover {
  color: #ff8800;
}
.orange .album .tracklist .vote-score span {
  color: #ff8800;
}
.orange .sharrre {
  color: #383838;
}
.orange .mCSB_scrollTools a {
  color: #383838;
}
.orange .mCSB_scrollTools a:hover {
  color: #ff8800;
}
.orange .custom-scroll-nav span {
  color: #383838;
}
.orange .custom-scroll-nav span:hover {
  color: #ff8800;
}
.orange .section-subscribe input {
  color: #ff8800;
  border-color: #383838;
}
.orange .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.orange .section-subscribe input[type=submit]:hover {
  background-color: #ff8800;
}
.orange .section-subscribe .subscribe-desc {
  color: #383838;
}
.orange .section-subscribe .widget_wysija_cont .updated,
.orange .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #ff8800;
  color: #ff8800;
}
.orange .section-subscribe .widget_wysija_cont .updated a,
.orange .section-subscribe .widget_wysija_cont .login .message a {
  color: #ff8800;
}
.orange .section-subscribe .widget_wysija_cont .error,
.orange .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.orange .section-subscribe .widget_wysija_cont .error a,
.orange .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.orange .section-events .tabs {
  border-color: #383838;
}
.orange .section-events .status a {
  background: #ff8800;
}
.orange .section-events .status a {
  background-color: #ff8800;
}
.orange .section-events .status a:hover {
  background-color: #383838;
}
.orange .section-events .content-infor-event {
  background-color: #ff8800;
}
.orange .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.orange .section-events .infor-event:hover,
.orange .section-events .open-gallery:hover,
.orange .section-events .open-videos:hover {
  color: #ff8800;
}
.orange .section-events .event-gallery,
.orange .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .orange .section-events .status a,
  .orange .section-events .infor-event {
    color: #ff8800;
    background-color: transparent;
  }
  .orange .section-events .status a:hover,
  .orange .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .orange .section-events .infor-event {
    color: #383838;
  }
}
.orange .counter {
  background-color: #ff8800;
}
.orange .artists-slider .artist h3 {
  color: #ff8800;
}
.orange .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.orange .artists-slider .artist .artist-info {
  border-color: #383838;
}
.orange .artists-slider .artist .quick-facts {
  color: #383838;
}
.orange .artists-slider .artist .quick-facts span span {
  color: #ff8800;
}
.orange .artists-slider .artist .info-title {
  color: #ff8800;
}
.orange .artists-slider .artist-socials {
  background-color: #383838;
}
.orange .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.orange .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.orange .artists-slider .view-artist-gallery:hover {
  background-color: #ff8800;
}
.orange .artists-slider .hide-detail {
  background-color: #383838;
}
.orange .artists-slider .hide-detail:hover {
  background-color: #ff8800;
}
.orange .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.orange .artists-slider .artist-direction-nav a.disable,
.orange .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.orange .artists-slider .artist-direction-nav a:hover {
  color: #ff8800;
}
.orange .artists-slider.item-expanded .artist h3,
.orange .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #ff8800;
}
@media only screen and (max-width: 590px) {
  .orange .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .orange .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #ff8800;
  }
  .orange .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .orange .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.orange .section-blog .blog-link a {
  color: #ff8800;
}
.orange .section-latest-news article .entry-title a {
  color: #ff8800;
}
.orange .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.orange .section-connect .social a {
  background-color: #383838;
}
.orange .section-connect .social a:hover {
  color: #ff8800;
  background-color: #ffffff;
}
.orange .section-connect .contact-form .box a:hover {
  color: #ff8800;
}
.orange .section-connect .contact-info-window {
  color: #383838;
}
.orange .section-connect .contact-info-window a {
  color: #383838;
}
.orange .section-connect .contact-info-window a:hover {
  color: #ff8800;
}
.orange .section-connect .toggle-contact-form {
  background-color: #383838;
}
.orange .section-connect .toggle-contact-form:hover {
  background-color: #ff8800;
}
.orange .content a,
.orange .sidebar a {
  color: #ff8800;
}
.orange .minimize-sidebar {
  background-color: #383838;
}
.orange .minimize-sidebar:hover {
  background-color: #ff8800;
}
.orange.archive .content article:hover .entry-title,
.orange.page-template-template-blog-php .content article:hover .entry-title,
.orange.archive .content article:hover .entry-title a,
.orange.page-template-template-blog-php .content article:hover .entry-title a {
  color: #ff8800;
}
.orange .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.orange .entry-thumbnail .entry-link:hover {
  background-color: #ff8800;
}
.orange .entry-thumbnail .entry-quote .quote:before,
.orange .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.orange .entry-thumbnail .entry-quote .quote-author {
  color: #ff8800;
}
.orange .entry-thumbnail .flexslider {
  background-color: #383838;
}
.orange .entry-thumbnail .mejs-controls {
  background-color: #ff8800;
}
.orange .entry-thumbnail .mejs-controls > div {
  border-color: #cc6d00;
}
.format-audio .orange .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .orange .entry-thumbnail .mejs-controls > div {
  border-color: #b35f00;
}
.format-audio-spectrum .orange .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .orange .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.orange .entry-title {
  color: #383838;
}
.orange .entry-title a {
  color: #383838;
}
.orange .entry-meta {
  color: #383838;
}
.orange .entry-meta span span,
.orange .entry-meta span a {
  color: #ff8800;
}
.orange .entry-meta span span:hover,
.orange .entry-meta span a:hover {
  color: #383838;
}
.orange .read-more,
.orange .entry-content .more-link {
  color: #ff8800;
}
.orange .read-more:hover,
.orange .entry-content .more-link:hover {
  color: #383838;
}
.orange .entry-info .entry-format,
.orange .entry-info .entry-date {
  background-color: #383838;
}
.orange .entry-info .entry-format {
  background-color: #ff8800;
}
.orange .entry-info .tags-links {
  color: #383838;
}
.orange .entry-info .tags-links a {
  color: #383838;
}
.orange .entry-info .tags-links a:hover {
  color: #ff8800;
}
.orange .edit-link a:hover {
  color: #383838;
}
.orange .pagination {
  background-color: #383838;
}
.orange .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.orange .pagination a:hover,
.orange .pagination a.loading {
  background-color: #ff8800;
}
.orange .simple-navigation a:hover {
  color: #ff8800;
}
.orange .numberic-navigation a,
.orange .numberic-navigation span {
  background-color: #383838;
}
.orange .numberic-navigation a:hover,
.orange .numberic-navigation span {
  background-color: #ff8800;
}
.orange .navigation a {
  color: #383838;
}
.orange .navigation a:hover {
  color: #ff8800;
}
.orange .comments-pagination span {
  color: #383838;
}
.orange .comments-pagination a {
  color: #ff8800;
}
.orange .comments-pagination a:hover {
  color: #383838;
}
.orange .about-author-title,
.orange .comments-title,
.orange .comment-reply-title {
  color: #383838;
}
.orange .author-box .avatar {
  border-color: #383838;
}
.orange .author-box .avatar:hover {
  border-color: #ff8800;
}
.orange .author-box .num-posts,
.orange .author-box .display-name,
.orange .author-box .author-role {
  color: #383838;
}
.orange .author-box .num-posts span {
  color: #ff8800;
}
.orange .author-box .author-role {
  color: #ff8800;
}
.orange .commentlist article:hover .comment-author,
.orange .commentlist article:hover .comment-author a,
.orange .commentlist article:hover .comment-reply-link {
  color: #ff8800;
}
.orange .commentlist article:hover .avatar {
  border-color: #ff8800;
}
.orange .commentlist .avatar {
  border-color: #383838;
}
.orange .commentlist .comment-author,
.orange .commentlist .comment-meta {
  color: #383838;
}
.orange .commentlist .comment-author cite a,
.orange .commentlist .comment-meta cite a {
  color: #383838;
}
.orange .commentlist .comment-meta a {
  color: #383838;
}
.orange .commentlist .comment-reply-link {
  color: #383838;
}
.orange .comment-respond input[type=submit] {
  background-color: #383838;
}
.orange .comment-respond input[type=submit]:hover {
  background-color: #ff8800;
}
.orange .widget a {
  color: #383838;
}
.orange .widget a:hover {
  color: #ff8800;
}
.orange .widget li {
  color: #383838;
}
.orange .widget-title {
  color: #383838;
}
.orange .widget .menu li a {
  border-color: #383838;
}
.orange .widget .menu li a:hover {
  color: #ff8800;
  border-color: #ff8800;
}
.orange .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.orange .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .widget_noise-tweets .tweet a {
  color: #ff8800;
}
.orange .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.orange .widget_noise-tweets .tweet i {
  color: #ff8800;
}
.orange .widget_noise-tweets .tweet time {
  color: #383838;
}
.orange .noise-recent-posts .title {
  color: #383838;
}
.orange .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.orange .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #ff8800;
}
.orange .widget-tabs article .entry-author a:hover {
  color: #ff8800;
}
.orange .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.orange .widget.widget_wysija .wysija-submit:hover {
  background-color: #ff8800;
}
.orange .widget_recent_comments a {
  color: #ff8800;
}
.orange .widget_calendar table {
  color: #383838;
}
.orange .widget_calendar a {
  color: #ff8800;
}
.orange .widget_calendar a:hover {
  color: #383838;
}
.orange .widget-featured-tracks .track {
  color: #383838;
}
.orange .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.orange .widget-featured-tracks .track-title a {
  color: #ff8800;
}
.orange .widget-featured-tracks .track-vote .icon {
  color: #ff8800;
}
.orange .widget_search input[type=submit] {
  background-color: transparent;
}
.orange .footer a {
  color: #ff8800;
}
.orange .footer a.scroll-top {
  background-color: #383838;
}
.orange .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #ff8800;
}
.orange .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.orange .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.orange.woocommerce #review_form #respond .form-submit input,
.orange.woocommerce-page #review_form #respond .form-submit input,
.orange .woocommerce #review_form #respond .form-submit input,
.orange .woocommerce-page #review_form #respond .form-submit input,
.orange.woocommerce .return-to-shop .wc-backward,
.orange.woocommerce-page .return-to-shop .wc-backward,
.orange .woocommerce .return-to-shop .wc-backward,
.orange .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.orange.woocommerce #review_form #respond .form-submit input:hover,
.orange.woocommerce-page #review_form #respond .form-submit input:hover,
.orange .woocommerce #review_form #respond .form-submit input:hover,
.orange .woocommerce-page #review_form #respond .form-submit input:hover,
.orange.woocommerce .return-to-shop .wc-backward:hover,
.orange.woocommerce-page .return-to-shop .wc-backward:hover,
.orange .woocommerce .return-to-shop .wc-backward:hover,
.orange .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #ff8800;
}
.orange.woocommerce #content .entry-content .shipping_calculator .button,
.orange.woocommerce-page #content .entry-content .shipping_calculator .button,
.orange .woocommerce #content .entry-content .shipping_calculator .button,
.orange .woocommerce-page #content .entry-content .shipping_calculator .button,
.orange.woocommerce #content .entry-content .shop_table .actions .button,
.orange.woocommerce-page #content .entry-content .shop_table .actions .button,
.orange .woocommerce #content .entry-content .shop_table .actions .button,
.orange .woocommerce-page #content .entry-content .shop_table .actions .button,
.orange.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.orange.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.orange .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.orange .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.orange.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.orange.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.orange .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.orange .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.orange.woocommerce #content .entry-content .actions .button,
.orange.woocommerce-page #content .entry-content .actions .button,
.orange .woocommerce #content .entry-content .actions .button,
.orange .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.orange.woocommerce #content .entry-content .shipping_calculator .button:hover,
.orange.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.orange .woocommerce #content .entry-content .shipping_calculator .button:hover,
.orange .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.orange.woocommerce #content .entry-content .shop_table .actions .button:hover,
.orange.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.orange .woocommerce #content .entry-content .shop_table .actions .button:hover,
.orange .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.orange.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.orange.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.orange .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.orange .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.orange.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.orange.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.orange .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.orange .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.orange.woocommerce #content .entry-content .actions .button:hover,
.orange.woocommerce-page #content .entry-content .actions .button:hover,
.orange .woocommerce #content .entry-content .actions .button:hover,
.orange .woocommerce-page #content .entry-content .actions .button:hover {
  background: #ff8800;
}
.orange.woocommerce #payment #place_order,
.orange.woocommerce-page #payment #place_order,
.orange .woocommerce #payment #place_order,
.orange .woocommerce-page #payment #place_order {
  background: #383838;
}
.orange.woocommerce #payment #place_order:hover,
.orange.woocommerce-page #payment #place_order:hover,
.orange .woocommerce #payment #place_order:hover,
.orange .woocommerce-page #payment #place_order:hover {
  background: #ff8800;
}
.orange.woocommerce .sale-price,
.orange.woocommerce-page .sale-price,
.orange .woocommerce .sale-price,
.orange .woocommerce-page .sale-price,
.orange.woocommerce .onsale-custom,
.orange.woocommerce-page .onsale-custom,
.orange .woocommerce .onsale-custom,
.orange .woocommerce-page .onsale-custom {
  background-color: #ff8800;
}
.orange.woocommerce ul.products li.product,
.orange.woocommerce-page ul.products li.product,
.orange .woocommerce ul.products li.product,
.orange .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.orange.woocommerce .attachment-shop_single,
.orange.woocommerce-page .attachment-shop_single,
.orange .woocommerce .attachment-shop_single,
.orange .woocommerce-page .attachment-shop_single,
.orange.woocommerce .panel,
.orange.woocommerce-page .panel,
.orange .woocommerce .panel,
.orange .woocommerce-page .panel,
.orange.woocommerce .shop_table .product-thumbnail,
.orange.woocommerce-page .shop_table .product-thumbnail,
.orange .woocommerce .shop_table .product-thumbnail,
.orange .woocommerce-page .shop_table .product-thumbnail,
.orange.woocommerce .shop_table .cart-product-detail,
.orange.woocommerce-page .shop_table .cart-product-detail,
.orange .woocommerce .shop_table .cart-product-detail,
.orange .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.orange.woocommerce .coupon input[type=text],
.orange.woocommerce-page .coupon input[type=text],
.orange .woocommerce .coupon input[type=text],
.orange .woocommerce-page .coupon input[type=text],
.orange.woocommerce form.checkout .form-row input[type=text],
.orange.woocommerce-page form.checkout .form-row input[type=text],
.orange .woocommerce form.checkout .form-row input[type=text],
.orange .woocommerce-page form.checkout .form-row input[type=text],
.orange.woocommerce form.checkout .form-row .input-text,
.orange.woocommerce-page form.checkout .form-row .input-text,
.orange .woocommerce form.checkout .form-row .input-text,
.orange .woocommerce-page form.checkout .form-row .input-text,
.orange.woocommerce form.checkout select,
.orange.woocommerce-page form.checkout select,
.orange .woocommerce form.checkout select,
.orange .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.orange.woocommerce .cart-collaterals .cart_totals table,
.orange.woocommerce-page .cart-collaterals .cart_totals table,
.orange .woocommerce .cart-collaterals .cart_totals table,
.orange .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.orange.woocommerce .shop_table .header-cart-table span,
.orange.woocommerce-page .shop_table .header-cart-table span,
.orange .woocommerce .shop_table .header-cart-table span,
.orange .woocommerce-page .shop_table .header-cart-table span,
.orange.woocommerce .shop_table .product-remove,
.orange.woocommerce-page .shop_table .product-remove,
.orange .woocommerce .shop_table .product-remove,
.orange .woocommerce-page .shop_table .product-remove,
.orange.woocommerce .shipping_calculator .button,
.orange.woocommerce-page .shipping_calculator .button,
.orange .woocommerce .shipping_calculator .button,
.orange .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.orange.woocommerce .shop_table .product-remove:hover,
.orange.woocommerce-page .shop_table .product-remove:hover,
.orange .woocommerce .shop_table .product-remove:hover,
.orange .woocommerce-page .shop_table .product-remove:hover {
  background: #ff8800;
}
.orange.woocommerce .shop_table .actions .checkout-button,
.orange.woocommerce-page .shop_table .actions .checkout-button,
.orange .woocommerce .shop_table .actions .checkout-button,
.orange .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #ff8800;
}
.orange.woocommerce div.product .woocommerce-tabs ul.tabs li,
.orange.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.orange .woocommerce div.product .woocommerce-tabs ul.tabs li,
.orange .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.orange.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.orange.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.orange .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.orange .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #ff8800;
}
.orange.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.orange.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.orange .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.orange .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.orange.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.orange.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.orange .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.orange .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.orange.woocommerce div.product .quantity .plus,
.orange.woocommerce-page div.product .quantity .plus,
.orange .woocommerce div.product .quantity .plus,
.orange .woocommerce-page div.product .quantity .plus,
.orange.woocommerce #content div.product .quantity .plus,
.orange.woocommerce-page #content div.product .quantity .plus,
.orange .woocommerce #content div.product .quantity .plus,
.orange .woocommerce-page #content div.product .quantity .plus,
.orange.woocommerce div.product #content .quantity .plus,
.orange.woocommerce-page div.product #content .quantity .plus,
.orange .woocommerce div.product #content .quantity .plus,
.orange .woocommerce-page div.product #content .quantity .plus,
.orange.woocommerce #content div.product #content .quantity .plus,
.orange.woocommerce-page #content div.product #content .quantity .plus,
.orange .woocommerce #content div.product #content .quantity .plus,
.orange .woocommerce-page #content div.product #content .quantity .plus,
.orange.woocommerce div.product .quantity .minus,
.orange.woocommerce-page div.product .quantity .minus,
.orange .woocommerce div.product .quantity .minus,
.orange .woocommerce-page div.product .quantity .minus,
.orange.woocommerce #content div.product .quantity .minus,
.orange.woocommerce-page #content div.product .quantity .minus,
.orange .woocommerce #content div.product .quantity .minus,
.orange .woocommerce-page #content div.product .quantity .minus,
.orange.woocommerce div.product #content .quantity .minus,
.orange.woocommerce-page div.product #content .quantity .minus,
.orange .woocommerce div.product #content .quantity .minus,
.orange .woocommerce-page div.product #content .quantity .minus,
.orange.woocommerce #content div.product #content .quantity .minus,
.orange.woocommerce-page #content div.product #content .quantity .minus,
.orange .woocommerce #content div.product #content .quantity .minus,
.orange .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.orange.woocommerce .shop_table .cart-product-detail,
.orange.woocommerce-page .shop_table .cart-product-detail,
.orange .woocommerce .shop_table .cart-product-detail,
.orange .woocommerce-page .shop_table .cart-product-detail,
.orange.woocommerce .shop_table .cart-product-detail .product-name,
.orange.woocommerce-page .shop_table .cart-product-detail .product-name,
.orange .woocommerce .shop_table .cart-product-detail .product-name,
.orange .woocommerce-page .shop_table .cart-product-detail .product-name,
.orange.woocommerce .shop_table .cart-product-detail .product-name a,
.orange.woocommerce-page .shop_table .cart-product-detail .product-name a,
.orange .woocommerce .shop_table .cart-product-detail .product-name a,
.orange .woocommerce-page .shop_table .cart-product-detail .product-name a,
.orange.woocommerce .cart-collaterals .cart_totals table,
.orange.woocommerce-page .cart-collaterals .cart_totals table,
.orange .woocommerce .cart-collaterals .cart_totals table,
.orange .woocommerce-page .cart-collaterals .cart_totals table,
.orange.woocommerce form .form-row,
.orange.woocommerce-page form .form-row,
.orange .woocommerce form .form-row,
.orange .woocommerce-page form .form-row,
.orange.woocommerce form .form-row input[type=text],
.orange.woocommerce-page form .form-row input[type=text],
.orange .woocommerce form .form-row input[type=text],
.orange .woocommerce-page form .form-row input[type=text],
.orange.woocommerce form .form-row .input-text,
.orange.woocommerce-page form .form-row .input-text,
.orange .woocommerce form .form-row .input-text,
.orange .woocommerce-page form .form-row .input-text,
.orange.woocommerce .coupon input[type=text],
.orange.woocommerce-page .coupon input[type=text],
.orange .woocommerce .coupon input[type=text],
.orange .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.orange.woocommerce .woocommerce-info a,
.orange.woocommerce-page .woocommerce-info a,
.orange .woocommerce .woocommerce-info a,
.orange .woocommerce-page .woocommerce-info a,
.orange.woocommerce #order_review a,
.orange.woocommerce-page #order_review a,
.orange .woocommerce #order_review a,
.orange .woocommerce-page #order_review a {
  color: #ff8800;
}
.orange.woocommerce #content nav.woocommerce-pagination ul li a,
.orange.woocommerce-page #content nav.woocommerce-pagination ul li a,
.orange .woocommerce #content nav.woocommerce-pagination ul li a,
.orange .woocommerce-page #content nav.woocommerce-pagination ul li a,
.orange.woocommerce nav.woocommerce-pagination ul li a,
.orange.woocommerce-page nav.woocommerce-pagination ul li a,
.orange .woocommerce nav.woocommerce-pagination ul li a,
.orange .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #ff8800;
}
.orange.woocommerce #content nav.woocommerce-pagination ul li span.current,
.orange.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.orange .woocommerce #content nav.woocommerce-pagination ul li span.current,
.orange .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.orange.woocommerce nav.woocommerce-pagination ul li span.current,
.orange.woocommerce-page nav.woocommerce-pagination ul li span.current,
.orange .woocommerce nav.woocommerce-pagination ul li span.current,
.orange .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.violet body,
.violet #load-screen {
  background-color: #383838;
}
.violet a:hover {
  color: #87189b;
}
.violet blockquote {
  color: #383838;
  border-color: #87189b;
}
.violet table {
  border-color: #383838;
}
.violet input[type=submit] {
  background-color: #383838;
}
.violet input[type=submit]:hover {
  background-color: #87189b;
}
.violet .green-dot {
  color: #87189b !important;
}
.violet .dark-dot {
  color: #383838 !important;
}
.violet .overlay {
  background-color: #87189b;
}
.violet .message {
  color: #383838;
}
.violet .tabs .tabs-nav a {
  color: #87189b;
  background-color: #87189b;
}
.violet .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.violet .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.violet body.error404 .heading-404 span {
  color: #87189b;
}
.violet body.error404 .return-home {
  background-color: #383838;
}
.violet body.error404 .return-home:hover {
  background-color: #87189b;
}
.violet .under-construction i {
  color: #383838;
}
.violet #cboxLoadedContent {
  border-color: #383838;
}
.violet #cboxClose {
  background-color: #383838;
}
.violet #cboxClose:hover {
  color: #87189b;
}
.violet .section-title .desc {
  color: #87189b;
}
.violet .section-opener {
  background-color: #383838;
}
.violet .section-opener .unlocker .handle {
  background-color: #87189b;
}
.violet .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.violet .section-opener .unlocker .handle:hover .arrow,
.violet .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #87189b;
}
.violet .section-slider .caption {
  color: #87189b;
  border-color: #87189b;
}
.violet .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.violet .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .vertical-slider .flex-direction-nav a.disable:hover,
.violet .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.violet .flex-direction-nav a {
  color: #87189b;
}
.violet input.qty {
  background-color: #87189b;
}
.violet .section-shop .shop-title,
.violet .section-shop a {
  color: #87189b;
}
.violet .section-shop a:hover {
  color: #383838;
}
.violet .nav-menu .menu a {
  color: #383838;
}
.violet .nav-menu .menu a:hover,
.violet .nav-menu .menu a:active {
  color: #87189b;
}
.violet .nav-menu .menu li.active .current {
  color: #87189b;
}
.violet .nav-menu .menu .active {
  color: #87189b;
}
.violet .nav-menu .mobile-nav i {
  color: #383838;
}
.violet .nav-menu .player-icon {
  background-color: #87189b;
}
.violet .mejs-container {
  background-color: #87189b;
}
.violet .mejs-loop,
.violet .mejs-shuffle {
  color: #383838;
}
.violet .mejs-prev,
.violet .mejs-volume-button,
.violet .mejs-info,
.violet .mejs-minimize,
.violet .mejs-fullscreen-button {
  border-color: #741585;
}
.violet .mejs-rating .vote-ui {
  background-color: #87189b;
}
.violet .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.violet .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.violet .mejs-horizontal-volume-total {
  background-color: #383838;
}
.violet .player-playshuffle,
.violet .player-playloop {
  color: #383838;
}
.violet .player-playshuffle.active,
.violet .player-playloop.active {
  color: #ffffff;
}
.violet .track-info .artist-info img {
  border-color: #383838;
}
.violet .track-rating {
  color: #87189b;
}
.violet .links {
  background-color: #383838;
}
.violet .links a:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .track-links-extended {
  background-color: #383838;
}
.violet .go-extended a:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .track-detail .detail,
.violet .track-detail.album .detail,
.violet .track-detail.track .detail {
  color: #87189b;
}
.violet .extended-player .mejs-loop,
.violet .extended-player .mejs-shuffle {
  color: #ffffff;
}
.violet .extended-player .mejs-loop.active,
.violet .extended-player .mejs-shuffle.active {
  color: #383838;
}
.violet .track-visual {
  color: #383838;
  border-color: #383838;
}
.violet .track-visual .image .caption .text {
  border-color: #87189b;
}
.violet .track-visual .image .caption .big,
.violet .track-visual .image .caption .small {
  color: #87189b;
}
.violet .track-visual .track-data p span {
  color: #87189b;
}
.violet .track-visual .links a.button:hover {
  color: #87189b;
}
.violet .track-visual .links:hover span.button {
  background-color: #87189b;
}
.violet .track-visual .details .label {
  color: #383838;
}
.violet .track-visual .track-rating .views {
  color: #383838;
}
.violet .track-visual .track-lyric .label {
  color: #87189b;
}
.violet .section-like .middle-area {
  background-color: #87189b;
}
.violet .media-slider .hentry {
  border-color: #383838;
}
.violet .media-slider .hentry h3 {
  color: #87189b;
}
.violet .media-slider .hentry h3 .media-count {
  color: #383838;
}
.violet .media-slider .play-track,
.violet .media-slider .view-media {
  color: #ffffff;
}
.violet .images-gallery-bottom {
  background-color: #383838;
}
.violet .images-gallery-paginate .current-slide {
  color: #87189b;
}
.violet .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.violet .section-popular-tracks .block-title {
  background-color: #87189b;
}
.violet .section-popular-tracks .track {
  color: #383838;
}
.violet .section-popular-tracks .track-title h3 {
  color: #87189b;
}
.violet .section-popular-tracks .track-title h3 a {
  color: #87189b;
}
.violet .section-popular-tracks .track-no {
  border-color: #383838;
}
.violet .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.violet .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(135, 24, 155, 0.8);
}
.violet .section-popular-tracks .track-vote .icon {
  color: #87189b;
}
.violet .quotes-slider .quote a {
  color: #383838;
}
.violet .quotes-slider .quote a:hover {
  color: #87189b;
}
.violet .quotes-slider .quote-author,
.violet .quotes-slider .created-time {
  color: #87189b;
}
.violet .quotes-slider .cover-icon {
  color: #383838;
}
.violet .releases-slider {
  background-color: #383838;
}
.violet .releases-slider .album-share {
  background-color: #383838;
}
.violet .releases-slider .hide-detail {
  background-color: #383838;
}
.violet .releases-slider .hide-detail:hover {
  background-color: #87189b;
}
.violet .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #87189b;
  background-color: transparent;
}
.violet .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.violet .album-cover .short-info {
  color: #87189b;
}
.violet .album-cover .num-tracks span {
  color: #383838;
}
.violet .album-cover .view-detail,
.violet .album-cover .play-album {
  color: #ffffff;
}
.violet .album {
  color: #383838;
}
.violet .album .info span {
  color: #87189b;
}
.violet .album .info span.label {
  color: #383838;
}
.violet .album .album-sources {
  background-color: #383838;
}
.violet .album .album-sources a.button:hover {
  color: #87189b;
}
.violet .album .album-sources:hover span.button {
  background-color: #87189b;
}
.violet .album .album-tracks .label {
  color: #87189b;
}
.violet .album .tracklist li.playing {
  color: #383838;
}
.violet .album .tracklist li.playing .track-name {
  color: #87189b;
}
.violet .album .tracklist p {
  color: #383838;
}
.violet .album .tracklist .track-name {
  color: #383838;
}
.violet .album .tracklist .actions span:hover {
  color: #87189b;
}
.violet .album .tracklist .actions a {
  color: #383838;
}
.violet .album .tracklist .actions a:hover {
  color: #87189b;
}
.violet .album .tracklist .vote-score span {
  color: #87189b;
}
.violet .sharrre {
  color: #383838;
}
.violet .mCSB_scrollTools a {
  color: #383838;
}
.violet .mCSB_scrollTools a:hover {
  color: #87189b;
}
.violet .custom-scroll-nav span {
  color: #383838;
}
.violet .custom-scroll-nav span:hover {
  color: #87189b;
}
.violet .section-subscribe input {
  color: #87189b;
  border-color: #383838;
}
.violet .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.violet .section-subscribe input[type=submit]:hover {
  background-color: #87189b;
}
.violet .section-subscribe .subscribe-desc {
  color: #383838;
}
.violet .section-subscribe .widget_wysija_cont .updated,
.violet .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #87189b;
  color: #87189b;
}
.violet .section-subscribe .widget_wysija_cont .updated a,
.violet .section-subscribe .widget_wysija_cont .login .message a {
  color: #87189b;
}
.violet .section-subscribe .widget_wysija_cont .error,
.violet .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.violet .section-subscribe .widget_wysija_cont .error a,
.violet .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.violet .section-events .tabs {
  border-color: #383838;
}
.violet .section-events .status a {
  background: #87189b;
}
.violet .section-events .status a {
  background-color: #87189b;
}
.violet .section-events .status a:hover {
  background-color: #383838;
}
.violet .section-events .content-infor-event {
  background-color: #87189b;
}
.violet .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.violet .section-events .infor-event:hover,
.violet .section-events .open-gallery:hover,
.violet .section-events .open-videos:hover {
  color: #87189b;
}
.violet .section-events .event-gallery,
.violet .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .violet .section-events .status a,
  .violet .section-events .infor-event {
    color: #87189b;
    background-color: transparent;
  }
  .violet .section-events .status a:hover,
  .violet .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .violet .section-events .infor-event {
    color: #383838;
  }
}
.violet .counter {
  background-color: #87189b;
}
.violet .artists-slider .artist h3 {
  color: #87189b;
}
.violet .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.violet .artists-slider .artist .artist-info {
  border-color: #383838;
}
.violet .artists-slider .artist .quick-facts {
  color: #383838;
}
.violet .artists-slider .artist .quick-facts span span {
  color: #87189b;
}
.violet .artists-slider .artist .info-title {
  color: #87189b;
}
.violet .artists-slider .artist-socials {
  background-color: #383838;
}
.violet .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.violet .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.violet .artists-slider .view-artist-gallery:hover {
  background-color: #87189b;
}
.violet .artists-slider .hide-detail {
  background-color: #383838;
}
.violet .artists-slider .hide-detail:hover {
  background-color: #87189b;
}
.violet .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.violet .artists-slider .artist-direction-nav a.disable,
.violet .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.violet .artists-slider .artist-direction-nav a:hover {
  color: #87189b;
}
.violet .artists-slider.item-expanded .artist h3,
.violet .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #87189b;
}
@media only screen and (max-width: 590px) {
  .violet .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .violet .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #87189b;
  }
  .violet .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .violet .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.violet .section-blog .blog-link a {
  color: #87189b;
}
.violet .section-latest-news article .entry-title a {
  color: #87189b;
}
.violet .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.violet .section-connect .social a {
  background-color: #383838;
}
.violet .section-connect .social a:hover {
  color: #87189b;
  background-color: #ffffff;
}
.violet .section-connect .contact-form .box a:hover {
  color: #87189b;
}
.violet .section-connect .contact-info-window {
  color: #383838;
}
.violet .section-connect .contact-info-window a {
  color: #383838;
}
.violet .section-connect .contact-info-window a:hover {
  color: #87189b;
}
.violet .section-connect .toggle-contact-form {
  background-color: #383838;
}
.violet .section-connect .toggle-contact-form:hover {
  background-color: #87189b;
}
.violet .content a,
.violet .sidebar a {
  color: #87189b;
}
.violet .minimize-sidebar {
  background-color: #383838;
}
.violet .minimize-sidebar:hover {
  background-color: #87189b;
}
.violet.archive .content article:hover .entry-title,
.violet.page-template-template-blog-php .content article:hover .entry-title,
.violet.archive .content article:hover .entry-title a,
.violet.page-template-template-blog-php .content article:hover .entry-title a {
  color: #87189b;
}
.violet .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.violet .entry-thumbnail .entry-link:hover {
  background-color: #87189b;
}
.violet .entry-thumbnail .entry-quote .quote:before,
.violet .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.violet .entry-thumbnail .entry-quote .quote-author {
  color: #87189b;
}
.violet .entry-thumbnail .flexslider {
  background-color: #383838;
}
.violet .entry-thumbnail .mejs-controls {
  background-color: #87189b;
}
.violet .entry-thumbnail .mejs-controls > div {
  border-color: #61116f;
}
.format-audio .violet .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .violet .entry-thumbnail .mejs-controls > div {
  border-color: #4d0e59;
}
.format-audio-spectrum .violet .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .violet .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.violet .entry-title {
  color: #383838;
}
.violet .entry-title a {
  color: #383838;
}
.violet .entry-meta {
  color: #383838;
}
.violet .entry-meta span span,
.violet .entry-meta span a {
  color: #87189b;
}
.violet .entry-meta span span:hover,
.violet .entry-meta span a:hover {
  color: #383838;
}
.violet .read-more,
.violet .entry-content .more-link {
  color: #87189b;
}
.violet .read-more:hover,
.violet .entry-content .more-link:hover {
  color: #383838;
}
.violet .entry-info .entry-format,
.violet .entry-info .entry-date {
  background-color: #383838;
}
.violet .entry-info .entry-format {
  background-color: #87189b;
}
.violet .entry-info .tags-links {
  color: #383838;
}
.violet .entry-info .tags-links a {
  color: #383838;
}
.violet .entry-info .tags-links a:hover {
  color: #87189b;
}
.violet .edit-link a:hover {
  color: #383838;
}
.violet .pagination {
  background-color: #383838;
}
.violet .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.violet .pagination a:hover,
.violet .pagination a.loading {
  background-color: #87189b;
}
.violet .simple-navigation a:hover {
  color: #87189b;
}
.violet .numberic-navigation a,
.violet .numberic-navigation span {
  background-color: #383838;
}
.violet .numberic-navigation a:hover,
.violet .numberic-navigation span {
  background-color: #87189b;
}
.violet .navigation a {
  color: #383838;
}
.violet .navigation a:hover {
  color: #87189b;
}
.violet .comments-pagination span {
  color: #383838;
}
.violet .comments-pagination a {
  color: #87189b;
}
.violet .comments-pagination a:hover {
  color: #383838;
}
.violet .about-author-title,
.violet .comments-title,
.violet .comment-reply-title {
  color: #383838;
}
.violet .author-box .avatar {
  border-color: #383838;
}
.violet .author-box .avatar:hover {
  border-color: #87189b;
}
.violet .author-box .num-posts,
.violet .author-box .display-name,
.violet .author-box .author-role {
  color: #383838;
}
.violet .author-box .num-posts span {
  color: #87189b;
}
.violet .author-box .author-role {
  color: #87189b;
}
.violet .commentlist article:hover .comment-author,
.violet .commentlist article:hover .comment-author a,
.violet .commentlist article:hover .comment-reply-link {
  color: #87189b;
}
.violet .commentlist article:hover .avatar {
  border-color: #87189b;
}
.violet .commentlist .avatar {
  border-color: #383838;
}
.violet .commentlist .comment-author,
.violet .commentlist .comment-meta {
  color: #383838;
}
.violet .commentlist .comment-author cite a,
.violet .commentlist .comment-meta cite a {
  color: #383838;
}
.violet .commentlist .comment-meta a {
  color: #383838;
}
.violet .commentlist .comment-reply-link {
  color: #383838;
}
.violet .comment-respond input[type=submit] {
  background-color: #383838;
}
.violet .comment-respond input[type=submit]:hover {
  background-color: #87189b;
}
.violet .widget a {
  color: #383838;
}
.violet .widget a:hover {
  color: #87189b;
}
.violet .widget li {
  color: #383838;
}
.violet .widget-title {
  color: #383838;
}
.violet .widget .menu li a {
  border-color: #383838;
}
.violet .widget .menu li a:hover {
  color: #87189b;
  border-color: #87189b;
}
.violet .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.violet .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .widget_noise-tweets .tweet a {
  color: #87189b;
}
.violet .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.violet .widget_noise-tweets .tweet i {
  color: #87189b;
}
.violet .widget_noise-tweets .tweet time {
  color: #383838;
}
.violet .noise-recent-posts .title {
  color: #383838;
}
.violet .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.violet .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #87189b;
}
.violet .widget-tabs article .entry-author a:hover {
  color: #87189b;
}
.violet .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.violet .widget.widget_wysija .wysija-submit:hover {
  background-color: #87189b;
}
.violet .widget_recent_comments a {
  color: #87189b;
}
.violet .widget_calendar table {
  color: #383838;
}
.violet .widget_calendar a {
  color: #87189b;
}
.violet .widget_calendar a:hover {
  color: #383838;
}
.violet .widget-featured-tracks .track {
  color: #383838;
}
.violet .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.violet .widget-featured-tracks .track-title a {
  color: #87189b;
}
.violet .widget-featured-tracks .track-vote .icon {
  color: #87189b;
}
.violet .widget_search input[type=submit] {
  background-color: transparent;
}
.violet .footer a {
  color: #87189b;
}
.violet .footer a.scroll-top {
  background-color: #383838;
}
.violet .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #87189b;
}
.violet .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.violet .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.violet.woocommerce #review_form #respond .form-submit input,
.violet.woocommerce-page #review_form #respond .form-submit input,
.violet .woocommerce #review_form #respond .form-submit input,
.violet .woocommerce-page #review_form #respond .form-submit input,
.violet.woocommerce .return-to-shop .wc-backward,
.violet.woocommerce-page .return-to-shop .wc-backward,
.violet .woocommerce .return-to-shop .wc-backward,
.violet .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.violet.woocommerce #review_form #respond .form-submit input:hover,
.violet.woocommerce-page #review_form #respond .form-submit input:hover,
.violet .woocommerce #review_form #respond .form-submit input:hover,
.violet .woocommerce-page #review_form #respond .form-submit input:hover,
.violet.woocommerce .return-to-shop .wc-backward:hover,
.violet.woocommerce-page .return-to-shop .wc-backward:hover,
.violet .woocommerce .return-to-shop .wc-backward:hover,
.violet .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #87189b;
}
.violet.woocommerce #content .entry-content .shipping_calculator .button,
.violet.woocommerce-page #content .entry-content .shipping_calculator .button,
.violet .woocommerce #content .entry-content .shipping_calculator .button,
.violet .woocommerce-page #content .entry-content .shipping_calculator .button,
.violet.woocommerce #content .entry-content .shop_table .actions .button,
.violet.woocommerce-page #content .entry-content .shop_table .actions .button,
.violet .woocommerce #content .entry-content .shop_table .actions .button,
.violet .woocommerce-page #content .entry-content .shop_table .actions .button,
.violet.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.violet.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.violet .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.violet .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.violet.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.violet.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.violet .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.violet .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.violet.woocommerce #content .entry-content .actions .button,
.violet.woocommerce-page #content .entry-content .actions .button,
.violet .woocommerce #content .entry-content .actions .button,
.violet .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.violet.woocommerce #content .entry-content .shipping_calculator .button:hover,
.violet.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.violet .woocommerce #content .entry-content .shipping_calculator .button:hover,
.violet .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.violet.woocommerce #content .entry-content .shop_table .actions .button:hover,
.violet.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.violet .woocommerce #content .entry-content .shop_table .actions .button:hover,
.violet .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.violet.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.violet.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.violet .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.violet .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.violet.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.violet.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.violet .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.violet .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.violet.woocommerce #content .entry-content .actions .button:hover,
.violet.woocommerce-page #content .entry-content .actions .button:hover,
.violet .woocommerce #content .entry-content .actions .button:hover,
.violet .woocommerce-page #content .entry-content .actions .button:hover {
  background: #87189b;
}
.violet.woocommerce #payment #place_order,
.violet.woocommerce-page #payment #place_order,
.violet .woocommerce #payment #place_order,
.violet .woocommerce-page #payment #place_order {
  background: #383838;
}
.violet.woocommerce #payment #place_order:hover,
.violet.woocommerce-page #payment #place_order:hover,
.violet .woocommerce #payment #place_order:hover,
.violet .woocommerce-page #payment #place_order:hover {
  background: #87189b;
}
.violet.woocommerce .sale-price,
.violet.woocommerce-page .sale-price,
.violet .woocommerce .sale-price,
.violet .woocommerce-page .sale-price,
.violet.woocommerce .onsale-custom,
.violet.woocommerce-page .onsale-custom,
.violet .woocommerce .onsale-custom,
.violet .woocommerce-page .onsale-custom {
  background-color: #87189b;
}
.violet.woocommerce ul.products li.product,
.violet.woocommerce-page ul.products li.product,
.violet .woocommerce ul.products li.product,
.violet .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.violet.woocommerce .attachment-shop_single,
.violet.woocommerce-page .attachment-shop_single,
.violet .woocommerce .attachment-shop_single,
.violet .woocommerce-page .attachment-shop_single,
.violet.woocommerce .panel,
.violet.woocommerce-page .panel,
.violet .woocommerce .panel,
.violet .woocommerce-page .panel,
.violet.woocommerce .shop_table .product-thumbnail,
.violet.woocommerce-page .shop_table .product-thumbnail,
.violet .woocommerce .shop_table .product-thumbnail,
.violet .woocommerce-page .shop_table .product-thumbnail,
.violet.woocommerce .shop_table .cart-product-detail,
.violet.woocommerce-page .shop_table .cart-product-detail,
.violet .woocommerce .shop_table .cart-product-detail,
.violet .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.violet.woocommerce .coupon input[type=text],
.violet.woocommerce-page .coupon input[type=text],
.violet .woocommerce .coupon input[type=text],
.violet .woocommerce-page .coupon input[type=text],
.violet.woocommerce form.checkout .form-row input[type=text],
.violet.woocommerce-page form.checkout .form-row input[type=text],
.violet .woocommerce form.checkout .form-row input[type=text],
.violet .woocommerce-page form.checkout .form-row input[type=text],
.violet.woocommerce form.checkout .form-row .input-text,
.violet.woocommerce-page form.checkout .form-row .input-text,
.violet .woocommerce form.checkout .form-row .input-text,
.violet .woocommerce-page form.checkout .form-row .input-text,
.violet.woocommerce form.checkout select,
.violet.woocommerce-page form.checkout select,
.violet .woocommerce form.checkout select,
.violet .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.violet.woocommerce .cart-collaterals .cart_totals table,
.violet.woocommerce-page .cart-collaterals .cart_totals table,
.violet .woocommerce .cart-collaterals .cart_totals table,
.violet .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.violet.woocommerce .shop_table .header-cart-table span,
.violet.woocommerce-page .shop_table .header-cart-table span,
.violet .woocommerce .shop_table .header-cart-table span,
.violet .woocommerce-page .shop_table .header-cart-table span,
.violet.woocommerce .shop_table .product-remove,
.violet.woocommerce-page .shop_table .product-remove,
.violet .woocommerce .shop_table .product-remove,
.violet .woocommerce-page .shop_table .product-remove,
.violet.woocommerce .shipping_calculator .button,
.violet.woocommerce-page .shipping_calculator .button,
.violet .woocommerce .shipping_calculator .button,
.violet .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.violet.woocommerce .shop_table .product-remove:hover,
.violet.woocommerce-page .shop_table .product-remove:hover,
.violet .woocommerce .shop_table .product-remove:hover,
.violet .woocommerce-page .shop_table .product-remove:hover {
  background: #87189b;
}
.violet.woocommerce .shop_table .actions .checkout-button,
.violet.woocommerce-page .shop_table .actions .checkout-button,
.violet .woocommerce .shop_table .actions .checkout-button,
.violet .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #87189b;
}
.violet.woocommerce div.product .woocommerce-tabs ul.tabs li,
.violet.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.violet .woocommerce div.product .woocommerce-tabs ul.tabs li,
.violet .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.violet.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.violet.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.violet .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.violet .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #87189b;
}
.violet.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.violet.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.violet .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.violet .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.violet.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.violet.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.violet .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.violet .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.violet.woocommerce div.product .quantity .plus,
.violet.woocommerce-page div.product .quantity .plus,
.violet .woocommerce div.product .quantity .plus,
.violet .woocommerce-page div.product .quantity .plus,
.violet.woocommerce #content div.product .quantity .plus,
.violet.woocommerce-page #content div.product .quantity .plus,
.violet .woocommerce #content div.product .quantity .plus,
.violet .woocommerce-page #content div.product .quantity .plus,
.violet.woocommerce div.product #content .quantity .plus,
.violet.woocommerce-page div.product #content .quantity .plus,
.violet .woocommerce div.product #content .quantity .plus,
.violet .woocommerce-page div.product #content .quantity .plus,
.violet.woocommerce #content div.product #content .quantity .plus,
.violet.woocommerce-page #content div.product #content .quantity .plus,
.violet .woocommerce #content div.product #content .quantity .plus,
.violet .woocommerce-page #content div.product #content .quantity .plus,
.violet.woocommerce div.product .quantity .minus,
.violet.woocommerce-page div.product .quantity .minus,
.violet .woocommerce div.product .quantity .minus,
.violet .woocommerce-page div.product .quantity .minus,
.violet.woocommerce #content div.product .quantity .minus,
.violet.woocommerce-page #content div.product .quantity .minus,
.violet .woocommerce #content div.product .quantity .minus,
.violet .woocommerce-page #content div.product .quantity .minus,
.violet.woocommerce div.product #content .quantity .minus,
.violet.woocommerce-page div.product #content .quantity .minus,
.violet .woocommerce div.product #content .quantity .minus,
.violet .woocommerce-page div.product #content .quantity .minus,
.violet.woocommerce #content div.product #content .quantity .minus,
.violet.woocommerce-page #content div.product #content .quantity .minus,
.violet .woocommerce #content div.product #content .quantity .minus,
.violet .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.violet.woocommerce .shop_table .cart-product-detail,
.violet.woocommerce-page .shop_table .cart-product-detail,
.violet .woocommerce .shop_table .cart-product-detail,
.violet .woocommerce-page .shop_table .cart-product-detail,
.violet.woocommerce .shop_table .cart-product-detail .product-name,
.violet.woocommerce-page .shop_table .cart-product-detail .product-name,
.violet .woocommerce .shop_table .cart-product-detail .product-name,
.violet .woocommerce-page .shop_table .cart-product-detail .product-name,
.violet.woocommerce .shop_table .cart-product-detail .product-name a,
.violet.woocommerce-page .shop_table .cart-product-detail .product-name a,
.violet .woocommerce .shop_table .cart-product-detail .product-name a,
.violet .woocommerce-page .shop_table .cart-product-detail .product-name a,
.violet.woocommerce .cart-collaterals .cart_totals table,
.violet.woocommerce-page .cart-collaterals .cart_totals table,
.violet .woocommerce .cart-collaterals .cart_totals table,
.violet .woocommerce-page .cart-collaterals .cart_totals table,
.violet.woocommerce form .form-row,
.violet.woocommerce-page form .form-row,
.violet .woocommerce form .form-row,
.violet .woocommerce-page form .form-row,
.violet.woocommerce form .form-row input[type=text],
.violet.woocommerce-page form .form-row input[type=text],
.violet .woocommerce form .form-row input[type=text],
.violet .woocommerce-page form .form-row input[type=text],
.violet.woocommerce form .form-row .input-text,
.violet.woocommerce-page form .form-row .input-text,
.violet .woocommerce form .form-row .input-text,
.violet .woocommerce-page form .form-row .input-text,
.violet.woocommerce .coupon input[type=text],
.violet.woocommerce-page .coupon input[type=text],
.violet .woocommerce .coupon input[type=text],
.violet .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.violet.woocommerce .woocommerce-info a,
.violet.woocommerce-page .woocommerce-info a,
.violet .woocommerce .woocommerce-info a,
.violet .woocommerce-page .woocommerce-info a,
.violet.woocommerce #order_review a,
.violet.woocommerce-page #order_review a,
.violet .woocommerce #order_review a,
.violet .woocommerce-page #order_review a {
  color: #87189b;
}
.violet.woocommerce #content nav.woocommerce-pagination ul li a,
.violet.woocommerce-page #content nav.woocommerce-pagination ul li a,
.violet .woocommerce #content nav.woocommerce-pagination ul li a,
.violet .woocommerce-page #content nav.woocommerce-pagination ul li a,
.violet.woocommerce nav.woocommerce-pagination ul li a,
.violet.woocommerce-page nav.woocommerce-pagination ul li a,
.violet .woocommerce nav.woocommerce-pagination ul li a,
.violet .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #87189b;
}
.violet.woocommerce #content nav.woocommerce-pagination ul li span.current,
.violet.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.violet .woocommerce #content nav.woocommerce-pagination ul li span.current,
.violet .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.violet.woocommerce nav.woocommerce-pagination ul li span.current,
.violet.woocommerce-page nav.woocommerce-pagination ul li span.current,
.violet .woocommerce nav.woocommerce-pagination ul li span.current,
.violet .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.blue-sky-deep body,
.blue-sky-deep #load-screen {
  background-color: #383838;
}
.blue-sky-deep a:hover {
  color: #00a99d;
}
.blue-sky-deep blockquote {
  color: #383838;
  border-color: #00a99d;
}
.blue-sky-deep table {
  border-color: #383838;
}
.blue-sky-deep input[type=submit] {
  background-color: #383838;
}
.blue-sky-deep input[type=submit]:hover {
  background-color: #00a99d;
}
.blue-sky-deep .green-dot {
  color: #00a99d !important;
}
.blue-sky-deep .dark-dot {
  color: #383838 !important;
}
.blue-sky-deep .overlay {
  background-color: #00a99d;
}
.blue-sky-deep .message {
  color: #383838;
}
.blue-sky-deep .tabs .tabs-nav a {
  color: #00a99d;
  background-color: #00a99d;
}
.blue-sky-deep .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.blue-sky-deep .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.blue-sky-deep body.error404 .heading-404 span {
  color: #00a99d;
}
.blue-sky-deep body.error404 .return-home {
  background-color: #383838;
}
.blue-sky-deep body.error404 .return-home:hover {
  background-color: #00a99d;
}
.blue-sky-deep .under-construction i {
  color: #383838;
}
.blue-sky-deep #cboxLoadedContent {
  border-color: #383838;
}
.blue-sky-deep #cboxClose {
  background-color: #383838;
}
.blue-sky-deep #cboxClose:hover {
  color: #00a99d;
}
.blue-sky-deep .section-title .desc {
  color: #00a99d;
}
.blue-sky-deep .section-opener {
  background-color: #383838;
}
.blue-sky-deep .section-opener .unlocker .handle {
  background-color: #00a99d;
}
.blue-sky-deep .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.blue-sky-deep .section-opener .unlocker .handle:hover .arrow,
.blue-sky-deep .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #00a99d;
}
.blue-sky-deep .section-slider .caption {
  color: #00a99d;
  border-color: #00a99d;
}
.blue-sky-deep .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.blue-sky-deep .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .vertical-slider .flex-direction-nav a.disable:hover,
.blue-sky-deep .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.blue-sky-deep .flex-direction-nav a {
  color: #00a99d;
}
.blue-sky-deep input.qty {
  background-color: #00a99d;
}
.blue-sky-deep .section-shop .shop-title,
.blue-sky-deep .section-shop a {
  color: #00a99d;
}
.blue-sky-deep .section-shop a:hover {
  color: #383838;
}
.blue-sky-deep .nav-menu .menu a {
  color: #383838;
}
.blue-sky-deep .nav-menu .menu a:hover,
.blue-sky-deep .nav-menu .menu a:active {
  color: #00a99d;
}
.blue-sky-deep .nav-menu .menu li.active .current {
  color: #00a99d;
}
.blue-sky-deep .nav-menu .menu .active {
  color: #00a99d;
}
.blue-sky-deep .nav-menu .mobile-nav i {
  color: #383838;
}
.blue-sky-deep .nav-menu .player-icon {
  background-color: #00a99d;
}
.blue-sky-deep .mejs-container {
  background-color: #00a99d;
}
.blue-sky-deep .mejs-loop,
.blue-sky-deep .mejs-shuffle {
  color: #383838;
}
.blue-sky-deep .mejs-prev,
.blue-sky-deep .mejs-volume-button,
.blue-sky-deep .mejs-info,
.blue-sky-deep .mejs-minimize,
.blue-sky-deep .mejs-fullscreen-button {
  border-color: #009085;
}
.blue-sky-deep .mejs-rating .vote-ui {
  background-color: #00a99d;
}
.blue-sky-deep .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.blue-sky-deep .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.blue-sky-deep .mejs-horizontal-volume-total {
  background-color: #383838;
}
.blue-sky-deep .player-playshuffle,
.blue-sky-deep .player-playloop {
  color: #383838;
}
.blue-sky-deep .player-playshuffle.active,
.blue-sky-deep .player-playloop.active {
  color: #ffffff;
}
.blue-sky-deep .track-info .artist-info img {
  border-color: #383838;
}
.blue-sky-deep .track-rating {
  color: #00a99d;
}
.blue-sky-deep .links {
  background-color: #383838;
}
.blue-sky-deep .links a:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .track-links-extended {
  background-color: #383838;
}
.blue-sky-deep .go-extended a:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .track-detail .detail,
.blue-sky-deep .track-detail.album .detail,
.blue-sky-deep .track-detail.track .detail {
  color: #00a99d;
}
.blue-sky-deep .extended-player .mejs-loop,
.blue-sky-deep .extended-player .mejs-shuffle {
  color: #ffffff;
}
.blue-sky-deep .extended-player .mejs-loop.active,
.blue-sky-deep .extended-player .mejs-shuffle.active {
  color: #383838;
}
.blue-sky-deep .track-visual {
  color: #383838;
  border-color: #383838;
}
.blue-sky-deep .track-visual .image .caption .text {
  border-color: #00a99d;
}
.blue-sky-deep .track-visual .image .caption .big,
.blue-sky-deep .track-visual .image .caption .small {
  color: #00a99d;
}
.blue-sky-deep .track-visual .track-data p span {
  color: #00a99d;
}
.blue-sky-deep .track-visual .links a.button:hover {
  color: #00a99d;
}
.blue-sky-deep .track-visual .links:hover span.button {
  background-color: #00a99d;
}
.blue-sky-deep .track-visual .details .label {
  color: #383838;
}
.blue-sky-deep .track-visual .track-rating .views {
  color: #383838;
}
.blue-sky-deep .track-visual .track-lyric .label {
  color: #00a99d;
}
.blue-sky-deep .section-like .middle-area {
  background-color: #00a99d;
}
.blue-sky-deep .media-slider .hentry {
  border-color: #383838;
}
.blue-sky-deep .media-slider .hentry h3 {
  color: #00a99d;
}
.blue-sky-deep .media-slider .hentry h3 .media-count {
  color: #383838;
}
.blue-sky-deep .media-slider .play-track,
.blue-sky-deep .media-slider .view-media {
  color: #ffffff;
}
.blue-sky-deep .images-gallery-bottom {
  background-color: #383838;
}
.blue-sky-deep .images-gallery-paginate .current-slide {
  color: #00a99d;
}
.blue-sky-deep .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.blue-sky-deep .section-popular-tracks .block-title {
  background-color: #00a99d;
}
.blue-sky-deep .section-popular-tracks .track {
  color: #383838;
}
.blue-sky-deep .section-popular-tracks .track-title h3 {
  color: #00a99d;
}
.blue-sky-deep .section-popular-tracks .track-title h3 a {
  color: #00a99d;
}
.blue-sky-deep .section-popular-tracks .track-no {
  border-color: #383838;
}
.blue-sky-deep .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.blue-sky-deep .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(0, 169, 157, 0.8);
}
.blue-sky-deep .section-popular-tracks .track-vote .icon {
  color: #00a99d;
}
.blue-sky-deep .quotes-slider .quote a {
  color: #383838;
}
.blue-sky-deep .quotes-slider .quote a:hover {
  color: #00a99d;
}
.blue-sky-deep .quotes-slider .quote-author,
.blue-sky-deep .quotes-slider .created-time {
  color: #00a99d;
}
.blue-sky-deep .quotes-slider .cover-icon {
  color: #383838;
}
.blue-sky-deep .releases-slider {
  background-color: #383838;
}
.blue-sky-deep .releases-slider .album-share {
  background-color: #383838;
}
.blue-sky-deep .releases-slider .hide-detail {
  background-color: #383838;
}
.blue-sky-deep .releases-slider .hide-detail:hover {
  background-color: #00a99d;
}
.blue-sky-deep .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #00a99d;
  background-color: transparent;
}
.blue-sky-deep .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.blue-sky-deep .album-cover .short-info {
  color: #00a99d;
}
.blue-sky-deep .album-cover .num-tracks span {
  color: #383838;
}
.blue-sky-deep .album-cover .view-detail,
.blue-sky-deep .album-cover .play-album {
  color: #ffffff;
}
.blue-sky-deep .album {
  color: #383838;
}
.blue-sky-deep .album .info span {
  color: #00a99d;
}
.blue-sky-deep .album .info span.label {
  color: #383838;
}
.blue-sky-deep .album .album-sources {
  background-color: #383838;
}
.blue-sky-deep .album .album-sources a.button:hover {
  color: #00a99d;
}
.blue-sky-deep .album .album-sources:hover span.button {
  background-color: #00a99d;
}
.blue-sky-deep .album .album-tracks .label {
  color: #00a99d;
}
.blue-sky-deep .album .tracklist li.playing {
  color: #383838;
}
.blue-sky-deep .album .tracklist li.playing .track-name {
  color: #00a99d;
}
.blue-sky-deep .album .tracklist p {
  color: #383838;
}
.blue-sky-deep .album .tracklist .track-name {
  color: #383838;
}
.blue-sky-deep .album .tracklist .actions span:hover {
  color: #00a99d;
}
.blue-sky-deep .album .tracklist .actions a {
  color: #383838;
}
.blue-sky-deep .album .tracklist .actions a:hover {
  color: #00a99d;
}
.blue-sky-deep .album .tracklist .vote-score span {
  color: #00a99d;
}
.blue-sky-deep .sharrre {
  color: #383838;
}
.blue-sky-deep .mCSB_scrollTools a {
  color: #383838;
}
.blue-sky-deep .mCSB_scrollTools a:hover {
  color: #00a99d;
}
.blue-sky-deep .custom-scroll-nav span {
  color: #383838;
}
.blue-sky-deep .custom-scroll-nav span:hover {
  color: #00a99d;
}
.blue-sky-deep .section-subscribe input {
  color: #00a99d;
  border-color: #383838;
}
.blue-sky-deep .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.blue-sky-deep .section-subscribe input[type=submit]:hover {
  background-color: #00a99d;
}
.blue-sky-deep .section-subscribe .subscribe-desc {
  color: #383838;
}
.blue-sky-deep .section-subscribe .widget_wysija_cont .updated,
.blue-sky-deep .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #00a99d;
  color: #00a99d;
}
.blue-sky-deep .section-subscribe .widget_wysija_cont .updated a,
.blue-sky-deep .section-subscribe .widget_wysija_cont .login .message a {
  color: #00a99d;
}
.blue-sky-deep .section-subscribe .widget_wysija_cont .error,
.blue-sky-deep .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.blue-sky-deep .section-subscribe .widget_wysija_cont .error a,
.blue-sky-deep .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.blue-sky-deep .section-events .tabs {
  border-color: #383838;
}
.blue-sky-deep .section-events .status a {
  background: #00a99d;
}
.blue-sky-deep .section-events .status a {
  background-color: #00a99d;
}
.blue-sky-deep .section-events .status a:hover {
  background-color: #383838;
}
.blue-sky-deep .section-events .content-infor-event {
  background-color: #00a99d;
}
.blue-sky-deep .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.blue-sky-deep .section-events .infor-event:hover,
.blue-sky-deep .section-events .open-gallery:hover,
.blue-sky-deep .section-events .open-videos:hover {
  color: #00a99d;
}
.blue-sky-deep .section-events .event-gallery,
.blue-sky-deep .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .blue-sky-deep .section-events .status a,
  .blue-sky-deep .section-events .infor-event {
    color: #00a99d;
    background-color: transparent;
  }
  .blue-sky-deep .section-events .status a:hover,
  .blue-sky-deep .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .blue-sky-deep .section-events .infor-event {
    color: #383838;
  }
}
.blue-sky-deep .counter {
  background-color: #00a99d;
}
.blue-sky-deep .artists-slider .artist h3 {
  color: #00a99d;
}
.blue-sky-deep .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.blue-sky-deep .artists-slider .artist .artist-info {
  border-color: #383838;
}
.blue-sky-deep .artists-slider .artist .quick-facts {
  color: #383838;
}
.blue-sky-deep .artists-slider .artist .quick-facts span span {
  color: #00a99d;
}
.blue-sky-deep .artists-slider .artist .info-title {
  color: #00a99d;
}
.blue-sky-deep .artists-slider .artist-socials {
  background-color: #383838;
}
.blue-sky-deep .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.blue-sky-deep .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.blue-sky-deep .artists-slider .view-artist-gallery:hover {
  background-color: #00a99d;
}
.blue-sky-deep .artists-slider .hide-detail {
  background-color: #383838;
}
.blue-sky-deep .artists-slider .hide-detail:hover {
  background-color: #00a99d;
}
.blue-sky-deep .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.blue-sky-deep .artists-slider .artist-direction-nav a.disable,
.blue-sky-deep .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.blue-sky-deep .artists-slider .artist-direction-nav a:hover {
  color: #00a99d;
}
.blue-sky-deep .artists-slider.item-expanded .artist h3,
.blue-sky-deep .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #00a99d;
}
@media only screen and (max-width: 590px) {
  .blue-sky-deep .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .blue-sky-deep .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #00a99d;
  }
  .blue-sky-deep .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .blue-sky-deep .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.blue-sky-deep .section-blog .blog-link a {
  color: #00a99d;
}
.blue-sky-deep .section-latest-news article .entry-title a {
  color: #00a99d;
}
.blue-sky-deep .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.blue-sky-deep .section-connect .social a {
  background-color: #383838;
}
.blue-sky-deep .section-connect .social a:hover {
  color: #00a99d;
  background-color: #ffffff;
}
.blue-sky-deep .section-connect .contact-form .box a:hover {
  color: #00a99d;
}
.blue-sky-deep .section-connect .contact-info-window {
  color: #383838;
}
.blue-sky-deep .section-connect .contact-info-window a {
  color: #383838;
}
.blue-sky-deep .section-connect .contact-info-window a:hover {
  color: #00a99d;
}
.blue-sky-deep .section-connect .toggle-contact-form {
  background-color: #383838;
}
.blue-sky-deep .section-connect .toggle-contact-form:hover {
  background-color: #00a99d;
}
.blue-sky-deep .content a,
.blue-sky-deep .sidebar a {
  color: #00a99d;
}
.blue-sky-deep .minimize-sidebar {
  background-color: #383838;
}
.blue-sky-deep .minimize-sidebar:hover {
  background-color: #00a99d;
}
.blue-sky-deep.archive .content article:hover .entry-title,
.blue-sky-deep.page-template-template-blog-php .content article:hover .entry-title,
.blue-sky-deep.archive .content article:hover .entry-title a,
.blue-sky-deep.page-template-template-blog-php .content article:hover .entry-title a {
  color: #00a99d;
}
.blue-sky-deep .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.blue-sky-deep .entry-thumbnail .entry-link:hover {
  background-color: #00a99d;
}
.blue-sky-deep .entry-thumbnail .entry-quote .quote:before,
.blue-sky-deep .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.blue-sky-deep .entry-thumbnail .entry-quote .quote-author {
  color: #00a99d;
}
.blue-sky-deep .entry-thumbnail .flexslider {
  background-color: #383838;
}
.blue-sky-deep .entry-thumbnail .mejs-controls {
  background-color: #00a99d;
}
.blue-sky-deep .entry-thumbnail .mejs-controls > div {
  border-color: #00766e;
}
.format-audio .blue-sky-deep .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .blue-sky-deep .entry-thumbnail .mejs-controls > div {
  border-color: #005d56;
}
.format-audio-spectrum .blue-sky-deep .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .blue-sky-deep .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.blue-sky-deep .entry-title {
  color: #383838;
}
.blue-sky-deep .entry-title a {
  color: #383838;
}
.blue-sky-deep .entry-meta {
  color: #383838;
}
.blue-sky-deep .entry-meta span span,
.blue-sky-deep .entry-meta span a {
  color: #00a99d;
}
.blue-sky-deep .entry-meta span span:hover,
.blue-sky-deep .entry-meta span a:hover {
  color: #383838;
}
.blue-sky-deep .read-more,
.blue-sky-deep .entry-content .more-link {
  color: #00a99d;
}
.blue-sky-deep .read-more:hover,
.blue-sky-deep .entry-content .more-link:hover {
  color: #383838;
}
.blue-sky-deep .entry-info .entry-format,
.blue-sky-deep .entry-info .entry-date {
  background-color: #383838;
}
.blue-sky-deep .entry-info .entry-format {
  background-color: #00a99d;
}
.blue-sky-deep .entry-info .tags-links {
  color: #383838;
}
.blue-sky-deep .entry-info .tags-links a {
  color: #383838;
}
.blue-sky-deep .entry-info .tags-links a:hover {
  color: #00a99d;
}
.blue-sky-deep .edit-link a:hover {
  color: #383838;
}
.blue-sky-deep .pagination {
  background-color: #383838;
}
.blue-sky-deep .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.blue-sky-deep .pagination a:hover,
.blue-sky-deep .pagination a.loading {
  background-color: #00a99d;
}
.blue-sky-deep .simple-navigation a:hover {
  color: #00a99d;
}
.blue-sky-deep .numberic-navigation a,
.blue-sky-deep .numberic-navigation span {
  background-color: #383838;
}
.blue-sky-deep .numberic-navigation a:hover,
.blue-sky-deep .numberic-navigation span {
  background-color: #00a99d;
}
.blue-sky-deep .navigation a {
  color: #383838;
}
.blue-sky-deep .navigation a:hover {
  color: #00a99d;
}
.blue-sky-deep .comments-pagination span {
  color: #383838;
}
.blue-sky-deep .comments-pagination a {
  color: #00a99d;
}
.blue-sky-deep .comments-pagination a:hover {
  color: #383838;
}
.blue-sky-deep .about-author-title,
.blue-sky-deep .comments-title,
.blue-sky-deep .comment-reply-title {
  color: #383838;
}
.blue-sky-deep .author-box .avatar {
  border-color: #383838;
}
.blue-sky-deep .author-box .avatar:hover {
  border-color: #00a99d;
}
.blue-sky-deep .author-box .num-posts,
.blue-sky-deep .author-box .display-name,
.blue-sky-deep .author-box .author-role {
  color: #383838;
}
.blue-sky-deep .author-box .num-posts span {
  color: #00a99d;
}
.blue-sky-deep .author-box .author-role {
  color: #00a99d;
}
.blue-sky-deep .commentlist article:hover .comment-author,
.blue-sky-deep .commentlist article:hover .comment-author a,
.blue-sky-deep .commentlist article:hover .comment-reply-link {
  color: #00a99d;
}
.blue-sky-deep .commentlist article:hover .avatar {
  border-color: #00a99d;
}
.blue-sky-deep .commentlist .avatar {
  border-color: #383838;
}
.blue-sky-deep .commentlist .comment-author,
.blue-sky-deep .commentlist .comment-meta {
  color: #383838;
}
.blue-sky-deep .commentlist .comment-author cite a,
.blue-sky-deep .commentlist .comment-meta cite a {
  color: #383838;
}
.blue-sky-deep .commentlist .comment-meta a {
  color: #383838;
}
.blue-sky-deep .commentlist .comment-reply-link {
  color: #383838;
}
.blue-sky-deep .comment-respond input[type=submit] {
  background-color: #383838;
}
.blue-sky-deep .comment-respond input[type=submit]:hover {
  background-color: #00a99d;
}
.blue-sky-deep .widget a {
  color: #383838;
}
.blue-sky-deep .widget a:hover {
  color: #00a99d;
}
.blue-sky-deep .widget li {
  color: #383838;
}
.blue-sky-deep .widget-title {
  color: #383838;
}
.blue-sky-deep .widget .menu li a {
  border-color: #383838;
}
.blue-sky-deep .widget .menu li a:hover {
  color: #00a99d;
  border-color: #00a99d;
}
.blue-sky-deep .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.blue-sky-deep .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .widget_noise-tweets .tweet a {
  color: #00a99d;
}
.blue-sky-deep .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.blue-sky-deep .widget_noise-tweets .tweet i {
  color: #00a99d;
}
.blue-sky-deep .widget_noise-tweets .tweet time {
  color: #383838;
}
.blue-sky-deep .noise-recent-posts .title {
  color: #383838;
}
.blue-sky-deep .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.blue-sky-deep .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #00a99d;
}
.blue-sky-deep .widget-tabs article .entry-author a:hover {
  color: #00a99d;
}
.blue-sky-deep .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.blue-sky-deep .widget.widget_wysija .wysija-submit:hover {
  background-color: #00a99d;
}
.blue-sky-deep .widget_recent_comments a {
  color: #00a99d;
}
.blue-sky-deep .widget_calendar table {
  color: #383838;
}
.blue-sky-deep .widget_calendar a {
  color: #00a99d;
}
.blue-sky-deep .widget_calendar a:hover {
  color: #383838;
}
.blue-sky-deep .widget-featured-tracks .track {
  color: #383838;
}
.blue-sky-deep .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.blue-sky-deep .widget-featured-tracks .track-title a {
  color: #00a99d;
}
.blue-sky-deep .widget-featured-tracks .track-vote .icon {
  color: #00a99d;
}
.blue-sky-deep .widget_search input[type=submit] {
  background-color: transparent;
}
.blue-sky-deep .footer a {
  color: #00a99d;
}
.blue-sky-deep .footer a.scroll-top {
  background-color: #383838;
}
.blue-sky-deep .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #00a99d;
}
.blue-sky-deep .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.blue-sky-deep .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.blue-sky-deep.woocommerce #review_form #respond .form-submit input,
.blue-sky-deep.woocommerce-page #review_form #respond .form-submit input,
.blue-sky-deep .woocommerce #review_form #respond .form-submit input,
.blue-sky-deep .woocommerce-page #review_form #respond .form-submit input,
.blue-sky-deep.woocommerce .return-to-shop .wc-backward,
.blue-sky-deep.woocommerce-page .return-to-shop .wc-backward,
.blue-sky-deep .woocommerce .return-to-shop .wc-backward,
.blue-sky-deep .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.blue-sky-deep.woocommerce #review_form #respond .form-submit input:hover,
.blue-sky-deep.woocommerce-page #review_form #respond .form-submit input:hover,
.blue-sky-deep .woocommerce #review_form #respond .form-submit input:hover,
.blue-sky-deep .woocommerce-page #review_form #respond .form-submit input:hover,
.blue-sky-deep.woocommerce .return-to-shop .wc-backward:hover,
.blue-sky-deep.woocommerce-page .return-to-shop .wc-backward:hover,
.blue-sky-deep .woocommerce .return-to-shop .wc-backward:hover,
.blue-sky-deep .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #00a99d;
}
.blue-sky-deep.woocommerce #content .entry-content .shipping_calculator .button,
.blue-sky-deep.woocommerce-page #content .entry-content .shipping_calculator .button,
.blue-sky-deep .woocommerce #content .entry-content .shipping_calculator .button,
.blue-sky-deep .woocommerce-page #content .entry-content .shipping_calculator .button,
.blue-sky-deep.woocommerce #content .entry-content .shop_table .actions .button,
.blue-sky-deep.woocommerce-page #content .entry-content .shop_table .actions .button,
.blue-sky-deep .woocommerce #content .entry-content .shop_table .actions .button,
.blue-sky-deep .woocommerce-page #content .entry-content .shop_table .actions .button,
.blue-sky-deep.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue-sky-deep.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue-sky-deep .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue-sky-deep .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.blue-sky-deep.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.blue-sky-deep.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.blue-sky-deep .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.blue-sky-deep .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.blue-sky-deep.woocommerce #content .entry-content .actions .button,
.blue-sky-deep.woocommerce-page #content .entry-content .actions .button,
.blue-sky-deep .woocommerce #content .entry-content .actions .button,
.blue-sky-deep .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.blue-sky-deep.woocommerce #content .entry-content .shipping_calculator .button:hover,
.blue-sky-deep.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.blue-sky-deep .woocommerce #content .entry-content .shipping_calculator .button:hover,
.blue-sky-deep .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.blue-sky-deep.woocommerce #content .entry-content .shop_table .actions .button:hover,
.blue-sky-deep.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.blue-sky-deep .woocommerce #content .entry-content .shop_table .actions .button:hover,
.blue-sky-deep .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.blue-sky-deep.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue-sky-deep.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue-sky-deep .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue-sky-deep .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.blue-sky-deep.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue-sky-deep.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue-sky-deep .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue-sky-deep .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.blue-sky-deep.woocommerce #content .entry-content .actions .button:hover,
.blue-sky-deep.woocommerce-page #content .entry-content .actions .button:hover,
.blue-sky-deep .woocommerce #content .entry-content .actions .button:hover,
.blue-sky-deep .woocommerce-page #content .entry-content .actions .button:hover {
  background: #00a99d;
}
.blue-sky-deep.woocommerce #payment #place_order,
.blue-sky-deep.woocommerce-page #payment #place_order,
.blue-sky-deep .woocommerce #payment #place_order,
.blue-sky-deep .woocommerce-page #payment #place_order {
  background: #383838;
}
.blue-sky-deep.woocommerce #payment #place_order:hover,
.blue-sky-deep.woocommerce-page #payment #place_order:hover,
.blue-sky-deep .woocommerce #payment #place_order:hover,
.blue-sky-deep .woocommerce-page #payment #place_order:hover {
  background: #00a99d;
}
.blue-sky-deep.woocommerce .sale-price,
.blue-sky-deep.woocommerce-page .sale-price,
.blue-sky-deep .woocommerce .sale-price,
.blue-sky-deep .woocommerce-page .sale-price,
.blue-sky-deep.woocommerce .onsale-custom,
.blue-sky-deep.woocommerce-page .onsale-custom,
.blue-sky-deep .woocommerce .onsale-custom,
.blue-sky-deep .woocommerce-page .onsale-custom {
  background-color: #00a99d;
}
.blue-sky-deep.woocommerce ul.products li.product,
.blue-sky-deep.woocommerce-page ul.products li.product,
.blue-sky-deep .woocommerce ul.products li.product,
.blue-sky-deep .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.blue-sky-deep.woocommerce .attachment-shop_single,
.blue-sky-deep.woocommerce-page .attachment-shop_single,
.blue-sky-deep .woocommerce .attachment-shop_single,
.blue-sky-deep .woocommerce-page .attachment-shop_single,
.blue-sky-deep.woocommerce .panel,
.blue-sky-deep.woocommerce-page .panel,
.blue-sky-deep .woocommerce .panel,
.blue-sky-deep .woocommerce-page .panel,
.blue-sky-deep.woocommerce .shop_table .product-thumbnail,
.blue-sky-deep.woocommerce-page .shop_table .product-thumbnail,
.blue-sky-deep .woocommerce .shop_table .product-thumbnail,
.blue-sky-deep .woocommerce-page .shop_table .product-thumbnail,
.blue-sky-deep.woocommerce .shop_table .cart-product-detail,
.blue-sky-deep.woocommerce-page .shop_table .cart-product-detail,
.blue-sky-deep .woocommerce .shop_table .cart-product-detail,
.blue-sky-deep .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.blue-sky-deep.woocommerce .coupon input[type=text],
.blue-sky-deep.woocommerce-page .coupon input[type=text],
.blue-sky-deep .woocommerce .coupon input[type=text],
.blue-sky-deep .woocommerce-page .coupon input[type=text],
.blue-sky-deep.woocommerce form.checkout .form-row input[type=text],
.blue-sky-deep.woocommerce-page form.checkout .form-row input[type=text],
.blue-sky-deep .woocommerce form.checkout .form-row input[type=text],
.blue-sky-deep .woocommerce-page form.checkout .form-row input[type=text],
.blue-sky-deep.woocommerce form.checkout .form-row .input-text,
.blue-sky-deep.woocommerce-page form.checkout .form-row .input-text,
.blue-sky-deep .woocommerce form.checkout .form-row .input-text,
.blue-sky-deep .woocommerce-page form.checkout .form-row .input-text,
.blue-sky-deep.woocommerce form.checkout select,
.blue-sky-deep.woocommerce-page form.checkout select,
.blue-sky-deep .woocommerce form.checkout select,
.blue-sky-deep .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.blue-sky-deep.woocommerce .cart-collaterals .cart_totals table,
.blue-sky-deep.woocommerce-page .cart-collaterals .cart_totals table,
.blue-sky-deep .woocommerce .cart-collaterals .cart_totals table,
.blue-sky-deep .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.blue-sky-deep.woocommerce .shop_table .header-cart-table span,
.blue-sky-deep.woocommerce-page .shop_table .header-cart-table span,
.blue-sky-deep .woocommerce .shop_table .header-cart-table span,
.blue-sky-deep .woocommerce-page .shop_table .header-cart-table span,
.blue-sky-deep.woocommerce .shop_table .product-remove,
.blue-sky-deep.woocommerce-page .shop_table .product-remove,
.blue-sky-deep .woocommerce .shop_table .product-remove,
.blue-sky-deep .woocommerce-page .shop_table .product-remove,
.blue-sky-deep.woocommerce .shipping_calculator .button,
.blue-sky-deep.woocommerce-page .shipping_calculator .button,
.blue-sky-deep .woocommerce .shipping_calculator .button,
.blue-sky-deep .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.blue-sky-deep.woocommerce .shop_table .product-remove:hover,
.blue-sky-deep.woocommerce-page .shop_table .product-remove:hover,
.blue-sky-deep .woocommerce .shop_table .product-remove:hover,
.blue-sky-deep .woocommerce-page .shop_table .product-remove:hover {
  background: #00a99d;
}
.blue-sky-deep.woocommerce .shop_table .actions .checkout-button,
.blue-sky-deep.woocommerce-page .shop_table .actions .checkout-button,
.blue-sky-deep .woocommerce .shop_table .actions .checkout-button,
.blue-sky-deep .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #00a99d;
}
.blue-sky-deep.woocommerce div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep .woocommerce div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.blue-sky-deep .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #00a99d;
}
.blue-sky-deep.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.blue-sky-deep .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.blue-sky-deep.woocommerce div.product .quantity .plus,
.blue-sky-deep.woocommerce-page div.product .quantity .plus,
.blue-sky-deep .woocommerce div.product .quantity .plus,
.blue-sky-deep .woocommerce-page div.product .quantity .plus,
.blue-sky-deep.woocommerce #content div.product .quantity .plus,
.blue-sky-deep.woocommerce-page #content div.product .quantity .plus,
.blue-sky-deep .woocommerce #content div.product .quantity .plus,
.blue-sky-deep .woocommerce-page #content div.product .quantity .plus,
.blue-sky-deep.woocommerce div.product #content .quantity .plus,
.blue-sky-deep.woocommerce-page div.product #content .quantity .plus,
.blue-sky-deep .woocommerce div.product #content .quantity .plus,
.blue-sky-deep .woocommerce-page div.product #content .quantity .plus,
.blue-sky-deep.woocommerce #content div.product #content .quantity .plus,
.blue-sky-deep.woocommerce-page #content div.product #content .quantity .plus,
.blue-sky-deep .woocommerce #content div.product #content .quantity .plus,
.blue-sky-deep .woocommerce-page #content div.product #content .quantity .plus,
.blue-sky-deep.woocommerce div.product .quantity .minus,
.blue-sky-deep.woocommerce-page div.product .quantity .minus,
.blue-sky-deep .woocommerce div.product .quantity .minus,
.blue-sky-deep .woocommerce-page div.product .quantity .minus,
.blue-sky-deep.woocommerce #content div.product .quantity .minus,
.blue-sky-deep.woocommerce-page #content div.product .quantity .minus,
.blue-sky-deep .woocommerce #content div.product .quantity .minus,
.blue-sky-deep .woocommerce-page #content div.product .quantity .minus,
.blue-sky-deep.woocommerce div.product #content .quantity .minus,
.blue-sky-deep.woocommerce-page div.product #content .quantity .minus,
.blue-sky-deep .woocommerce div.product #content .quantity .minus,
.blue-sky-deep .woocommerce-page div.product #content .quantity .minus,
.blue-sky-deep.woocommerce #content div.product #content .quantity .minus,
.blue-sky-deep.woocommerce-page #content div.product #content .quantity .minus,
.blue-sky-deep .woocommerce #content div.product #content .quantity .minus,
.blue-sky-deep .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.blue-sky-deep.woocommerce .shop_table .cart-product-detail,
.blue-sky-deep.woocommerce-page .shop_table .cart-product-detail,
.blue-sky-deep .woocommerce .shop_table .cart-product-detail,
.blue-sky-deep .woocommerce-page .shop_table .cart-product-detail,
.blue-sky-deep.woocommerce .shop_table .cart-product-detail .product-name,
.blue-sky-deep.woocommerce-page .shop_table .cart-product-detail .product-name,
.blue-sky-deep .woocommerce .shop_table .cart-product-detail .product-name,
.blue-sky-deep .woocommerce-page .shop_table .cart-product-detail .product-name,
.blue-sky-deep.woocommerce .shop_table .cart-product-detail .product-name a,
.blue-sky-deep.woocommerce-page .shop_table .cart-product-detail .product-name a,
.blue-sky-deep .woocommerce .shop_table .cart-product-detail .product-name a,
.blue-sky-deep .woocommerce-page .shop_table .cart-product-detail .product-name a,
.blue-sky-deep.woocommerce .cart-collaterals .cart_totals table,
.blue-sky-deep.woocommerce-page .cart-collaterals .cart_totals table,
.blue-sky-deep .woocommerce .cart-collaterals .cart_totals table,
.blue-sky-deep .woocommerce-page .cart-collaterals .cart_totals table,
.blue-sky-deep.woocommerce form .form-row,
.blue-sky-deep.woocommerce-page form .form-row,
.blue-sky-deep .woocommerce form .form-row,
.blue-sky-deep .woocommerce-page form .form-row,
.blue-sky-deep.woocommerce form .form-row input[type=text],
.blue-sky-deep.woocommerce-page form .form-row input[type=text],
.blue-sky-deep .woocommerce form .form-row input[type=text],
.blue-sky-deep .woocommerce-page form .form-row input[type=text],
.blue-sky-deep.woocommerce form .form-row .input-text,
.blue-sky-deep.woocommerce-page form .form-row .input-text,
.blue-sky-deep .woocommerce form .form-row .input-text,
.blue-sky-deep .woocommerce-page form .form-row .input-text,
.blue-sky-deep.woocommerce .coupon input[type=text],
.blue-sky-deep.woocommerce-page .coupon input[type=text],
.blue-sky-deep .woocommerce .coupon input[type=text],
.blue-sky-deep .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.blue-sky-deep.woocommerce .woocommerce-info a,
.blue-sky-deep.woocommerce-page .woocommerce-info a,
.blue-sky-deep .woocommerce .woocommerce-info a,
.blue-sky-deep .woocommerce-page .woocommerce-info a,
.blue-sky-deep.woocommerce #order_review a,
.blue-sky-deep.woocommerce-page #order_review a,
.blue-sky-deep .woocommerce #order_review a,
.blue-sky-deep .woocommerce-page #order_review a {
  color: #00a99d;
}
.blue-sky-deep.woocommerce #content nav.woocommerce-pagination ul li a,
.blue-sky-deep.woocommerce-page #content nav.woocommerce-pagination ul li a,
.blue-sky-deep .woocommerce #content nav.woocommerce-pagination ul li a,
.blue-sky-deep .woocommerce-page #content nav.woocommerce-pagination ul li a,
.blue-sky-deep.woocommerce nav.woocommerce-pagination ul li a,
.blue-sky-deep.woocommerce-page nav.woocommerce-pagination ul li a,
.blue-sky-deep .woocommerce nav.woocommerce-pagination ul li a,
.blue-sky-deep .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #00a99d;
}
.blue-sky-deep.woocommerce #content nav.woocommerce-pagination ul li span.current,
.blue-sky-deep.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.blue-sky-deep .woocommerce #content nav.woocommerce-pagination ul li span.current,
.blue-sky-deep .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.blue-sky-deep.woocommerce nav.woocommerce-pagination ul li span.current,
.blue-sky-deep.woocommerce-page nav.woocommerce-pagination ul li span.current,
.blue-sky-deep .woocommerce nav.woocommerce-pagination ul li span.current,
.blue-sky-deep .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}
.sapphire body,
.sapphire #load-screen {
  background-color: #383838;
}
.sapphire a:hover {
  color: #282666;
}
.sapphire blockquote {
  color: #383838;
  border-color: #282666;
}
.sapphire table {
  border-color: #383838;
}
.sapphire input[type=submit] {
  background-color: #383838;
}
.sapphire input[type=submit]:hover {
  background-color: #282666;
}
.sapphire .green-dot {
  color: #282666 !important;
}
.sapphire .dark-dot {
  color: #383838 !important;
}
.sapphire .overlay {
  background-color: #282666;
}
.sapphire .message {
  color: #383838;
}
.sapphire .tabs .tabs-nav a {
  color: #282666;
  background-color: #282666;
}
.sapphire .tabs .tabs-nav a.active {
  color: #ffffff;
  background-color: #383838;
}
.sapphire .tabs.simple-tabs .tabs-nav a {
  background-color: transparent;
}
.sapphire body.error404 .heading-404 span {
  color: #282666;
}
.sapphire body.error404 .return-home {
  background-color: #383838;
}
.sapphire body.error404 .return-home:hover {
  background-color: #282666;
}
.sapphire .under-construction i {
  color: #383838;
}
.sapphire #cboxLoadedContent {
  border-color: #383838;
}
.sapphire #cboxClose {
  background-color: #383838;
}
.sapphire #cboxClose:hover {
  color: #282666;
}
.sapphire .section-title .desc {
  color: #282666;
}
.sapphire .section-opener {
  background-color: #383838;
}
.sapphire .section-opener .unlocker .handle {
  background-color: #282666;
}
.sapphire .section-opener .unlocker .handle .arrow {
  background-color: #383838;
}
.sapphire .section-opener .unlocker .handle:hover .arrow,
.sapphire .section-opener .unlocker .handle.ui-draggable-dragging .arrow {
  color: #282666;
}
.sapphire .section-slider .caption {
  color: #282666;
  border-color: #282666;
}
.sapphire .vertical-slider .flex-direction-nav a {
  background-color: #383838;
}
.sapphire .vertical-slider .flex-direction-nav a:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .vertical-slider .flex-direction-nav a.disable:hover,
.sapphire .vertical-slider .flex-direction-nav a.flex-disabled:hover {
  color: #444;
  background-color: #383838;
}
.sapphire .flex-direction-nav a {
  color: #282666;
}
.sapphire input.qty {
  background-color: #282666;
}
.sapphire .section-shop .shop-title,
.sapphire .section-shop a {
  color: #282666;
}
.sapphire .section-shop a:hover {
  color: #383838;
}
.sapphire .nav-menu .menu a {
  color: #383838;
}
.sapphire .nav-menu .menu a:hover,
.sapphire .nav-menu .menu a:active {
  color: #282666;
}
.sapphire .nav-menu .menu li.active .current {
  color: #282666;
}
.sapphire .nav-menu .menu .active {
  color: #282666;
}
.sapphire .nav-menu .mobile-nav i {
  color: #383838;
}
.sapphire .nav-menu .player-icon {
  background-color: #282666;
}
.sapphire .mejs-container {
  background-color: #282666;
}
.sapphire .mejs-loop,
.sapphire .mejs-shuffle {
  color: #383838;
}
.sapphire .mejs-prev,
.sapphire .mejs-volume-button,
.sapphire .mejs-info,
.sapphire .mejs-minimize,
.sapphire .mejs-fullscreen-button {
  border-color: #211f53;
}
.sapphire .mejs-rating .vote-ui {
  background-color: #282666;
}
.sapphire .mejs-time-rail .mejs-time-total {
  background: #383838;
}
.sapphire .mejs-horizontal-volume-handle {
  background-color: #383838;
}
.sapphire .mejs-horizontal-volume-total {
  background-color: #383838;
}
.sapphire .player-playshuffle,
.sapphire .player-playloop {
  color: #383838;
}
.sapphire .player-playshuffle.active,
.sapphire .player-playloop.active {
  color: #ffffff;
}
.sapphire .track-info .artist-info img {
  border-color: #383838;
}
.sapphire .track-rating {
  color: #282666;
}
.sapphire .links {
  background-color: #383838;
}
.sapphire .links a:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .track-links-extended {
  background-color: #383838;
}
.sapphire .go-extended a:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .track-detail .detail,
.sapphire .track-detail.album .detail,
.sapphire .track-detail.track .detail {
  color: #282666;
}
.sapphire .extended-player .mejs-loop,
.sapphire .extended-player .mejs-shuffle {
  color: #ffffff;
}
.sapphire .extended-player .mejs-loop.active,
.sapphire .extended-player .mejs-shuffle.active {
  color: #383838;
}
.sapphire .track-visual {
  color: #383838;
  border-color: #383838;
}
.sapphire .track-visual .image .caption .text {
  border-color: #282666;
}
.sapphire .track-visual .image .caption .big,
.sapphire .track-visual .image .caption .small {
  color: #282666;
}
.sapphire .track-visual .track-data p span {
  color: #282666;
}
.sapphire .track-visual .links a.button:hover {
  color: #282666;
}
.sapphire .track-visual .links:hover span.button {
  background-color: #282666;
}
.sapphire .track-visual .details .label {
  color: #383838;
}
.sapphire .track-visual .track-rating .views {
  color: #383838;
}
.sapphire .track-visual .track-lyric .label {
  color: #282666;
}
.sapphire .section-like .middle-area {
  background-color: #282666;
}
.sapphire .media-slider .hentry {
  border-color: #383838;
}
.sapphire .media-slider .hentry h3 {
  color: #282666;
}
.sapphire .media-slider .hentry h3 .media-count {
  color: #383838;
}
.sapphire .media-slider .play-track,
.sapphire .media-slider .view-media {
  color: #ffffff;
}
.sapphire .images-gallery-bottom {
  background-color: #383838;
}
.sapphire .images-gallery-paginate .current-slide {
  color: #282666;
}
.sapphire .section-popular-tracks .popular-tracks {
  border-color: #383838;
}
.sapphire .section-popular-tracks .block-title {
  background-color: #282666;
}
.sapphire .section-popular-tracks .track {
  color: #383838;
}
.sapphire .section-popular-tracks .track-title h3 {
  color: #282666;
}
.sapphire .section-popular-tracks .track-title h3 a {
  color: #282666;
}
.sapphire .section-popular-tracks .track-no {
  border-color: #383838;
}
.sapphire .section-popular-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.sapphire .section-popular-tracks .track-image .play-track {
  color: #ffffff;
  background-color: rgba(40, 38, 102, 0.8);
}
.sapphire .section-popular-tracks .track-vote .icon {
  color: #282666;
}
.sapphire .quotes-slider .quote a {
  color: #383838;
}
.sapphire .quotes-slider .quote a:hover {
  color: #282666;
}
.sapphire .quotes-slider .quote-author,
.sapphire .quotes-slider .created-time {
  color: #282666;
}
.sapphire .quotes-slider .cover-icon {
  color: #383838;
}
.sapphire .releases-slider {
  background-color: #383838;
}
.sapphire .releases-slider .album-share {
  background-color: #383838;
}
.sapphire .releases-slider .hide-detail {
  background-color: #383838;
}
.sapphire .releases-slider .hide-detail:hover {
  background-color: #282666;
}
.sapphire .releases-slider.item-expanded .flex-direction-nav a:hover {
  color: #282666;
  background-color: transparent;
}
.sapphire .releases-slider.item-expanded .flex-direction-nav a.flex-disabled:hover {
  color: #383838;
}
.sapphire .album-cover .short-info {
  color: #282666;
}
.sapphire .album-cover .num-tracks span {
  color: #383838;
}
.sapphire .album-cover .view-detail,
.sapphire .album-cover .play-album {
  color: #ffffff;
}
.sapphire .album {
  color: #383838;
}
.sapphire .album .info span {
  color: #282666;
}
.sapphire .album .info span.label {
  color: #383838;
}
.sapphire .album .album-sources {
  background-color: #383838;
}
.sapphire .album .album-sources a.button:hover {
  color: #282666;
}
.sapphire .album .album-sources:hover span.button {
  background-color: #282666;
}
.sapphire .album .album-tracks .label {
  color: #282666;
}
.sapphire .album .tracklist li.playing {
  color: #383838;
}
.sapphire .album .tracklist li.playing .track-name {
  color: #282666;
}
.sapphire .album .tracklist p {
  color: #383838;
}
.sapphire .album .tracklist .track-name {
  color: #383838;
}
.sapphire .album .tracklist .actions span:hover {
  color: #282666;
}
.sapphire .album .tracklist .actions a {
  color: #383838;
}
.sapphire .album .tracklist .actions a:hover {
  color: #282666;
}
.sapphire .album .tracklist .vote-score span {
  color: #282666;
}
.sapphire .sharrre {
  color: #383838;
}
.sapphire .mCSB_scrollTools a {
  color: #383838;
}
.sapphire .mCSB_scrollTools a:hover {
  color: #282666;
}
.sapphire .custom-scroll-nav span {
  color: #383838;
}
.sapphire .custom-scroll-nav span:hover {
  color: #282666;
}
.sapphire .section-subscribe input {
  color: #282666;
  border-color: #383838;
}
.sapphire .section-subscribe input[type=submit] {
  color: #ffffff;
  background-color: #383838;
}
.sapphire .section-subscribe input[type=submit]:hover {
  background-color: #282666;
}
.sapphire .section-subscribe .subscribe-desc {
  color: #383838;
}
.sapphire .section-subscribe .widget_wysija_cont .updated,
.sapphire .section-subscribe .widget_wysija_cont .login .message {
  border-color: 5px solid #282666;
  color: #282666;
}
.sapphire .section-subscribe .widget_wysija_cont .updated a,
.sapphire .section-subscribe .widget_wysija_cont .login .message a {
  color: #282666;
}
.sapphire .section-subscribe .widget_wysija_cont .error,
.sapphire .section-subscribe .widget_wysija_cont .xdetailed-errors {
  border-color: #383838;
}
.sapphire .section-subscribe .widget_wysija_cont .error a,
.sapphire .section-subscribe .widget_wysija_cont .xdetailed-errors a {
  color: #383838;
}
.sapphire .section-events .tabs {
  border-color: #383838;
}
.sapphire .section-events .status a {
  background: #282666;
}
.sapphire .section-events .status a {
  background-color: #282666;
}
.sapphire .section-events .status a:hover {
  background-color: #383838;
}
.sapphire .section-events .content-infor-event {
  background-color: #282666;
}
.sapphire .section-events .infor-event {
  color: #383838;
  background-color: transparent;
}
.sapphire .section-events .infor-event:hover,
.sapphire .section-events .open-gallery:hover,
.sapphire .section-events .open-videos:hover {
  color: #282666;
}
.sapphire .section-events .event-gallery,
.sapphire .section-events .event-videos {
  color: #383838;
}
@media only screen and (max-width: 799px) {
  .sapphire .section-events .status a,
  .sapphire .section-events .infor-event {
    color: #282666;
    background-color: transparent;
  }
  .sapphire .section-events .status a:hover,
  .sapphire .section-events .infor-event:hover {
    color: #383838;
    background-color: transparent;
  }
  .sapphire .section-events .infor-event {
    color: #383838;
  }
}
.sapphire .counter {
  background-color: #282666;
}
.sapphire .artists-slider .artist h3 {
  color: #282666;
}
.sapphire .artists-slider .artist .artist-thumbnail {
  border-color: #383838;
  background-color: #383838;
}
.sapphire .artists-slider .artist .artist-info {
  border-color: #383838;
}
.sapphire .artists-slider .artist .quick-facts {
  color: #383838;
}
.sapphire .artists-slider .artist .quick-facts span span {
  color: #282666;
}
.sapphire .artists-slider .artist .info-title {
  color: #282666;
}
.sapphire .artists-slider .artist-socials {
  background-color: #383838;
}
.sapphire .artists-slider .view-artist-gallery {
  background-color: #383838;
}
.sapphire .artists-slider .view-artist-gallery:before {
  background-color: #383838;
}
.sapphire .artists-slider .view-artist-gallery:hover {
  background-color: #282666;
}
.sapphire .artists-slider .hide-detail {
  background-color: #383838;
}
.sapphire .artists-slider .hide-detail:hover {
  background-color: #282666;
}
.sapphire .artists-slider .artist-direction-bar {
  background-color: #383838;
}
.sapphire .artists-slider .artist-direction-nav a.disable,
.sapphire .artists-slider .artist-direction-nav a.disable:hover {
  color: #383838;
}
.sapphire .artists-slider .artist-direction-nav a:hover {
  color: #282666;
}
.sapphire .artists-slider.item-expanded .artist h3,
.sapphire .artists-slider.artist-single .artist h3 {
  color: #ffffff;
  background-color: #282666;
}
@media only screen and (max-width: 590px) {
  .sapphire .artists-slider .artist-direction-nav a {
    background-color: #383838;
  }
  .sapphire .artists-slider .artist-direction-nav a:hover {
    color: #ffffff;
    background-color: #282666;
  }
  .sapphire .artists-slider .artist-direction-nav a.disable {
    color: #525252;
  }
  .sapphire .artists-slider .artist-direction-nav a.disable:hover {
    color: #525252;
    background-color: #383838;
  }
}
.sapphire .section-blog .blog-link a {
  color: #282666;
}
.sapphire .section-latest-news article .entry-title a {
  color: #282666;
}
.sapphire .section-latest-news article .entry-title a:hover {
  color: #383838;
}
.sapphire .section-connect .social a {
  background-color: #383838;
}
.sapphire .section-connect .social a:hover {
  color: #282666;
  background-color: #ffffff;
}
.sapphire .section-connect .contact-form .box a:hover {
  color: #282666;
}
.sapphire .section-connect .contact-info-window {
  color: #383838;
}
.sapphire .section-connect .contact-info-window a {
  color: #383838;
}
.sapphire .section-connect .contact-info-window a:hover {
  color: #282666;
}
.sapphire .section-connect .toggle-contact-form {
  background-color: #383838;
}
.sapphire .section-connect .toggle-contact-form:hover {
  background-color: #282666;
}
.sapphire .content a,
.sapphire .sidebar a {
  color: #282666;
}
.sapphire .minimize-sidebar {
  background-color: #383838;
}
.sapphire .minimize-sidebar:hover {
  background-color: #282666;
}
.sapphire.archive .content article:hover .entry-title,
.sapphire.page-template-template-blog-php .content article:hover .entry-title,
.sapphire.archive .content article:hover .entry-title a,
.sapphire.page-template-template-blog-php .content article:hover .entry-title a {
  color: #282666;
}
.sapphire .entry-thumbnail .entry-link {
  color: #ffffff;
  background-color: #383838;
}
.sapphire .entry-thumbnail .entry-link:hover {
  background-color: #282666;
}
.sapphire .entry-thumbnail .entry-quote .quote:before,
.sapphire .entry-thumbnail .entry-quote .quote:after {
  color: #383838;
}
.sapphire .entry-thumbnail .entry-quote .quote-author {
  color: #282666;
}
.sapphire .entry-thumbnail .flexslider {
  background-color: #383838;
}
.sapphire .entry-thumbnail .mejs-controls {
  background-color: #282666;
}
.sapphire .entry-thumbnail .mejs-controls > div {
  border-color: #191841;
}
.format-audio .sapphire .entry-thumbnail {
  background-color: #383838;
}
.format-audio-spectrum .sapphire .entry-thumbnail .mejs-controls > div {
  border-color: #12112e;
}
.format-audio-spectrum .sapphire .entry-thumbnail .mejs-controls .mejs-horizontal-volume-total,
.format-audio-spectrum .sapphire .entry-thumbnail .mejs-controls .mejs-time-total {
  background-color: #383838;
}
.sapphire .entry-title {
  color: #383838;
}
.sapphire .entry-title a {
  color: #383838;
}
.sapphire .entry-meta {
  color: #383838;
}
.sapphire .entry-meta span span,
.sapphire .entry-meta span a {
  color: #282666;
}
.sapphire .entry-meta span span:hover,
.sapphire .entry-meta span a:hover {
  color: #383838;
}
.sapphire .read-more,
.sapphire .entry-content .more-link {
  color: #282666;
}
.sapphire .read-more:hover,
.sapphire .entry-content .more-link:hover {
  color: #383838;
}
.sapphire .entry-info .entry-format,
.sapphire .entry-info .entry-date {
  background-color: #383838;
}
.sapphire .entry-info .entry-format {
  background-color: #282666;
}
.sapphire .entry-info .tags-links {
  color: #383838;
}
.sapphire .entry-info .tags-links a {
  color: #383838;
}
.sapphire .entry-info .tags-links a:hover {
  color: #282666;
}
.sapphire .edit-link a:hover {
  color: #383838;
}
.sapphire .pagination {
  background-color: #383838;
}
.sapphire .pagination a {
  color: #ffffff;
  background-color: #383838;
}
.sapphire .pagination a:hover,
.sapphire .pagination a.loading {
  background-color: #282666;
}
.sapphire .simple-navigation a:hover {
  color: #282666;
}
.sapphire .numberic-navigation a,
.sapphire .numberic-navigation span {
  background-color: #383838;
}
.sapphire .numberic-navigation a:hover,
.sapphire .numberic-navigation span {
  background-color: #282666;
}
.sapphire .navigation a {
  color: #383838;
}
.sapphire .navigation a:hover {
  color: #282666;
}
.sapphire .comments-pagination span {
  color: #383838;
}
.sapphire .comments-pagination a {
  color: #282666;
}
.sapphire .comments-pagination a:hover {
  color: #383838;
}
.sapphire .about-author-title,
.sapphire .comments-title,
.sapphire .comment-reply-title {
  color: #383838;
}
.sapphire .author-box .avatar {
  border-color: #383838;
}
.sapphire .author-box .avatar:hover {
  border-color: #282666;
}
.sapphire .author-box .num-posts,
.sapphire .author-box .display-name,
.sapphire .author-box .author-role {
  color: #383838;
}
.sapphire .author-box .num-posts span {
  color: #282666;
}
.sapphire .author-box .author-role {
  color: #282666;
}
.sapphire .commentlist article:hover .comment-author,
.sapphire .commentlist article:hover .comment-author a,
.sapphire .commentlist article:hover .comment-reply-link {
  color: #282666;
}
.sapphire .commentlist article:hover .avatar {
  border-color: #282666;
}
.sapphire .commentlist .avatar {
  border-color: #383838;
}
.sapphire .commentlist .comment-author,
.sapphire .commentlist .comment-meta {
  color: #383838;
}
.sapphire .commentlist .comment-author cite a,
.sapphire .commentlist .comment-meta cite a {
  color: #383838;
}
.sapphire .commentlist .comment-meta a {
  color: #383838;
}
.sapphire .commentlist .comment-reply-link {
  color: #383838;
}
.sapphire .comment-respond input[type=submit] {
  background-color: #383838;
}
.sapphire .comment-respond input[type=submit]:hover {
  background-color: #282666;
}
.sapphire .widget a {
  color: #383838;
}
.sapphire .widget a:hover {
  color: #282666;
}
.sapphire .widget li {
  color: #383838;
}
.sapphire .widget-title {
  color: #383838;
}
.sapphire .widget .menu li a {
  border-color: #383838;
}
.sapphire .widget .menu li a:hover {
  color: #282666;
  border-color: #282666;
}
.sapphire .widget_tag_cloud a {
  color: #ffffff;
  background-color: #383838;
}
.sapphire .widget_tag_cloud a:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .widget_noise-tweets .tweet a {
  color: #282666;
}
.sapphire .widget_noise-tweets .tweet a:hover {
  color: #383838;
}
.sapphire .widget_noise-tweets .tweet i {
  color: #282666;
}
.sapphire .widget_noise-tweets .tweet time {
  color: #383838;
}
.sapphire .noise-recent-posts .title {
  color: #383838;
}
.sapphire .widget-tabs .tabs-nav a {
  background-color: #383838;
}
.sapphire .widget-tabs .tabs-nav a:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .widget-tabs .tabs-nav a.active {
  background-color: #e0e0e0;
  color: #282666;
}
.sapphire .widget-tabs article .entry-author a:hover {
  color: #282666;
}
.sapphire .widget.widget_wysija .wysija-submit {
  background-color: #383838;
}
.sapphire .widget.widget_wysija .wysija-submit:hover {
  background-color: #282666;
}
.sapphire .widget_recent_comments a {
  color: #282666;
}
.sapphire .widget_calendar table {
  color: #383838;
}
.sapphire .widget_calendar a {
  color: #282666;
}
.sapphire .widget_calendar a:hover {
  color: #383838;
}
.sapphire .widget-featured-tracks .track {
  color: #383838;
}
.sapphire .widget-featured-tracks .track-image {
  border-color: #383838;
  background-color: #383838;
}
.sapphire .widget-featured-tracks .track-title a {
  color: #282666;
}
.sapphire .widget-featured-tracks .track-vote .icon {
  color: #282666;
}
.sapphire .widget_search input[type=submit] {
  background-color: transparent;
}
.sapphire .footer a {
  color: #282666;
}
.sapphire .footer a.scroll-top {
  background-color: #383838;
}
.sapphire .footer a.scroll-top:hover {
  color: #ffffff;
  background-color: #282666;
}
.sapphire .cart .single_add_to_cart_button {
  background-color: #383838 !important;
}
.sapphire .woocommerce-checkout .form-row .chosen-container {
  color: #383838;
  border: 6px solid #383838;
}
.sapphire.woocommerce #review_form #respond .form-submit input,
.sapphire.woocommerce-page #review_form #respond .form-submit input,
.sapphire .woocommerce #review_form #respond .form-submit input,
.sapphire .woocommerce-page #review_form #respond .form-submit input,
.sapphire.woocommerce .return-to-shop .wc-backward,
.sapphire.woocommerce-page .return-to-shop .wc-backward,
.sapphire .woocommerce .return-to-shop .wc-backward,
.sapphire .woocommerce-page .return-to-shop .wc-backward {
  background: #383838;
}
.sapphire.woocommerce #review_form #respond .form-submit input:hover,
.sapphire.woocommerce-page #review_form #respond .form-submit input:hover,
.sapphire .woocommerce #review_form #respond .form-submit input:hover,
.sapphire .woocommerce-page #review_form #respond .form-submit input:hover,
.sapphire.woocommerce .return-to-shop .wc-backward:hover,
.sapphire.woocommerce-page .return-to-shop .wc-backward:hover,
.sapphire .woocommerce .return-to-shop .wc-backward:hover,
.sapphire .woocommerce-page .return-to-shop .wc-backward:hover {
  background: #282666;
}
.sapphire.woocommerce #content .entry-content .shipping_calculator .button,
.sapphire.woocommerce-page #content .entry-content .shipping_calculator .button,
.sapphire .woocommerce #content .entry-content .shipping_calculator .button,
.sapphire .woocommerce-page #content .entry-content .shipping_calculator .button,
.sapphire.woocommerce #content .entry-content .shop_table .actions .button,
.sapphire.woocommerce-page #content .entry-content .shop_table .actions .button,
.sapphire .woocommerce #content .entry-content .shop_table .actions .button,
.sapphire .woocommerce-page #content .entry-content .shop_table .actions .button,
.sapphire.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.sapphire.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.sapphire .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.sapphire .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt,
.sapphire.woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.sapphire.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.sapphire .woocommerce #content .entry-content .woocommerce-shipping-calculator .button,
.sapphire .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button,
.sapphire.woocommerce #content .entry-content .actions .button,
.sapphire.woocommerce-page #content .entry-content .actions .button,
.sapphire .woocommerce #content .entry-content .actions .button,
.sapphire .woocommerce-page #content .entry-content .actions .button {
  background: #383838;
}
.sapphire.woocommerce #content .entry-content .shipping_calculator .button:hover,
.sapphire.woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.sapphire .woocommerce #content .entry-content .shipping_calculator .button:hover,
.sapphire .woocommerce-page #content .entry-content .shipping_calculator .button:hover,
.sapphire.woocommerce #content .entry-content .shop_table .actions .button:hover,
.sapphire.woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.sapphire .woocommerce #content .entry-content .shop_table .actions .button:hover,
.sapphire .woocommerce-page #content .entry-content .shop_table .actions .button:hover,
.sapphire.woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.sapphire.woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.sapphire .woocommerce #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.sapphire .woocommerce-page #content .entry-content .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover,
.sapphire.woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.sapphire.woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.sapphire .woocommerce #content .entry-content .woocommerce-shipping-calculator .button:hover,
.sapphire .woocommerce-page #content .entry-content .woocommerce-shipping-calculator .button:hover,
.sapphire.woocommerce #content .entry-content .actions .button:hover,
.sapphire.woocommerce-page #content .entry-content .actions .button:hover,
.sapphire .woocommerce #content .entry-content .actions .button:hover,
.sapphire .woocommerce-page #content .entry-content .actions .button:hover {
  background: #282666;
}
.sapphire.woocommerce #payment #place_order,
.sapphire.woocommerce-page #payment #place_order,
.sapphire .woocommerce #payment #place_order,
.sapphire .woocommerce-page #payment #place_order {
  background: #383838;
}
.sapphire.woocommerce #payment #place_order:hover,
.sapphire.woocommerce-page #payment #place_order:hover,
.sapphire .woocommerce #payment #place_order:hover,
.sapphire .woocommerce-page #payment #place_order:hover {
  background: #282666;
}
.sapphire.woocommerce .sale-price,
.sapphire.woocommerce-page .sale-price,
.sapphire .woocommerce .sale-price,
.sapphire .woocommerce-page .sale-price,
.sapphire.woocommerce .onsale-custom,
.sapphire.woocommerce-page .onsale-custom,
.sapphire .woocommerce .onsale-custom,
.sapphire .woocommerce-page .onsale-custom {
  background-color: #282666;
}
.sapphire.woocommerce ul.products li.product,
.sapphire.woocommerce-page ul.products li.product,
.sapphire .woocommerce ul.products li.product,
.sapphire .woocommerce-page ul.products li.product {
  background-color: #383838;
  border-color: #383838;
}
.sapphire.woocommerce .attachment-shop_single,
.sapphire.woocommerce-page .attachment-shop_single,
.sapphire .woocommerce .attachment-shop_single,
.sapphire .woocommerce-page .attachment-shop_single,
.sapphire.woocommerce .panel,
.sapphire.woocommerce-page .panel,
.sapphire .woocommerce .panel,
.sapphire .woocommerce-page .panel,
.sapphire.woocommerce .shop_table .product-thumbnail,
.sapphire.woocommerce-page .shop_table .product-thumbnail,
.sapphire .woocommerce .shop_table .product-thumbnail,
.sapphire .woocommerce-page .shop_table .product-thumbnail,
.sapphire.woocommerce .shop_table .cart-product-detail,
.sapphire.woocommerce-page .shop_table .cart-product-detail,
.sapphire .woocommerce .shop_table .cart-product-detail,
.sapphire .woocommerce-page .shop_table .cart-product-detail {
  border: 10px solid #383838;
}
.sapphire.woocommerce .coupon input[type=text],
.sapphire.woocommerce-page .coupon input[type=text],
.sapphire .woocommerce .coupon input[type=text],
.sapphire .woocommerce-page .coupon input[type=text],
.sapphire.woocommerce form.checkout .form-row input[type=text],
.sapphire.woocommerce-page form.checkout .form-row input[type=text],
.sapphire .woocommerce form.checkout .form-row input[type=text],
.sapphire .woocommerce-page form.checkout .form-row input[type=text],
.sapphire.woocommerce form.checkout .form-row .input-text,
.sapphire.woocommerce-page form.checkout .form-row .input-text,
.sapphire .woocommerce form.checkout .form-row .input-text,
.sapphire .woocommerce-page form.checkout .form-row .input-text,
.sapphire.woocommerce form.checkout select,
.sapphire.woocommerce-page form.checkout select,
.sapphire .woocommerce form.checkout select,
.sapphire .woocommerce-page form.checkout select {
  border: 6px solid #383838;
}
.sapphire.woocommerce .cart-collaterals .cart_totals table,
.sapphire.woocommerce-page .cart-collaterals .cart_totals table,
.sapphire .woocommerce .cart-collaterals .cart_totals table,
.sapphire .woocommerce-page .cart-collaterals .cart_totals table {
  border: 5px solid #383838;
}
.sapphire.woocommerce .shop_table .header-cart-table span,
.sapphire.woocommerce-page .shop_table .header-cart-table span,
.sapphire .woocommerce .shop_table .header-cart-table span,
.sapphire .woocommerce-page .shop_table .header-cart-table span,
.sapphire.woocommerce .shop_table .product-remove,
.sapphire.woocommerce-page .shop_table .product-remove,
.sapphire .woocommerce .shop_table .product-remove,
.sapphire .woocommerce-page .shop_table .product-remove,
.sapphire.woocommerce .shipping_calculator .button,
.sapphire.woocommerce-page .shipping_calculator .button,
.sapphire .woocommerce .shipping_calculator .button,
.sapphire .woocommerce-page .shipping_calculator .button {
  background-color: #383838;
}
.sapphire.woocommerce .shop_table .product-remove:hover,
.sapphire.woocommerce-page .shop_table .product-remove:hover,
.sapphire .woocommerce .shop_table .product-remove:hover,
.sapphire .woocommerce-page .shop_table .product-remove:hover {
  background: #282666;
}
.sapphire.woocommerce .shop_table .actions .checkout-button,
.sapphire.woocommerce-page .shop_table .actions .checkout-button,
.sapphire .woocommerce .shop_table .actions .checkout-button,
.sapphire .woocommerce-page .shop_table .actions .checkout-button {
  background-color: #282666;
}
.sapphire.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sapphire.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.sapphire .woocommerce div.product .woocommerce-tabs ul.tabs li,
.sapphire .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.sapphire.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.sapphire.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.sapphire .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.sapphire .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #282666;
}
.sapphire.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sapphire.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.sapphire .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sapphire .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.sapphire.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.sapphire.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.sapphire .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.sapphire .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #383838;
}
.sapphire.woocommerce div.product .quantity .plus,
.sapphire.woocommerce-page div.product .quantity .plus,
.sapphire .woocommerce div.product .quantity .plus,
.sapphire .woocommerce-page div.product .quantity .plus,
.sapphire.woocommerce #content div.product .quantity .plus,
.sapphire.woocommerce-page #content div.product .quantity .plus,
.sapphire .woocommerce #content div.product .quantity .plus,
.sapphire .woocommerce-page #content div.product .quantity .plus,
.sapphire.woocommerce div.product #content .quantity .plus,
.sapphire.woocommerce-page div.product #content .quantity .plus,
.sapphire .woocommerce div.product #content .quantity .plus,
.sapphire .woocommerce-page div.product #content .quantity .plus,
.sapphire.woocommerce #content div.product #content .quantity .plus,
.sapphire.woocommerce-page #content div.product #content .quantity .plus,
.sapphire .woocommerce #content div.product #content .quantity .plus,
.sapphire .woocommerce-page #content div.product #content .quantity .plus,
.sapphire.woocommerce div.product .quantity .minus,
.sapphire.woocommerce-page div.product .quantity .minus,
.sapphire .woocommerce div.product .quantity .minus,
.sapphire .woocommerce-page div.product .quantity .minus,
.sapphire.woocommerce #content div.product .quantity .minus,
.sapphire.woocommerce-page #content div.product .quantity .minus,
.sapphire .woocommerce #content div.product .quantity .minus,
.sapphire .woocommerce-page #content div.product .quantity .minus,
.sapphire.woocommerce div.product #content .quantity .minus,
.sapphire.woocommerce-page div.product #content .quantity .minus,
.sapphire .woocommerce div.product #content .quantity .minus,
.sapphire .woocommerce-page div.product #content .quantity .minus,
.sapphire.woocommerce #content div.product #content .quantity .minus,
.sapphire.woocommerce-page #content div.product #content .quantity .minus,
.sapphire .woocommerce #content div.product #content .quantity .minus,
.sapphire .woocommerce-page #content div.product #content .quantity .minus {
  background: #383838 !important;
}
.sapphire.woocommerce .shop_table .cart-product-detail,
.sapphire.woocommerce-page .shop_table .cart-product-detail,
.sapphire .woocommerce .shop_table .cart-product-detail,
.sapphire .woocommerce-page .shop_table .cart-product-detail,
.sapphire.woocommerce .shop_table .cart-product-detail .product-name,
.sapphire.woocommerce-page .shop_table .cart-product-detail .product-name,
.sapphire .woocommerce .shop_table .cart-product-detail .product-name,
.sapphire .woocommerce-page .shop_table .cart-product-detail .product-name,
.sapphire.woocommerce .shop_table .cart-product-detail .product-name a,
.sapphire.woocommerce-page .shop_table .cart-product-detail .product-name a,
.sapphire .woocommerce .shop_table .cart-product-detail .product-name a,
.sapphire .woocommerce-page .shop_table .cart-product-detail .product-name a,
.sapphire.woocommerce .cart-collaterals .cart_totals table,
.sapphire.woocommerce-page .cart-collaterals .cart_totals table,
.sapphire .woocommerce .cart-collaterals .cart_totals table,
.sapphire .woocommerce-page .cart-collaterals .cart_totals table,
.sapphire.woocommerce form .form-row,
.sapphire.woocommerce-page form .form-row,
.sapphire .woocommerce form .form-row,
.sapphire .woocommerce-page form .form-row,
.sapphire.woocommerce form .form-row input[type=text],
.sapphire.woocommerce-page form .form-row input[type=text],
.sapphire .woocommerce form .form-row input[type=text],
.sapphire .woocommerce-page form .form-row input[type=text],
.sapphire.woocommerce form .form-row .input-text,
.sapphire.woocommerce-page form .form-row .input-text,
.sapphire .woocommerce form .form-row .input-text,
.sapphire .woocommerce-page form .form-row .input-text,
.sapphire.woocommerce .coupon input[type=text],
.sapphire.woocommerce-page .coupon input[type=text],
.sapphire .woocommerce .coupon input[type=text],
.sapphire .woocommerce-page .coupon input[type=text] {
  color: #383838;
}
.sapphire.woocommerce .woocommerce-info a,
.sapphire.woocommerce-page .woocommerce-info a,
.sapphire .woocommerce .woocommerce-info a,
.sapphire .woocommerce-page .woocommerce-info a,
.sapphire.woocommerce #order_review a,
.sapphire.woocommerce-page #order_review a,
.sapphire .woocommerce #order_review a,
.sapphire .woocommerce-page #order_review a {
  color: #282666;
}
.sapphire.woocommerce #content nav.woocommerce-pagination ul li a,
.sapphire.woocommerce-page #content nav.woocommerce-pagination ul li a,
.sapphire .woocommerce #content nav.woocommerce-pagination ul li a,
.sapphire .woocommerce-page #content nav.woocommerce-pagination ul li a,
.sapphire.woocommerce nav.woocommerce-pagination ul li a,
.sapphire.woocommerce-page nav.woocommerce-pagination ul li a,
.sapphire .woocommerce nav.woocommerce-pagination ul li a,
.sapphire .woocommerce-page nav.woocommerce-pagination ul li a {
  background-color: #282666;
}
.sapphire.woocommerce #content nav.woocommerce-pagination ul li span.current,
.sapphire.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.sapphire .woocommerce #content nav.woocommerce-pagination ul li span.current,
.sapphire .woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.sapphire.woocommerce nav.woocommerce-pagination ul li span.current,
.sapphire.woocommerce-page nav.woocommerce-pagination ul li span.current,
.sapphire .woocommerce nav.woocommerce-pagination ul li span.current,
.sapphire .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #383838;
}

