/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height>.shear-wrapper{margin-top:0!important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper>.content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;pointer-events:none!important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner.full-height,.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner>.inner-content.v-center,.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner.fixed-height>.inner-content{overflow:visible!important}


 .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}

/*
TopBox is derived from Nivo Lightbox v1.3.1, created by Dev7studios:
http://dev7studios.com/nivo-lightbox

TopBox is updated for jQuery 3 and has additional features / content support.
Maintained by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
/* Core CSS to make the lightbox work */
.topbox_open .topbox_blur_wrapper {
  filter: blur(1px);
}

.topbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.topbox_overlay,
.topbox_overlay *,
.topbox_overlay *:before,
.topbox_overlay *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topbox_fill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbox_overlay.topbox_open {
  visibility: visible;
  opacity: 1;
}

.topbox_wrapper {
  position: absolute;
  z-index: 99996;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.topbox_content {
  position: relative;
  z-index: 99998;
  height: 80vh;
  width: 80vw;
  display: flex;
  align-items: center;
}

.topbox_title_wrap {
  position: relative;
  z-index: 99998;
}

.topbox_nav {
  display: none;
}

.topbox_prev,
.topbox_next,
.topbox_close {
  position: absolute;
  z-index: 99999;
  background: none;
  border: none;
  cursor: pointer;
}

.topbox_prev {
  left: 0;
}

.topbox_next {
  right: 0;
}

.topbox_close {
  top: 0;
  right: 0;
}

.topbox_close_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
}

.topbox_image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}

.topbox_html5_audio_wrap {
  width: 100%;
}

.topbox_html5audio {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.topbox_html5_video_wrap {
  width: 100%;
}

.topbox_html5video {
  margin: auto;
  max-width: 100%;
  height: auto;
}

.topbox_iframe_wrap,
.topbox_iframe,
.topbox_pdf_wrap,
.topbox_pdf {
  width: 100%;
  height: 100%;
  display: block;
}

.topbox_pdf_mobile_message {
  display: inline-block;
  margin: auto;
}

.topbox_embedded_web_video {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.topbox_embedded_web_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbox_video_iframe_wrap {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  width: 100%;
}

iframe.topbox_video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
Fix for video sizing, if using the Plyr plugin for custom video controls
https://github.com/sampotts/plyr
*/
.topbox_content .plyr {
  min-width: 100%;
}

.topbox_inline,
.topbox_ajax {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.topbox_error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.topbox_error p {
  display: table-cell;
  vertical-align: middle;
}

.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* slideLeft / slideRight / slideUp / slideDown */
.topbox_notouch .topbox_effect_slideLeft .topbox_content,
.topbox_notouch .topbox_effect_slideRight .topbox_content,
.topbox_notouch .topbox_effect_slideUp .topbox_content,
.topbox_notouch .topbox_effect_slideDown .topbox_content {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.topbox_notouch .topbox_effect_slideLeft .topbox_content {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

.topbox_notouch .topbox_effect_slideRight .topbox_content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,
.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.topbox_notouch .topbox_effect_slideDown .topbox_content {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.topbox_notouch .topbox_effect_slideUp .topbox_content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,
.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Our default lightbox skin (darkroom) */
.topbox_open .topbox_blur_wrapper {
  filter: blur(1px);
}

.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.8);
}

.topbox_skin_darkroom .topbox_pdf_mobile_message {
  color: #FFFFFF;
  font-size: 18px;
}

.topbox_skin_darkroom a.topbox_pdf_mobile_button,
.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited {
  color: #FFFFFF;
  border-radius: 1rem;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  transition: all 300ms ease-in;
  padding: 1rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}

.topbox_skin_darkroom .topbox_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topbox_skin_darkroom .topbox_prev,
.topbox_skin_darkroom .topbox_next,
.topbox_skin_darkroom .topbox_close {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 45px;
  opacity: 0.5;
  transition: all 300ms ease-in;
  padding: 2vw;
  line-height: 1;
}

.topbox_skin_darkroom .topbox_close {
  margin-top: -10px;
  font-size: 55px;
}

.topbox_skin_darkroom .topbox_prev:hover,
.topbox_skin_darkroom .topbox_next:hover,
.topbox_skin_darkroom .topbox_close:hover {
  opacity: 1;
}

.topbox_skin_darkroom .topbox_prev:before {
  content: "←"
}

.topbox_skin_darkroom .topbox_next:before {
  content: "→"
}

.topbox_skin_darkroom .topbox_close:before {
  content: "×";
}

.topbox_skin_darkroom .topbox_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  margin-top: 7px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}
.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}




.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}.ll-count{display:none}

.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{background-color:rgba(0, 0, 0, 1.00);}
.border1{border-color:rgba(255, 255, 255, 1.00) ;border-width:2px ;border-style:solid ;}
.border2{border-color:rgba(153, 153, 153, 1.00) ;border-width:0px ;border-style:solid ;}















.spacerStack {
	height: 50.00vh;
}

#spacerStackstacks_in_213 {
	height: 50.00vh;
}






@media print {
	#spacerStackstacks_in_213 {
		display: none !important;
	}
}
#stacks_in_214 h2,#stacks_in_214 .hTxt:not(.segment) div{font-size:2.40rem}@media all and (max-width:640px){#stacks_in_214 h2,#stacks_in_214 .hTxt:not(.segment) div{font-size:1.95rem}}


#stacks_in_214 {
	padding: 30px 0px 0px 0px;
}
#stacks_in_2661 h1,#stacks_in_2661 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_2661 h1,#stacks_in_2661 .hTxt:not(.segment) div{font-size:1.50rem}}


#stacks_in_2661 {
	padding: 30px 0px 0px 0px;
}


       .bp-vault-1.b-p:not(.not-vault){border:0px solid rgba(179, 179, 177, 1.00)}.bp-vault-1.b-p:not(.not-vault):hover{border:0px solid rgba(179, 179, 177, 1.00)} .bp-vault-1.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(6, 105, 209, 1.00)}.bp-vault-1.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-1.b-p:not(.not-vault),.bp-vault-1.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(251, 2, 7, 1.00);} .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-1.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-1.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(27, 96, 201, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-1.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(23, 97, 213, 1.00);background-color:rgba(23, 97, 213, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}  .bp-vault-1.b-p:not(.custom-shape){border-radius:8px}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}    .bp-vault-1:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-1.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-1.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-1.icon-only .fa:before{line-height:51px}.bp-vault-1.icon-only.tiny{width:33px;height:33px}.bp-vault-1.icon-only.tiny .fa:before{line-height:33px}.bp-vault-1.icon-only.small{width:44px;height:44px}.bp-vault-1.icon-only.small .fa:before{line-height:44px}.bp-vault-1.icon-only.large{width:61px;height:61px}.bp-vault-1.icon-only.large .fa:before{line-height:61px}  
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(2, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #0272d3; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #e4e4e4; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #d84f4b; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #58b658; }
  .button.b-p.radius:not(.custom) {
    border-radius: 4px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(2, 117, 216, 1.00);
    color: rgba(2, 117, 216, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #0272d3;
      background-color: #0272d3; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #e4e4e4;
        background-color: #e4e4e4; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #d84f4b;
        background-color: #d84f4b; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #58b658;
        background-color: #58b658; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #353739;
      border-color: #c9c9c9;
      background-color: rgba(212, 212, 212, 0.00); }

#stacks_in_1426 {
	padding: 20px 50px 0px 50px;
}
    #stacks_in_527>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_527>.s-pro>.sections-layer{display:none}      #stacks_in_527>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_527>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_443{text-align:center}   #stacks_in_443 .button.b-p,#stacks_in_443 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_443>.button.b-p.expand-mob:not(.icon-only),#stacks_in_443>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_443 .button.b-p.expand-large:not(.icon-only),#stacks_in_443>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_527>.s-pro.animate-stacks_in_533>.shear-wrapper>.shear-inner,#stacks_in_527>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_527>.s-pro.animate-stacks_in_533>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_527>.s-pro.animate-stacks_in_533>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_527>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_527>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_527>.s-pro.animate-stacks_in_533>.shear-wrapper>.shear-inner::before,#stacks_in_527>.s-pro.animate-stacks_in_533>.shear-wrapper>.shear-inner::after,#stacks_in_527>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_527>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_527>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_527>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_527>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_527>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_527>.s-pro.animate-stacks_in_533 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_527>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_527>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_527>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_534>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_534>.s-pro>.sections-layer{display:none}      #stacks_in_534>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_534>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_450{text-align:center}   #stacks_in_450 .button.b-p,#stacks_in_450 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_450>.button.b-p.expand-mob:not(.icon-only),#stacks_in_450>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_450 .button.b-p.expand-large:not(.icon-only),#stacks_in_450>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_534>.s-pro.animate-stacks_in_546>.shear-wrapper>.shear-inner,#stacks_in_534>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_534>.s-pro.animate-stacks_in_546>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_534>.s-pro.animate-stacks_in_546>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_534>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_534>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_534>.s-pro.animate-stacks_in_546>.shear-wrapper>.shear-inner::before,#stacks_in_534>.s-pro.animate-stacks_in_546>.shear-wrapper>.shear-inner::after,#stacks_in_534>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_534>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_534>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_534>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_534>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_534>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_534>.s-pro.animate-stacks_in_546 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_534>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_534>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_534>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_537>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_537>.s-pro>.sections-layer{display:none}      #stacks_in_537>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_537>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_474{text-align:center}   #stacks_in_474 .button.b-p,#stacks_in_474 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_474>.button.b-p.expand-mob:not(.icon-only),#stacks_in_474>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_474 .button.b-p.expand-large:not(.icon-only),#stacks_in_474>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_537>.s-pro.animate-stacks_in_547>.shear-wrapper>.shear-inner,#stacks_in_537>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_537>.s-pro.animate-stacks_in_547>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_537>.s-pro.animate-stacks_in_547>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_537>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_537>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_537>.s-pro.animate-stacks_in_547>.shear-wrapper>.shear-inner::before,#stacks_in_537>.s-pro.animate-stacks_in_547>.shear-wrapper>.shear-inner::after,#stacks_in_537>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_537>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_537>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_537>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_537>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_537>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_537>.s-pro.animate-stacks_in_547 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_537>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_537>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_537>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_540>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_540>.s-pro>.sections-layer{display:none}      #stacks_in_540>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_540>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_491{text-align:center}   #stacks_in_491 .button.b-p,#stacks_in_491 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_491>.button.b-p.expand-mob:not(.icon-only),#stacks_in_491>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_491 .button.b-p.expand-large:not(.icon-only),#stacks_in_491>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_540>.s-pro.animate-stacks_in_548>.shear-wrapper>.shear-inner,#stacks_in_540>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_540>.s-pro.animate-stacks_in_548>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_540>.s-pro.animate-stacks_in_548>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_540>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_540>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_540>.s-pro.animate-stacks_in_548>.shear-wrapper>.shear-inner::before,#stacks_in_540>.s-pro.animate-stacks_in_548>.shear-wrapper>.shear-inner::after,#stacks_in_540>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_540>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_540>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_540>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_540>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_540>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_540>.s-pro.animate-stacks_in_548 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_540>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_540>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_540>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_543>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_543>.s-pro>.sections-layer{display:none}      #stacks_in_543>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_543>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_516{text-align:center}   #stacks_in_516 .button.b-p,#stacks_in_516 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_516>.button.b-p.expand-mob:not(.icon-only),#stacks_in_516>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_516 .button.b-p.expand-large:not(.icon-only),#stacks_in_516>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_543>.s-pro.animate-stacks_in_549>.shear-wrapper>.shear-inner,#stacks_in_543>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_543>.s-pro.animate-stacks_in_549>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_543>.s-pro.animate-stacks_in_549>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_543>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_543>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_543>.s-pro.animate-stacks_in_549>.shear-wrapper>.shear-inner::before,#stacks_in_543>.s-pro.animate-stacks_in_549>.shear-wrapper>.shear-inner::after,#stacks_in_543>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_543>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_543>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_543>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_543>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_543>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_543>.s-pro.animate-stacks_in_549 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_543>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_543>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_543>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_552>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_552>.s-pro>.sections-layer{display:none}      #stacks_in_552>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_552>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_555{text-align:center}   #stacks_in_555 .button.b-p,#stacks_in_555 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_555>.button.b-p.expand-mob:not(.icon-only),#stacks_in_555>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_555 .button.b-p.expand-large:not(.icon-only),#stacks_in_555>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_552>.s-pro.animate-stacks_in_553>.shear-wrapper>.shear-inner,#stacks_in_552>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_552>.s-pro.animate-stacks_in_553>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_552>.s-pro.animate-stacks_in_553>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_552>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_552>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_552>.s-pro.animate-stacks_in_553>.shear-wrapper>.shear-inner::before,#stacks_in_552>.s-pro.animate-stacks_in_553>.shear-wrapper>.shear-inner::after,#stacks_in_552>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_552>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_552>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_552>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_552>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_552>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_552>.s-pro.animate-stacks_in_553 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_552>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_552>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_552>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_569>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_569>.s-pro>.sections-layer{display:none}      #stacks_in_569>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_569>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_573{text-align:center}   #stacks_in_573 .button.b-p,#stacks_in_573 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_573>.button.b-p.expand-mob:not(.icon-only),#stacks_in_573>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_573 .button.b-p.expand-large:not(.icon-only),#stacks_in_573>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_569>.s-pro.animate-stacks_in_571>.shear-wrapper>.shear-inner,#stacks_in_569>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_569>.s-pro.animate-stacks_in_571>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_569>.s-pro.animate-stacks_in_571>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_569>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_569>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_569>.s-pro.animate-stacks_in_571>.shear-wrapper>.shear-inner::before,#stacks_in_569>.s-pro.animate-stacks_in_571>.shear-wrapper>.shear-inner::after,#stacks_in_569>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_569>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_569>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_569>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_569>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_569>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_569>.s-pro.animate-stacks_in_571 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_569>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_569>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_569>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_585>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_585>.s-pro>.sections-layer{display:none}      #stacks_in_585>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_585>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_589{text-align:center}   #stacks_in_589 .button.b-p,#stacks_in_589 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_589>.button.b-p.expand-mob:not(.icon-only),#stacks_in_589>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_589 .button.b-p.expand-large:not(.icon-only),#stacks_in_589>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_585>.s-pro.animate-stacks_in_587>.shear-wrapper>.shear-inner,#stacks_in_585>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_585>.s-pro.animate-stacks_in_587>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_585>.s-pro.animate-stacks_in_587>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_585>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_585>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_585>.s-pro.animate-stacks_in_587>.shear-wrapper>.shear-inner::before,#stacks_in_585>.s-pro.animate-stacks_in_587>.shear-wrapper>.shear-inner::after,#stacks_in_585>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_585>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_585>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_585>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_585>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_585>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_585>.s-pro.animate-stacks_in_587 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_585>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_585>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_585>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_601>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_601>.s-pro>.sections-layer{display:none}      #stacks_in_601>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_601>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_605{text-align:center}   #stacks_in_605 .button.b-p,#stacks_in_605 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_605>.button.b-p.expand-mob:not(.icon-only),#stacks_in_605>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_605 .button.b-p.expand-large:not(.icon-only),#stacks_in_605>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_601>.s-pro.animate-stacks_in_603>.shear-wrapper>.shear-inner,#stacks_in_601>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_601>.s-pro.animate-stacks_in_603>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_601>.s-pro.animate-stacks_in_603>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_601>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_601>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_601>.s-pro.animate-stacks_in_603>.shear-wrapper>.shear-inner::before,#stacks_in_601>.s-pro.animate-stacks_in_603>.shear-wrapper>.shear-inner::after,#stacks_in_601>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_601>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_601>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_601>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_601>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_601>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_601>.s-pro.animate-stacks_in_603 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_601>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_601>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_601>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_619>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_619>.s-pro>.sections-layer{display:none}      #stacks_in_619>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_619>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_623{text-align:center}   #stacks_in_623 .button.b-p,#stacks_in_623 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_623>.button.b-p.expand-mob:not(.icon-only),#stacks_in_623>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_623 .button.b-p.expand-large:not(.icon-only),#stacks_in_623>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_619>.s-pro.animate-stacks_in_621>.shear-wrapper>.shear-inner,#stacks_in_619>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_619>.s-pro.animate-stacks_in_621>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_619>.s-pro.animate-stacks_in_621>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_619>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_619>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_619>.s-pro.animate-stacks_in_621>.shear-wrapper>.shear-inner::before,#stacks_in_619>.s-pro.animate-stacks_in_621>.shear-wrapper>.shear-inner::after,#stacks_in_619>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_619>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_619>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_619>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_619>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_619>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_619>.s-pro.animate-stacks_in_621 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_619>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_619>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_619>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_637>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_637>.s-pro>.sections-layer{display:none}      #stacks_in_637>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_637>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_641{text-align:center}   #stacks_in_641 .button.b-p,#stacks_in_641 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_641>.button.b-p.expand-mob:not(.icon-only),#stacks_in_641>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_641 .button.b-p.expand-large:not(.icon-only),#stacks_in_641>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_637>.s-pro.animate-stacks_in_639>.shear-wrapper>.shear-inner,#stacks_in_637>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_637>.s-pro.animate-stacks_in_639>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_637>.s-pro.animate-stacks_in_639>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_637>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_637>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_637>.s-pro.animate-stacks_in_639>.shear-wrapper>.shear-inner::before,#stacks_in_637>.s-pro.animate-stacks_in_639>.shear-wrapper>.shear-inner::after,#stacks_in_637>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_637>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_637>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_637>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_637>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_637>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_637>.s-pro.animate-stacks_in_639 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_637>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_637>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_637>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_655>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_655>.s-pro>.sections-layer{display:none}      #stacks_in_655>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_655>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_659{text-align:center}   #stacks_in_659 .button.b-p,#stacks_in_659 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_659>.button.b-p.expand-mob:not(.icon-only),#stacks_in_659>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_659 .button.b-p.expand-large:not(.icon-only),#stacks_in_659>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_655>.s-pro.animate-stacks_in_657>.shear-wrapper>.shear-inner,#stacks_in_655>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_655>.s-pro.animate-stacks_in_657>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_655>.s-pro.animate-stacks_in_657>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_655>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_655>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_655>.s-pro.animate-stacks_in_657>.shear-wrapper>.shear-inner::before,#stacks_in_655>.s-pro.animate-stacks_in_657>.shear-wrapper>.shear-inner::after,#stacks_in_655>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_655>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_655>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_655>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_655>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_655>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_655>.s-pro.animate-stacks_in_657 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_655>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_655>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_655>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_673>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_673>.s-pro>.sections-layer{display:none}      #stacks_in_673>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_673>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_677{text-align:center}   #stacks_in_677 .button.b-p,#stacks_in_677 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_677>.button.b-p.expand-mob:not(.icon-only),#stacks_in_677>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_677 .button.b-p.expand-large:not(.icon-only),#stacks_in_677>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_673>.s-pro.animate-stacks_in_675>.shear-wrapper>.shear-inner,#stacks_in_673>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_673>.s-pro.animate-stacks_in_675>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_673>.s-pro.animate-stacks_in_675>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_673>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_673>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_673>.s-pro.animate-stacks_in_675>.shear-wrapper>.shear-inner::before,#stacks_in_673>.s-pro.animate-stacks_in_675>.shear-wrapper>.shear-inner::after,#stacks_in_673>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_673>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_673>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_673>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_673>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_673>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_673>.s-pro.animate-stacks_in_675 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_673>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_673>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_673>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_691>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_691>.s-pro>.sections-layer{display:none}      #stacks_in_691>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_691>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_695{text-align:center}   #stacks_in_695 .button.b-p,#stacks_in_695 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_695>.button.b-p.expand-mob:not(.icon-only),#stacks_in_695>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_695 .button.b-p.expand-large:not(.icon-only),#stacks_in_695>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_691>.s-pro.animate-stacks_in_693>.shear-wrapper>.shear-inner,#stacks_in_691>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_691>.s-pro.animate-stacks_in_693>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_691>.s-pro.animate-stacks_in_693>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_691>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_691>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_691>.s-pro.animate-stacks_in_693>.shear-wrapper>.shear-inner::before,#stacks_in_691>.s-pro.animate-stacks_in_693>.shear-wrapper>.shear-inner::after,#stacks_in_691>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_691>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_691>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_691>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_691>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_691>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_691>.s-pro.animate-stacks_in_693 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_691>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_691>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_691>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_709>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_709>.s-pro>.sections-layer{display:none}      #stacks_in_709>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_709>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_713{text-align:center}   #stacks_in_713 .button.b-p,#stacks_in_713 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_713>.button.b-p.expand-mob:not(.icon-only),#stacks_in_713>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_713 .button.b-p.expand-large:not(.icon-only),#stacks_in_713>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_709>.s-pro.animate-stacks_in_711>.shear-wrapper>.shear-inner,#stacks_in_709>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_709>.s-pro.animate-stacks_in_711>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_709>.s-pro.animate-stacks_in_711>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_709>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_709>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_709>.s-pro.animate-stacks_in_711>.shear-wrapper>.shear-inner::before,#stacks_in_709>.s-pro.animate-stacks_in_711>.shear-wrapper>.shear-inner::after,#stacks_in_709>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_709>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_709>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_709>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_709>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_709>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_709>.s-pro.animate-stacks_in_711 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_709>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_709>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_709>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_727>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_727>.s-pro>.sections-layer{display:none}      #stacks_in_727>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_727>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_731{text-align:center}   #stacks_in_731 .button.b-p,#stacks_in_731 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_731>.button.b-p.expand-mob:not(.icon-only),#stacks_in_731>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_731 .button.b-p.expand-large:not(.icon-only),#stacks_in_731>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_727>.s-pro.animate-stacks_in_729>.shear-wrapper>.shear-inner,#stacks_in_727>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_727>.s-pro.animate-stacks_in_729>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_727>.s-pro.animate-stacks_in_729>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_727>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_727>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_727>.s-pro.animate-stacks_in_729>.shear-wrapper>.shear-inner::before,#stacks_in_727>.s-pro.animate-stacks_in_729>.shear-wrapper>.shear-inner::after,#stacks_in_727>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_727>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_727>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_727>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_727>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_727>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_727>.s-pro.animate-stacks_in_729 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_727>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_727>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_727>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_745>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_745>.s-pro>.sections-layer{display:none}      #stacks_in_745>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_745>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_749{text-align:center}   #stacks_in_749 .button.b-p,#stacks_in_749 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_749>.button.b-p.expand-mob:not(.icon-only),#stacks_in_749>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_749 .button.b-p.expand-large:not(.icon-only),#stacks_in_749>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_745>.s-pro.animate-stacks_in_747>.shear-wrapper>.shear-inner,#stacks_in_745>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_745>.s-pro.animate-stacks_in_747>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_745>.s-pro.animate-stacks_in_747>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_745>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_745>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_745>.s-pro.animate-stacks_in_747>.shear-wrapper>.shear-inner::before,#stacks_in_745>.s-pro.animate-stacks_in_747>.shear-wrapper>.shear-inner::after,#stacks_in_745>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_745>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_745>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_745>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_745>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_745>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_745>.s-pro.animate-stacks_in_747 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_745>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_745>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_745>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_763>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_763>.s-pro>.sections-layer{display:none}      #stacks_in_763>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_763>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_767{text-align:center}   #stacks_in_767 .button.b-p,#stacks_in_767 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_767>.button.b-p.expand-mob:not(.icon-only),#stacks_in_767>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_767 .button.b-p.expand-large:not(.icon-only),#stacks_in_767>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_763>.s-pro.animate-stacks_in_765>.shear-wrapper>.shear-inner,#stacks_in_763>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_763>.s-pro.animate-stacks_in_765>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_763>.s-pro.animate-stacks_in_765>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_763>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_763>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_763>.s-pro.animate-stacks_in_765>.shear-wrapper>.shear-inner::before,#stacks_in_763>.s-pro.animate-stacks_in_765>.shear-wrapper>.shear-inner::after,#stacks_in_763>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_763>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_763>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_763>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_763>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_763>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_763>.s-pro.animate-stacks_in_765 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_763>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_763>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_763>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_781>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_781>.s-pro>.sections-layer{display:none}      #stacks_in_781>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_781>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_785{text-align:center}   #stacks_in_785 .button.b-p,#stacks_in_785 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_785>.button.b-p.expand-mob:not(.icon-only),#stacks_in_785>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_785 .button.b-p.expand-large:not(.icon-only),#stacks_in_785>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_781>.s-pro.animate-stacks_in_783>.shear-wrapper>.shear-inner,#stacks_in_781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_781>.s-pro.animate-stacks_in_783>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_781>.s-pro.animate-stacks_in_783>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_781>.s-pro.animate-stacks_in_783>.shear-wrapper>.shear-inner::before,#stacks_in_781>.s-pro.animate-stacks_in_783>.shear-wrapper>.shear-inner::after,#stacks_in_781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_781>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_781>.s-pro.animate-stacks_in_783 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_799>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_799>.s-pro>.sections-layer{display:none}      #stacks_in_799>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_799>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_803{text-align:center}   #stacks_in_803 .button.b-p,#stacks_in_803 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_803>.button.b-p.expand-mob:not(.icon-only),#stacks_in_803>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_803 .button.b-p.expand-large:not(.icon-only),#stacks_in_803>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_799>.s-pro.animate-stacks_in_801>.shear-wrapper>.shear-inner,#stacks_in_799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_799>.s-pro.animate-stacks_in_801>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_799>.s-pro.animate-stacks_in_801>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_799>.s-pro.animate-stacks_in_801>.shear-wrapper>.shear-inner::before,#stacks_in_799>.s-pro.animate-stacks_in_801>.shear-wrapper>.shear-inner::after,#stacks_in_799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_799>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_799>.s-pro.animate-stacks_in_801 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_817>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_817>.s-pro>.sections-layer{display:none}      #stacks_in_817>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_817>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_821{text-align:center}   #stacks_in_821 .button.b-p,#stacks_in_821 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_821>.button.b-p.expand-mob:not(.icon-only),#stacks_in_821>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_821 .button.b-p.expand-large:not(.icon-only),#stacks_in_821>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_817>.s-pro.animate-stacks_in_819>.shear-wrapper>.shear-inner,#stacks_in_817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_817>.s-pro.animate-stacks_in_819>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_817>.s-pro.animate-stacks_in_819>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_817>.s-pro.animate-stacks_in_819>.shear-wrapper>.shear-inner::before,#stacks_in_817>.s-pro.animate-stacks_in_819>.shear-wrapper>.shear-inner::after,#stacks_in_817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_817>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_817>.s-pro.animate-stacks_in_819 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_835>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_835>.s-pro>.sections-layer{display:none}      #stacks_in_835>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_835>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_839{text-align:center}   #stacks_in_839 .button.b-p,#stacks_in_839 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_839>.button.b-p.expand-mob:not(.icon-only),#stacks_in_839>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_839 .button.b-p.expand-large:not(.icon-only),#stacks_in_839>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_835>.s-pro.animate-stacks_in_837>.shear-wrapper>.shear-inner,#stacks_in_835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_835>.s-pro.animate-stacks_in_837>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_835>.s-pro.animate-stacks_in_837>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_835>.s-pro.animate-stacks_in_837>.shear-wrapper>.shear-inner::before,#stacks_in_835>.s-pro.animate-stacks_in_837>.shear-wrapper>.shear-inner::after,#stacks_in_835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_835>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_835>.s-pro.animate-stacks_in_837 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_858>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_858>.s-pro>.sections-layer{display:none}      #stacks_in_858>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_858>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_862{text-align:center}   #stacks_in_862 .button.b-p,#stacks_in_862 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_862>.button.b-p.expand-mob:not(.icon-only),#stacks_in_862>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_862 .button.b-p.expand-large:not(.icon-only),#stacks_in_862>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_858>.s-pro.animate-stacks_in_860>.shear-wrapper>.shear-inner,#stacks_in_858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_858>.s-pro.animate-stacks_in_860>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_858>.s-pro.animate-stacks_in_860>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_858>.s-pro.animate-stacks_in_860>.shear-wrapper>.shear-inner::before,#stacks_in_858>.s-pro.animate-stacks_in_860>.shear-wrapper>.shear-inner::after,#stacks_in_858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_858>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_858>.s-pro.animate-stacks_in_860 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_876>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_876>.s-pro>.sections-layer{display:none}      #stacks_in_876>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_876>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_880{text-align:center}   #stacks_in_880 .button.b-p,#stacks_in_880 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_880>.button.b-p.expand-mob:not(.icon-only),#stacks_in_880>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_880 .button.b-p.expand-large:not(.icon-only),#stacks_in_880>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_876>.s-pro.animate-stacks_in_878>.shear-wrapper>.shear-inner,#stacks_in_876>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_876>.s-pro.animate-stacks_in_878>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_876>.s-pro.animate-stacks_in_878>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_876>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_876>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_876>.s-pro.animate-stacks_in_878>.shear-wrapper>.shear-inner::before,#stacks_in_876>.s-pro.animate-stacks_in_878>.shear-wrapper>.shear-inner::after,#stacks_in_876>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_876>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_876>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_876>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_876>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_876>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_876>.s-pro.animate-stacks_in_878 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_876>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_876>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_876>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_894>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_894>.s-pro>.sections-layer{display:none}      #stacks_in_894>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_894>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_898{text-align:center}   #stacks_in_898 .button.b-p,#stacks_in_898 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_898>.button.b-p.expand-mob:not(.icon-only),#stacks_in_898>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_898 .button.b-p.expand-large:not(.icon-only),#stacks_in_898>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_894>.s-pro.animate-stacks_in_896>.shear-wrapper>.shear-inner,#stacks_in_894>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_894>.s-pro.animate-stacks_in_896>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_894>.s-pro.animate-stacks_in_896>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_894>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_894>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_894>.s-pro.animate-stacks_in_896>.shear-wrapper>.shear-inner::before,#stacks_in_894>.s-pro.animate-stacks_in_896>.shear-wrapper>.shear-inner::after,#stacks_in_894>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_894>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_894>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_894>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_894>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_894>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_894>.s-pro.animate-stacks_in_896 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_894>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_894>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_894>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1153>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1153>.s-pro>.sections-layer{display:none}      #stacks_in_1153>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1153>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1157{text-align:center}   #stacks_in_1157 .button.b-p,#stacks_in_1157 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1157>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1157>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1157 .button.b-p.expand-large:not(.icon-only),#stacks_in_1157>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1153>.s-pro.animate-stacks_in_1155>.shear-wrapper>.shear-inner,#stacks_in_1153>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1153>.s-pro.animate-stacks_in_1155>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1153>.s-pro.animate-stacks_in_1155>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1153>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1153>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1153>.s-pro.animate-stacks_in_1155>.shear-wrapper>.shear-inner::before,#stacks_in_1153>.s-pro.animate-stacks_in_1155>.shear-wrapper>.shear-inner::after,#stacks_in_1153>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1153>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1153>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1153>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1153>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1153>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1153>.s-pro.animate-stacks_in_1155 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1153>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1153>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1153>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1430>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1430>.s-pro>.sections-layer{display:none}      #stacks_in_1430>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1430>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1434{text-align:center}   #stacks_in_1434 .button.b-p,#stacks_in_1434 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1434>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1434>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1434 .button.b-p.expand-large:not(.icon-only),#stacks_in_1434>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1430>.s-pro.animate-stacks_in_1432>.shear-wrapper>.shear-inner,#stacks_in_1430>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1430>.s-pro.animate-stacks_in_1432>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1430>.s-pro.animate-stacks_in_1432>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1430>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1430>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1430>.s-pro.animate-stacks_in_1432>.shear-wrapper>.shear-inner::before,#stacks_in_1430>.s-pro.animate-stacks_in_1432>.shear-wrapper>.shear-inner::after,#stacks_in_1430>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1430>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1430>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1430>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1430>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1430>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1430>.s-pro.animate-stacks_in_1432 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1430>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1430>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1430>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1478>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1478>.s-pro>.sections-layer{display:none}      #stacks_in_1478>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1478>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1482{text-align:center}   #stacks_in_1482 .button.b-p,#stacks_in_1482 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1482>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1482>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1482 .button.b-p.expand-large:not(.icon-only),#stacks_in_1482>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1478>.s-pro.animate-stacks_in_1480>.shear-wrapper>.shear-inner,#stacks_in_1478>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1478>.s-pro.animate-stacks_in_1480>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1478>.s-pro.animate-stacks_in_1480>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1478>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1478>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1478>.s-pro.animate-stacks_in_1480>.shear-wrapper>.shear-inner::before,#stacks_in_1478>.s-pro.animate-stacks_in_1480>.shear-wrapper>.shear-inner::after,#stacks_in_1478>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1478>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1478>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1478>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1478>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1478>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1478>.s-pro.animate-stacks_in_1480 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1478>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1478>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1478>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1496>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1496>.s-pro>.sections-layer{display:none}      #stacks_in_1496>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1496>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1500{text-align:center}   #stacks_in_1500 .button.b-p,#stacks_in_1500 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1500>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1500>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1500 .button.b-p.expand-large:not(.icon-only),#stacks_in_1500>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1496>.s-pro.animate-stacks_in_1498>.shear-wrapper>.shear-inner,#stacks_in_1496>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1496>.s-pro.animate-stacks_in_1498>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1496>.s-pro.animate-stacks_in_1498>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1496>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1496>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1496>.s-pro.animate-stacks_in_1498>.shear-wrapper>.shear-inner::before,#stacks_in_1496>.s-pro.animate-stacks_in_1498>.shear-wrapper>.shear-inner::after,#stacks_in_1496>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1496>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1496>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1496>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1496>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1496>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1496>.s-pro.animate-stacks_in_1498 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1496>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1496>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1496>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1514>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1514>.s-pro>.sections-layer{display:none}      #stacks_in_1514>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1514>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1518{text-align:center}   #stacks_in_1518 .button.b-p,#stacks_in_1518 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1518>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1518>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1518 .button.b-p.expand-large:not(.icon-only),#stacks_in_1518>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1514>.s-pro.animate-stacks_in_1516>.shear-wrapper>.shear-inner,#stacks_in_1514>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1514>.s-pro.animate-stacks_in_1516>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1514>.s-pro.animate-stacks_in_1516>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1514>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1514>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1514>.s-pro.animate-stacks_in_1516>.shear-wrapper>.shear-inner::before,#stacks_in_1514>.s-pro.animate-stacks_in_1516>.shear-wrapper>.shear-inner::after,#stacks_in_1514>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1514>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1514>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1514>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1514>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1514>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1514>.s-pro.animate-stacks_in_1516 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1514>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1514>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1514>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1532>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1532>.s-pro>.sections-layer{display:none}      #stacks_in_1532>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1532>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1536{text-align:center}   #stacks_in_1536 .button.b-p,#stacks_in_1536 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1536>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1536>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1536 .button.b-p.expand-large:not(.icon-only),#stacks_in_1536>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1532>.s-pro.animate-stacks_in_1534>.shear-wrapper>.shear-inner,#stacks_in_1532>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1532>.s-pro.animate-stacks_in_1534>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1532>.s-pro.animate-stacks_in_1534>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1532>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1532>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1532>.s-pro.animate-stacks_in_1534>.shear-wrapper>.shear-inner::before,#stacks_in_1532>.s-pro.animate-stacks_in_1534>.shear-wrapper>.shear-inner::after,#stacks_in_1532>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1532>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1532>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1532>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1532>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1532>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1532>.s-pro.animate-stacks_in_1534 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1532>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1532>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1532>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_1550>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1550>.s-pro>.sections-layer{display:none}      #stacks_in_1550>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1550>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1554{text-align:center}   #stacks_in_1554 .button.b-p,#stacks_in_1554 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1554>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1554>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1554 .button.b-p.expand-large:not(.icon-only),#stacks_in_1554>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_1550>.s-pro.animate-stacks_in_1552>.shear-wrapper>.shear-inner,#stacks_in_1550>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1550>.s-pro.animate-stacks_in_1552>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1550>.s-pro.animate-stacks_in_1552>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1550>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1550>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1550>.s-pro.animate-stacks_in_1552>.shear-wrapper>.shear-inner::before,#stacks_in_1550>.s-pro.animate-stacks_in_1552>.shear-wrapper>.shear-inner::after,#stacks_in_1550>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1550>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1550>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1550>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1550>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1550>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1550>.s-pro.animate-stacks_in_1552 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1550>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1550>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1550>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2562>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2562>.s-pro>.sections-layer{display:none}      #stacks_in_2562>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2562>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2566{text-align:center}   #stacks_in_2566 .button.b-p,#stacks_in_2566 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2566>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2566>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2566 .button.b-p.expand-large:not(.icon-only),#stacks_in_2566>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2562>.s-pro.animate-stacks_in_2564>.shear-wrapper>.shear-inner,#stacks_in_2562>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2562>.s-pro.animate-stacks_in_2564>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2562>.s-pro.animate-stacks_in_2564>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2562>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2562>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2562>.s-pro.animate-stacks_in_2564>.shear-wrapper>.shear-inner::before,#stacks_in_2562>.s-pro.animate-stacks_in_2564>.shear-wrapper>.shear-inner::after,#stacks_in_2562>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2562>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2562>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2562>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2562>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2562>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2562>.s-pro.animate-stacks_in_2564 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2562>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2562>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2562>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2589>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2589>.s-pro>.sections-layer{display:none}      #stacks_in_2589>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2589>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2593{text-align:center}   #stacks_in_2593 .button.b-p,#stacks_in_2593 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2593>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2593>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2593 .button.b-p.expand-large:not(.icon-only),#stacks_in_2593>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2589>.s-pro.animate-stacks_in_2591>.shear-wrapper>.shear-inner,#stacks_in_2589>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2589>.s-pro.animate-stacks_in_2591>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2589>.s-pro.animate-stacks_in_2591>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2589>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2589>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2589>.s-pro.animate-stacks_in_2591>.shear-wrapper>.shear-inner::before,#stacks_in_2589>.s-pro.animate-stacks_in_2591>.shear-wrapper>.shear-inner::after,#stacks_in_2589>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2589>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2589>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2589>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2589>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2589>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2589>.s-pro.animate-stacks_in_2591 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2589>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2589>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2589>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2607>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2607>.s-pro>.sections-layer{display:none}      #stacks_in_2607>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2607>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2611{text-align:center}   #stacks_in_2611 .button.b-p,#stacks_in_2611 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2611>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2611>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2611 .button.b-p.expand-large:not(.icon-only),#stacks_in_2611>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2607>.s-pro.animate-stacks_in_2609>.shear-wrapper>.shear-inner,#stacks_in_2607>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2607>.s-pro.animate-stacks_in_2609>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2607>.s-pro.animate-stacks_in_2609>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2607>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2607>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2607>.s-pro.animate-stacks_in_2609>.shear-wrapper>.shear-inner::before,#stacks_in_2607>.s-pro.animate-stacks_in_2609>.shear-wrapper>.shear-inner::after,#stacks_in_2607>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2607>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2607>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2607>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2607>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2607>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2607>.s-pro.animate-stacks_in_2609 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2607>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2607>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2607>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2642>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2642>.s-pro>.sections-layer{display:none}      #stacks_in_2642>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2642>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2646{text-align:center}   #stacks_in_2646 .button.b-p,#stacks_in_2646 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2646>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2646>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2646 .button.b-p.expand-large:not(.icon-only),#stacks_in_2646>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2642>.s-pro.animate-stacks_in_2644>.shear-wrapper>.shear-inner,#stacks_in_2642>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2642>.s-pro.animate-stacks_in_2644>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2642>.s-pro.animate-stacks_in_2644>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2642>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2642>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2642>.s-pro.animate-stacks_in_2644>.shear-wrapper>.shear-inner::before,#stacks_in_2642>.s-pro.animate-stacks_in_2644>.shear-wrapper>.shear-inner::after,#stacks_in_2642>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2642>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2642>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2642>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2642>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2642>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2642>.s-pro.animate-stacks_in_2644 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2642>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2642>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2642>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2671>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2671>.s-pro>.sections-layer{display:none}      #stacks_in_2671>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2671>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2675{text-align:center}   #stacks_in_2675 .button.b-p,#stacks_in_2675 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2675>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2675>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2675 .button.b-p.expand-large:not(.icon-only),#stacks_in_2675>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2671>.s-pro.animate-stacks_in_2673>.shear-wrapper>.shear-inner,#stacks_in_2671>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2671>.s-pro.animate-stacks_in_2673>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2671>.s-pro.animate-stacks_in_2673>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2671>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2671>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2671>.s-pro.animate-stacks_in_2673>.shear-wrapper>.shear-inner::before,#stacks_in_2671>.s-pro.animate-stacks_in_2673>.shear-wrapper>.shear-inner::after,#stacks_in_2671>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2671>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2671>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2671>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2671>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2671>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2671>.s-pro.animate-stacks_in_2673 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2671>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2671>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2671>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2689>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2689>.s-pro>.sections-layer{display:none}      #stacks_in_2689>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2689>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2693{text-align:center}   #stacks_in_2693 .button.b-p,#stacks_in_2693 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2693>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2693>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2693 .button.b-p.expand-large:not(.icon-only),#stacks_in_2693>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2693 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2693 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2693 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(221, 3, 33, 1.00)}#stacks_in_2693 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2693 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 222, 0, 1.00);}     
   #stacks_in_2689>.s-pro.animate-stacks_in_2691>.shear-wrapper>.shear-inner,#stacks_in_2689>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2689>.s-pro.animate-stacks_in_2691>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2689>.s-pro.animate-stacks_in_2691>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2689>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2689>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2689>.s-pro.animate-stacks_in_2691>.shear-wrapper>.shear-inner::before,#stacks_in_2689>.s-pro.animate-stacks_in_2691>.shear-wrapper>.shear-inner::after,#stacks_in_2689>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2689>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2689>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2689>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2689>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2689>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2689>.s-pro.animate-stacks_in_2691 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2689>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2689>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2689>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2731>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2731>.s-pro>.sections-layer{display:none}      #stacks_in_2731>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2731>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2735{text-align:center}   #stacks_in_2735 .button.b-p,#stacks_in_2735 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2735>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2735>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2735 .button.b-p.expand-large:not(.icon-only),#stacks_in_2735>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2731>.s-pro.animate-stacks_in_2733>.shear-wrapper>.shear-inner,#stacks_in_2731>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2731>.s-pro.animate-stacks_in_2733>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2731>.s-pro.animate-stacks_in_2733>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2731>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2731>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2731>.s-pro.animate-stacks_in_2733>.shear-wrapper>.shear-inner::before,#stacks_in_2731>.s-pro.animate-stacks_in_2733>.shear-wrapper>.shear-inner::after,#stacks_in_2731>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2731>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2731>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2731>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2731>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2731>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2731>.s-pro.animate-stacks_in_2733 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2731>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2731>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2731>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2749>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2749>.s-pro>.sections-layer{display:none}      #stacks_in_2749>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2749>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2753{text-align:center}   #stacks_in_2753 .button.b-p,#stacks_in_2753 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2753>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2753>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2753 .button.b-p.expand-large:not(.icon-only),#stacks_in_2753>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2749>.s-pro.animate-stacks_in_2751>.shear-wrapper>.shear-inner,#stacks_in_2749>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2749>.s-pro.animate-stacks_in_2751>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2749>.s-pro.animate-stacks_in_2751>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2749>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2749>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2749>.s-pro.animate-stacks_in_2751>.shear-wrapper>.shear-inner::before,#stacks_in_2749>.s-pro.animate-stacks_in_2751>.shear-wrapper>.shear-inner::after,#stacks_in_2749>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2749>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2749>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2749>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2749>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2749>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2749>.s-pro.animate-stacks_in_2751 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2749>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2749>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2749>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2781>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2781>.s-pro>.sections-layer{display:none}      #stacks_in_2781>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2781>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2785{text-align:center}   #stacks_in_2785 .button.b-p,#stacks_in_2785 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2785>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2785>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2785 .button.b-p.expand-large:not(.icon-only),#stacks_in_2785>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2781>.s-pro.animate-stacks_in_2783>.shear-wrapper>.shear-inner,#stacks_in_2781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2781>.s-pro.animate-stacks_in_2783>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2781>.s-pro.animate-stacks_in_2783>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2781>.s-pro.animate-stacks_in_2783>.shear-wrapper>.shear-inner::before,#stacks_in_2781>.s-pro.animate-stacks_in_2783>.shear-wrapper>.shear-inner::after,#stacks_in_2781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2781>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2781>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2781>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2781>.s-pro.animate-stacks_in_2783 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2781>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2799>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2799>.s-pro>.sections-layer{display:none}      #stacks_in_2799>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2799>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2803{text-align:center}   #stacks_in_2803 .button.b-p,#stacks_in_2803 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2803>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2803>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2803 .button.b-p.expand-large:not(.icon-only),#stacks_in_2803>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2799>.s-pro.animate-stacks_in_2801>.shear-wrapper>.shear-inner,#stacks_in_2799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2799>.s-pro.animate-stacks_in_2801>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2799>.s-pro.animate-stacks_in_2801>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2799>.s-pro.animate-stacks_in_2801>.shear-wrapper>.shear-inner::before,#stacks_in_2799>.s-pro.animate-stacks_in_2801>.shear-wrapper>.shear-inner::after,#stacks_in_2799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2799>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2799>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2799>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2799>.s-pro.animate-stacks_in_2801 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2799>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2817>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2817>.s-pro>.sections-layer{display:none}      #stacks_in_2817>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2817>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2821{text-align:center}   #stacks_in_2821 .button.b-p,#stacks_in_2821 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2821>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2821>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2821 .button.b-p.expand-large:not(.icon-only),#stacks_in_2821>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2817>.s-pro.animate-stacks_in_2819>.shear-wrapper>.shear-inner,#stacks_in_2817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2817>.s-pro.animate-stacks_in_2819>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2817>.s-pro.animate-stacks_in_2819>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2817>.s-pro.animate-stacks_in_2819>.shear-wrapper>.shear-inner::before,#stacks_in_2817>.s-pro.animate-stacks_in_2819>.shear-wrapper>.shear-inner::after,#stacks_in_2817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2817>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2817>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2817>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2817>.s-pro.animate-stacks_in_2819 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2817>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2835>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2835>.s-pro>.sections-layer{display:none}      #stacks_in_2835>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2835>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2842{text-align:center}   #stacks_in_2842 .button.b-p,#stacks_in_2842 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2842>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2842>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2842 .button.b-p.expand-large:not(.icon-only),#stacks_in_2842>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2842 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2842 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2842 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(221, 3, 33, 1.00)}#stacks_in_2842 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2842 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 222, 0, 1.00);}     
   #stacks_in_2835>.s-pro.animate-stacks_in_2837>.shear-wrapper>.shear-inner,#stacks_in_2835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2835>.s-pro.animate-stacks_in_2837>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2835>.s-pro.animate-stacks_in_2837>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2835>.s-pro.animate-stacks_in_2837>.shear-wrapper>.shear-inner::before,#stacks_in_2835>.s-pro.animate-stacks_in_2837>.shear-wrapper>.shear-inner::after,#stacks_in_2835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2835>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2835>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2835>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2835>.s-pro.animate-stacks_in_2837 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2835>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2858>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2858>.s-pro>.sections-layer{display:none}      #stacks_in_2858>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2858>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2862{text-align:center}   #stacks_in_2862 .button.b-p,#stacks_in_2862 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2862>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2862>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2862 .button.b-p.expand-large:not(.icon-only),#stacks_in_2862>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2858>.s-pro.animate-stacks_in_2860>.shear-wrapper>.shear-inner,#stacks_in_2858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2858>.s-pro.animate-stacks_in_2860>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2858>.s-pro.animate-stacks_in_2860>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2858>.s-pro.animate-stacks_in_2860>.shear-wrapper>.shear-inner::before,#stacks_in_2858>.s-pro.animate-stacks_in_2860>.shear-wrapper>.shear-inner::after,#stacks_in_2858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2858>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2858>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2858>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2858>.s-pro.animate-stacks_in_2860 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2858>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2883>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2883>.s-pro>.sections-layer{display:none}      #stacks_in_2883>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2883>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2887{text-align:center}   #stacks_in_2887 .button.b-p,#stacks_in_2887 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2887>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2887>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2887 .button.b-p.expand-large:not(.icon-only),#stacks_in_2887>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2887 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2887 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2887 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(210, 0, 26, 1.00)}#stacks_in_2887 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2887 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 222, 0, 1.00);}     
   #stacks_in_2883>.s-pro.animate-stacks_in_2885>.shear-wrapper>.shear-inner,#stacks_in_2883>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2883>.s-pro.animate-stacks_in_2885>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2883>.s-pro.animate-stacks_in_2885>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2883>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2883>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2883>.s-pro.animate-stacks_in_2885>.shear-wrapper>.shear-inner::before,#stacks_in_2883>.s-pro.animate-stacks_in_2885>.shear-wrapper>.shear-inner::after,#stacks_in_2883>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2883>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2883>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2883>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2883>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2883>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2883>.s-pro.animate-stacks_in_2885 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2883>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2883>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2883>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2901>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2901>.s-pro>.sections-layer{display:none}      #stacks_in_2901>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2901>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2905{text-align:center}   #stacks_in_2905 .button.b-p,#stacks_in_2905 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2905>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2905>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2905 .button.b-p.expand-large:not(.icon-only),#stacks_in_2905>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2901>.s-pro.animate-stacks_in_2903>.shear-wrapper>.shear-inner,#stacks_in_2901>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2901>.s-pro.animate-stacks_in_2903>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2901>.s-pro.animate-stacks_in_2903>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2901>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2901>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2901>.s-pro.animate-stacks_in_2903>.shear-wrapper>.shear-inner::before,#stacks_in_2901>.s-pro.animate-stacks_in_2903>.shear-wrapper>.shear-inner::after,#stacks_in_2901>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2901>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2901>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2901>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2901>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2901>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2901>.s-pro.animate-stacks_in_2903 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2901>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2901>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2901>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2937>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2937>.s-pro>.sections-layer{display:none}      #stacks_in_2937>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2937>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2941{text-align:center}   #stacks_in_2941 .button.b-p,#stacks_in_2941 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2941>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2941>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2941 .button.b-p.expand-large:not(.icon-only),#stacks_in_2941>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2941 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2941 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2941 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(210, 0, 26, 1.00)}#stacks_in_2941 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2941 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 222, 0, 1.00);}     
   #stacks_in_2937>.s-pro.animate-stacks_in_2939>.shear-wrapper>.shear-inner,#stacks_in_2937>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2937>.s-pro.animate-stacks_in_2939>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2937>.s-pro.animate-stacks_in_2939>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2937>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2937>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2937>.s-pro.animate-stacks_in_2939>.shear-wrapper>.shear-inner::before,#stacks_in_2937>.s-pro.animate-stacks_in_2939>.shear-wrapper>.shear-inner::after,#stacks_in_2937>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2937>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2937>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2937>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2937>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2937>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2937>.s-pro.animate-stacks_in_2939 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2937>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2937>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2937>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2955>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2955>.s-pro>.sections-layer{display:none}      #stacks_in_2955>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2955>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2959{text-align:center}   #stacks_in_2959 .button.b-p,#stacks_in_2959 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2959>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2959>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2959 .button.b-p.expand-large:not(.icon-only),#stacks_in_2959>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2955>.s-pro.animate-stacks_in_2957>.shear-wrapper>.shear-inner,#stacks_in_2955>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2955>.s-pro.animate-stacks_in_2957>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2955>.s-pro.animate-stacks_in_2957>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2955>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2955>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2955>.s-pro.animate-stacks_in_2957>.shear-wrapper>.shear-inner::before,#stacks_in_2955>.s-pro.animate-stacks_in_2957>.shear-wrapper>.shear-inner::after,#stacks_in_2955>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2955>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2955>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2955>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2955>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2955>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2955>.s-pro.animate-stacks_in_2957 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2955>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2955>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2955>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2973>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2973>.s-pro>.sections-layer{display:none}      #stacks_in_2973>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2973>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2977{text-align:center}   #stacks_in_2977 .button.b-p,#stacks_in_2977 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2977>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2977>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2977 .button.b-p.expand-large:not(.icon-only),#stacks_in_2977>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2973>.s-pro.animate-stacks_in_2975>.shear-wrapper>.shear-inner,#stacks_in_2973>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2973>.s-pro.animate-stacks_in_2975>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2973>.s-pro.animate-stacks_in_2975>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2973>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2973>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2973>.s-pro.animate-stacks_in_2975>.shear-wrapper>.shear-inner::before,#stacks_in_2973>.s-pro.animate-stacks_in_2975>.shear-wrapper>.shear-inner::after,#stacks_in_2973>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2973>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2973>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2973>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2973>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2973>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2973>.s-pro.animate-stacks_in_2975 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2973>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2973>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2973>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2991>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2991>.s-pro>.sections-layer{display:none}      #stacks_in_2991>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2991>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2995{text-align:center}   #stacks_in_2995 .button.b-p,#stacks_in_2995 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2995>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2995>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2995 .button.b-p.expand-large:not(.icon-only),#stacks_in_2995>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_2991>.s-pro.animate-stacks_in_2993>.shear-wrapper>.shear-inner,#stacks_in_2991>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2991>.s-pro.animate-stacks_in_2993>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2991>.s-pro.animate-stacks_in_2993>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2991>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2991>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2991>.s-pro.animate-stacks_in_2993>.shear-wrapper>.shear-inner::before,#stacks_in_2991>.s-pro.animate-stacks_in_2993>.shear-wrapper>.shear-inner::after,#stacks_in_2991>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2991>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2991>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2991>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2991>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2991>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2991>.s-pro.animate-stacks_in_2993 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2991>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2991>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2991>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3009>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3009>.s-pro>.sections-layer{display:none}      #stacks_in_3009>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3009>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3013{text-align:center}   #stacks_in_3013 .button.b-p,#stacks_in_3013 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3013>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3013>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3013 .button.b-p.expand-large:not(.icon-only),#stacks_in_3013>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_3013 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_3013 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_3013 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(221, 3, 33, 1.00)}#stacks_in_3013 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_3013 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 222, 0, 1.00);}     
   #stacks_in_3009>.s-pro.animate-stacks_in_3011>.shear-wrapper>.shear-inner,#stacks_in_3009>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3009>.s-pro.animate-stacks_in_3011>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3009>.s-pro.animate-stacks_in_3011>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3009>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3009>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3009>.s-pro.animate-stacks_in_3011>.shear-wrapper>.shear-inner::before,#stacks_in_3009>.s-pro.animate-stacks_in_3011>.shear-wrapper>.shear-inner::after,#stacks_in_3009>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3009>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3009>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3009>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3009>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3009>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3009>.s-pro.animate-stacks_in_3011 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3009>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3009>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3009>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3044>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3044>.s-pro>.sections-layer{display:none}      #stacks_in_3044>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3044>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3048{text-align:center}   #stacks_in_3048 .button.b-p,#stacks_in_3048 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3048>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3048>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3048 .button.b-p.expand-large:not(.icon-only),#stacks_in_3048>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3044>.s-pro.animate-stacks_in_3046>.shear-wrapper>.shear-inner,#stacks_in_3044>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3044>.s-pro.animate-stacks_in_3046>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3044>.s-pro.animate-stacks_in_3046>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3044>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3044>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3044>.s-pro.animate-stacks_in_3046>.shear-wrapper>.shear-inner::before,#stacks_in_3044>.s-pro.animate-stacks_in_3046>.shear-wrapper>.shear-inner::after,#stacks_in_3044>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3044>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3044>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3044>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3044>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3044>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3044>.s-pro.animate-stacks_in_3046 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3044>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3044>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3044>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3062>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3062>.s-pro>.sections-layer{display:none}      #stacks_in_3062>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3062>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3066{text-align:center}   #stacks_in_3066 .button.b-p,#stacks_in_3066 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3066>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3066>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3066 .button.b-p.expand-large:not(.icon-only),#stacks_in_3066>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3062>.s-pro.animate-stacks_in_3064>.shear-wrapper>.shear-inner,#stacks_in_3062>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3062>.s-pro.animate-stacks_in_3064>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3062>.s-pro.animate-stacks_in_3064>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3062>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3062>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3062>.s-pro.animate-stacks_in_3064>.shear-wrapper>.shear-inner::before,#stacks_in_3062>.s-pro.animate-stacks_in_3064>.shear-wrapper>.shear-inner::after,#stacks_in_3062>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3062>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3062>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3062>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3062>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3062>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3062>.s-pro.animate-stacks_in_3064 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3062>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3062>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3062>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3080>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3080>.s-pro>.sections-layer{display:none}      #stacks_in_3080>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3080>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3084{text-align:center}   #stacks_in_3084 .button.b-p,#stacks_in_3084 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3084>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3084>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3084 .button.b-p.expand-large:not(.icon-only),#stacks_in_3084>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3080>.s-pro.animate-stacks_in_3082>.shear-wrapper>.shear-inner,#stacks_in_3080>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3080>.s-pro.animate-stacks_in_3082>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3080>.s-pro.animate-stacks_in_3082>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3080>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3080>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3080>.s-pro.animate-stacks_in_3082>.shear-wrapper>.shear-inner::before,#stacks_in_3080>.s-pro.animate-stacks_in_3082>.shear-wrapper>.shear-inner::after,#stacks_in_3080>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3080>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3080>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3080>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3080>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3080>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3080>.s-pro.animate-stacks_in_3082 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3080>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3080>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3080>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3098>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3098>.s-pro>.sections-layer{display:none}      #stacks_in_3098>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3098>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3102{text-align:center}   #stacks_in_3102 .button.b-p,#stacks_in_3102 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3102>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3102>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3102 .button.b-p.expand-large:not(.icon-only),#stacks_in_3102>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3098>.s-pro.animate-stacks_in_3100>.shear-wrapper>.shear-inner,#stacks_in_3098>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3098>.s-pro.animate-stacks_in_3100>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3098>.s-pro.animate-stacks_in_3100>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3098>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3098>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3098>.s-pro.animate-stacks_in_3100>.shear-wrapper>.shear-inner::before,#stacks_in_3098>.s-pro.animate-stacks_in_3100>.shear-wrapper>.shear-inner::after,#stacks_in_3098>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3098>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3098>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3098>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3098>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3098>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3098>.s-pro.animate-stacks_in_3100 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3098>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3098>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3098>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3116>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3116>.s-pro>.sections-layer{display:none}      #stacks_in_3116>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3116>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3120{text-align:center}   #stacks_in_3120 .button.b-p,#stacks_in_3120 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3120>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3120>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3120 .button.b-p.expand-large:not(.icon-only),#stacks_in_3120>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3116>.s-pro.animate-stacks_in_3118>.shear-wrapper>.shear-inner,#stacks_in_3116>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3116>.s-pro.animate-stacks_in_3118>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3116>.s-pro.animate-stacks_in_3118>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3116>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3116>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3116>.s-pro.animate-stacks_in_3118>.shear-wrapper>.shear-inner::before,#stacks_in_3116>.s-pro.animate-stacks_in_3118>.shear-wrapper>.shear-inner::after,#stacks_in_3116>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3116>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3116>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3116>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3116>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3116>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3116>.s-pro.animate-stacks_in_3118 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3116>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3116>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3116>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3134>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3134>.s-pro>.sections-layer{display:none}      #stacks_in_3134>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3134>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3138{text-align:center}   #stacks_in_3138 .button.b-p,#stacks_in_3138 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3138>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3138>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3138 .button.b-p.expand-large:not(.icon-only),#stacks_in_3138>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3134>.s-pro.animate-stacks_in_3136>.shear-wrapper>.shear-inner,#stacks_in_3134>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3134>.s-pro.animate-stacks_in_3136>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3134>.s-pro.animate-stacks_in_3136>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3134>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3134>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3134>.s-pro.animate-stacks_in_3136>.shear-wrapper>.shear-inner::before,#stacks_in_3134>.s-pro.animate-stacks_in_3136>.shear-wrapper>.shear-inner::after,#stacks_in_3134>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3134>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3134>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3134>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3134>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3134>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3134>.s-pro.animate-stacks_in_3136 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3134>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3134>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3134>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3152>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3152>.s-pro>.sections-layer{display:none}      #stacks_in_3152>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3152>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3156{text-align:center}   #stacks_in_3156 .button.b-p,#stacks_in_3156 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3156>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3156>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3156 .button.b-p.expand-large:not(.icon-only),#stacks_in_3156>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3152>.s-pro.animate-stacks_in_3154>.shear-wrapper>.shear-inner,#stacks_in_3152>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3152>.s-pro.animate-stacks_in_3154>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3152>.s-pro.animate-stacks_in_3154>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3152>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3152>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3152>.s-pro.animate-stacks_in_3154>.shear-wrapper>.shear-inner::before,#stacks_in_3152>.s-pro.animate-stacks_in_3154>.shear-wrapper>.shear-inner::after,#stacks_in_3152>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3152>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3152>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3152>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3152>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3152>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3152>.s-pro.animate-stacks_in_3154 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3152>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3152>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3152>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3170>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3170>.s-pro>.sections-layer{display:none}      #stacks_in_3170>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3170>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3174{text-align:center}   #stacks_in_3174 .button.b-p,#stacks_in_3174 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3174>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3174>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3174 .button.b-p.expand-large:not(.icon-only),#stacks_in_3174>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3170>.s-pro.animate-stacks_in_3172>.shear-wrapper>.shear-inner,#stacks_in_3170>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3170>.s-pro.animate-stacks_in_3172>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3170>.s-pro.animate-stacks_in_3172>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3170>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3170>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3170>.s-pro.animate-stacks_in_3172>.shear-wrapper>.shear-inner::before,#stacks_in_3170>.s-pro.animate-stacks_in_3172>.shear-wrapper>.shear-inner::after,#stacks_in_3170>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3170>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3170>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3170>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3170>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3170>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3170>.s-pro.animate-stacks_in_3172 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3170>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3170>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3170>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3188>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3188>.s-pro>.sections-layer{display:none}      #stacks_in_3188>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3188>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3192{text-align:center}   #stacks_in_3192 .button.b-p,#stacks_in_3192 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3192>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3192>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3192 .button.b-p.expand-large:not(.icon-only),#stacks_in_3192>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3188>.s-pro.animate-stacks_in_3190>.shear-wrapper>.shear-inner,#stacks_in_3188>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3188>.s-pro.animate-stacks_in_3190>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3188>.s-pro.animate-stacks_in_3190>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3188>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3188>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3188>.s-pro.animate-stacks_in_3190>.shear-wrapper>.shear-inner::before,#stacks_in_3188>.s-pro.animate-stacks_in_3190>.shear-wrapper>.shear-inner::after,#stacks_in_3188>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3188>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3188>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3188>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3188>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3188>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3188>.s-pro.animate-stacks_in_3190 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3188>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3188>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3188>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_3206>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_3206>.s-pro>.sections-layer{display:none}      #stacks_in_3206>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_3206>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_3210{text-align:center}   #stacks_in_3210 .button.b-p,#stacks_in_3210 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_3210>.button.b-p.expand-mob:not(.icon-only),#stacks_in_3210>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_3210 .button.b-p.expand-large:not(.icon-only),#stacks_in_3210>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_3206>.s-pro.animate-stacks_in_3208>.shear-wrapper>.shear-inner,#stacks_in_3206>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_3206>.s-pro.animate-stacks_in_3208>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3206>.s-pro.animate-stacks_in_3208>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_3206>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_3206>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_3206>.s-pro.animate-stacks_in_3208>.shear-wrapper>.shear-inner::before,#stacks_in_3206>.s-pro.animate-stacks_in_3208>.shear-wrapper>.shear-inner::after,#stacks_in_3206>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_3206>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_3206>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_3206>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_3206>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_3206>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_3206>.s-pro.animate-stacks_in_3208 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_3206>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_3206>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_3206>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
.topbox_content {
  width: 85vw;
  height: 85vh;
}

.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


/* Stops the page scrolling when the lightbox is opened */
html.topbox_open,
html.topbox_open body {
overflow: hidden !important;
}


#topbox_trigger_region_stacks_in_1464 {
  position: relative;
}

#topbox_trigger_stacks_in_1464 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
































/* Our lightbox skin named 'impact' */
.topbox_skin_impact .topbox_fill {
  background: rgba(0, 0, 0, 0.50);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.50)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.topbox_skin_impact .topbox_error,
.topbox_skin_impact .topbox_pdf_mobile_message {
  color: #ffffff;
  font-size: 18px;
}

.topbox_skin_impact a.topbox_pdf_mobile_button,
.topbox_skin_impact a.topbox_pdf_mobile_button:visited {
  color: #ffffff;
  border-radius: 1rem;
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: all 300ms ease-in;
  padding: 1rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}

.topbox_skin_impact .topbox_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topbox_skin_impact .topbox_prev,
.topbox_skin_impact .topbox_next,
.topbox_skin_impact .topbox_close {
  text-decoration: none;
  font-size: 45px;
  color: #ffffff;
  transition: all 300ms ease-in;
  padding: 10px;
  line-height: 1;
}

.topbox_skin_impact .topbox_close {
  margin-top: -10px;
}

.topbox_skin_impact .topbox_prev:hover,
.topbox_skin_impact .topbox_next:hover,
.topbox_skin_impact .topbox_close:hover {
  color: #cdcdcd;
}

.topbox_skin_impact .topbox_prev:before {
  content: "←"
}

.topbox_skin_impact .topbox_next:before {
  content: "→"
}

.topbox_skin_impact .topbox_close:before {
  content: "×";
}

.topbox_skin_impact .topbox_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  background: none;
  color: #ffffff;
  padding: 15px;
  margin-top: 7px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}









































/* Playr custom video controls */
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}

/* https://github.com/sampotts/plyr/issues/662 */

.plyr--full-ui input[type=range] {
  color: rgba(0, 179, 255, 1.00);
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.50);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: rgba(0, 179, 255, 1.00);
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.50);
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: rgba(0, 179, 255, 1.00);
}






    #stacks_in_1455>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1455>.s-pro>.sections-layer{display:none}      #stacks_in_1455>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1455>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       
    #stacks_in_1469>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1469>.s-pro>.sections-layer{display:none}      #stacks_in_1469>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1469>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_1472{text-align:center}   #stacks_in_1472 .button.b-p,#stacks_in_1472 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_1472>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1472>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1472 .button.b-p.expand-large:not(.icon-only),#stacks_in_1472>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_1472 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1472 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1472 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(17, 128, 64, 1.00)}#stacks_in_1472 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1472 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(128, 0, 255, 1.00);}     
   #stacks_in_1469>.s-pro.animate-stacks_in_1470>.shear-wrapper>.shear-inner,#stacks_in_1469>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1469>.s-pro.animate-stacks_in_1470>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1469>.s-pro.animate-stacks_in_1470>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1469>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1469>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1469>.s-pro.animate-stacks_in_1470>.shear-wrapper>.shear-inner::before,#stacks_in_1469>.s-pro.animate-stacks_in_1470>.shear-wrapper>.shear-inner::after,#stacks_in_1469>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1469>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1469>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1469>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1469>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1469>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1469>.s-pro.animate-stacks_in_1470 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1469>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1469>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1469>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
   #stacks_in_1455>.s-pro.animate-stacks_in_1456>.shear-wrapper>.shear-inner,#stacks_in_1455>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_1455>.s-pro.animate-stacks_in_1456>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1455>.s-pro.animate-stacks_in_1456>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_1455>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_1455>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_1455>.s-pro.animate-stacks_in_1456>.shear-wrapper>.shear-inner::before,#stacks_in_1455>.s-pro.animate-stacks_in_1456>.shear-wrapper>.shear-inner::after,#stacks_in_1455>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_1455>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_1455>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_1455>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_1455>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_1455>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1455>.s-pro.animate-stacks_in_1456 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1455>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_1455>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_1455>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2712>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2712>.s-pro>.sections-layer{display:none}      #stacks_in_2712>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2712>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       
    #stacks_in_2715>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2715>.s-pro>.sections-layer{display:none}      #stacks_in_2715>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2715>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2719{text-align:center}   #stacks_in_2719 .button.b-p,#stacks_in_2719 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2719>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2719>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2719 .button.b-p.expand-large:not(.icon-only),#stacks_in_2719>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2719 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2719 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2719 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(17, 128, 64, 1.00)}#stacks_in_2719 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2719 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(128, 0, 255, 1.00);}     
   #stacks_in_2715>.s-pro.animate-stacks_in_2717>.shear-wrapper>.shear-inner,#stacks_in_2715>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2715>.s-pro.animate-stacks_in_2717>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2715>.s-pro.animate-stacks_in_2717>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2715>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2715>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2715>.s-pro.animate-stacks_in_2717>.shear-wrapper>.shear-inner::before,#stacks_in_2715>.s-pro.animate-stacks_in_2717>.shear-wrapper>.shear-inner::after,#stacks_in_2715>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2715>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2715>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2715>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2715>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2715>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2715>.s-pro.animate-stacks_in_2717 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2715>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2715>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2715>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
   #stacks_in_2712>.s-pro.animate-stacks_in_2713>.shear-wrapper>.shear-inner,#stacks_in_2712>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2712>.s-pro.animate-stacks_in_2713>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2712>.s-pro.animate-stacks_in_2713>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2712>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2712>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2712>.s-pro.animate-stacks_in_2713>.shear-wrapper>.shear-inner::before,#stacks_in_2712>.s-pro.animate-stacks_in_2713>.shear-wrapper>.shear-inner::after,#stacks_in_2712>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2712>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2712>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2712>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2712>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2712>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2712>.s-pro.animate-stacks_in_2713 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2712>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2712>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2712>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
    #stacks_in_2916>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2916>.s-pro>.sections-layer{display:none}      #stacks_in_2916>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2916>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       
    #stacks_in_2919>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2919>.s-pro>.sections-layer{display:none}      #stacks_in_2919>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2919>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

  #stacks_in_2923{text-align:center}   #stacks_in_2923 .button.b-p,#stacks_in_2923 .button.b-p::before{border-radius:10px}        @media screen and (max-width:641px){#stacks_in_2923>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2923>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2923 .button.b-p.expand-large:not(.icon-only),#stacks_in_2923>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_2923 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2923 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2923 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(17, 128, 64, 1.00)}#stacks_in_2923 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2923 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(128, 0, 255, 1.00);}     
   #stacks_in_2919>.s-pro.animate-stacks_in_2921>.shear-wrapper>.shear-inner,#stacks_in_2919>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2919>.s-pro.animate-stacks_in_2921>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2919>.s-pro.animate-stacks_in_2921>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2919>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2919>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2919>.s-pro.animate-stacks_in_2921>.shear-wrapper>.shear-inner::before,#stacks_in_2919>.s-pro.animate-stacks_in_2921>.shear-wrapper>.shear-inner::after,#stacks_in_2919>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2919>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2919>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2919>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2919>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2919>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2919>.s-pro.animate-stacks_in_2921 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2919>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2919>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2919>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
   #stacks_in_2916>.s-pro.animate-stacks_in_2917>.shear-wrapper>.shear-inner,#stacks_in_2916>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner{position:relative; overflow:hidden; border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}#stacks_in_2916>.s-pro.animate-stacks_in_2917>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2916>.s-pro.animate-stacks_in_2917>.shear-wrapper>.shear-inner.bot-edge,#stacks_in_2916>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner>.top-edge,#stacks_in_2916>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner.bot-edge{display:none}#stacks_in_2916>.s-pro.animate-stacks_in_2917>.shear-wrapper>.shear-inner::before,#stacks_in_2916>.s-pro.animate-stacks_in_2917>.shear-wrapper>.shear-inner::after,#stacks_in_2916>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::before,#stacks_in_2916>.s-pro[class*="eff-"]>.shear-wrapper>.shear-inner::after{border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}  #stacks_in_2916>.s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_2916>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}  #stacks_in_2916>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}    #stacks_in_2916>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(0.90,0.90,0.90) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_2916>.s-pro.animate-stacks_in_2917 >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}         @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2916>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_2916>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_2916>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 

/* Hide these TopBox content types with CSS, so they are only displayed when the lightbox opens */



#topBoxContentWrapperstacks_in_1465.topBoxVideo {
  display: none;
}




#topbox_trigger_region_stacks_in_1465 {
  position: relative;
}

#topbox_trigger_stacks_in_1465 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/* Hide these TopBox content types with CSS, so they are only displayed when the lightbox opens */



#topBoxContentWrapperstacks_in_2722.topBoxVideo {
  display: none;
}




#topbox_trigger_region_stacks_in_2722 {
  position: relative;
}

#topbox_trigger_stacks_in_2722 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/* Hide these TopBox content types with CSS, so they are only displayed when the lightbox opens */



#topBoxContentWrapperstacks_in_2926.topBoxVideo {
  display: none;
}




#topbox_trigger_region_stacks_in_2926 {
  position: relative;
}

#topbox_trigger_stacks_in_2926 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#stacks_in_1424 {
	padding: 30px 0px 80px 0px;
}
.lb-master_stacks_in_433.bg-vault.bg-color.style-pro-stacks_in_433{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_433.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_433.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_433.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_433.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_433{position:fixed}.ll-open-stacks_in_433 > .ll-overlay#ovl_stacks_in_433{z-index:9989}.ll-open-stacks_in_433.sectionsPro1 > .ll-overlay#ovl_stacks_in_433{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_433.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_433.close-vis-large-only .infix-close{display:none !important}}#stacks_in_433 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_433.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_433.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_433.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_433 > .shear-wrapper{position:absolute}.lb-master_stacks_in_433.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_433.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_433.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_433.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_433.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_433.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_433.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_433.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_433.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_433.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_433.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_433.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_433 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_433 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_433 .infix-close{opacity:1 !important}.lb-master_stacks_in_433 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_433 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_433 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_433 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_433 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_433 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_433 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_433 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_433 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_433 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_433 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_433 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_433 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_433 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_433 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_433 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_433 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_433 .infix-close i.fa,.lb-master_stacks_in_433 .infix-close svg,.lb-master_stacks_in_433 .infix-close .simple-icon,.lb-master_stacks_in_433 .infix-close .close-wrap,.lb-master_stacks_in_433 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_433 .infix-close .close-wrap,.lb-master_stacks_in_433 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_433 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_433 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_433 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_433 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_433 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_433 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_433.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_433 .splb-loader .loader-message{display:none}.lb-master_stacks_in_433 .splb-loader svg{display:none}.lb-master_stacks_in_433 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_437{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_437.splb{padding:12px}#splb_stacks_in_437 .infix-iframe-container{background-color:}#stacks_in_437{display:none}.infix-opened #stacks_in_437,.infix-closed #stacks_in_437{display:block}.lightbox1{cursor:pointer}#stacks_in_437.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_437.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_429 *,
#stacks_in_429 *:before,
#stacks_in_429 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_429 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_429 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_429 {
	display: none !important;
}


#playlisterstacks_in_429 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_429 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_429 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_429 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_429 {
	min-height: 0px;
}


#coverstacks_in_429 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_429 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_429 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_429 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_429 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_429 {
		margin-top: 0px;
	}
}

#titlestacks_in_429 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_429:before {
	content: ' ';
}

#albumstacks_in_429 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_429:before {
	content: 'Album: ';
}

#artiststacks_in_429 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_429:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_429 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_429:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_429 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_429 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_429 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_429 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_429 .playlisterButtonStandard,
#playlisterWrapperstacks_in_429 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_429 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_429 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_429 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_429 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_429 .playlisterButton:hover,
#playlisterWrapperstacks_in_429 .playlisterButton:active,
#playlisterWrapperstacks_in_429 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_429 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_429 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_429 #playstacks_in_429 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_429 #pausestacks_in_429 {
	display: none;
}

#playlisterWrapperstacks_in_429 .playlisterIsPlaying #playstacks_in_429 {
	display: none;
}

#playlisterWrapperstacks_in_429 .playlisterIsPlaying #pausestacks_in_429 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_429 .playlisterButton:after,
#playlisterWrapperstacks_in_429 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_429 {
	float: right;
}

#playlisterWrapperstacks_in_429 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_429 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_429 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_429 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_429,
#volumeBtnstacks_in_429 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_429 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_429 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_429 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_429 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_429 [class^="fa fa-"],
	#volume-fullstacks_in_429 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_429 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_429 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_429 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_429 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_429 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_429 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_429 #progressstacks_in_429 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_429 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_429 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_429 {
	visibility: hidden;
}

#durationstacks_in_429.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_429 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_429 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_429 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_429 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_429 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_429 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_429 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_429 li.active-playlistitem,
#playlisterPlayliststacks_in_429 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_429 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_429 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_429 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_429,
.no-audio #playlisterPlayliststacks_in_429 {
	display: none;
}

#playlisterNoAudiostacks_in_429 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_429 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_429 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_429 #shufflestacks_in_429 {
	display: none;
}



#playlisterWrapperstacks_in_429 #playlistTogglestacks_in_429 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_429 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_429 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_452{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_452.splb{padding:12px}#splb_stacks_in_452 .infix-iframe-container{background-color:}#stacks_in_452{display:none}.infix-opened #stacks_in_452,.infix-closed #stacks_in_452{display:block}.lightbox2{cursor:pointer}#stacks_in_452.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_452.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_455 *,
#stacks_in_455 *:before,
#stacks_in_455 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_455 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_455 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_455 {
	display: none !important;
}


#playlisterstacks_in_455 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_455 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_455 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_455 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_455 {
	min-height: 0px;
}


#coverstacks_in_455 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_455 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_455 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_455 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_455 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_455 {
		margin-top: 0px;
	}
}

#titlestacks_in_455 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_455:before {
	content: ' ';
}

#albumstacks_in_455 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_455:before {
	content: 'Album: ';
}

#artiststacks_in_455 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_455:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_455 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_455:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_455 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_455 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_455 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_455 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_455 .playlisterButtonStandard,
#playlisterWrapperstacks_in_455 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_455 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_455 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_455 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_455 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_455 .playlisterButton:hover,
#playlisterWrapperstacks_in_455 .playlisterButton:active,
#playlisterWrapperstacks_in_455 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_455 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_455 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_455 #playstacks_in_455 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_455 #pausestacks_in_455 {
	display: none;
}

#playlisterWrapperstacks_in_455 .playlisterIsPlaying #playstacks_in_455 {
	display: none;
}

#playlisterWrapperstacks_in_455 .playlisterIsPlaying #pausestacks_in_455 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_455 .playlisterButton:after,
#playlisterWrapperstacks_in_455 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_455 {
	float: right;
}

#playlisterWrapperstacks_in_455 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_455 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_455 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_455 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_455,
#volumeBtnstacks_in_455 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_455 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_455 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_455 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_455 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_455 [class^="fa fa-"],
	#volume-fullstacks_in_455 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_455 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_455 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_455 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_455 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_455 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_455 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_455 #progressstacks_in_455 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_455 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_455 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_455 {
	visibility: hidden;
}

#durationstacks_in_455.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_455 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_455 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_455 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_455 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_455 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_455 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_455 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_455 li.active-playlistitem,
#playlisterPlayliststacks_in_455 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_455 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_455 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_455 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_455,
.no-audio #playlisterPlayliststacks_in_455 {
	display: none;
}

#playlisterNoAudiostacks_in_455 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_455 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_455 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_455 #shufflestacks_in_455 {
	display: none;
}



#playlisterWrapperstacks_in_455 #playlistTogglestacks_in_455 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_455 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_455 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_476{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_476.splb{padding:12px}#splb_stacks_in_476 .infix-iframe-container{background-color:}#stacks_in_476{display:none}.infix-opened #stacks_in_476,.infix-closed #stacks_in_476{display:block}.lightbox3{cursor:pointer}#stacks_in_476.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_476.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_479 *,
#stacks_in_479 *:before,
#stacks_in_479 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_479 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_479 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_479 {
	display: none !important;
}


#playlisterstacks_in_479 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_479 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_479 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_479 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_479 {
	min-height: 0px;
}


#coverstacks_in_479 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_479 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_479 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_479 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_479 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_479 {
		margin-top: 0px;
	}
}

#titlestacks_in_479 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_479:before {
	content: ' ';
}

#albumstacks_in_479 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_479:before {
	content: 'Album: ';
}

#artiststacks_in_479 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_479:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_479 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_479:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_479 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_479 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_479 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_479 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_479 .playlisterButtonStandard,
#playlisterWrapperstacks_in_479 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_479 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_479 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_479 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_479 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_479 .playlisterButton:hover,
#playlisterWrapperstacks_in_479 .playlisterButton:active,
#playlisterWrapperstacks_in_479 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_479 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_479 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_479 #playstacks_in_479 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_479 #pausestacks_in_479 {
	display: none;
}

#playlisterWrapperstacks_in_479 .playlisterIsPlaying #playstacks_in_479 {
	display: none;
}

#playlisterWrapperstacks_in_479 .playlisterIsPlaying #pausestacks_in_479 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_479 .playlisterButton:after,
#playlisterWrapperstacks_in_479 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_479 {
	float: right;
}

#playlisterWrapperstacks_in_479 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_479 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_479 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_479 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_479,
#volumeBtnstacks_in_479 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_479 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_479 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_479 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_479 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_479 [class^="fa fa-"],
	#volume-fullstacks_in_479 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_479 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_479 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_479 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_479 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_479 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_479 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_479 #progressstacks_in_479 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_479 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_479 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_479 {
	visibility: hidden;
}

#durationstacks_in_479.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_479 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_479 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_479 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_479 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_479 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_479 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_479 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_479 li.active-playlistitem,
#playlisterPlayliststacks_in_479 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_479 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_479 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_479 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_479,
.no-audio #playlisterPlayliststacks_in_479 {
	display: none;
}

#playlisterNoAudiostacks_in_479 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_479 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_479 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_479 #shufflestacks_in_479 {
	display: none;
}



#playlisterWrapperstacks_in_479 #playlistTogglestacks_in_479 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_479 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_479 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_507{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_507.splb{padding:12px}#splb_stacks_in_507 .infix-iframe-container{background-color:}#stacks_in_507{display:none}.infix-opened #stacks_in_507,.infix-closed #stacks_in_507{display:block}.lightbox4{cursor:pointer}#stacks_in_507.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_507.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_510 *,
#stacks_in_510 *:before,
#stacks_in_510 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_510 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_510 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_510 {
	display: none !important;
}


#playlisterstacks_in_510 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_510 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_510 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_510 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_510 {
	min-height: 0px;
}


#coverstacks_in_510 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_510 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_510 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_510 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_510 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_510 {
		margin-top: 0px;
	}
}

#titlestacks_in_510 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_510:before {
	content: ' ';
}

#albumstacks_in_510 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_510:before {
	content: 'Album: ';
}

#artiststacks_in_510 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_510:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_510 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_510:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_510 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_510 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_510 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_510 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_510 .playlisterButtonStandard,
#playlisterWrapperstacks_in_510 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_510 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_510 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_510 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_510 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_510 .playlisterButton:hover,
#playlisterWrapperstacks_in_510 .playlisterButton:active,
#playlisterWrapperstacks_in_510 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_510 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_510 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_510 #playstacks_in_510 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_510 #pausestacks_in_510 {
	display: none;
}

#playlisterWrapperstacks_in_510 .playlisterIsPlaying #playstacks_in_510 {
	display: none;
}

#playlisterWrapperstacks_in_510 .playlisterIsPlaying #pausestacks_in_510 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_510 .playlisterButton:after,
#playlisterWrapperstacks_in_510 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_510 {
	float: right;
}

#playlisterWrapperstacks_in_510 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_510 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_510 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_510 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_510,
#volumeBtnstacks_in_510 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_510 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_510 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_510 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_510 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_510 [class^="fa fa-"],
	#volume-fullstacks_in_510 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_510 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_510 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_510 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_510 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_510 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_510 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_510 #progressstacks_in_510 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_510 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_510 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_510 {
	visibility: hidden;
}

#durationstacks_in_510.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_510 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_510 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_510 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_510 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_510 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_510 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_510 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_510 li.active-playlistitem,
#playlisterPlayliststacks_in_510 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_510 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_510 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_510 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_510,
.no-audio #playlisterPlayliststacks_in_510 {
	display: none;
}

#playlisterNoAudiostacks_in_510 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_510 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_510 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_510 #shufflestacks_in_510 {
	display: none;
}



#playlisterWrapperstacks_in_510 #playlistTogglestacks_in_510 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_510 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_510 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_519{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_519.splb{padding:12px}#splb_stacks_in_519 .infix-iframe-container{background-color:}#stacks_in_519{display:none}.infix-opened #stacks_in_519,.infix-closed #stacks_in_519{display:block}.lightbox5{cursor:pointer}#stacks_in_519.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_519.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_522 *,
#stacks_in_522 *:before,
#stacks_in_522 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_522 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_522 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_522 {
	display: none !important;
}


#playlisterstacks_in_522 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_522 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_522 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_522 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_522 {
	min-height: 0px;
}


#coverstacks_in_522 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_522 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_522 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_522 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_522 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_522 {
		margin-top: 0px;
	}
}

#titlestacks_in_522 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_522:before {
	content: ' ';
}

#albumstacks_in_522 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_522:before {
	content: 'Album: ';
}

#artiststacks_in_522 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_522:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_522 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_522:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_522 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_522 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_522 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_522 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_522 .playlisterButtonStandard,
#playlisterWrapperstacks_in_522 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_522 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_522 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_522 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_522 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_522 .playlisterButton:hover,
#playlisterWrapperstacks_in_522 .playlisterButton:active,
#playlisterWrapperstacks_in_522 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_522 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_522 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_522 #playstacks_in_522 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_522 #pausestacks_in_522 {
	display: none;
}

#playlisterWrapperstacks_in_522 .playlisterIsPlaying #playstacks_in_522 {
	display: none;
}

#playlisterWrapperstacks_in_522 .playlisterIsPlaying #pausestacks_in_522 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_522 .playlisterButton:after,
#playlisterWrapperstacks_in_522 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_522 {
	float: right;
}

#playlisterWrapperstacks_in_522 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_522 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_522 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_522 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_522,
#volumeBtnstacks_in_522 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_522 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_522 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_522 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_522 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_522 [class^="fa fa-"],
	#volume-fullstacks_in_522 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_522 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_522 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_522 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_522 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_522 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_522 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_522 #progressstacks_in_522 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_522 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_522 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_522 {
	visibility: hidden;
}

#durationstacks_in_522.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_522 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_522 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_522 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_522 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_522 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_522 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_522 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_522 li.active-playlistitem,
#playlisterPlayliststacks_in_522 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_522 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_522 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_522 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_522,
.no-audio #playlisterPlayliststacks_in_522 {
	display: none;
}

#playlisterNoAudiostacks_in_522 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_522 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_522 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_522 #shufflestacks_in_522 {
	display: none;
}



#playlisterWrapperstacks_in_522 #playlistTogglestacks_in_522 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_522 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_522 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_558{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_558.splb{padding:12px}#splb_stacks_in_558 .infix-iframe-container{background-color:}#stacks_in_558{display:none}.infix-opened #stacks_in_558,.infix-closed #stacks_in_558{display:block}.lightbox6{cursor:pointer}#stacks_in_558.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_558.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_561 *,
#stacks_in_561 *:before,
#stacks_in_561 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_561 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_561 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_561 {
	display: none !important;
}


#playlisterstacks_in_561 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_561 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_561 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_561 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_561 {
	min-height: 0px;
}


#coverstacks_in_561 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_561 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_561 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_561 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_561 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_561 {
		margin-top: 0px;
	}
}

#titlestacks_in_561 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_561:before {
	content: ' ';
}

#albumstacks_in_561 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_561:before {
	content: 'Album: ';
}

#artiststacks_in_561 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_561:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_561 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_561:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_561 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_561 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_561 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_561 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_561 .playlisterButtonStandard,
#playlisterWrapperstacks_in_561 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_561 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_561 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_561 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_561 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_561 .playlisterButton:hover,
#playlisterWrapperstacks_in_561 .playlisterButton:active,
#playlisterWrapperstacks_in_561 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_561 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_561 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_561 #playstacks_in_561 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_561 #pausestacks_in_561 {
	display: none;
}

#playlisterWrapperstacks_in_561 .playlisterIsPlaying #playstacks_in_561 {
	display: none;
}

#playlisterWrapperstacks_in_561 .playlisterIsPlaying #pausestacks_in_561 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_561 .playlisterButton:after,
#playlisterWrapperstacks_in_561 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_561 {
	float: right;
}

#playlisterWrapperstacks_in_561 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_561 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_561 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_561 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_561,
#volumeBtnstacks_in_561 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_561 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_561 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_561 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_561 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_561 [class^="fa fa-"],
	#volume-fullstacks_in_561 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_561 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_561 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_561 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_561 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_561 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_561 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_561 #progressstacks_in_561 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_561 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_561 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_561 {
	visibility: hidden;
}

#durationstacks_in_561.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_561 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_561 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_561 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_561 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_561 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_561 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_561 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_561 li.active-playlistitem,
#playlisterPlayliststacks_in_561 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_561 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_561 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_561 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_561,
.no-audio #playlisterPlayliststacks_in_561 {
	display: none;
}

#playlisterNoAudiostacks_in_561 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_561 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_561 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_561 #shufflestacks_in_561 {
	display: none;
}



#playlisterWrapperstacks_in_561 #playlistTogglestacks_in_561 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_561 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_561 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_576{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_576.splb{padding:12px}#splb_stacks_in_576 .infix-iframe-container{background-color:}#stacks_in_576{display:none}.infix-opened #stacks_in_576,.infix-closed #stacks_in_576{display:block}.lightbox7{cursor:pointer}#stacks_in_576.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_576.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_579 *,
#stacks_in_579 *:before,
#stacks_in_579 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_579 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_579 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_579 {
	display: none !important;
}


#playlisterstacks_in_579 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_579 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_579 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_579 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_579 {
	min-height: 0px;
}


#coverstacks_in_579 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_579 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_579 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_579 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_579 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_579 {
		margin-top: 0px;
	}
}

#titlestacks_in_579 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_579:before {
	content: ' ';
}

#albumstacks_in_579 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_579:before {
	content: 'Album: ';
}

#artiststacks_in_579 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_579:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_579 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_579:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_579 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_579 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_579 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_579 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_579 .playlisterButtonStandard,
#playlisterWrapperstacks_in_579 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_579 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_579 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_579 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_579 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_579 .playlisterButton:hover,
#playlisterWrapperstacks_in_579 .playlisterButton:active,
#playlisterWrapperstacks_in_579 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_579 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_579 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_579 #playstacks_in_579 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_579 #pausestacks_in_579 {
	display: none;
}

#playlisterWrapperstacks_in_579 .playlisterIsPlaying #playstacks_in_579 {
	display: none;
}

#playlisterWrapperstacks_in_579 .playlisterIsPlaying #pausestacks_in_579 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_579 .playlisterButton:after,
#playlisterWrapperstacks_in_579 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_579 {
	float: right;
}

#playlisterWrapperstacks_in_579 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_579 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_579 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_579 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_579,
#volumeBtnstacks_in_579 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_579 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_579 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_579 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_579 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_579 [class^="fa fa-"],
	#volume-fullstacks_in_579 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_579 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_579 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_579 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_579 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_579 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_579 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_579 #progressstacks_in_579 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_579 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_579 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_579 {
	visibility: hidden;
}

#durationstacks_in_579.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_579 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_579 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_579 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_579 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_579 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_579 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_579 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_579 li.active-playlistitem,
#playlisterPlayliststacks_in_579 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_579 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_579 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_579 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_579,
.no-audio #playlisterPlayliststacks_in_579 {
	display: none;
}

#playlisterNoAudiostacks_in_579 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_579 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_579 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_579 #shufflestacks_in_579 {
	display: none;
}



#playlisterWrapperstacks_in_579 #playlistTogglestacks_in_579 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_579 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_579 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_592{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_592.splb{padding:12px}#splb_stacks_in_592 .infix-iframe-container{background-color:}#stacks_in_592{display:none}.infix-opened #stacks_in_592,.infix-closed #stacks_in_592{display:block}.lightbox8{cursor:pointer}#stacks_in_592.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_592.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_595 *,
#stacks_in_595 *:before,
#stacks_in_595 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_595 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_595 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_595 {
	display: none !important;
}


#playlisterstacks_in_595 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_595 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_595 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_595 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_595 {
	min-height: 0px;
}


#coverstacks_in_595 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_595 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_595 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_595 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_595 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_595 {
		margin-top: 0px;
	}
}

#titlestacks_in_595 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_595:before {
	content: ' ';
}

#albumstacks_in_595 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_595:before {
	content: 'Album: ';
}

#artiststacks_in_595 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_595:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_595 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_595:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_595 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_595 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_595 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_595 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_595 .playlisterButtonStandard,
#playlisterWrapperstacks_in_595 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_595 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_595 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_595 .playlisterButton:hover,
#playlisterWrapperstacks_in_595 .playlisterButton:active,
#playlisterWrapperstacks_in_595 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_595 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_595 #playstacks_in_595 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_595 #pausestacks_in_595 {
	display: none;
}

#playlisterWrapperstacks_in_595 .playlisterIsPlaying #playstacks_in_595 {
	display: none;
}

#playlisterWrapperstacks_in_595 .playlisterIsPlaying #pausestacks_in_595 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_595 .playlisterButton:after,
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_595 {
	float: right;
}

#playlisterWrapperstacks_in_595 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_595 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_595 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_595 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_595,
#volumeBtnstacks_in_595 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_595 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_595 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_595 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_595 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_595 [class^="fa fa-"],
	#volume-fullstacks_in_595 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_595 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_595 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_595 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_595 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_595 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_595 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_595 #progressstacks_in_595 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_595 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_595 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_595 {
	visibility: hidden;
}

#durationstacks_in_595.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_595 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_595 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_595 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_595 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_595 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_595 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_595 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_595 li.active-playlistitem,
#playlisterPlayliststacks_in_595 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_595 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_595 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_595 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_595,
.no-audio #playlisterPlayliststacks_in_595 {
	display: none;
}

#playlisterNoAudiostacks_in_595 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_595 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_595 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_595 #shufflestacks_in_595 {
	display: none;
}



#playlisterWrapperstacks_in_595 #playlistTogglestacks_in_595 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_595 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_595 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_608{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_608.splb{padding:12px}#splb_stacks_in_608 .infix-iframe-container{background-color:}#stacks_in_608{display:none}.infix-opened #stacks_in_608,.infix-closed #stacks_in_608{display:block}.lightbox9{cursor:pointer}#stacks_in_608.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_608.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_611 *,
#stacks_in_611 *:before,
#stacks_in_611 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_611 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_611 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_611 {
	display: none !important;
}


#playlisterstacks_in_611 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_611 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_611 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_611 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_611 {
	min-height: 0px;
}


#coverstacks_in_611 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_611 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_611 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_611 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_611 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_611 {
		margin-top: 0px;
	}
}

#titlestacks_in_611 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_611:before {
	content: ' ';
}

#albumstacks_in_611 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_611:before {
	content: 'Album: ';
}

#artiststacks_in_611 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_611:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_611 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_611:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_611 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_611 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_611 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_611 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_611 .playlisterButtonStandard,
#playlisterWrapperstacks_in_611 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_611 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_611 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_611 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_611 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_611 .playlisterButton:hover,
#playlisterWrapperstacks_in_611 .playlisterButton:active,
#playlisterWrapperstacks_in_611 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_611 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_611 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_611 #playstacks_in_611 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_611 #pausestacks_in_611 {
	display: none;
}

#playlisterWrapperstacks_in_611 .playlisterIsPlaying #playstacks_in_611 {
	display: none;
}

#playlisterWrapperstacks_in_611 .playlisterIsPlaying #pausestacks_in_611 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_611 .playlisterButton:after,
#playlisterWrapperstacks_in_611 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_611 {
	float: right;
}

#playlisterWrapperstacks_in_611 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_611 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_611 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_611 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_611,
#volumeBtnstacks_in_611 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_611 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_611 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_611 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_611 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_611 [class^="fa fa-"],
	#volume-fullstacks_in_611 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_611 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_611 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_611 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_611 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_611 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_611 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_611 #progressstacks_in_611 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_611 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_611 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_611 {
	visibility: hidden;
}

#durationstacks_in_611.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_611 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_611 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_611 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_611 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_611 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_611 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_611 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_611 li.active-playlistitem,
#playlisterPlayliststacks_in_611 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_611 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_611 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_611 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_611,
.no-audio #playlisterPlayliststacks_in_611 {
	display: none;
}

#playlisterNoAudiostacks_in_611 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_611 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_611 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_611 #shufflestacks_in_611 {
	display: none;
}



#playlisterWrapperstacks_in_611 #playlistTogglestacks_in_611 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_611 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_611 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_626{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_626.splb{padding:12px}#splb_stacks_in_626 .infix-iframe-container{background-color:}#stacks_in_626{display:none}.infix-opened #stacks_in_626,.infix-closed #stacks_in_626{display:block}.lightbox10{cursor:pointer}#stacks_in_626.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_626.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_629 *,
#stacks_in_629 *:before,
#stacks_in_629 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_629 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_629 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_629 {
	display: none !important;
}


#playlisterstacks_in_629 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_629 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_629 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_629 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_629 {
	min-height: 0px;
}


#coverstacks_in_629 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_629 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_629 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_629 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_629 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_629 {
		margin-top: 0px;
	}
}

#titlestacks_in_629 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_629:before {
	content: ' ';
}

#albumstacks_in_629 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_629:before {
	content: 'Album: ';
}

#artiststacks_in_629 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_629:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_629 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_629:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_629 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_629 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_629 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_629 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_629 .playlisterButtonStandard,
#playlisterWrapperstacks_in_629 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_629 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_629 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_629 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_629 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_629 .playlisterButton:hover,
#playlisterWrapperstacks_in_629 .playlisterButton:active,
#playlisterWrapperstacks_in_629 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_629 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_629 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_629 #playstacks_in_629 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_629 #pausestacks_in_629 {
	display: none;
}

#playlisterWrapperstacks_in_629 .playlisterIsPlaying #playstacks_in_629 {
	display: none;
}

#playlisterWrapperstacks_in_629 .playlisterIsPlaying #pausestacks_in_629 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_629 .playlisterButton:after,
#playlisterWrapperstacks_in_629 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_629 {
	float: right;
}

#playlisterWrapperstacks_in_629 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_629 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_629 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_629 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_629,
#volumeBtnstacks_in_629 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_629 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_629 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_629 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_629 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_629 [class^="fa fa-"],
	#volume-fullstacks_in_629 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_629 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_629 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_629 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_629 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_629 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_629 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_629 #progressstacks_in_629 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_629 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_629 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_629 {
	visibility: hidden;
}

#durationstacks_in_629.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_629 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_629 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_629 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_629 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_629 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_629 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_629 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_629 li.active-playlistitem,
#playlisterPlayliststacks_in_629 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_629 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_629 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_629 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_629,
.no-audio #playlisterPlayliststacks_in_629 {
	display: none;
}

#playlisterNoAudiostacks_in_629 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_629 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_629 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_629 #shufflestacks_in_629 {
	display: none;
}



#playlisterWrapperstacks_in_629 #playlistTogglestacks_in_629 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_629 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_629 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_644{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_644.splb{padding:12px}#splb_stacks_in_644 .infix-iframe-container{background-color:}#stacks_in_644{display:none}.infix-opened #stacks_in_644,.infix-closed #stacks_in_644{display:block}.lightbox11{cursor:pointer}#stacks_in_644.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_644.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_647 *,
#stacks_in_647 *:before,
#stacks_in_647 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_647 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_647 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_647 {
	display: none !important;
}


#playlisterstacks_in_647 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_647 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_647 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_647 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_647 {
	min-height: 0px;
}


#coverstacks_in_647 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_647 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_647 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_647 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_647 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_647 {
		margin-top: 0px;
	}
}

#titlestacks_in_647 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_647:before {
	content: ' ';
}

#albumstacks_in_647 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_647:before {
	content: 'Album: ';
}

#artiststacks_in_647 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_647:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_647 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_647:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_647 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_647 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_647 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_647 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_647 .playlisterButtonStandard,
#playlisterWrapperstacks_in_647 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_647 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_647 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_647 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_647 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_647 .playlisterButton:hover,
#playlisterWrapperstacks_in_647 .playlisterButton:active,
#playlisterWrapperstacks_in_647 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_647 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_647 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_647 #playstacks_in_647 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_647 #pausestacks_in_647 {
	display: none;
}

#playlisterWrapperstacks_in_647 .playlisterIsPlaying #playstacks_in_647 {
	display: none;
}

#playlisterWrapperstacks_in_647 .playlisterIsPlaying #pausestacks_in_647 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_647 .playlisterButton:after,
#playlisterWrapperstacks_in_647 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_647 {
	float: right;
}

#playlisterWrapperstacks_in_647 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_647 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_647 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_647 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_647,
#volumeBtnstacks_in_647 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_647 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_647 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_647 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_647 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_647 [class^="fa fa-"],
	#volume-fullstacks_in_647 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_647 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_647 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_647 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_647 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_647 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_647 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_647 #progressstacks_in_647 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_647 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_647 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_647 {
	visibility: hidden;
}

#durationstacks_in_647.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_647 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_647 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_647 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_647 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_647 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_647 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_647 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_647 li.active-playlistitem,
#playlisterPlayliststacks_in_647 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_647 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_647 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_647 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_647,
.no-audio #playlisterPlayliststacks_in_647 {
	display: none;
}

#playlisterNoAudiostacks_in_647 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_647 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_647 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_647 #shufflestacks_in_647 {
	display: none;
}



#playlisterWrapperstacks_in_647 #playlistTogglestacks_in_647 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_647 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_647 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_662{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_662.splb{padding:12px}#splb_stacks_in_662 .infix-iframe-container{background-color:}#stacks_in_662{display:none}.infix-opened #stacks_in_662,.infix-closed #stacks_in_662{display:block}.lightbox12{cursor:pointer}#stacks_in_662.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_662.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_665 *,
#stacks_in_665 *:before,
#stacks_in_665 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_665 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_665 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_665 {
	display: none !important;
}


#playlisterstacks_in_665 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_665 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_665 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_665 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_665 {
	min-height: 0px;
}


#coverstacks_in_665 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_665 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_665 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_665 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_665 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_665 {
		margin-top: 0px;
	}
}

#titlestacks_in_665 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_665:before {
	content: ' ';
}

#albumstacks_in_665 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_665:before {
	content: 'Album: ';
}

#artiststacks_in_665 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_665:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_665 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_665:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_665 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_665 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_665 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_665 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_665 .playlisterButtonStandard,
#playlisterWrapperstacks_in_665 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_665 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_665 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_665 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_665 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_665 .playlisterButton:hover,
#playlisterWrapperstacks_in_665 .playlisterButton:active,
#playlisterWrapperstacks_in_665 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_665 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_665 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_665 #playstacks_in_665 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_665 #pausestacks_in_665 {
	display: none;
}

#playlisterWrapperstacks_in_665 .playlisterIsPlaying #playstacks_in_665 {
	display: none;
}

#playlisterWrapperstacks_in_665 .playlisterIsPlaying #pausestacks_in_665 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_665 .playlisterButton:after,
#playlisterWrapperstacks_in_665 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_665 {
	float: right;
}

#playlisterWrapperstacks_in_665 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_665 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_665 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_665 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_665,
#volumeBtnstacks_in_665 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_665 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_665 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_665 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_665 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_665 [class^="fa fa-"],
	#volume-fullstacks_in_665 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_665 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_665 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_665 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_665 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_665 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_665 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_665 #progressstacks_in_665 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_665 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_665 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_665 {
	visibility: hidden;
}

#durationstacks_in_665.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_665 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_665 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_665 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_665 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_665 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_665 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_665 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_665 li.active-playlistitem,
#playlisterPlayliststacks_in_665 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_665 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_665 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_665 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_665,
.no-audio #playlisterPlayliststacks_in_665 {
	display: none;
}

#playlisterNoAudiostacks_in_665 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_665 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_665 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_665 #shufflestacks_in_665 {
	display: none;
}



#playlisterWrapperstacks_in_665 #playlistTogglestacks_in_665 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_665 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_665 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_680{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_680.splb{padding:12px}#splb_stacks_in_680 .infix-iframe-container{background-color:}#stacks_in_680{display:none}.infix-opened #stacks_in_680,.infix-closed #stacks_in_680{display:block}.lightbox13{cursor:pointer}#stacks_in_680.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_680.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_683 *,
#stacks_in_683 *:before,
#stacks_in_683 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_683 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_683 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_683 {
	display: none !important;
}


#playlisterstacks_in_683 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_683 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_683 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_683 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_683 {
	min-height: 0px;
}


#coverstacks_in_683 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_683 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_683 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_683 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_683 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_683 {
		margin-top: 0px;
	}
}

#titlestacks_in_683 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_683:before {
	content: ' ';
}

#albumstacks_in_683 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_683:before {
	content: 'Album: ';
}

#artiststacks_in_683 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_683:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_683 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_683:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_683 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_683 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_683 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_683 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_683 .playlisterButtonStandard,
#playlisterWrapperstacks_in_683 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_683 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_683 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_683 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_683 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_683 .playlisterButton:hover,
#playlisterWrapperstacks_in_683 .playlisterButton:active,
#playlisterWrapperstacks_in_683 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_683 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_683 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_683 #playstacks_in_683 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_683 #pausestacks_in_683 {
	display: none;
}

#playlisterWrapperstacks_in_683 .playlisterIsPlaying #playstacks_in_683 {
	display: none;
}

#playlisterWrapperstacks_in_683 .playlisterIsPlaying #pausestacks_in_683 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_683 .playlisterButton:after,
#playlisterWrapperstacks_in_683 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_683 {
	float: right;
}

#playlisterWrapperstacks_in_683 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_683 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_683 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_683 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_683,
#volumeBtnstacks_in_683 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_683 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_683 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_683 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_683 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_683 [class^="fa fa-"],
	#volume-fullstacks_in_683 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_683 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_683 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_683 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_683 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_683 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_683 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_683 #progressstacks_in_683 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_683 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_683 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_683 {
	visibility: hidden;
}

#durationstacks_in_683.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_683 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_683 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_683 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_683 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_683 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_683 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_683 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_683 li.active-playlistitem,
#playlisterPlayliststacks_in_683 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_683 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_683 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_683 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_683,
.no-audio #playlisterPlayliststacks_in_683 {
	display: none;
}

#playlisterNoAudiostacks_in_683 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_683 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_683 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_683 #shufflestacks_in_683 {
	display: none;
}



#playlisterWrapperstacks_in_683 #playlistTogglestacks_in_683 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_683 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_683 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_698{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_698.splb{padding:12px}#splb_stacks_in_698 .infix-iframe-container{background-color:}#stacks_in_698{display:none}.infix-opened #stacks_in_698,.infix-closed #stacks_in_698{display:block}.lightbox14{cursor:pointer}#stacks_in_698.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_698.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_701 *,
#stacks_in_701 *:before,
#stacks_in_701 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_701 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_701 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_701 {
	display: none !important;
}


#playlisterstacks_in_701 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_701 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_701 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_701 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_701 {
	min-height: 0px;
}


#coverstacks_in_701 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_701 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_701 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_701 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_701 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_701 {
		margin-top: 0px;
	}
}

#titlestacks_in_701 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_701:before {
	content: ' ';
}

#albumstacks_in_701 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_701:before {
	content: 'Album: ';
}

#artiststacks_in_701 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_701:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_701 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_701:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_701 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_701 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_701 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_701 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_701 .playlisterButtonStandard,
#playlisterWrapperstacks_in_701 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_701 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_701 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_701 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_701 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_701 .playlisterButton:hover,
#playlisterWrapperstacks_in_701 .playlisterButton:active,
#playlisterWrapperstacks_in_701 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_701 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_701 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_701 #playstacks_in_701 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_701 #pausestacks_in_701 {
	display: none;
}

#playlisterWrapperstacks_in_701 .playlisterIsPlaying #playstacks_in_701 {
	display: none;
}

#playlisterWrapperstacks_in_701 .playlisterIsPlaying #pausestacks_in_701 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_701 .playlisterButton:after,
#playlisterWrapperstacks_in_701 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_701 {
	float: right;
}

#playlisterWrapperstacks_in_701 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_701 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_701 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_701 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_701,
#volumeBtnstacks_in_701 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_701 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_701 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_701 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_701 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_701 [class^="fa fa-"],
	#volume-fullstacks_in_701 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_701 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_701 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_701 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_701 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_701 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_701 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_701 #progressstacks_in_701 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_701 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_701 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_701 {
	visibility: hidden;
}

#durationstacks_in_701.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_701 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_701 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_701 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_701 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_701 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_701 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_701 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_701 li.active-playlistitem,
#playlisterPlayliststacks_in_701 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_701 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_701 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_701 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_701,
.no-audio #playlisterPlayliststacks_in_701 {
	display: none;
}

#playlisterNoAudiostacks_in_701 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_701 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_701 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_701 #shufflestacks_in_701 {
	display: none;
}



#playlisterWrapperstacks_in_701 #playlistTogglestacks_in_701 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_701 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_701 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_716{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_716.splb{padding:12px}#splb_stacks_in_716 .infix-iframe-container{background-color:}#stacks_in_716{display:none}.infix-opened #stacks_in_716,.infix-closed #stacks_in_716{display:block}.lightbox15{cursor:pointer}#stacks_in_716.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_716.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_719 *,
#stacks_in_719 *:before,
#stacks_in_719 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_719 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_719 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_719 {
	display: none !important;
}


#playlisterstacks_in_719 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_719 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_719 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_719 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_719 {
	min-height: 0px;
}


#coverstacks_in_719 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_719 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_719 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_719 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_719 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_719 {
		margin-top: 0px;
	}
}

#titlestacks_in_719 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_719:before {
	content: ' ';
}

#albumstacks_in_719 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_719:before {
	content: 'Album: ';
}

#artiststacks_in_719 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_719:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_719 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_719:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_719 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_719 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_719 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_719 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_719 .playlisterButtonStandard,
#playlisterWrapperstacks_in_719 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_719 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_719 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_719 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_719 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_719 .playlisterButton:hover,
#playlisterWrapperstacks_in_719 .playlisterButton:active,
#playlisterWrapperstacks_in_719 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_719 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_719 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_719 #playstacks_in_719 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_719 #pausestacks_in_719 {
	display: none;
}

#playlisterWrapperstacks_in_719 .playlisterIsPlaying #playstacks_in_719 {
	display: none;
}

#playlisterWrapperstacks_in_719 .playlisterIsPlaying #pausestacks_in_719 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_719 .playlisterButton:after,
#playlisterWrapperstacks_in_719 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_719 {
	float: right;
}

#playlisterWrapperstacks_in_719 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_719 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_719 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_719 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_719,
#volumeBtnstacks_in_719 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_719 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_719 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_719 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_719 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_719 [class^="fa fa-"],
	#volume-fullstacks_in_719 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_719 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_719 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_719 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_719 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_719 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_719 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_719 #progressstacks_in_719 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_719 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_719 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_719 {
	visibility: hidden;
}

#durationstacks_in_719.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_719 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_719 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_719 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_719 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_719 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_719 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_719 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_719 li.active-playlistitem,
#playlisterPlayliststacks_in_719 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_719 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_719 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_719 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_719,
.no-audio #playlisterPlayliststacks_in_719 {
	display: none;
}

#playlisterNoAudiostacks_in_719 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_719 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_719 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_719 #shufflestacks_in_719 {
	display: none;
}



#playlisterWrapperstacks_in_719 #playlistTogglestacks_in_719 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_719 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_719 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_734{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_734.splb{padding:12px}#splb_stacks_in_734 .infix-iframe-container{background-color:}#stacks_in_734{display:none}.infix-opened #stacks_in_734,.infix-closed #stacks_in_734{display:block}.lightbox16{cursor:pointer}#stacks_in_734.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_734.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_737 *,
#stacks_in_737 *:before,
#stacks_in_737 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_737 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_737 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_737 {
	display: none !important;
}


#playlisterstacks_in_737 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_737 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_737 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_737 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_737 {
	min-height: 0px;
}


#coverstacks_in_737 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_737 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_737 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_737 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_737 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_737 {
		margin-top: 0px;
	}
}

#titlestacks_in_737 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_737:before {
	content: ' ';
}

#albumstacks_in_737 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_737:before {
	content: 'Album: ';
}

#artiststacks_in_737 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_737:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_737 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_737:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_737 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_737 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_737 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_737 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_737 .playlisterButtonStandard,
#playlisterWrapperstacks_in_737 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_737 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_737 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_737 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_737 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_737 .playlisterButton:hover,
#playlisterWrapperstacks_in_737 .playlisterButton:active,
#playlisterWrapperstacks_in_737 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_737 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_737 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_737 #playstacks_in_737 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_737 #pausestacks_in_737 {
	display: none;
}

#playlisterWrapperstacks_in_737 .playlisterIsPlaying #playstacks_in_737 {
	display: none;
}

#playlisterWrapperstacks_in_737 .playlisterIsPlaying #pausestacks_in_737 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_737 .playlisterButton:after,
#playlisterWrapperstacks_in_737 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_737 {
	float: right;
}

#playlisterWrapperstacks_in_737 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_737 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_737 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_737 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_737,
#volumeBtnstacks_in_737 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_737 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_737 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_737 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_737 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_737 [class^="fa fa-"],
	#volume-fullstacks_in_737 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_737 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_737 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_737 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_737 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_737 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_737 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_737 #progressstacks_in_737 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_737 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_737 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_737 {
	visibility: hidden;
}

#durationstacks_in_737.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_737 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_737 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_737 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_737 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_737 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_737 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_737 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_737 li.active-playlistitem,
#playlisterPlayliststacks_in_737 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_737 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_737 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_737 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_737,
.no-audio #playlisterPlayliststacks_in_737 {
	display: none;
}

#playlisterNoAudiostacks_in_737 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_737 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_737 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_737 #shufflestacks_in_737 {
	display: none;
}



#playlisterWrapperstacks_in_737 #playlistTogglestacks_in_737 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_737 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_737 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_752{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_752.splb{padding:12px}#splb_stacks_in_752 .infix-iframe-container{background-color:}#stacks_in_752{display:none}.infix-opened #stacks_in_752,.infix-closed #stacks_in_752{display:block}.lightbox17{cursor:pointer}#stacks_in_752.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_752.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_755 *,
#stacks_in_755 *:before,
#stacks_in_755 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_755 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_755 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_755 {
	display: none !important;
}


#playlisterstacks_in_755 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_755 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_755 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_755 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_755 {
	min-height: 0px;
}


#coverstacks_in_755 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_755 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_755 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_755 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_755 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_755 {
		margin-top: 0px;
	}
}

#titlestacks_in_755 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_755:before {
	content: ' ';
}

#albumstacks_in_755 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_755:before {
	content: 'Album: ';
}

#artiststacks_in_755 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_755:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_755 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_755:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_755 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_755 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_755 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_755 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_755 .playlisterButtonStandard,
#playlisterWrapperstacks_in_755 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_755 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_755 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_755 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_755 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_755 .playlisterButton:hover,
#playlisterWrapperstacks_in_755 .playlisterButton:active,
#playlisterWrapperstacks_in_755 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_755 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_755 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_755 #playstacks_in_755 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_755 #pausestacks_in_755 {
	display: none;
}

#playlisterWrapperstacks_in_755 .playlisterIsPlaying #playstacks_in_755 {
	display: none;
}

#playlisterWrapperstacks_in_755 .playlisterIsPlaying #pausestacks_in_755 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_755 .playlisterButton:after,
#playlisterWrapperstacks_in_755 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_755 {
	float: right;
}

#playlisterWrapperstacks_in_755 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_755 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_755 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_755 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_755,
#volumeBtnstacks_in_755 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_755 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_755 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_755 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_755 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_755 [class^="fa fa-"],
	#volume-fullstacks_in_755 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_755 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_755 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_755 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_755 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_755 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_755 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_755 #progressstacks_in_755 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_755 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_755 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_755 {
	visibility: hidden;
}

#durationstacks_in_755.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_755 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_755 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_755 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_755 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_755 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_755 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_755 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_755 li.active-playlistitem,
#playlisterPlayliststacks_in_755 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_755 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_755 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_755 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_755,
.no-audio #playlisterPlayliststacks_in_755 {
	display: none;
}

#playlisterNoAudiostacks_in_755 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_755 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_755 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_755 #shufflestacks_in_755 {
	display: none;
}



#playlisterWrapperstacks_in_755 #playlistTogglestacks_in_755 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_755 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_755 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_770{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_770.splb{padding:12px}#splb_stacks_in_770 .infix-iframe-container{background-color:}#stacks_in_770{display:none}.infix-opened #stacks_in_770,.infix-closed #stacks_in_770{display:block}.lightbox18{cursor:pointer}#stacks_in_770.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_770.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_773 *,
#stacks_in_773 *:before,
#stacks_in_773 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_773 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_773 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_773 {
	display: none !important;
}


#playlisterstacks_in_773 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_773 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_773 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_773 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_773 {
	min-height: 0px;
}


#coverstacks_in_773 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_773 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_773 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_773 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_773 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_773 {
		margin-top: 0px;
	}
}

#titlestacks_in_773 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_773:before {
	content: ' ';
}

#albumstacks_in_773 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_773:before {
	content: 'Album: ';
}

#artiststacks_in_773 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_773:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_773 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_773:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_773 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_773 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_773 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_773 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_773 .playlisterButtonStandard,
#playlisterWrapperstacks_in_773 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_773 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_773 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_773 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_773 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_773 .playlisterButton:hover,
#playlisterWrapperstacks_in_773 .playlisterButton:active,
#playlisterWrapperstacks_in_773 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_773 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_773 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_773 #playstacks_in_773 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_773 #pausestacks_in_773 {
	display: none;
}

#playlisterWrapperstacks_in_773 .playlisterIsPlaying #playstacks_in_773 {
	display: none;
}

#playlisterWrapperstacks_in_773 .playlisterIsPlaying #pausestacks_in_773 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_773 .playlisterButton:after,
#playlisterWrapperstacks_in_773 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_773 {
	float: right;
}

#playlisterWrapperstacks_in_773 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_773 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_773 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_773 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_773,
#volumeBtnstacks_in_773 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_773 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_773 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_773 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_773 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_773 [class^="fa fa-"],
	#volume-fullstacks_in_773 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_773 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_773 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_773 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_773 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_773 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_773 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_773 #progressstacks_in_773 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_773 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_773 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_773 {
	visibility: hidden;
}

#durationstacks_in_773.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_773 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_773 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_773 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_773 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_773 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_773 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_773 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_773 li.active-playlistitem,
#playlisterPlayliststacks_in_773 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_773 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_773 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_773 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_773,
.no-audio #playlisterPlayliststacks_in_773 {
	display: none;
}

#playlisterNoAudiostacks_in_773 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_773 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_773 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_773 #shufflestacks_in_773 {
	display: none;
}



#playlisterWrapperstacks_in_773 #playlistTogglestacks_in_773 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_773 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_773 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_788{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_788.splb{padding:12px}#splb_stacks_in_788 .infix-iframe-container{background-color:}#stacks_in_788{display:none}.infix-opened #stacks_in_788,.infix-closed #stacks_in_788{display:block}.lightbox19{cursor:pointer}#stacks_in_788.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_788.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_791 *,
#stacks_in_791 *:before,
#stacks_in_791 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_791 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_791 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_791 {
	display: none !important;
}


#playlisterstacks_in_791 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_791 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_791 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_791 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_791 {
	min-height: 0px;
}


#coverstacks_in_791 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_791 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_791 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_791 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_791 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_791 {
		margin-top: 0px;
	}
}

#titlestacks_in_791 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_791:before {
	content: ' ';
}

#albumstacks_in_791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_791:before {
	content: 'Album: ';
}

#artiststacks_in_791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_791:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_791:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_791 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_791 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_791 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_791 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_791 .playlisterButtonStandard,
#playlisterWrapperstacks_in_791 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_791 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_791 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_791 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_791 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_791 .playlisterButton:hover,
#playlisterWrapperstacks_in_791 .playlisterButton:active,
#playlisterWrapperstacks_in_791 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_791 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_791 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_791 #playstacks_in_791 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_791 #pausestacks_in_791 {
	display: none;
}

#playlisterWrapperstacks_in_791 .playlisterIsPlaying #playstacks_in_791 {
	display: none;
}

#playlisterWrapperstacks_in_791 .playlisterIsPlaying #pausestacks_in_791 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_791 .playlisterButton:after,
#playlisterWrapperstacks_in_791 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_791 {
	float: right;
}

#playlisterWrapperstacks_in_791 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_791 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_791 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_791 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_791,
#volumeBtnstacks_in_791 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_791 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_791 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_791 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_791 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_791 [class^="fa fa-"],
	#volume-fullstacks_in_791 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_791 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_791 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_791 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_791 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_791 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_791 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_791 #progressstacks_in_791 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_791 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_791 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_791 {
	visibility: hidden;
}

#durationstacks_in_791.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_791 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_791 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_791 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_791 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_791 li.active-playlistitem,
#playlisterPlayliststacks_in_791 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_791 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_791 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_791 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_791,
.no-audio #playlisterPlayliststacks_in_791 {
	display: none;
}

#playlisterNoAudiostacks_in_791 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_791 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_791 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_791 #shufflestacks_in_791 {
	display: none;
}



#playlisterWrapperstacks_in_791 #playlistTogglestacks_in_791 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_791 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_791 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_806{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_806.splb{padding:12px}#splb_stacks_in_806 .infix-iframe-container{background-color:}#stacks_in_806{display:none}.infix-opened #stacks_in_806,.infix-closed #stacks_in_806{display:block}.lightbox20{cursor:pointer}#stacks_in_806.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_806.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_809 *,
#stacks_in_809 *:before,
#stacks_in_809 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_809 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_809 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_809 {
	display: none !important;
}


#playlisterstacks_in_809 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_809 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_809 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_809 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_809 {
	min-height: 0px;
}


#coverstacks_in_809 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_809 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_809 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_809 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_809 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_809 {
		margin-top: 0px;
	}
}

#titlestacks_in_809 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_809:before {
	content: ' ';
}

#albumstacks_in_809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_809:before {
	content: 'Album: ';
}

#artiststacks_in_809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_809:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_809:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_809 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_809 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_809 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_809 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_809 .playlisterButtonStandard,
#playlisterWrapperstacks_in_809 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_809 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_809 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_809 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_809 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_809 .playlisterButton:hover,
#playlisterWrapperstacks_in_809 .playlisterButton:active,
#playlisterWrapperstacks_in_809 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_809 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_809 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_809 #playstacks_in_809 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_809 #pausestacks_in_809 {
	display: none;
}

#playlisterWrapperstacks_in_809 .playlisterIsPlaying #playstacks_in_809 {
	display: none;
}

#playlisterWrapperstacks_in_809 .playlisterIsPlaying #pausestacks_in_809 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_809 .playlisterButton:after,
#playlisterWrapperstacks_in_809 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_809 {
	float: right;
}

#playlisterWrapperstacks_in_809 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_809 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_809 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_809 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_809,
#volumeBtnstacks_in_809 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_809 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_809 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_809 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_809 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_809 [class^="fa fa-"],
	#volume-fullstacks_in_809 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_809 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_809 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_809 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_809 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_809 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_809 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_809 #progressstacks_in_809 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_809 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_809 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_809 {
	visibility: hidden;
}

#durationstacks_in_809.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_809 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_809 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_809 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_809 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_809 li.active-playlistitem,
#playlisterPlayliststacks_in_809 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_809 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_809 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_809 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_809,
.no-audio #playlisterPlayliststacks_in_809 {
	display: none;
}

#playlisterNoAudiostacks_in_809 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_809 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_809 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_809 #shufflestacks_in_809 {
	display: none;
}



#playlisterWrapperstacks_in_809 #playlistTogglestacks_in_809 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_809 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_809 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_824{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_824.splb{padding:12px}#splb_stacks_in_824 .infix-iframe-container{background-color:}#stacks_in_824{display:none}.infix-opened #stacks_in_824,.infix-closed #stacks_in_824{display:block}.lightbox21{cursor:pointer}#stacks_in_824.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_824.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_827 *,
#stacks_in_827 *:before,
#stacks_in_827 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_827 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_827 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_827 {
	display: none !important;
}


#playlisterstacks_in_827 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_827 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_827 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_827 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_827 {
	min-height: 0px;
}


#coverstacks_in_827 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_827 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_827 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_827 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_827 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_827 {
		margin-top: 0px;
	}
}

#titlestacks_in_827 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_827:before {
	content: ' ';
}

#albumstacks_in_827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_827:before {
	content: 'Album: ';
}

#artiststacks_in_827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_827:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_827:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_827 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_827 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_827 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_827 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_827 .playlisterButtonStandard,
#playlisterWrapperstacks_in_827 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_827 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_827 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_827 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_827 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_827 .playlisterButton:hover,
#playlisterWrapperstacks_in_827 .playlisterButton:active,
#playlisterWrapperstacks_in_827 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_827 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_827 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_827 #playstacks_in_827 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_827 #pausestacks_in_827 {
	display: none;
}

#playlisterWrapperstacks_in_827 .playlisterIsPlaying #playstacks_in_827 {
	display: none;
}

#playlisterWrapperstacks_in_827 .playlisterIsPlaying #pausestacks_in_827 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_827 .playlisterButton:after,
#playlisterWrapperstacks_in_827 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_827 {
	float: right;
}

#playlisterWrapperstacks_in_827 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_827 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_827 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_827 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_827,
#volumeBtnstacks_in_827 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_827 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_827 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_827 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_827 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_827 [class^="fa fa-"],
	#volume-fullstacks_in_827 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_827 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_827 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_827 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_827 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_827 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_827 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_827 #progressstacks_in_827 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_827 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_827 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_827 {
	visibility: hidden;
}

#durationstacks_in_827.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_827 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_827 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_827 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_827 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_827 li.active-playlistitem,
#playlisterPlayliststacks_in_827 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_827 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_827 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_827 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_827,
.no-audio #playlisterPlayliststacks_in_827 {
	display: none;
}

#playlisterNoAudiostacks_in_827 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_827 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_827 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_827 #shufflestacks_in_827 {
	display: none;
}



#playlisterWrapperstacks_in_827 #playlistTogglestacks_in_827 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_827 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_827 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_842{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_842.splb{padding:12px}#splb_stacks_in_842 .infix-iframe-container{background-color:}#stacks_in_842{display:none}.infix-opened #stacks_in_842,.infix-closed #stacks_in_842{display:block}.lightbox22{cursor:pointer}#stacks_in_842.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_842.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_845 *,
#stacks_in_845 *:before,
#stacks_in_845 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_845 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_845 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_845 {
	display: none !important;
}


#playlisterstacks_in_845 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_845 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_845 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_845 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_845 {
	min-height: 0px;
}


#coverstacks_in_845 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_845 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_845 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_845 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_845 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_845 {
		margin-top: 0px;
	}
}

#titlestacks_in_845 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_845:before {
	content: ' ';
}

#albumstacks_in_845 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_845:before {
	content: 'Album: ';
}

#artiststacks_in_845 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_845:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_845 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_845:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_845 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_845 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_845 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_845 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_845 .playlisterButtonStandard,
#playlisterWrapperstacks_in_845 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_845 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_845 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_845 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_845 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_845 .playlisterButton:hover,
#playlisterWrapperstacks_in_845 .playlisterButton:active,
#playlisterWrapperstacks_in_845 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_845 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_845 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_845 #playstacks_in_845 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_845 #pausestacks_in_845 {
	display: none;
}

#playlisterWrapperstacks_in_845 .playlisterIsPlaying #playstacks_in_845 {
	display: none;
}

#playlisterWrapperstacks_in_845 .playlisterIsPlaying #pausestacks_in_845 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_845 .playlisterButton:after,
#playlisterWrapperstacks_in_845 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_845 {
	float: right;
}

#playlisterWrapperstacks_in_845 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_845 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_845 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_845 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_845,
#volumeBtnstacks_in_845 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_845 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_845 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_845 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_845 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_845 [class^="fa fa-"],
	#volume-fullstacks_in_845 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_845 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_845 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_845 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_845 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_845 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_845 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_845 #progressstacks_in_845 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_845 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_845 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_845 {
	visibility: hidden;
}

#durationstacks_in_845.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_845 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_845 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_845 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_845 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_845 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_845 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_845 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_845 li.active-playlistitem,
#playlisterPlayliststacks_in_845 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_845 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_845 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_845 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_845,
.no-audio #playlisterPlayliststacks_in_845 {
	display: none;
}

#playlisterNoAudiostacks_in_845 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_845 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_845 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_845 #shufflestacks_in_845 {
	display: none;
}



#playlisterWrapperstacks_in_845 #playlistTogglestacks_in_845 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_845 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_845 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_865{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_865.splb{padding:12px}#splb_stacks_in_865 .infix-iframe-container{background-color:}#stacks_in_865{display:none}.infix-opened #stacks_in_865,.infix-closed #stacks_in_865{display:block}.lightbox23{cursor:pointer}#stacks_in_865.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_865.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_868 *,
#stacks_in_868 *:before,
#stacks_in_868 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_868 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_868 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_868 {
	display: none !important;
}


#playlisterstacks_in_868 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_868 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_868 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_868 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_868 {
	min-height: 0px;
}


#coverstacks_in_868 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_868 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_868 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_868 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_868 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_868 {
		margin-top: 0px;
	}
}

#titlestacks_in_868 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_868:before {
	content: ' ';
}

#albumstacks_in_868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_868:before {
	content: 'Album: ';
}

#artiststacks_in_868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_868:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_868:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_868 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_868 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_868 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_868 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_868 .playlisterButtonStandard,
#playlisterWrapperstacks_in_868 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_868 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_868 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_868 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_868 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_868 .playlisterButton:hover,
#playlisterWrapperstacks_in_868 .playlisterButton:active,
#playlisterWrapperstacks_in_868 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_868 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_868 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_868 #playstacks_in_868 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_868 #pausestacks_in_868 {
	display: none;
}

#playlisterWrapperstacks_in_868 .playlisterIsPlaying #playstacks_in_868 {
	display: none;
}

#playlisterWrapperstacks_in_868 .playlisterIsPlaying #pausestacks_in_868 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_868 .playlisterButton:after,
#playlisterWrapperstacks_in_868 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_868 {
	float: right;
}

#playlisterWrapperstacks_in_868 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_868 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_868 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_868 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_868,
#volumeBtnstacks_in_868 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_868 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_868 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_868 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_868 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_868 [class^="fa fa-"],
	#volume-fullstacks_in_868 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_868 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_868 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_868 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_868 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_868 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_868 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_868 #progressstacks_in_868 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_868 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_868 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_868 {
	visibility: hidden;
}

#durationstacks_in_868.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_868 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_868 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_868 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_868 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_868 li.active-playlistitem,
#playlisterPlayliststacks_in_868 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_868 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_868 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_868 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_868,
.no-audio #playlisterPlayliststacks_in_868 {
	display: none;
}

#playlisterNoAudiostacks_in_868 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_868 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_868 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_868 #shufflestacks_in_868 {
	display: none;
}



#playlisterWrapperstacks_in_868 #playlistTogglestacks_in_868 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_868 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_868 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_883{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_883.splb{padding:12px}#splb_stacks_in_883 .infix-iframe-container{background-color:}#stacks_in_883{display:none}.infix-opened #stacks_in_883,.infix-closed #stacks_in_883{display:block}.lightbox24{cursor:pointer}#stacks_in_883.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_883.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_886 *,
#stacks_in_886 *:before,
#stacks_in_886 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_886 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_886 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_886 {
	display: none !important;
}


#playlisterstacks_in_886 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_886 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_886 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_886 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_886 {
	min-height: 0px;
}


#coverstacks_in_886 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_886 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_886 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_886 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_886 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_886 {
		margin-top: 0px;
	}
}

#titlestacks_in_886 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_886:before {
	content: ' ';
}

#albumstacks_in_886 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_886:before {
	content: 'Album: ';
}

#artiststacks_in_886 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_886:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_886 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_886:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_886 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_886 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_886 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_886 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_886 .playlisterButtonStandard,
#playlisterWrapperstacks_in_886 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_886 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_886 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_886 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_886 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_886 .playlisterButton:hover,
#playlisterWrapperstacks_in_886 .playlisterButton:active,
#playlisterWrapperstacks_in_886 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_886 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_886 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_886 #playstacks_in_886 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_886 #pausestacks_in_886 {
	display: none;
}

#playlisterWrapperstacks_in_886 .playlisterIsPlaying #playstacks_in_886 {
	display: none;
}

#playlisterWrapperstacks_in_886 .playlisterIsPlaying #pausestacks_in_886 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_886 .playlisterButton:after,
#playlisterWrapperstacks_in_886 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_886 {
	float: right;
}

#playlisterWrapperstacks_in_886 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_886 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_886 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_886 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_886,
#volumeBtnstacks_in_886 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_886 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_886 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_886 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_886 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_886 [class^="fa fa-"],
	#volume-fullstacks_in_886 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_886 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_886 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_886 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_886 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_886 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_886 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_886 #progressstacks_in_886 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_886 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_886 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_886 {
	visibility: hidden;
}

#durationstacks_in_886.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_886 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_886 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_886 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_886 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_886 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_886 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_886 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_886 li.active-playlistitem,
#playlisterPlayliststacks_in_886 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_886 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_886 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_886 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_886,
.no-audio #playlisterPlayliststacks_in_886 {
	display: none;
}

#playlisterNoAudiostacks_in_886 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_886 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_886 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_886 #shufflestacks_in_886 {
	display: none;
}



#playlisterWrapperstacks_in_886 #playlistTogglestacks_in_886 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_886 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_886 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_901{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_901.splb{padding:12px}#splb_stacks_in_901 .infix-iframe-container{background-color:}#stacks_in_901{display:none}.infix-opened #stacks_in_901,.infix-closed #stacks_in_901{display:block}.lightbox25{cursor:pointer}#stacks_in_901.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_901.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_904 *,
#stacks_in_904 *:before,
#stacks_in_904 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_904 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_904 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_904 {
	display: none !important;
}


#playlisterstacks_in_904 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_904 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_904 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_904 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_904 {
	min-height: 0px;
}


#coverstacks_in_904 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_904 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_904 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_904 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_904 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_904 {
		margin-top: 0px;
	}
}

#titlestacks_in_904 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_904:before {
	content: ' ';
}

#albumstacks_in_904 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_904:before {
	content: 'Album: ';
}

#artiststacks_in_904 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_904:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_904 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_904:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_904 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_904 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_904 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_904 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_904 .playlisterButtonStandard,
#playlisterWrapperstacks_in_904 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_904 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_904 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_904 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_904 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_904 .playlisterButton:hover,
#playlisterWrapperstacks_in_904 .playlisterButton:active,
#playlisterWrapperstacks_in_904 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_904 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_904 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_904 #playstacks_in_904 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_904 #pausestacks_in_904 {
	display: none;
}

#playlisterWrapperstacks_in_904 .playlisterIsPlaying #playstacks_in_904 {
	display: none;
}

#playlisterWrapperstacks_in_904 .playlisterIsPlaying #pausestacks_in_904 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_904 .playlisterButton:after,
#playlisterWrapperstacks_in_904 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_904 {
	float: right;
}

#playlisterWrapperstacks_in_904 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_904 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_904 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_904 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_904,
#volumeBtnstacks_in_904 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_904 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_904 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_904 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_904 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_904 [class^="fa fa-"],
	#volume-fullstacks_in_904 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_904 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_904 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_904 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_904 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_904 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_904 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_904 #progressstacks_in_904 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_904 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_904 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_904 {
	visibility: hidden;
}

#durationstacks_in_904.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_904 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_904 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_904 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_904 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_904 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_904 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_904 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_904 li.active-playlistitem,
#playlisterPlayliststacks_in_904 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_904 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_904 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_904 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_904,
.no-audio #playlisterPlayliststacks_in_904 {
	display: none;
}

#playlisterNoAudiostacks_in_904 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_904 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_904 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_904 #shufflestacks_in_904 {
	display: none;
}



#playlisterWrapperstacks_in_904 #playlistTogglestacks_in_904 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_904 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_904 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1160{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1160.splb{padding:12px}#splb_stacks_in_1160 .infix-iframe-container{background-color:}#stacks_in_1160{display:none}.infix-opened #stacks_in_1160,.infix-closed #stacks_in_1160{display:block}.lightbox26{cursor:pointer}#stacks_in_1160.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1160.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1163 *,
#stacks_in_1163 *:before,
#stacks_in_1163 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1163 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1163 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1163 {
	display: none !important;
}


#playlisterstacks_in_1163 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1163 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1163 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1163 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1163 {
	min-height: 0px;
}


#coverstacks_in_1163 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1163 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1163 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1163 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1163 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1163 {
		margin-top: 0px;
	}
}

#titlestacks_in_1163 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1163:before {
	content: ' ';
}

#albumstacks_in_1163 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1163:before {
	content: 'Album: ';
}

#artiststacks_in_1163 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1163:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1163 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1163:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1163 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1163 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1163 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1163 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1163 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1163 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1163 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1163 .playlisterButton:hover,
#playlisterWrapperstacks_in_1163 .playlisterButton:active,
#playlisterWrapperstacks_in_1163 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1163 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1163 #playstacks_in_1163 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1163 #pausestacks_in_1163 {
	display: none;
}

#playlisterWrapperstacks_in_1163 .playlisterIsPlaying #playstacks_in_1163 {
	display: none;
}

#playlisterWrapperstacks_in_1163 .playlisterIsPlaying #pausestacks_in_1163 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1163 .playlisterButton:after,
#playlisterWrapperstacks_in_1163 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1163 {
	float: right;
}

#playlisterWrapperstacks_in_1163 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1163 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1163 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1163 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1163,
#volumeBtnstacks_in_1163 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1163 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1163 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1163 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1163 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1163 [class^="fa fa-"],
	#volume-fullstacks_in_1163 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1163 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1163 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1163 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1163 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1163 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1163 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1163 #progressstacks_in_1163 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1163 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1163 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1163 {
	visibility: hidden;
}

#durationstacks_in_1163.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1163 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1163 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1163 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1163 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1163 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1163 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1163 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1163 li.active-playlistitem,
#playlisterPlayliststacks_in_1163 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1163 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1163 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1163 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1163,
.no-audio #playlisterPlayliststacks_in_1163 {
	display: none;
}

#playlisterNoAudiostacks_in_1163 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1163 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1163 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1163 #shufflestacks_in_1163 {
	display: none;
}



#playlisterWrapperstacks_in_1163 #playlistTogglestacks_in_1163 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1163 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1163 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1437{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1437.splb{padding:12px}#splb_stacks_in_1437 .infix-iframe-container{background-color:}#stacks_in_1437{display:none}.infix-opened #stacks_in_1437,.infix-closed #stacks_in_1437{display:block}.lightbox27{cursor:pointer}#stacks_in_1437.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1437.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1440 *,
#stacks_in_1440 *:before,
#stacks_in_1440 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1440 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1440 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1440 {
	display: none !important;
}


#playlisterstacks_in_1440 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1440 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1440 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1440 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1440 {
	min-height: 0px;
}


#coverstacks_in_1440 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1440 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1440 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1440 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1440 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1440 {
		margin-top: 0px;
	}
}

#titlestacks_in_1440 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1440:before {
	content: ' ';
}

#albumstacks_in_1440 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1440:before {
	content: 'Album: ';
}

#artiststacks_in_1440 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1440:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1440 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1440:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1440 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1440 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1440 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1440 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1440 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1440 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1440 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1440 .playlisterButton:hover,
#playlisterWrapperstacks_in_1440 .playlisterButton:active,
#playlisterWrapperstacks_in_1440 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1440 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1440 #playstacks_in_1440 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1440 #pausestacks_in_1440 {
	display: none;
}

#playlisterWrapperstacks_in_1440 .playlisterIsPlaying #playstacks_in_1440 {
	display: none;
}

#playlisterWrapperstacks_in_1440 .playlisterIsPlaying #pausestacks_in_1440 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1440 .playlisterButton:after,
#playlisterWrapperstacks_in_1440 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1440 {
	float: right;
}

#playlisterWrapperstacks_in_1440 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1440 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1440 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1440 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1440,
#volumeBtnstacks_in_1440 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1440 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1440 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1440 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1440 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1440 [class^="fa fa-"],
	#volume-fullstacks_in_1440 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1440 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1440 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1440 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1440 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1440 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1440 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1440 #progressstacks_in_1440 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1440 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1440 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1440 {
	visibility: hidden;
}

#durationstacks_in_1440.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1440 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1440 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1440 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1440 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1440 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1440 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1440 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1440 li.active-playlistitem,
#playlisterPlayliststacks_in_1440 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1440 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1440 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1440 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1440,
.no-audio #playlisterPlayliststacks_in_1440 {
	display: none;
}

#playlisterNoAudiostacks_in_1440 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1440 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1440 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1440 #shufflestacks_in_1440 {
	display: none;
}



#playlisterWrapperstacks_in_1440 #playlistTogglestacks_in_1440 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1440 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1440 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1485{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1485.splb{padding:12px}#splb_stacks_in_1485 .infix-iframe-container{background-color:}#stacks_in_1485{display:none}.infix-opened #stacks_in_1485,.infix-closed #stacks_in_1485{display:block}.lightbox28{cursor:pointer}#stacks_in_1485.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1485.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1488 *,
#stacks_in_1488 *:before,
#stacks_in_1488 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1488 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1488 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1488 {
	display: none !important;
}


#playlisterstacks_in_1488 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1488 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1488 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1488 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1488 {
	min-height: 0px;
}


#coverstacks_in_1488 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1488 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1488 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1488 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1488 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1488 {
		margin-top: 0px;
	}
}

#titlestacks_in_1488 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1488:before {
	content: ' ';
}

#albumstacks_in_1488 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1488:before {
	content: 'Album: ';
}

#artiststacks_in_1488 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1488:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1488 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1488:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1488 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1488 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1488 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1488 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1488 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1488 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1488 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1488 .playlisterButton:hover,
#playlisterWrapperstacks_in_1488 .playlisterButton:active,
#playlisterWrapperstacks_in_1488 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1488 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1488 #playstacks_in_1488 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1488 #pausestacks_in_1488 {
	display: none;
}

#playlisterWrapperstacks_in_1488 .playlisterIsPlaying #playstacks_in_1488 {
	display: none;
}

#playlisterWrapperstacks_in_1488 .playlisterIsPlaying #pausestacks_in_1488 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1488 .playlisterButton:after,
#playlisterWrapperstacks_in_1488 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1488 {
	float: right;
}

#playlisterWrapperstacks_in_1488 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1488 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1488 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1488 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1488,
#volumeBtnstacks_in_1488 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1488 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1488 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1488 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1488 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1488 [class^="fa fa-"],
	#volume-fullstacks_in_1488 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1488 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1488 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1488 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1488 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1488 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1488 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1488 #progressstacks_in_1488 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1488 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1488 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1488 {
	visibility: hidden;
}

#durationstacks_in_1488.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1488 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1488 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1488 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1488 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1488 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1488 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1488 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1488 li.active-playlistitem,
#playlisterPlayliststacks_in_1488 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1488 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1488 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1488 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1488,
.no-audio #playlisterPlayliststacks_in_1488 {
	display: none;
}

#playlisterNoAudiostacks_in_1488 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1488 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1488 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1488 #shufflestacks_in_1488 {
	display: none;
}



#playlisterWrapperstacks_in_1488 #playlistTogglestacks_in_1488 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1488 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1488 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1503{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1503.splb{padding:12px}#splb_stacks_in_1503 .infix-iframe-container{background-color:}#stacks_in_1503{display:none}.infix-opened #stacks_in_1503,.infix-closed #stacks_in_1503{display:block}.lightbox29{cursor:pointer}#stacks_in_1503.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1503.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1506 *,
#stacks_in_1506 *:before,
#stacks_in_1506 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1506 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1506 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1506 {
	display: none !important;
}


#playlisterstacks_in_1506 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1506 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1506 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1506 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1506 {
	min-height: 0px;
}


#coverstacks_in_1506 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1506 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1506 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1506 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1506 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1506 {
		margin-top: 0px;
	}
}

#titlestacks_in_1506 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1506:before {
	content: ' ';
}

#albumstacks_in_1506 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1506:before {
	content: 'Album: ';
}

#artiststacks_in_1506 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1506:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1506 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1506:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1506 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1506 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1506 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1506 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1506 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1506 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1506 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1506 .playlisterButton:hover,
#playlisterWrapperstacks_in_1506 .playlisterButton:active,
#playlisterWrapperstacks_in_1506 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1506 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1506 #playstacks_in_1506 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1506 #pausestacks_in_1506 {
	display: none;
}

#playlisterWrapperstacks_in_1506 .playlisterIsPlaying #playstacks_in_1506 {
	display: none;
}

#playlisterWrapperstacks_in_1506 .playlisterIsPlaying #pausestacks_in_1506 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1506 .playlisterButton:after,
#playlisterWrapperstacks_in_1506 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1506 {
	float: right;
}

#playlisterWrapperstacks_in_1506 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1506 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1506 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1506 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1506,
#volumeBtnstacks_in_1506 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1506 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1506 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1506 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1506 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1506 [class^="fa fa-"],
	#volume-fullstacks_in_1506 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1506 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1506 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1506 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1506 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1506 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1506 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1506 #progressstacks_in_1506 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1506 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1506 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1506 {
	visibility: hidden;
}

#durationstacks_in_1506.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1506 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1506 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1506 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1506 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1506 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1506 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1506 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1506 li.active-playlistitem,
#playlisterPlayliststacks_in_1506 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1506 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1506 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1506 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1506,
.no-audio #playlisterPlayliststacks_in_1506 {
	display: none;
}

#playlisterNoAudiostacks_in_1506 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1506 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1506 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1506 #shufflestacks_in_1506 {
	display: none;
}



#playlisterWrapperstacks_in_1506 #playlistTogglestacks_in_1506 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1506 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1506 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1521{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1521.splb{padding:12px}#splb_stacks_in_1521 .infix-iframe-container{background-color:}#stacks_in_1521{display:none}.infix-opened #stacks_in_1521,.infix-closed #stacks_in_1521{display:block}.lightbox30{cursor:pointer}#stacks_in_1521.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1521.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1524 *,
#stacks_in_1524 *:before,
#stacks_in_1524 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1524 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1524 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1524 {
	display: none !important;
}


#playlisterstacks_in_1524 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1524 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1524 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1524 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1524 {
	min-height: 0px;
}


#coverstacks_in_1524 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1524 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1524 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1524 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1524 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1524 {
		margin-top: 0px;
	}
}

#titlestacks_in_1524 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1524:before {
	content: ' ';
}

#albumstacks_in_1524 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1524:before {
	content: 'Album: ';
}

#artiststacks_in_1524 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1524:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1524 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1524:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1524 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1524 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1524 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1524 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1524 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1524 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1524 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1524 .playlisterButton:hover,
#playlisterWrapperstacks_in_1524 .playlisterButton:active,
#playlisterWrapperstacks_in_1524 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1524 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1524 #playstacks_in_1524 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1524 #pausestacks_in_1524 {
	display: none;
}

#playlisterWrapperstacks_in_1524 .playlisterIsPlaying #playstacks_in_1524 {
	display: none;
}

#playlisterWrapperstacks_in_1524 .playlisterIsPlaying #pausestacks_in_1524 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1524 .playlisterButton:after,
#playlisterWrapperstacks_in_1524 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1524 {
	float: right;
}

#playlisterWrapperstacks_in_1524 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1524 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1524 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1524 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1524,
#volumeBtnstacks_in_1524 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1524 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1524 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1524 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1524 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1524 [class^="fa fa-"],
	#volume-fullstacks_in_1524 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1524 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1524 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1524 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1524 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1524 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1524 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1524 #progressstacks_in_1524 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1524 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1524 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1524 {
	visibility: hidden;
}

#durationstacks_in_1524.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1524 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1524 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1524 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1524 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1524 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1524 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1524 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1524 li.active-playlistitem,
#playlisterPlayliststacks_in_1524 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1524 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1524 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1524 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1524,
.no-audio #playlisterPlayliststacks_in_1524 {
	display: none;
}

#playlisterNoAudiostacks_in_1524 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1524 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1524 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1524 #shufflestacks_in_1524 {
	display: none;
}



#playlisterWrapperstacks_in_1524 #playlistTogglestacks_in_1524 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1524 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1524 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1539{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1539.splb{padding:12px}#splb_stacks_in_1539 .infix-iframe-container{background-color:}#stacks_in_1539{display:none}.infix-opened #stacks_in_1539,.infix-closed #stacks_in_1539{display:block}.lightbox31{cursor:pointer}#stacks_in_1539.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1539.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1542 *,
#stacks_in_1542 *:before,
#stacks_in_1542 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1542 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1542 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1542 {
	display: none !important;
}


#playlisterstacks_in_1542 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1542 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1542 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1542 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1542 {
	min-height: 0px;
}


#coverstacks_in_1542 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1542 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1542 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1542 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1542 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1542 {
		margin-top: 0px;
	}
}

#titlestacks_in_1542 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1542:before {
	content: ' ';
}

#albumstacks_in_1542 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1542:before {
	content: 'Album: ';
}

#artiststacks_in_1542 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1542:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1542 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1542:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1542 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1542 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1542 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1542 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1542 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1542 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1542 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1542 .playlisterButton:hover,
#playlisterWrapperstacks_in_1542 .playlisterButton:active,
#playlisterWrapperstacks_in_1542 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1542 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1542 #playstacks_in_1542 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1542 #pausestacks_in_1542 {
	display: none;
}

#playlisterWrapperstacks_in_1542 .playlisterIsPlaying #playstacks_in_1542 {
	display: none;
}

#playlisterWrapperstacks_in_1542 .playlisterIsPlaying #pausestacks_in_1542 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1542 .playlisterButton:after,
#playlisterWrapperstacks_in_1542 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1542 {
	float: right;
}

#playlisterWrapperstacks_in_1542 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1542 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1542 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1542 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1542,
#volumeBtnstacks_in_1542 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1542 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1542 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1542 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1542 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1542 [class^="fa fa-"],
	#volume-fullstacks_in_1542 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1542 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1542 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1542 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1542 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1542 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1542 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1542 #progressstacks_in_1542 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1542 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1542 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1542 {
	visibility: hidden;
}

#durationstacks_in_1542.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1542 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1542 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1542 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1542 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1542 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1542 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1542 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1542 li.active-playlistitem,
#playlisterPlayliststacks_in_1542 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1542 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1542 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1542 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1542,
.no-audio #playlisterPlayliststacks_in_1542 {
	display: none;
}

#playlisterNoAudiostacks_in_1542 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1542 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1542 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1542 #shufflestacks_in_1542 {
	display: none;
}



#playlisterWrapperstacks_in_1542 #playlistTogglestacks_in_1542 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1542 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1542 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_1557{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1557.splb{padding:12px}#splb_stacks_in_1557 .infix-iframe-container{background-color:}#stacks_in_1557{display:none}.infix-opened #stacks_in_1557,.infix-closed #stacks_in_1557{display:block}.lightbox32{cursor:pointer}#stacks_in_1557.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1557.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_1560 *,
#stacks_in_1560 *:before,
#stacks_in_1560 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_1560 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_1560 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_1560 {
	display: none !important;
}


#playlisterstacks_in_1560 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_1560 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_1560 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_1560 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_1560 {
	min-height: 0px;
}


#coverstacks_in_1560 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_1560 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_1560 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_1560 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_1560 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_1560 {
		margin-top: 0px;
	}
}

#titlestacks_in_1560 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_1560:before {
	content: ' ';
}

#albumstacks_in_1560 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_1560:before {
	content: 'Album: ';
}

#artiststacks_in_1560 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_1560:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_1560 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_1560:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_1560 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_1560 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_1560 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_1560 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_1560 .playlisterButtonStandard,
#playlisterWrapperstacks_in_1560 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1560 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_1560 .playlisterButton:hover,
#playlisterWrapperstacks_in_1560 .playlisterButton:active,
#playlisterWrapperstacks_in_1560 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_1560 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_1560 #playstacks_in_1560 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_1560 #pausestacks_in_1560 {
	display: none;
}

#playlisterWrapperstacks_in_1560 .playlisterIsPlaying #playstacks_in_1560 {
	display: none;
}

#playlisterWrapperstacks_in_1560 .playlisterIsPlaying #pausestacks_in_1560 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_1560 .playlisterButton:after,
#playlisterWrapperstacks_in_1560 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_1560 {
	float: right;
}

#playlisterWrapperstacks_in_1560 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_1560 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_1560 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_1560 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_1560,
#volumeBtnstacks_in_1560 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_1560 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_1560 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_1560 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_1560 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_1560 [class^="fa fa-"],
	#volume-fullstacks_in_1560 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_1560 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_1560 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_1560 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_1560 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_1560 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_1560 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_1560 #progressstacks_in_1560 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_1560 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_1560 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_1560 {
	visibility: hidden;
}

#durationstacks_in_1560.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_1560 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_1560 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_1560 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_1560 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_1560 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_1560 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_1560 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_1560 li.active-playlistitem,
#playlisterPlayliststacks_in_1560 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_1560 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_1560 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_1560 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_1560,
.no-audio #playlisterPlayliststacks_in_1560 {
	display: none;
}

#playlisterNoAudiostacks_in_1560 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_1560 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_1560 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_1560 #shufflestacks_in_1560 {
	display: none;
}



#playlisterWrapperstacks_in_1560 #playlistTogglestacks_in_1560 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_1560 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_1560 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2569{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2569.splb{padding:12px}#splb_stacks_in_2569 .infix-iframe-container{background-color:}#stacks_in_2569{display:none}.infix-opened #stacks_in_2569,.infix-closed #stacks_in_2569{display:block}.lightbox33{cursor:pointer}#stacks_in_2569.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2569.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2572 *,
#stacks_in_2572 *:before,
#stacks_in_2572 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2572 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2572 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2572 {
	display: none !important;
}


#playlisterstacks_in_2572 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2572 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2572 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2572 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2572 {
	min-height: 0px;
}


#coverstacks_in_2572 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2572 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2572 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2572 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2572 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2572 {
		margin-top: 0px;
	}
}

#titlestacks_in_2572 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2572:before {
	content: ' ';
}

#albumstacks_in_2572 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2572:before {
	content: 'Album: ';
}

#artiststacks_in_2572 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2572:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2572 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2572:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2572 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2572 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2572 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2572 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2572 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2572 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2572 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2572 .playlisterButton:hover,
#playlisterWrapperstacks_in_2572 .playlisterButton:active,
#playlisterWrapperstacks_in_2572 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2572 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2572 #playstacks_in_2572 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2572 #pausestacks_in_2572 {
	display: none;
}

#playlisterWrapperstacks_in_2572 .playlisterIsPlaying #playstacks_in_2572 {
	display: none;
}

#playlisterWrapperstacks_in_2572 .playlisterIsPlaying #pausestacks_in_2572 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2572 .playlisterButton:after,
#playlisterWrapperstacks_in_2572 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2572 {
	float: right;
}

#playlisterWrapperstacks_in_2572 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2572 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2572 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2572 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2572,
#volumeBtnstacks_in_2572 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2572 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2572 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2572 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2572 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2572 [class^="fa fa-"],
	#volume-fullstacks_in_2572 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2572 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2572 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2572 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2572 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2572 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2572 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2572 #progressstacks_in_2572 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2572 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2572 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2572 {
	visibility: hidden;
}

#durationstacks_in_2572.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2572 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2572 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2572 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2572 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2572 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2572 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2572 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2572 li.active-playlistitem,
#playlisterPlayliststacks_in_2572 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2572 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2572 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2572 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2572,
.no-audio #playlisterPlayliststacks_in_2572 {
	display: none;
}

#playlisterNoAudiostacks_in_2572 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2572 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2572 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2572 #shufflestacks_in_2572 {
	display: none;
}



#playlisterWrapperstacks_in_2572 #playlistTogglestacks_in_2572 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2572 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2572 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2596{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2596.splb{padding:12px}#splb_stacks_in_2596 .infix-iframe-container{background-color:}#stacks_in_2596{display:none}.infix-opened #stacks_in_2596,.infix-closed #stacks_in_2596{display:block}.lightbox34{cursor:pointer}#stacks_in_2596.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2596.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2599 *,
#stacks_in_2599 *:before,
#stacks_in_2599 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2599 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2599 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2599 {
	display: none !important;
}


#playlisterstacks_in_2599 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2599 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2599 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2599 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2599 {
	min-height: 0px;
}


#coverstacks_in_2599 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2599 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2599 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2599 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2599 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2599 {
		margin-top: 0px;
	}
}

#titlestacks_in_2599 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2599:before {
	content: ' ';
}

#albumstacks_in_2599 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2599:before {
	content: 'Album: ';
}

#artiststacks_in_2599 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2599:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2599 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2599:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2599 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2599 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2599 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2599 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2599 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2599 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2599 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2599 .playlisterButton:hover,
#playlisterWrapperstacks_in_2599 .playlisterButton:active,
#playlisterWrapperstacks_in_2599 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2599 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2599 #playstacks_in_2599 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2599 #pausestacks_in_2599 {
	display: none;
}

#playlisterWrapperstacks_in_2599 .playlisterIsPlaying #playstacks_in_2599 {
	display: none;
}

#playlisterWrapperstacks_in_2599 .playlisterIsPlaying #pausestacks_in_2599 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2599 .playlisterButton:after,
#playlisterWrapperstacks_in_2599 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2599 {
	float: right;
}

#playlisterWrapperstacks_in_2599 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2599 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2599 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2599 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2599,
#volumeBtnstacks_in_2599 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2599 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2599 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2599 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2599 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2599 [class^="fa fa-"],
	#volume-fullstacks_in_2599 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2599 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2599 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2599 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2599 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2599 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2599 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2599 #progressstacks_in_2599 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2599 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2599 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2599 {
	visibility: hidden;
}

#durationstacks_in_2599.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2599 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2599 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2599 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2599 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2599 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2599 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2599 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2599 li.active-playlistitem,
#playlisterPlayliststacks_in_2599 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2599 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2599 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2599 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2599,
.no-audio #playlisterPlayliststacks_in_2599 {
	display: none;
}

#playlisterNoAudiostacks_in_2599 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2599 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2599 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2599 #shufflestacks_in_2599 {
	display: none;
}



#playlisterWrapperstacks_in_2599 #playlistTogglestacks_in_2599 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2599 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2599 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2614{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2614.splb{padding:12px}#splb_stacks_in_2614 .infix-iframe-container{background-color:}#stacks_in_2614{display:none}.infix-opened #stacks_in_2614,.infix-closed #stacks_in_2614{display:block}.lightbox35{cursor:pointer}#stacks_in_2614.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2614.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2617 *,
#stacks_in_2617 *:before,
#stacks_in_2617 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2617 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2617 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2617 {
	display: none !important;
}


#playlisterstacks_in_2617 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2617 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2617 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2617 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2617 {
	min-height: 0px;
}


#coverstacks_in_2617 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2617 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2617 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2617 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2617 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2617 {
		margin-top: 0px;
	}
}

#titlestacks_in_2617 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2617:before {
	content: ' ';
}

#albumstacks_in_2617 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2617:before {
	content: 'Album: ';
}

#artiststacks_in_2617 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2617:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2617 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2617:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2617 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2617 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2617 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2617 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2617 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2617 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2617 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2617 .playlisterButton:hover,
#playlisterWrapperstacks_in_2617 .playlisterButton:active,
#playlisterWrapperstacks_in_2617 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2617 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2617 #playstacks_in_2617 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2617 #pausestacks_in_2617 {
	display: none;
}

#playlisterWrapperstacks_in_2617 .playlisterIsPlaying #playstacks_in_2617 {
	display: none;
}

#playlisterWrapperstacks_in_2617 .playlisterIsPlaying #pausestacks_in_2617 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2617 .playlisterButton:after,
#playlisterWrapperstacks_in_2617 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2617 {
	float: right;
}

#playlisterWrapperstacks_in_2617 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2617 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2617 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2617 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2617,
#volumeBtnstacks_in_2617 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2617 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2617 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2617 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2617 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2617 [class^="fa fa-"],
	#volume-fullstacks_in_2617 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2617 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2617 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2617 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2617 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2617 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2617 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2617 #progressstacks_in_2617 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2617 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2617 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2617 {
	visibility: hidden;
}

#durationstacks_in_2617.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2617 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2617 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2617 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2617 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2617 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2617 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2617 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2617 li.active-playlistitem,
#playlisterPlayliststacks_in_2617 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2617 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2617 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2617 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2617,
.no-audio #playlisterPlayliststacks_in_2617 {
	display: none;
}

#playlisterNoAudiostacks_in_2617 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2617 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2617 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2617 #shufflestacks_in_2617 {
	display: none;
}



#playlisterWrapperstacks_in_2617 #playlistTogglestacks_in_2617 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2617 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2617 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2649{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2649.splb{padding:12px}#splb_stacks_in_2649 .infix-iframe-container{background-color:}#stacks_in_2649{display:none}.infix-opened #stacks_in_2649,.infix-closed #stacks_in_2649{display:block}.lightbox36{cursor:pointer}#stacks_in_2649.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2649.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2652 *,
#stacks_in_2652 *:before,
#stacks_in_2652 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2652 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2652 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2652 {
	display: none !important;
}


#playlisterstacks_in_2652 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2652 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2652 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2652 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2652 {
	min-height: 0px;
}


#coverstacks_in_2652 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2652 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2652 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2652 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2652 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2652 {
		margin-top: 0px;
	}
}

#titlestacks_in_2652 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2652:before {
	content: ' ';
}

#albumstacks_in_2652 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2652:before {
	content: 'Album: ';
}

#artiststacks_in_2652 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2652:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2652 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2652:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2652 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2652 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2652 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2652 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2652 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2652 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2652 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2652 .playlisterButton:hover,
#playlisterWrapperstacks_in_2652 .playlisterButton:active,
#playlisterWrapperstacks_in_2652 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2652 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2652 #playstacks_in_2652 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2652 #pausestacks_in_2652 {
	display: none;
}

#playlisterWrapperstacks_in_2652 .playlisterIsPlaying #playstacks_in_2652 {
	display: none;
}

#playlisterWrapperstacks_in_2652 .playlisterIsPlaying #pausestacks_in_2652 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2652 .playlisterButton:after,
#playlisterWrapperstacks_in_2652 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2652 {
	float: right;
}

#playlisterWrapperstacks_in_2652 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2652 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2652 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2652 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2652,
#volumeBtnstacks_in_2652 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2652 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2652 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2652 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2652 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2652 [class^="fa fa-"],
	#volume-fullstacks_in_2652 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2652 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2652 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2652 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2652 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2652 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2652 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2652 #progressstacks_in_2652 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2652 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2652 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2652 {
	visibility: hidden;
}

#durationstacks_in_2652.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2652 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2652 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2652 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2652 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2652 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2652 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2652 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2652 li.active-playlistitem,
#playlisterPlayliststacks_in_2652 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2652 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2652 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2652 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2652,
.no-audio #playlisterPlayliststacks_in_2652 {
	display: none;
}

#playlisterNoAudiostacks_in_2652 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2652 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2652 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2652 #shufflestacks_in_2652 {
	display: none;
}



#playlisterWrapperstacks_in_2652 #playlistTogglestacks_in_2652 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2652 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2652 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2678{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2678.splb{padding:12px}#splb_stacks_in_2678 .infix-iframe-container{background-color:}#stacks_in_2678{display:none}.infix-opened #stacks_in_2678,.infix-closed #stacks_in_2678{display:block}.lightbox37{cursor:pointer}#stacks_in_2678.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2678.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2681 *,
#stacks_in_2681 *:before,
#stacks_in_2681 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2681 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2681 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2681 {
	display: none !important;
}


#playlisterstacks_in_2681 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2681 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2681 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2681 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2681 {
	min-height: 0px;
}


#coverstacks_in_2681 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2681 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2681 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2681 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2681 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2681 {
		margin-top: 0px;
	}
}

#titlestacks_in_2681 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2681:before {
	content: ' ';
}

#albumstacks_in_2681 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2681:before {
	content: 'Album: ';
}

#artiststacks_in_2681 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2681:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2681 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2681:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2681 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2681 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2681 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2681 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2681 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2681 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2681 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2681 .playlisterButton:hover,
#playlisterWrapperstacks_in_2681 .playlisterButton:active,
#playlisterWrapperstacks_in_2681 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2681 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2681 #playstacks_in_2681 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2681 #pausestacks_in_2681 {
	display: none;
}

#playlisterWrapperstacks_in_2681 .playlisterIsPlaying #playstacks_in_2681 {
	display: none;
}

#playlisterWrapperstacks_in_2681 .playlisterIsPlaying #pausestacks_in_2681 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2681 .playlisterButton:after,
#playlisterWrapperstacks_in_2681 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2681 {
	float: right;
}

#playlisterWrapperstacks_in_2681 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2681 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2681 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2681 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2681,
#volumeBtnstacks_in_2681 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2681 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2681 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2681 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2681 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2681 [class^="fa fa-"],
	#volume-fullstacks_in_2681 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2681 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2681 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2681 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2681 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2681 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2681 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2681 #progressstacks_in_2681 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2681 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2681 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2681 {
	visibility: hidden;
}

#durationstacks_in_2681.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2681 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2681 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2681 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2681 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2681 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2681 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2681 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2681 li.active-playlistitem,
#playlisterPlayliststacks_in_2681 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2681 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2681 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2681 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2681,
.no-audio #playlisterPlayliststacks_in_2681 {
	display: none;
}

#playlisterNoAudiostacks_in_2681 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2681 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2681 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2681 #shufflestacks_in_2681 {
	display: none;
}



#playlisterWrapperstacks_in_2681 #playlistTogglestacks_in_2681 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2681 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2681 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2696{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2696.splb{padding:12px}#splb_stacks_in_2696 .infix-iframe-container{background-color:}#stacks_in_2696{display:none}.infix-opened #stacks_in_2696,.infix-closed #stacks_in_2696{display:block}.lightbox38{cursor:pointer}#stacks_in_2696.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2696.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2699 *,
#stacks_in_2699 *:before,
#stacks_in_2699 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2699 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2699 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2699 {
	display: none !important;
}


#playlisterstacks_in_2699 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2699 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2699 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2699 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2699 {
	min-height: 300px;
}


#coverstacks_in_2699 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: relative;
	height: 300px;
	width: 300px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2699 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2699 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2699 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2699 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2699 {
		margin-top: 0px;
	}
}

#titlestacks_in_2699 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2699:before {
	content: ' ';
}

#albumstacks_in_2699 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2699:before {
	content: 'Album: ';
}

#artiststacks_in_2699 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2699:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2699 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2699:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2699 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2699 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2699 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2699 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2699 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2699 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2699 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2699 .playlisterButton:hover,
#playlisterWrapperstacks_in_2699 .playlisterButton:active,
#playlisterWrapperstacks_in_2699 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2699 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2699 #playstacks_in_2699 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2699 #pausestacks_in_2699 {
	display: none;
}

#playlisterWrapperstacks_in_2699 .playlisterIsPlaying #playstacks_in_2699 {
	display: none;
}

#playlisterWrapperstacks_in_2699 .playlisterIsPlaying #pausestacks_in_2699 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2699 .playlisterButton:after,
#playlisterWrapperstacks_in_2699 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2699 {
	float: right;
}

#playlisterWrapperstacks_in_2699 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2699 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2699 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2699 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2699,
#volumeBtnstacks_in_2699 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2699 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2699 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2699 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2699 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2699 [class^="fa fa-"],
	#volume-fullstacks_in_2699 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2699 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2699 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2699 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2699 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2699 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2699 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2699 #progressstacks_in_2699 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2699 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2699 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2699 {
	visibility: hidden;
}

#durationstacks_in_2699.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2699 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2699 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2699 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2699 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2699 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2699 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2699 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2699 li.active-playlistitem,
#playlisterPlayliststacks_in_2699 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2699 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2699 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2699 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2699,
.no-audio #playlisterPlayliststacks_in_2699 {
	display: none;
}

#playlisterNoAudiostacks_in_2699 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2699 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2699 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2699 #shufflestacks_in_2699 {
	display: none;
}



#playlisterWrapperstacks_in_2699 #playlistTogglestacks_in_2699 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2699 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2699 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2738{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2738.splb{padding:12px}#splb_stacks_in_2738 .infix-iframe-container{background-color:}#stacks_in_2738{display:none}.infix-opened #stacks_in_2738,.infix-closed #stacks_in_2738{display:block}.lightbox39{cursor:pointer}#stacks_in_2738.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2738.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2741 *,
#stacks_in_2741 *:before,
#stacks_in_2741 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2741 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2741 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2741 {
	display: none !important;
}


#playlisterstacks_in_2741 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2741 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2741 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2741 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2741 {
	min-height: 0px;
}


#coverstacks_in_2741 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2741 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2741 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2741 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2741 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2741 {
		margin-top: 0px;
	}
}

#titlestacks_in_2741 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2741:before {
	content: ' ';
}

#albumstacks_in_2741 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2741:before {
	content: 'Album: ';
}

#artiststacks_in_2741 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2741:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2741 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2741:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2741 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2741 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2741 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2741 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2741 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2741 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2741 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2741 .playlisterButton:hover,
#playlisterWrapperstacks_in_2741 .playlisterButton:active,
#playlisterWrapperstacks_in_2741 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2741 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2741 #playstacks_in_2741 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2741 #pausestacks_in_2741 {
	display: none;
}

#playlisterWrapperstacks_in_2741 .playlisterIsPlaying #playstacks_in_2741 {
	display: none;
}

#playlisterWrapperstacks_in_2741 .playlisterIsPlaying #pausestacks_in_2741 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2741 .playlisterButton:after,
#playlisterWrapperstacks_in_2741 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2741 {
	float: right;
}

#playlisterWrapperstacks_in_2741 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2741 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2741 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2741 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2741,
#volumeBtnstacks_in_2741 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2741 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2741 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2741 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2741 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2741 [class^="fa fa-"],
	#volume-fullstacks_in_2741 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2741 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2741 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2741 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2741 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2741 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2741 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2741 #progressstacks_in_2741 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2741 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2741 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2741 {
	visibility: hidden;
}

#durationstacks_in_2741.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2741 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2741 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2741 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2741 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2741 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2741 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2741 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2741 li.active-playlistitem,
#playlisterPlayliststacks_in_2741 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2741 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2741 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2741 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2741,
.no-audio #playlisterPlayliststacks_in_2741 {
	display: none;
}

#playlisterNoAudiostacks_in_2741 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2741 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2741 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2741 #shufflestacks_in_2741 {
	display: none;
}



#playlisterWrapperstacks_in_2741 #playlistTogglestacks_in_2741 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2741 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2741 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2756{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2756.splb{padding:12px}#splb_stacks_in_2756 .infix-iframe-container{background-color:}#stacks_in_2756{display:none}.infix-opened #stacks_in_2756,.infix-closed #stacks_in_2756{display:block}.lightbox40{cursor:pointer}#stacks_in_2756.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2756.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2759 *,
#stacks_in_2759 *:before,
#stacks_in_2759 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2759 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2759 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2759 {
	display: none !important;
}


#playlisterstacks_in_2759 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2759 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2759 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2759 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2759 {
	min-height: 0px;
}


#coverstacks_in_2759 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2759 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2759 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2759 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2759 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2759 {
		margin-top: 0px;
	}
}

#titlestacks_in_2759 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2759:before {
	content: ' ';
}

#albumstacks_in_2759 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2759:before {
	content: 'Album: ';
}

#artiststacks_in_2759 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2759:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2759 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2759:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2759 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2759 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2759 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2759 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2759 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2759 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2759 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2759 .playlisterButton:hover,
#playlisterWrapperstacks_in_2759 .playlisterButton:active,
#playlisterWrapperstacks_in_2759 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2759 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2759 #playstacks_in_2759 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2759 #pausestacks_in_2759 {
	display: none;
}

#playlisterWrapperstacks_in_2759 .playlisterIsPlaying #playstacks_in_2759 {
	display: none;
}

#playlisterWrapperstacks_in_2759 .playlisterIsPlaying #pausestacks_in_2759 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2759 .playlisterButton:after,
#playlisterWrapperstacks_in_2759 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2759 {
	float: right;
}

#playlisterWrapperstacks_in_2759 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2759 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2759 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2759 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2759,
#volumeBtnstacks_in_2759 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2759 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2759 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2759 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2759 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2759 [class^="fa fa-"],
	#volume-fullstacks_in_2759 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2759 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2759 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2759 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2759 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2759 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2759 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2759 #progressstacks_in_2759 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2759 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2759 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2759 {
	visibility: hidden;
}

#durationstacks_in_2759.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2759 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2759 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2759 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2759 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2759 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2759 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2759 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2759 li.active-playlistitem,
#playlisterPlayliststacks_in_2759 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2759 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2759 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2759 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2759,
.no-audio #playlisterPlayliststacks_in_2759 {
	display: none;
}

#playlisterNoAudiostacks_in_2759 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2759 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2759 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2759 #shufflestacks_in_2759 {
	display: none;
}



#playlisterWrapperstacks_in_2759 #playlistTogglestacks_in_2759 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2759 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2759 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2788{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2788.splb{padding:12px}#splb_stacks_in_2788 .infix-iframe-container{background-color:}#stacks_in_2788{display:none}.infix-opened #stacks_in_2788,.infix-closed #stacks_in_2788{display:block}.lightbox41{cursor:pointer}#stacks_in_2788.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2788.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2791 *,
#stacks_in_2791 *:before,
#stacks_in_2791 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2791 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2791 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2791 {
	display: none !important;
}


#playlisterstacks_in_2791 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2791 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2791 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2791 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2791 {
	min-height: 0px;
}


#coverstacks_in_2791 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2791 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2791 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2791 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2791 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2791 {
		margin-top: 0px;
	}
}

#titlestacks_in_2791 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2791:before {
	content: ' ';
}

#albumstacks_in_2791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2791:before {
	content: 'Album: ';
}

#artiststacks_in_2791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2791:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2791 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2791:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2791 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2791 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2791 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2791 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2791 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2791 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2791 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2791 .playlisterButton:hover,
#playlisterWrapperstacks_in_2791 .playlisterButton:active,
#playlisterWrapperstacks_in_2791 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2791 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2791 #playstacks_in_2791 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2791 #pausestacks_in_2791 {
	display: none;
}

#playlisterWrapperstacks_in_2791 .playlisterIsPlaying #playstacks_in_2791 {
	display: none;
}

#playlisterWrapperstacks_in_2791 .playlisterIsPlaying #pausestacks_in_2791 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2791 .playlisterButton:after,
#playlisterWrapperstacks_in_2791 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2791 {
	float: right;
}

#playlisterWrapperstacks_in_2791 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2791 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2791 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2791 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2791,
#volumeBtnstacks_in_2791 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2791 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2791 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2791 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2791 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2791 [class^="fa fa-"],
	#volume-fullstacks_in_2791 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2791 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2791 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2791 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2791 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2791 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2791 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2791 #progressstacks_in_2791 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2791 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2791 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2791 {
	visibility: hidden;
}

#durationstacks_in_2791.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2791 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2791 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2791 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2791 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2791 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2791 li.active-playlistitem,
#playlisterPlayliststacks_in_2791 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2791 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2791 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2791 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2791,
.no-audio #playlisterPlayliststacks_in_2791 {
	display: none;
}

#playlisterNoAudiostacks_in_2791 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2791 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2791 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2791 #shufflestacks_in_2791 {
	display: none;
}



#playlisterWrapperstacks_in_2791 #playlistTogglestacks_in_2791 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2791 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2791 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2806{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2806.splb{padding:12px}#splb_stacks_in_2806 .infix-iframe-container{background-color:}#stacks_in_2806{display:none}.infix-opened #stacks_in_2806,.infix-closed #stacks_in_2806{display:block}.lightbox42{cursor:pointer}#stacks_in_2806.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2806.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2809 *,
#stacks_in_2809 *:before,
#stacks_in_2809 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2809 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2809 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2809 {
	display: none !important;
}


#playlisterstacks_in_2809 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2809 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2809 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2809 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2809 {
	min-height: 0px;
}


#coverstacks_in_2809 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2809 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2809 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2809 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2809 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2809 {
		margin-top: 0px;
	}
}

#titlestacks_in_2809 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2809:before {
	content: ' ';
}

#albumstacks_in_2809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2809:before {
	content: 'Album: ';
}

#artiststacks_in_2809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2809:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2809 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2809:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2809 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2809 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2809 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2809 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2809 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2809 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2809 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2809 .playlisterButton:hover,
#playlisterWrapperstacks_in_2809 .playlisterButton:active,
#playlisterWrapperstacks_in_2809 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2809 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2809 #playstacks_in_2809 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2809 #pausestacks_in_2809 {
	display: none;
}

#playlisterWrapperstacks_in_2809 .playlisterIsPlaying #playstacks_in_2809 {
	display: none;
}

#playlisterWrapperstacks_in_2809 .playlisterIsPlaying #pausestacks_in_2809 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2809 .playlisterButton:after,
#playlisterWrapperstacks_in_2809 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2809 {
	float: right;
}

#playlisterWrapperstacks_in_2809 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2809 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2809 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2809 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2809,
#volumeBtnstacks_in_2809 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2809 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2809 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2809 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2809 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2809 [class^="fa fa-"],
	#volume-fullstacks_in_2809 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2809 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2809 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2809 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2809 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2809 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2809 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2809 #progressstacks_in_2809 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2809 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2809 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2809 {
	visibility: hidden;
}

#durationstacks_in_2809.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2809 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2809 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2809 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2809 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2809 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2809 li.active-playlistitem,
#playlisterPlayliststacks_in_2809 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2809 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2809 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2809 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2809,
.no-audio #playlisterPlayliststacks_in_2809 {
	display: none;
}

#playlisterNoAudiostacks_in_2809 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2809 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2809 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2809 #shufflestacks_in_2809 {
	display: none;
}



#playlisterWrapperstacks_in_2809 #playlistTogglestacks_in_2809 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2809 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2809 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2824{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2824.splb{padding:12px}#splb_stacks_in_2824 .infix-iframe-container{background-color:}#stacks_in_2824{display:none}.infix-opened #stacks_in_2824,.infix-closed #stacks_in_2824{display:block}.lightbox43{cursor:pointer}#stacks_in_2824.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2824.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2827 *,
#stacks_in_2827 *:before,
#stacks_in_2827 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2827 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2827 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2827 {
	display: none !important;
}


#playlisterstacks_in_2827 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2827 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2827 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2827 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2827 {
	min-height: 0px;
}


#coverstacks_in_2827 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2827 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2827 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2827 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2827 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2827 {
		margin-top: 0px;
	}
}

#titlestacks_in_2827 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2827:before {
	content: ' ';
}

#albumstacks_in_2827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2827:before {
	content: 'Album: ';
}

#artiststacks_in_2827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2827:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2827 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2827:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2827 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2827 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2827 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2827 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2827 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2827 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2827 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2827 .playlisterButton:hover,
#playlisterWrapperstacks_in_2827 .playlisterButton:active,
#playlisterWrapperstacks_in_2827 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2827 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2827 #playstacks_in_2827 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2827 #pausestacks_in_2827 {
	display: none;
}

#playlisterWrapperstacks_in_2827 .playlisterIsPlaying #playstacks_in_2827 {
	display: none;
}

#playlisterWrapperstacks_in_2827 .playlisterIsPlaying #pausestacks_in_2827 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2827 .playlisterButton:after,
#playlisterWrapperstacks_in_2827 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2827 {
	float: right;
}

#playlisterWrapperstacks_in_2827 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2827 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2827 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2827 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2827,
#volumeBtnstacks_in_2827 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2827 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2827 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2827 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2827 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2827 [class^="fa fa-"],
	#volume-fullstacks_in_2827 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2827 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2827 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2827 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2827 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2827 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2827 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2827 #progressstacks_in_2827 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2827 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2827 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2827 {
	visibility: hidden;
}

#durationstacks_in_2827.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2827 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2827 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2827 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2827 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2827 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2827 li.active-playlistitem,
#playlisterPlayliststacks_in_2827 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2827 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2827 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2827 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2827,
.no-audio #playlisterPlayliststacks_in_2827 {
	display: none;
}

#playlisterNoAudiostacks_in_2827 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2827 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2827 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2827 #shufflestacks_in_2827 {
	display: none;
}



#playlisterWrapperstacks_in_2827 #playlistTogglestacks_in_2827 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2827 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2827 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2844{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2844.splb{padding:12px}#splb_stacks_in_2844 .infix-iframe-container{background-color:}#stacks_in_2844{display:none}.infix-opened #stacks_in_2844,.infix-closed #stacks_in_2844{display:block}.lightbox44{cursor:pointer}#stacks_in_2844.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2844.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2852 *,
#stacks_in_2852 *:before,
#stacks_in_2852 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2852 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2852 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2852 {
	display: none !important;
}


#playlisterstacks_in_2852 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2852 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2852 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2852 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2852 {
	min-height: 300px;
}


#coverstacks_in_2852 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: relative;
	height: 300px;
	width: 300px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2852 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2852 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2852 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2852 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2852 {
		margin-top: 0px;
	}
}

#titlestacks_in_2852 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2852:before {
	content: ' ';
}

#albumstacks_in_2852 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2852:before {
	content: 'Album: ';
}

#artiststacks_in_2852 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2852:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2852 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2852:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2852 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2852 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2852 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2852 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2852 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2852 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2852 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2852 .playlisterButton:hover,
#playlisterWrapperstacks_in_2852 .playlisterButton:active,
#playlisterWrapperstacks_in_2852 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2852 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2852 #playstacks_in_2852 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2852 #pausestacks_in_2852 {
	display: none;
}

#playlisterWrapperstacks_in_2852 .playlisterIsPlaying #playstacks_in_2852 {
	display: none;
}

#playlisterWrapperstacks_in_2852 .playlisterIsPlaying #pausestacks_in_2852 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2852 .playlisterButton:after,
#playlisterWrapperstacks_in_2852 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2852 {
	float: right;
}

#playlisterWrapperstacks_in_2852 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2852 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2852 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2852 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2852,
#volumeBtnstacks_in_2852 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2852 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2852 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2852 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2852 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2852 [class^="fa fa-"],
	#volume-fullstacks_in_2852 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2852 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2852 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2852 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2852 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2852 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2852 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2852 #progressstacks_in_2852 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2852 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2852 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2852 {
	visibility: hidden;
}

#durationstacks_in_2852.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2852 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2852 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2852 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2852 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2852 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2852 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2852 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2852 li.active-playlistitem,
#playlisterPlayliststacks_in_2852 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2852 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2852 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2852 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2852,
.no-audio #playlisterPlayliststacks_in_2852 {
	display: none;
}

#playlisterNoAudiostacks_in_2852 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2852 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2852 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2852 #shufflestacks_in_2852 {
	display: none;
}



#playlisterWrapperstacks_in_2852 #playlistTogglestacks_in_2852 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2852 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2852 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2865{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2865.splb{padding:12px}#splb_stacks_in_2865 .infix-iframe-container{background-color:}#stacks_in_2865{display:none}.infix-opened #stacks_in_2865,.infix-closed #stacks_in_2865{display:block}.lightbox45{cursor:pointer}#stacks_in_2865.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2865.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2868 *,
#stacks_in_2868 *:before,
#stacks_in_2868 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2868 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2868 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2868 {
	display: none !important;
}


#playlisterstacks_in_2868 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2868 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2868 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2868 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2868 {
	min-height: 0px;
}


#coverstacks_in_2868 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2868 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2868 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2868 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2868 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2868 {
		margin-top: 0px;
	}
}

#titlestacks_in_2868 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2868:before {
	content: ' ';
}

#albumstacks_in_2868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2868:before {
	content: 'Album: ';
}

#artiststacks_in_2868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2868:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2868 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2868:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2868 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2868 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2868 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2868 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2868 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2868 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2868 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2868 .playlisterButton:hover,
#playlisterWrapperstacks_in_2868 .playlisterButton:active,
#playlisterWrapperstacks_in_2868 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2868 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2868 #playstacks_in_2868 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2868 #pausestacks_in_2868 {
	display: none;
}

#playlisterWrapperstacks_in_2868 .playlisterIsPlaying #playstacks_in_2868 {
	display: none;
}

#playlisterWrapperstacks_in_2868 .playlisterIsPlaying #pausestacks_in_2868 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2868 .playlisterButton:after,
#playlisterWrapperstacks_in_2868 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2868 {
	float: right;
}

#playlisterWrapperstacks_in_2868 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2868 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2868 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2868 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2868,
#volumeBtnstacks_in_2868 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2868 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2868 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2868 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2868 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2868 [class^="fa fa-"],
	#volume-fullstacks_in_2868 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2868 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2868 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2868 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2868 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2868 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2868 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2868 #progressstacks_in_2868 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2868 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2868 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2868 {
	visibility: hidden;
}

#durationstacks_in_2868.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2868 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2868 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2868 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2868 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2868 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2868 li.active-playlistitem,
#playlisterPlayliststacks_in_2868 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2868 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2868 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2868 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2868,
.no-audio #playlisterPlayliststacks_in_2868 {
	display: none;
}

#playlisterNoAudiostacks_in_2868 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2868 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2868 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2868 #shufflestacks_in_2868 {
	display: none;
}



#playlisterWrapperstacks_in_2868 #playlistTogglestacks_in_2868 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2868 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2868 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2890{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2890.splb{padding:12px}#splb_stacks_in_2890 .infix-iframe-container{background-color:}#stacks_in_2890{display:none}.infix-opened #stacks_in_2890,.infix-closed #stacks_in_2890{display:block}.lightbox46{cursor:pointer}#stacks_in_2890.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2890.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2893 *,
#stacks_in_2893 *:before,
#stacks_in_2893 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2893 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2893 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2893 {
	display: none !important;
}


#playlisterstacks_in_2893 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2893 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2893 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2893 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2893 {
	min-height: 0px;
}


#coverstacks_in_2893 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2893 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2893 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2893 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2893 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2893 {
		margin-top: 0px;
	}
}

#titlestacks_in_2893 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2893:before {
	content: ' ';
}

#albumstacks_in_2893 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2893:before {
	content: 'Album: ';
}

#artiststacks_in_2893 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2893:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2893 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2893:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2893 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2893 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2893 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2893 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2893 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2893 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2893 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2893 .playlisterButton:hover,
#playlisterWrapperstacks_in_2893 .playlisterButton:active,
#playlisterWrapperstacks_in_2893 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2893 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2893 #playstacks_in_2893 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2893 #pausestacks_in_2893 {
	display: none;
}

#playlisterWrapperstacks_in_2893 .playlisterIsPlaying #playstacks_in_2893 {
	display: none;
}

#playlisterWrapperstacks_in_2893 .playlisterIsPlaying #pausestacks_in_2893 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2893 .playlisterButton:after,
#playlisterWrapperstacks_in_2893 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2893 {
	float: right;
}

#playlisterWrapperstacks_in_2893 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2893 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2893 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2893 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2893,
#volumeBtnstacks_in_2893 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2893 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2893 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2893 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2893 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2893 [class^="fa fa-"],
	#volume-fullstacks_in_2893 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2893 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2893 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2893 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2893 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2893 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2893 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2893 #progressstacks_in_2893 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2893 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2893 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2893 {
	visibility: hidden;
}

#durationstacks_in_2893.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2893 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2893 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2893 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2893 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2893 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2893 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2893 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2893 li.active-playlistitem,
#playlisterPlayliststacks_in_2893 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2893 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2893 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2893 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2893,
.no-audio #playlisterPlayliststacks_in_2893 {
	display: none;
}

#playlisterNoAudiostacks_in_2893 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2893 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2893 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2893 #shufflestacks_in_2893 {
	display: none;
}



#playlisterWrapperstacks_in_2893 #playlistTogglestacks_in_2893 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2893 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2893 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2908{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2908.splb{padding:12px}#splb_stacks_in_2908 .infix-iframe-container{background-color:}#stacks_in_2908{display:none}.infix-opened #stacks_in_2908,.infix-closed #stacks_in_2908{display:block}.lightbox47{cursor:pointer}#stacks_in_2908.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2908.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2911 *,
#stacks_in_2911 *:before,
#stacks_in_2911 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2911 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2911 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2911 {
	display: none !important;
}


#playlisterstacks_in_2911 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2911 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2911 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2911 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2911 {
	min-height: 0px;
}


#coverstacks_in_2911 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2911 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2911 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2911 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2911 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2911 {
		margin-top: 0px;
	}
}

#titlestacks_in_2911 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2911:before {
	content: ' ';
}

#albumstacks_in_2911 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2911:before {
	content: 'Album: ';
}

#artiststacks_in_2911 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2911:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2911 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2911:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2911 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2911 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2911 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2911 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2911 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2911 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2911 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2911 .playlisterButton:hover,
#playlisterWrapperstacks_in_2911 .playlisterButton:active,
#playlisterWrapperstacks_in_2911 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2911 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2911 #playstacks_in_2911 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2911 #pausestacks_in_2911 {
	display: none;
}

#playlisterWrapperstacks_in_2911 .playlisterIsPlaying #playstacks_in_2911 {
	display: none;
}

#playlisterWrapperstacks_in_2911 .playlisterIsPlaying #pausestacks_in_2911 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2911 .playlisterButton:after,
#playlisterWrapperstacks_in_2911 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2911 {
	float: right;
}

#playlisterWrapperstacks_in_2911 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2911 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2911 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2911 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2911,
#volumeBtnstacks_in_2911 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2911 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2911 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2911 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2911 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2911 [class^="fa fa-"],
	#volume-fullstacks_in_2911 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2911 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2911 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2911 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2911 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2911 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2911 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2911 #progressstacks_in_2911 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2911 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2911 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2911 {
	visibility: hidden;
}

#durationstacks_in_2911.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2911 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2911 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2911 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2911 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2911 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2911 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2911 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2911 li.active-playlistitem,
#playlisterPlayliststacks_in_2911 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2911 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2911 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2911 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2911,
.no-audio #playlisterPlayliststacks_in_2911 {
	display: none;
}

#playlisterNoAudiostacks_in_2911 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2911 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2911 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2911 #shufflestacks_in_2911 {
	display: none;
}



#playlisterWrapperstacks_in_2911 #playlistTogglestacks_in_2911 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2911 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2911 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2944{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2944.splb{padding:12px}#splb_stacks_in_2944 .infix-iframe-container{background-color:}#stacks_in_2944{display:none}.infix-opened #stacks_in_2944,.infix-closed #stacks_in_2944{display:block}.lightbox48{cursor:pointer}#stacks_in_2944.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2944.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2947 *,
#stacks_in_2947 *:before,
#stacks_in_2947 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2947 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2947 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2947 {
	display: none !important;
}


#playlisterstacks_in_2947 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2947 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2947 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2947 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2947 {
	min-height: 0px;
}


#coverstacks_in_2947 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2947 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2947 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2947 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2947 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2947 {
		margin-top: 0px;
	}
}

#titlestacks_in_2947 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2947:before {
	content: ' ';
}

#albumstacks_in_2947 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2947:before {
	content: 'Album: ';
}

#artiststacks_in_2947 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2947:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2947 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2947:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2947 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2947 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2947 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2947 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2947 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2947 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2947 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2947 .playlisterButton:hover,
#playlisterWrapperstacks_in_2947 .playlisterButton:active,
#playlisterWrapperstacks_in_2947 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2947 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2947 #playstacks_in_2947 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2947 #pausestacks_in_2947 {
	display: none;
}

#playlisterWrapperstacks_in_2947 .playlisterIsPlaying #playstacks_in_2947 {
	display: none;
}

#playlisterWrapperstacks_in_2947 .playlisterIsPlaying #pausestacks_in_2947 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2947 .playlisterButton:after,
#playlisterWrapperstacks_in_2947 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2947 {
	float: right;
}

#playlisterWrapperstacks_in_2947 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2947 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2947 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2947 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2947,
#volumeBtnstacks_in_2947 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2947 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2947 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2947 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2947 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2947 [class^="fa fa-"],
	#volume-fullstacks_in_2947 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2947 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2947 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2947 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2947 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2947 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2947 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2947 #progressstacks_in_2947 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2947 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2947 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2947 {
	visibility: hidden;
}

#durationstacks_in_2947.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2947 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2947 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2947 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2947 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2947 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2947 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2947 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2947 li.active-playlistitem,
#playlisterPlayliststacks_in_2947 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2947 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2947 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2947 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2947,
.no-audio #playlisterPlayliststacks_in_2947 {
	display: none;
}

#playlisterNoAudiostacks_in_2947 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2947 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2947 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2947 #shufflestacks_in_2947 {
	display: none;
}



#playlisterWrapperstacks_in_2947 #playlistTogglestacks_in_2947 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2947 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2947 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2962{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2962.splb{padding:12px}#splb_stacks_in_2962 .infix-iframe-container{background-color:}#stacks_in_2962{display:none}.infix-opened #stacks_in_2962,.infix-closed #stacks_in_2962{display:block}.lightbox49{cursor:pointer}#stacks_in_2962.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2962.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2965 *,
#stacks_in_2965 *:before,
#stacks_in_2965 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2965 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2965 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2965 {
	display: none !important;
}


#playlisterstacks_in_2965 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2965 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2965 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2965 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2965 {
	min-height: 0px;
}


#coverstacks_in_2965 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2965 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2965 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2965 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2965 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2965 {
		margin-top: 0px;
	}
}

#titlestacks_in_2965 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2965:before {
	content: ' ';
}

#albumstacks_in_2965 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2965:before {
	content: 'Album: ';
}

#artiststacks_in_2965 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2965:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2965 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2965:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2965 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2965 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2965 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2965 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2965 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2965 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2965 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2965 .playlisterButton:hover,
#playlisterWrapperstacks_in_2965 .playlisterButton:active,
#playlisterWrapperstacks_in_2965 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2965 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2965 #playstacks_in_2965 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2965 #pausestacks_in_2965 {
	display: none;
}

#playlisterWrapperstacks_in_2965 .playlisterIsPlaying #playstacks_in_2965 {
	display: none;
}

#playlisterWrapperstacks_in_2965 .playlisterIsPlaying #pausestacks_in_2965 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2965 .playlisterButton:after,
#playlisterWrapperstacks_in_2965 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2965 {
	float: right;
}

#playlisterWrapperstacks_in_2965 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2965 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2965 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2965 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2965,
#volumeBtnstacks_in_2965 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2965 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2965 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2965 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2965 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2965 [class^="fa fa-"],
	#volume-fullstacks_in_2965 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2965 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2965 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2965 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2965 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2965 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2965 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2965 #progressstacks_in_2965 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2965 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2965 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2965 {
	visibility: hidden;
}

#durationstacks_in_2965.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2965 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2965 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2965 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2965 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2965 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2965 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2965 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2965 li.active-playlistitem,
#playlisterPlayliststacks_in_2965 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2965 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2965 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2965 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2965,
.no-audio #playlisterPlayliststacks_in_2965 {
	display: none;
}

#playlisterNoAudiostacks_in_2965 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2965 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2965 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2965 #shufflestacks_in_2965 {
	display: none;
}



#playlisterWrapperstacks_in_2965 #playlistTogglestacks_in_2965 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2965 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2965 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2980{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2980.splb{padding:12px}#splb_stacks_in_2980 .infix-iframe-container{background-color:}#stacks_in_2980{display:none}.infix-opened #stacks_in_2980,.infix-closed #stacks_in_2980{display:block}.lightbox50{cursor:pointer}#stacks_in_2980.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2980.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_2983 *,
#stacks_in_2983 *:before,
#stacks_in_2983 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_2983 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_2983 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_2983 {
	display: none !important;
}


#playlisterstacks_in_2983 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_2983 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_2983 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_2983 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_2983 {
	min-height: 0px;
}


#coverstacks_in_2983 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_2983 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_2983 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_2983 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_2983 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_2983 {
		margin-top: 0px;
	}
}

#titlestacks_in_2983 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_2983:before {
	content: ' ';
}

#albumstacks_in_2983 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_2983:before {
	content: 'Album: ';
}

#artiststacks_in_2983 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_2983:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_2983 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_2983:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_2983 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_2983 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_2983 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_2983 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_2983 .playlisterButtonStandard,
#playlisterWrapperstacks_in_2983 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2983 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_2983 .playlisterButton:hover,
#playlisterWrapperstacks_in_2983 .playlisterButton:active,
#playlisterWrapperstacks_in_2983 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_2983 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_2983 #playstacks_in_2983 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_2983 #pausestacks_in_2983 {
	display: none;
}

#playlisterWrapperstacks_in_2983 .playlisterIsPlaying #playstacks_in_2983 {
	display: none;
}

#playlisterWrapperstacks_in_2983 .playlisterIsPlaying #pausestacks_in_2983 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_2983 .playlisterButton:after,
#playlisterWrapperstacks_in_2983 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_2983 {
	float: right;
}

#playlisterWrapperstacks_in_2983 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_2983 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_2983 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_2983 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_2983,
#volumeBtnstacks_in_2983 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_2983 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_2983 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_2983 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_2983 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_2983 [class^="fa fa-"],
	#volume-fullstacks_in_2983 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_2983 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_2983 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_2983 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_2983 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_2983 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_2983 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_2983 #progressstacks_in_2983 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_2983 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_2983 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_2983 {
	visibility: hidden;
}

#durationstacks_in_2983.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_2983 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_2983 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_2983 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_2983 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_2983 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_2983 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_2983 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_2983 li.active-playlistitem,
#playlisterPlayliststacks_in_2983 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_2983 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_2983 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_2983 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_2983,
.no-audio #playlisterPlayliststacks_in_2983 {
	display: none;
}

#playlisterNoAudiostacks_in_2983 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_2983 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_2983 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_2983 #shufflestacks_in_2983 {
	display: none;
}



#playlisterWrapperstacks_in_2983 #playlistTogglestacks_in_2983 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_2983 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_2983 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_2998{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2998.splb{padding:12px}#splb_stacks_in_2998 .infix-iframe-container{background-color:}#stacks_in_2998{display:none}.infix-opened #stacks_in_2998,.infix-closed #stacks_in_2998{display:block}.lightbox51{cursor:pointer}#stacks_in_2998.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2998.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3001 *,
#stacks_in_3001 *:before,
#stacks_in_3001 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3001 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3001 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3001 {
	display: none !important;
}


#playlisterstacks_in_3001 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3001 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3001 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3001 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3001 {
	min-height: 0px;
}


#coverstacks_in_3001 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3001 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3001 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3001 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3001 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3001 {
		margin-top: 0px;
	}
}

#titlestacks_in_3001 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3001:before {
	content: ' ';
}

#albumstacks_in_3001 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3001:before {
	content: 'Album: ';
}

#artiststacks_in_3001 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3001:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3001 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3001:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3001 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3001 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3001 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3001 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3001 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3001 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3001 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3001 .playlisterButton:hover,
#playlisterWrapperstacks_in_3001 .playlisterButton:active,
#playlisterWrapperstacks_in_3001 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3001 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3001 #playstacks_in_3001 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3001 #pausestacks_in_3001 {
	display: none;
}

#playlisterWrapperstacks_in_3001 .playlisterIsPlaying #playstacks_in_3001 {
	display: none;
}

#playlisterWrapperstacks_in_3001 .playlisterIsPlaying #pausestacks_in_3001 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3001 .playlisterButton:after,
#playlisterWrapperstacks_in_3001 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3001 {
	float: right;
}

#playlisterWrapperstacks_in_3001 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3001 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3001 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3001 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3001,
#volumeBtnstacks_in_3001 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3001 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3001 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3001 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3001 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3001 [class^="fa fa-"],
	#volume-fullstacks_in_3001 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3001 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3001 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3001 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3001 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3001 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3001 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3001 #progressstacks_in_3001 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3001 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3001 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3001 {
	visibility: hidden;
}

#durationstacks_in_3001.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3001 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3001 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3001 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3001 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3001 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3001 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3001 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3001 li.active-playlistitem,
#playlisterPlayliststacks_in_3001 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3001 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3001 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3001 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3001,
.no-audio #playlisterPlayliststacks_in_3001 {
	display: none;
}

#playlisterNoAudiostacks_in_3001 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3001 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3001 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3001 #shufflestacks_in_3001 {
	display: none;
}



#playlisterWrapperstacks_in_3001 #playlistTogglestacks_in_3001 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3001 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3001 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3016{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3016.splb{padding:12px}#splb_stacks_in_3016 .infix-iframe-container{background-color:}#stacks_in_3016{display:none}.infix-opened #stacks_in_3016,.infix-closed #stacks_in_3016{display:block}.lightbox52{cursor:pointer}#stacks_in_3016.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3016.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3019 *,
#stacks_in_3019 *:before,
#stacks_in_3019 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3019 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3019 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3019 {
	display: none !important;
}


#playlisterstacks_in_3019 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3019 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3019 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3019 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3019 {
	min-height: 0px;
}


#coverstacks_in_3019 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3019 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3019 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3019 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3019 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3019 {
		margin-top: 0px;
	}
}

#titlestacks_in_3019 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3019:before {
	content: ' ';
}

#albumstacks_in_3019 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3019:before {
	content: 'Album: ';
}

#artiststacks_in_3019 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3019:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3019 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3019:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3019 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3019 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3019 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3019 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3019 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3019 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3019 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3019 .playlisterButton:hover,
#playlisterWrapperstacks_in_3019 .playlisterButton:active,
#playlisterWrapperstacks_in_3019 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3019 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3019 #playstacks_in_3019 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3019 #pausestacks_in_3019 {
	display: none;
}

#playlisterWrapperstacks_in_3019 .playlisterIsPlaying #playstacks_in_3019 {
	display: none;
}

#playlisterWrapperstacks_in_3019 .playlisterIsPlaying #pausestacks_in_3019 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3019 .playlisterButton:after,
#playlisterWrapperstacks_in_3019 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3019 {
	float: right;
}

#playlisterWrapperstacks_in_3019 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3019 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3019 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3019 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3019,
#volumeBtnstacks_in_3019 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3019 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3019 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3019 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3019 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3019 [class^="fa fa-"],
	#volume-fullstacks_in_3019 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3019 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3019 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3019 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3019 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3019 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3019 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3019 #progressstacks_in_3019 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3019 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3019 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3019 {
	visibility: hidden;
}

#durationstacks_in_3019.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3019 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3019 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3019 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3019 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3019 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3019 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3019 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3019 li.active-playlistitem,
#playlisterPlayliststacks_in_3019 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3019 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3019 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3019 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3019,
.no-audio #playlisterPlayliststacks_in_3019 {
	display: none;
}

#playlisterNoAudiostacks_in_3019 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3019 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3019 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3019 #shufflestacks_in_3019 {
	display: none;
}



#playlisterWrapperstacks_in_3019 #playlistTogglestacks_in_3019 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3019 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3019 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3051{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3051.splb{padding:12px}#splb_stacks_in_3051 .infix-iframe-container{background-color:}#stacks_in_3051{display:none}.infix-opened #stacks_in_3051,.infix-closed #stacks_in_3051{display:block}.lightbox53{cursor:pointer}#stacks_in_3051.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3051.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3054 *,
#stacks_in_3054 *:before,
#stacks_in_3054 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3054 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3054 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3054 {
	display: none !important;
}


#playlisterstacks_in_3054 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3054 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3054 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3054 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3054 {
	min-height: 0px;
}


#coverstacks_in_3054 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3054 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3054 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3054 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3054 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3054 {
		margin-top: 0px;
	}
}

#titlestacks_in_3054 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3054:before {
	content: ' ';
}

#albumstacks_in_3054 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3054:before {
	content: 'Album: ';
}

#artiststacks_in_3054 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3054:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3054 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3054:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3054 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3054 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3054 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3054 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3054 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3054 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3054 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3054 .playlisterButton:hover,
#playlisterWrapperstacks_in_3054 .playlisterButton:active,
#playlisterWrapperstacks_in_3054 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3054 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3054 #playstacks_in_3054 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3054 #pausestacks_in_3054 {
	display: none;
}

#playlisterWrapperstacks_in_3054 .playlisterIsPlaying #playstacks_in_3054 {
	display: none;
}

#playlisterWrapperstacks_in_3054 .playlisterIsPlaying #pausestacks_in_3054 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3054 .playlisterButton:after,
#playlisterWrapperstacks_in_3054 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3054 {
	float: right;
}

#playlisterWrapperstacks_in_3054 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3054 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3054 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3054 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3054,
#volumeBtnstacks_in_3054 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3054 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3054 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3054 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3054 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3054 [class^="fa fa-"],
	#volume-fullstacks_in_3054 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3054 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3054 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3054 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3054 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3054 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3054 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3054 #progressstacks_in_3054 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3054 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3054 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3054 {
	visibility: hidden;
}

#durationstacks_in_3054.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3054 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3054 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3054 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3054 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3054 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3054 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3054 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3054 li.active-playlistitem,
#playlisterPlayliststacks_in_3054 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3054 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3054 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3054 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3054,
.no-audio #playlisterPlayliststacks_in_3054 {
	display: none;
}

#playlisterNoAudiostacks_in_3054 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3054 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3054 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3054 #shufflestacks_in_3054 {
	display: none;
}



#playlisterWrapperstacks_in_3054 #playlistTogglestacks_in_3054 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3054 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3054 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3069{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3069.splb{padding:12px}#splb_stacks_in_3069 .infix-iframe-container{background-color:}#stacks_in_3069{display:none}.infix-opened #stacks_in_3069,.infix-closed #stacks_in_3069{display:block}.lightbox54{cursor:pointer}#stacks_in_3069.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3069.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3072 *,
#stacks_in_3072 *:before,
#stacks_in_3072 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3072 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3072 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3072 {
	display: none !important;
}


#playlisterstacks_in_3072 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3072 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3072 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3072 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3072 {
	min-height: 0px;
}


#coverstacks_in_3072 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3072 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3072 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3072 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3072 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3072 {
		margin-top: 0px;
	}
}

#titlestacks_in_3072 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3072:before {
	content: ' ';
}

#albumstacks_in_3072 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3072:before {
	content: 'Album: ';
}

#artiststacks_in_3072 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3072:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3072 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3072:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3072 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3072 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3072 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3072 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3072 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3072 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3072 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3072 .playlisterButton:hover,
#playlisterWrapperstacks_in_3072 .playlisterButton:active,
#playlisterWrapperstacks_in_3072 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3072 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3072 #playstacks_in_3072 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3072 #pausestacks_in_3072 {
	display: none;
}

#playlisterWrapperstacks_in_3072 .playlisterIsPlaying #playstacks_in_3072 {
	display: none;
}

#playlisterWrapperstacks_in_3072 .playlisterIsPlaying #pausestacks_in_3072 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3072 .playlisterButton:after,
#playlisterWrapperstacks_in_3072 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3072 {
	float: right;
}

#playlisterWrapperstacks_in_3072 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3072 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3072 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3072 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3072,
#volumeBtnstacks_in_3072 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3072 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3072 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3072 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3072 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3072 [class^="fa fa-"],
	#volume-fullstacks_in_3072 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3072 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3072 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3072 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3072 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3072 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3072 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3072 #progressstacks_in_3072 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3072 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3072 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3072 {
	visibility: hidden;
}

#durationstacks_in_3072.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3072 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3072 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3072 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3072 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3072 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3072 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3072 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3072 li.active-playlistitem,
#playlisterPlayliststacks_in_3072 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3072 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3072 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3072 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3072,
.no-audio #playlisterPlayliststacks_in_3072 {
	display: none;
}

#playlisterNoAudiostacks_in_3072 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3072 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3072 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3072 #shufflestacks_in_3072 {
	display: none;
}



#playlisterWrapperstacks_in_3072 #playlistTogglestacks_in_3072 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3072 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3072 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3087{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3087.splb{padding:12px}#splb_stacks_in_3087 .infix-iframe-container{background-color:}#stacks_in_3087{display:none}.infix-opened #stacks_in_3087,.infix-closed #stacks_in_3087{display:block}.lightbox55{cursor:pointer}#stacks_in_3087.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3087.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3090 *,
#stacks_in_3090 *:before,
#stacks_in_3090 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3090 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3090 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3090 {
	display: none !important;
}


#playlisterstacks_in_3090 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3090 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3090 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3090 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3090 {
	min-height: 0px;
}


#coverstacks_in_3090 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3090 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3090 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3090 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3090 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3090 {
		margin-top: 0px;
	}
}

#titlestacks_in_3090 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3090:before {
	content: ' ';
}

#albumstacks_in_3090 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3090:before {
	content: 'Album: ';
}

#artiststacks_in_3090 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3090:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3090 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3090:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3090 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3090 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3090 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3090 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3090 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3090 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3090 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3090 .playlisterButton:hover,
#playlisterWrapperstacks_in_3090 .playlisterButton:active,
#playlisterWrapperstacks_in_3090 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3090 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3090 #playstacks_in_3090 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3090 #pausestacks_in_3090 {
	display: none;
}

#playlisterWrapperstacks_in_3090 .playlisterIsPlaying #playstacks_in_3090 {
	display: none;
}

#playlisterWrapperstacks_in_3090 .playlisterIsPlaying #pausestacks_in_3090 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3090 .playlisterButton:after,
#playlisterWrapperstacks_in_3090 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3090 {
	float: right;
}

#playlisterWrapperstacks_in_3090 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3090 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3090 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3090 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3090,
#volumeBtnstacks_in_3090 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3090 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3090 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3090 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3090 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3090 [class^="fa fa-"],
	#volume-fullstacks_in_3090 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3090 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3090 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3090 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3090 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3090 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3090 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3090 #progressstacks_in_3090 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3090 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3090 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3090 {
	visibility: hidden;
}

#durationstacks_in_3090.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3090 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3090 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3090 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3090 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3090 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3090 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3090 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3090 li.active-playlistitem,
#playlisterPlayliststacks_in_3090 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3090 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3090 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3090 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3090,
.no-audio #playlisterPlayliststacks_in_3090 {
	display: none;
}

#playlisterNoAudiostacks_in_3090 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3090 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3090 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3090 #shufflestacks_in_3090 {
	display: none;
}



#playlisterWrapperstacks_in_3090 #playlistTogglestacks_in_3090 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3090 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3090 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3105{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3105.splb{padding:12px}#splb_stacks_in_3105 .infix-iframe-container{background-color:}#stacks_in_3105{display:none}.infix-opened #stacks_in_3105,.infix-closed #stacks_in_3105{display:block}.lightbox56{cursor:pointer}#stacks_in_3105.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3105.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3108 *,
#stacks_in_3108 *:before,
#stacks_in_3108 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3108 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3108 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3108 {
	display: none !important;
}


#playlisterstacks_in_3108 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3108 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3108 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3108 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3108 {
	min-height: 0px;
}


#coverstacks_in_3108 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3108 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3108 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3108 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3108 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3108 {
		margin-top: 0px;
	}
}

#titlestacks_in_3108 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3108:before {
	content: ' ';
}

#albumstacks_in_3108 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3108:before {
	content: 'Album: ';
}

#artiststacks_in_3108 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3108:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3108 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3108:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3108 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3108 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3108 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3108 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3108 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3108 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3108 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3108 .playlisterButton:hover,
#playlisterWrapperstacks_in_3108 .playlisterButton:active,
#playlisterWrapperstacks_in_3108 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3108 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3108 #playstacks_in_3108 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3108 #pausestacks_in_3108 {
	display: none;
}

#playlisterWrapperstacks_in_3108 .playlisterIsPlaying #playstacks_in_3108 {
	display: none;
}

#playlisterWrapperstacks_in_3108 .playlisterIsPlaying #pausestacks_in_3108 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3108 .playlisterButton:after,
#playlisterWrapperstacks_in_3108 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3108 {
	float: right;
}

#playlisterWrapperstacks_in_3108 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3108 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3108 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3108 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3108,
#volumeBtnstacks_in_3108 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3108 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3108 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3108 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3108 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3108 [class^="fa fa-"],
	#volume-fullstacks_in_3108 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3108 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3108 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3108 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3108 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3108 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3108 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3108 #progressstacks_in_3108 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3108 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3108 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3108 {
	visibility: hidden;
}

#durationstacks_in_3108.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3108 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3108 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3108 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3108 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3108 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3108 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3108 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3108 li.active-playlistitem,
#playlisterPlayliststacks_in_3108 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3108 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3108 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3108 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3108,
.no-audio #playlisterPlayliststacks_in_3108 {
	display: none;
}

#playlisterNoAudiostacks_in_3108 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3108 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3108 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3108 #shufflestacks_in_3108 {
	display: none;
}



#playlisterWrapperstacks_in_3108 #playlistTogglestacks_in_3108 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3108 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3108 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3123{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3123.splb{padding:12px}#splb_stacks_in_3123 .infix-iframe-container{background-color:}#stacks_in_3123{display:none}.infix-opened #stacks_in_3123,.infix-closed #stacks_in_3123{display:block}.lightbox57{cursor:pointer}#stacks_in_3123.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3123.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3126 *,
#stacks_in_3126 *:before,
#stacks_in_3126 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3126 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3126 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3126 {
	display: none !important;
}


#playlisterstacks_in_3126 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3126 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3126 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3126 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3126 {
	min-height: 0px;
}


#coverstacks_in_3126 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3126 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3126 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3126 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3126 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3126 {
		margin-top: 0px;
	}
}

#titlestacks_in_3126 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3126:before {
	content: ' ';
}

#albumstacks_in_3126 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3126:before {
	content: 'Album: ';
}

#artiststacks_in_3126 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3126:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3126 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3126:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3126 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3126 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3126 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3126 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3126 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3126 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3126 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3126 .playlisterButton:hover,
#playlisterWrapperstacks_in_3126 .playlisterButton:active,
#playlisterWrapperstacks_in_3126 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3126 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3126 #playstacks_in_3126 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3126 #pausestacks_in_3126 {
	display: none;
}

#playlisterWrapperstacks_in_3126 .playlisterIsPlaying #playstacks_in_3126 {
	display: none;
}

#playlisterWrapperstacks_in_3126 .playlisterIsPlaying #pausestacks_in_3126 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3126 .playlisterButton:after,
#playlisterWrapperstacks_in_3126 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3126 {
	float: right;
}

#playlisterWrapperstacks_in_3126 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3126 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3126 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3126 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3126,
#volumeBtnstacks_in_3126 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3126 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3126 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3126 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3126 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3126 [class^="fa fa-"],
	#volume-fullstacks_in_3126 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3126 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3126 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3126 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3126 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3126 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3126 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3126 #progressstacks_in_3126 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3126 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3126 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3126 {
	visibility: hidden;
}

#durationstacks_in_3126.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3126 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3126 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3126 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3126 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3126 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3126 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3126 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3126 li.active-playlistitem,
#playlisterPlayliststacks_in_3126 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3126 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3126 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3126 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3126,
.no-audio #playlisterPlayliststacks_in_3126 {
	display: none;
}

#playlisterNoAudiostacks_in_3126 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3126 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3126 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3126 #shufflestacks_in_3126 {
	display: none;
}



#playlisterWrapperstacks_in_3126 #playlistTogglestacks_in_3126 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3126 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3126 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3141{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3141.splb{padding:12px}#splb_stacks_in_3141 .infix-iframe-container{background-color:}#stacks_in_3141{display:none}.infix-opened #stacks_in_3141,.infix-closed #stacks_in_3141{display:block}.lightbox58{cursor:pointer}#stacks_in_3141.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3141.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3144 *,
#stacks_in_3144 *:before,
#stacks_in_3144 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3144 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3144 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3144 {
	display: none !important;
}


#playlisterstacks_in_3144 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3144 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3144 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3144 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3144 {
	min-height: 0px;
}


#coverstacks_in_3144 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3144 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3144 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3144 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3144 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3144 {
		margin-top: 0px;
	}
}

#titlestacks_in_3144 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3144:before {
	content: ' ';
}

#albumstacks_in_3144 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3144:before {
	content: 'Album: ';
}

#artiststacks_in_3144 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3144:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3144 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3144:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3144 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3144 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3144 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3144 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3144 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3144 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3144 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3144 .playlisterButton:hover,
#playlisterWrapperstacks_in_3144 .playlisterButton:active,
#playlisterWrapperstacks_in_3144 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3144 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3144 #playstacks_in_3144 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3144 #pausestacks_in_3144 {
	display: none;
}

#playlisterWrapperstacks_in_3144 .playlisterIsPlaying #playstacks_in_3144 {
	display: none;
}

#playlisterWrapperstacks_in_3144 .playlisterIsPlaying #pausestacks_in_3144 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3144 .playlisterButton:after,
#playlisterWrapperstacks_in_3144 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3144 {
	float: right;
}

#playlisterWrapperstacks_in_3144 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3144 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3144 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3144 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3144,
#volumeBtnstacks_in_3144 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3144 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3144 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3144 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3144 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3144 [class^="fa fa-"],
	#volume-fullstacks_in_3144 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3144 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3144 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3144 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3144 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3144 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3144 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3144 #progressstacks_in_3144 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3144 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3144 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3144 {
	visibility: hidden;
}

#durationstacks_in_3144.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3144 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3144 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3144 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3144 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3144 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3144 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3144 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3144 li.active-playlistitem,
#playlisterPlayliststacks_in_3144 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3144 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3144 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3144 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3144,
.no-audio #playlisterPlayliststacks_in_3144 {
	display: none;
}

#playlisterNoAudiostacks_in_3144 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3144 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3144 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3144 #shufflestacks_in_3144 {
	display: none;
}



#playlisterWrapperstacks_in_3144 #playlistTogglestacks_in_3144 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3144 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3144 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3159{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3159.splb{padding:12px}#splb_stacks_in_3159 .infix-iframe-container{background-color:}#stacks_in_3159{display:none}.infix-opened #stacks_in_3159,.infix-closed #stacks_in_3159{display:block}.lightbox59{cursor:pointer}#stacks_in_3159.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3159.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3162 *,
#stacks_in_3162 *:before,
#stacks_in_3162 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3162 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3162 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3162 {
	display: none !important;
}


#playlisterstacks_in_3162 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3162 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3162 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3162 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3162 {
	min-height: 0px;
}


#coverstacks_in_3162 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3162 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3162 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3162 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3162 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3162 {
		margin-top: 0px;
	}
}

#titlestacks_in_3162 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3162:before {
	content: ' ';
}

#albumstacks_in_3162 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3162:before {
	content: 'Album: ';
}

#artiststacks_in_3162 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3162:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3162 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3162:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3162 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3162 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3162 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3162 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3162 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3162 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3162 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3162 .playlisterButton:hover,
#playlisterWrapperstacks_in_3162 .playlisterButton:active,
#playlisterWrapperstacks_in_3162 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3162 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3162 #playstacks_in_3162 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3162 #pausestacks_in_3162 {
	display: none;
}

#playlisterWrapperstacks_in_3162 .playlisterIsPlaying #playstacks_in_3162 {
	display: none;
}

#playlisterWrapperstacks_in_3162 .playlisterIsPlaying #pausestacks_in_3162 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3162 .playlisterButton:after,
#playlisterWrapperstacks_in_3162 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3162 {
	float: right;
}

#playlisterWrapperstacks_in_3162 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3162 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3162 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3162 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3162,
#volumeBtnstacks_in_3162 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3162 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3162 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3162 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3162 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3162 [class^="fa fa-"],
	#volume-fullstacks_in_3162 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3162 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3162 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3162 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3162 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3162 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3162 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3162 #progressstacks_in_3162 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3162 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3162 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3162 {
	visibility: hidden;
}

#durationstacks_in_3162.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3162 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3162 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3162 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3162 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3162 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3162 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3162 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3162 li.active-playlistitem,
#playlisterPlayliststacks_in_3162 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3162 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3162 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3162 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3162,
.no-audio #playlisterPlayliststacks_in_3162 {
	display: none;
}

#playlisterNoAudiostacks_in_3162 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3162 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3162 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3162 #shufflestacks_in_3162 {
	display: none;
}



#playlisterWrapperstacks_in_3162 #playlistTogglestacks_in_3162 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3162 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3162 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3177{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3177.splb{padding:12px}#splb_stacks_in_3177 .infix-iframe-container{background-color:}#stacks_in_3177{display:none}.infix-opened #stacks_in_3177,.infix-closed #stacks_in_3177{display:block}.lightbox60{cursor:pointer}#stacks_in_3177.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3177.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3178 *,
#stacks_in_3178 *:before,
#stacks_in_3178 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3178 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3178 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3178 {
	display: none !important;
}


#playlisterstacks_in_3178 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3178 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3178 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3178 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3178 {
	min-height: 0px;
}


#coverstacks_in_3178 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3178 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3178 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3178 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3178 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3178 {
		margin-top: 0px;
	}
}

#titlestacks_in_3178 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3178:before {
	content: ' ';
}

#albumstacks_in_3178 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3178:before {
	content: 'Album: ';
}

#artiststacks_in_3178 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3178:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3178 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3178:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3178 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3178 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3178 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3178 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3178 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3178 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3178 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3178 .playlisterButton:hover,
#playlisterWrapperstacks_in_3178 .playlisterButton:active,
#playlisterWrapperstacks_in_3178 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3178 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3178 #playstacks_in_3178 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3178 #pausestacks_in_3178 {
	display: none;
}

#playlisterWrapperstacks_in_3178 .playlisterIsPlaying #playstacks_in_3178 {
	display: none;
}

#playlisterWrapperstacks_in_3178 .playlisterIsPlaying #pausestacks_in_3178 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3178 .playlisterButton:after,
#playlisterWrapperstacks_in_3178 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3178 {
	float: right;
}

#playlisterWrapperstacks_in_3178 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3178 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3178 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3178 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3178,
#volumeBtnstacks_in_3178 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3178 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3178 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3178 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3178 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3178 [class^="fa fa-"],
	#volume-fullstacks_in_3178 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3178 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3178 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3178 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3178 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3178 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3178 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3178 #progressstacks_in_3178 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3178 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3178 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3178 {
	visibility: hidden;
}

#durationstacks_in_3178.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3178 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3178 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3178 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3178 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3178 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3178 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3178 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3178 li.active-playlistitem,
#playlisterPlayliststacks_in_3178 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3178 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3178 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3178 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3178,
.no-audio #playlisterPlayliststacks_in_3178 {
	display: none;
}

#playlisterNoAudiostacks_in_3178 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3178 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3178 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3178 #shufflestacks_in_3178 {
	display: none;
}



#playlisterWrapperstacks_in_3178 #playlistTogglestacks_in_3178 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3178 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3178 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3195{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3195.splb{padding:12px}#splb_stacks_in_3195 .infix-iframe-container{background-color:}#stacks_in_3195{display:none}.infix-opened #stacks_in_3195,.infix-closed #stacks_in_3195{display:block}.lightbox61{cursor:pointer}#stacks_in_3195.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3195.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3196 *,
#stacks_in_3196 *:before,
#stacks_in_3196 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3196 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3196 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3196 {
	display: none !important;
}


#playlisterstacks_in_3196 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3196 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3196 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3196 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3196 {
	min-height: 0px;
}


#coverstacks_in_3196 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3196 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3196 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3196 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3196 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3196 {
		margin-top: 0px;
	}
}

#titlestacks_in_3196 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3196:before {
	content: ' ';
}

#albumstacks_in_3196 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3196:before {
	content: 'Album: ';
}

#artiststacks_in_3196 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3196:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3196 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3196:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3196 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3196 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3196 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3196 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3196 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3196 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3196 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3196 .playlisterButton:hover,
#playlisterWrapperstacks_in_3196 .playlisterButton:active,
#playlisterWrapperstacks_in_3196 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3196 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3196 #playstacks_in_3196 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3196 #pausestacks_in_3196 {
	display: none;
}

#playlisterWrapperstacks_in_3196 .playlisterIsPlaying #playstacks_in_3196 {
	display: none;
}

#playlisterWrapperstacks_in_3196 .playlisterIsPlaying #pausestacks_in_3196 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3196 .playlisterButton:after,
#playlisterWrapperstacks_in_3196 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3196 {
	float: right;
}

#playlisterWrapperstacks_in_3196 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3196 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3196 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3196 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3196,
#volumeBtnstacks_in_3196 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3196 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3196 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3196 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3196 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3196 [class^="fa fa-"],
	#volume-fullstacks_in_3196 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3196 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3196 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3196 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3196 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3196 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3196 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3196 #progressstacks_in_3196 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3196 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3196 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3196 {
	visibility: hidden;
}

#durationstacks_in_3196.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3196 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3196 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3196 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3196 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3196 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3196 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3196 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3196 li.active-playlistitem,
#playlisterPlayliststacks_in_3196 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3196 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3196 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3196 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3196,
.no-audio #playlisterPlayliststacks_in_3196 {
	display: none;
}

#playlisterNoAudiostacks_in_3196 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3196 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3196 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3196 #shufflestacks_in_3196 {
	display: none;
}



#playlisterWrapperstacks_in_3196 #playlistTogglestacks_in_3196 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3196 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3196 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */.infix-content.bg-vault.bg-color.style-pro-stacks_in_3213{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_3213.splb{padding:12px}#splb_stacks_in_3213 .infix-iframe-container{background-color:}#stacks_in_3213{display:none}.infix-opened #stacks_in_3213,.infix-closed #stacks_in_3213{display:block}.lightbox62{cursor:pointer}#stacks_in_3213.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3213.splb.ll-overflow{overflow:visible !important}
/* @group Basic Styling */

#stacks_in_3214 *,
#stacks_in_3214 *:before,
#stacks_in_3214 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_3214 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_3214 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_3214 {
	display: none !important;
}


#playlisterstacks_in_3214 { 
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_3214 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

#playlisterstacks_in_3214 .btn {
	text-decoration: none;
	margin-top: 5px;
}

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_3214 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}


#coverControlsWrapperstacks_in_3214 {
	min-height: 0px;
}


#coverstacks_in_3214 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 0px;
	width: 0px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	#coverstacks_in_3214 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

#playerInterfacestacks_in_3214 {
	display: block;
	overflow: hidden;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_3214 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
	}
}

#playlisterTopSectionstacks_in_3214 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_3214 {
		margin-top: 0px;
	}
}

#titlestacks_in_3214 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_3214:before {
	content: ' ';
}

#albumstacks_in_3214 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_3214:before {
	content: 'Album: ';
}

#artiststacks_in_3214 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_3214:before {
	content: 'Artist: ';
}

#additionalInfostacks_in_3214 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_3214:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

#controlsstacks_in_3214 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_3214 {
		padding-top: 10px;
	}
}

/**/

/**/

#buttonWrapperstacks_in_3214 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_3214 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_3214 .playlisterButtonStandard,
#playlisterWrapperstacks_in_3214 .playlisterButton { 
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3214 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_3214 .playlisterButton:hover,
#playlisterWrapperstacks_in_3214 .playlisterButton:active,
#playlisterWrapperstacks_in_3214 .playlisterButton:focus {
	color: rgba(75, 179, 135, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_3214 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_3214 #playstacks_in_3214 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_3214 #pausestacks_in_3214 {
	display: none;
}

#playlisterWrapperstacks_in_3214 .playlisterIsPlaying #playstacks_in_3214 {
	display: none;
}

#playlisterWrapperstacks_in_3214 .playlisterIsPlaying #pausestacks_in_3214 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_3214 .playlisterButton:after,
#playlisterWrapperstacks_in_3214 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_3214 {
	float: right;
}

#playlisterWrapperstacks_in_3214 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_3214 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#playlisterWrapperstacks_in_3214 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_3214 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_3214,
#volumeBtnstacks_in_3214 {
	display: none;
}

@media screen and (min-width: %breakpoint_setting%px) {
	#volumeBtnstacks_in_3214 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_3214 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}
	
	#volume-fullstacks_in_3214 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_3214 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_3214 [class^="fa fa-"],
	#volume-fullstacks_in_3214 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_3214 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_3214 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_3214 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#volumestacks_in_3214 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

/* @end */

/* @group Progress Bar */

#progressBarstacks_in_3214 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_3214 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_3214 #progressstacks_in_3214 {
	background: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
}

#currentstacks_in_3214 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_3214 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_3214 {
	visibility: hidden;
}

#durationstacks_in_3214.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_3214 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_3214 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_3214 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_3214 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_3214 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}	
}

#playlisterPlayliststacks_in_3214 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1.00);
    color: rgba(153, 153, 153, 1.00);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}

/*  */

#playlisterPlayliststacks_in_3214 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_3214 li.active-playlistitem,
#playlisterPlayliststacks_in_3214 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_3214 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_3214 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_3214 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_3214,
.no-audio #playlisterPlayliststacks_in_3214 {
	display: none;
}

#playlisterNoAudiostacks_in_3214 {
	display: none;	
}

.no-audio #playlisterNoAudiostacks_in_3214 {
	padding: 15px;
	display: none;	
}

.no-adownload #downloadstacks_in_3214 {
	display: none;
}

/*  */

/* @end */

/* @group Interface Stack Settings */


























#playlisterWrapperstacks_in_3214 #shufflestacks_in_3214 {
	display: none;
}



#playlisterWrapperstacks_in_3214 #playlistTogglestacks_in_3214 {
	display: none;
}




/* @end */

/* @group Debug Mode */

#playlisterPlaceholderstacks_in_3214 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_3214 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */ .style-pro-stacks_in_433::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}    .style-pro-stacks_in_433:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}   

#ovl_stacks_in_433.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_433 > #ovl_stacks_in_433.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_433, .lb-master_stacks_in_433.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_433.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_433 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_433.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_433.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_433.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_433.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_433.infix-closed .infix-container::after, .lb-master_stacks_in_433.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_433.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_433, .lb-master_stacks_in_433.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_433.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_433.infix-loading .infix-content, .lb-master_stacks_in_433.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_433.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_433.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_433.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_433.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_433 [data-infix-next], .lb-master_stacks_in_433 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_433 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_433 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_433 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_433 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_433 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_433 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_433 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_433 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_433 [data-infix-next]::before,
.lb-master_stacks_in_433 [data-infix-next]::after,
.lb-master_stacks_in_433 [data-infix-prev]::before,
.lb-master_stacks_in_433 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_433 html.bwd-touch [data-infix-next], .lb-master_stacks_in_433 [data-infix-next]:hover,
.lb-master_stacks_in_433 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_433 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_433 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_433 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_433 [data-infix-next]:hover::before, .lb-master_stacks_in_433 [data-infix-next]:hover::after,
  .lb-master_stacks_in_433 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_433 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_433 [data-infix-prev]:hover::before, .lb-master_stacks_in_433 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_433 [data-infix-next]::after,
.lb-master_stacks_in_433 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_433 [data-infix-prev]::after, .lb-master_stacks_in_433 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_433 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_433 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_433 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_433 [data-infix-prev]::before {
  transform: rotate(-315deg); }
