@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn;animation-fill-mode:both;-webkit-animation-fill-mode:both}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.color-ezdrummer{background-color:#e26223!important;border-color:#e26223!important}.color-ezkeys{background-color:#9f1a23!important;border-color:#9f1a23!important}.color-ezmix{background-color:#f9b930!important;border-color:#f9b930!important}.color-midi{background-color:#9c912a!important;border-color:#9c912a!important}.color-superior{background-color:#43a9d9!important;border-color:#43a9d9!important}.color-ezbass{background-color:#e32223!important;border-color:#e32223!important}.color-tst{background-color:#a3adb3!important;border-color:#a3adb3!important}.color-ezline{background-color:#aa8a4e!important;border-color:#aa8a4e!important}.color-white{background-color:#fff!important;border-color:#fff!important}.color-black{background-color:#222!important;border-color:#222!important}.color-true-black{background-color:#000!important;border-color:#000!important}.color-brand-gray-darker{background-color:#3c3c3c!important;border-color:#3c3c3c!important}.color-dark{background-color:#2c2e32!important;border-color:#2c2e32!important}.color-gray-darker{background-color:#222!important;border-color:#222!important}.color-gray-dark{background-color:#333!important;border-color:#333!important}.color-gray{background-color:#555!important;border-color:#555!important}.color-gray-light{background-color:#999!important;border-color:#999!important}.color-gray-lighter{background-color:#eee!important;border-color:#eee!important}.color-gray-lightest{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.color-beige{background-color:#ebeae6!important;border-color:#ebeae6!important}.color-brown{background-color:#211b1a!important;border-color:#211b1a!important}.color-default{background-color:#686766!important;border-color:#686766!important}.color-sale{background-color:#b91d1d!important;border-color:#b91d1d!important}.color-gold{background-color:#b48a33!important;border-color:#b48a33!important}.color-charcoal{background-color:#121319!important;border-color:#121319!important}.color-silver{background-color:#c3c3c3!important;border-color:#c3c3c3!important}.color-red{background-color:#941914!important;border-color:#941914!important}.color-green{background-color:#5cb85c!important;border-color:#5cb85c!important}.color-cart-orange{background-color:#cf7a00!important;border-color:#cf7a00!important}.color-tt-gray-light{background-color:#7e7e7e!important;border-color:#7e7e7e!important}.color-tt-gray-dark{background-color:#373737!important;border-color:#373737!important}.color-brand-tt-gray{background-color:#ebeae6!important;border-color:#ebeae6!important}.color-text-bf-gray{color:#777!important}.color-bf-bg-black{background-color:#111!important;border-color:#111!important}.color-bf-bg-gray{background-color:#313131!important;border-color:#313131!important}.color-mm-gray-dark{background-color:#181519!important;border-color:#181519!important}.color-mm-gray-light{background-color:#242125!important;border-color:#242125!important}.color-mm-yellow-dark{background-color:#fab96d!important;border-color:#fab96d!important}.color-mm-yellow-light{background-color:#fbf7de!important;border-color:#fbf7de!important}.color-mm-blue{background-color:#0a0f1b!important;border-color:#0a0f1b!important}.color-mm-black{background-color:#131313!important;border-color:#131313!important}.color-mm-red{background-color:#c91400!important;border-color:#c91400!important}.color-bf-gray-hover-red{background-color:#707070!important;border-color:#707070!important}.color-text-ezdrummer{color:#e26223!important}.color-text-ezkeys{color:#9f1a23!important}.color-text-ezmix{color:#f9b930!important}.color-text-midi{color:#9c912a!important}.color-text-superior{color:#43a9d9!important}.color-text-ezbass{color:#e32223!important}.color-text-tst{color:#a3adb3!important}.color-text-ezline{color:#aa8a4e!important}.color-text-white{color:#fff!important}.color-text-black{color:#222!important}.color-text-brand-gray-darker{color:#3c3c3c!important}.color-text-dark{color:#2c2e32!important}.color-text-gray-darker{color:#222!important}.color-text-gray-dark{color:#333!important}.color-text-gray{color:#555!important}.color-text-gray-light{color:#999!important}.color-text-gray-lighter{color:#eee!important}.color-text-gray-lightest{color:#f5f5f5!important}.color-text-beige{color:#ebeae6!important}.color-text-brown{color:#211b1a!important}.color-text-default{color:#686766!important}.color-text-sale{color:#b91d1d!important}.color-text-gold{color:#b48a33!important}.color-text-charcoal{color:#121319!important}.color-text-silver{color:#c3c3c3!important}.color-text-red{color:#941914!important}.color-text-green{color:#5cb85c!important}.color-text-cart-orange{color:#cf7a00!important}.color-text-tt-gray-light{color:#7e7e7e!important}.color-text-tt-gray-dark{color:#373737!important}.color-text-mm-gray-dark{color:#181519!important}.color-text-mm-gray-light{color:#242125!important}.color-text-mm-yellow-dark{color:#fab96d!important}.color-text-mm-yellow-light{color:#fbf7de!important}.color-text-mm-blue{color:#0a0f1b!important}.color-text-mm-black{color:#131313!important}.color-text-mm-red{color:#c91400!important}.color-fill-ezdrummer{fill:#e26223!important}.color-fill-ezkeys{fill:#9f1a23!important}.color-fill-ezmix{fill:#f9b930!important}.color-fill-midi{fill:#9c912a!important}.color-fill-superior{fill:#43a9d9!important}.color-fill-ezbass{fill:#e32223!important}.color-fill-tst{fill:#a3adb3!important}.color-fill-ezline{fill:#aa8a4e!important}.color-fill-white{fill:#fff!important}.color-fill-black{fill:#222!important}.color-fill-dark{fill:#2c2e32!important}.color-fill-gray-darker{fill:#222!important}.color-fill-gray-dark{fill:#333!important}.color-fill-gray{fill:#555!important}.color-fill-gray-light{fill:#999!important}.color-fill-gray-lighter{fill:#eee!important}.color-fill-gray-lightest{fill:#f5f5f5!important}.color-fill-brand-gray-darker{fill:#3c3c3c!important}.color-fill-beige{fill:#ebeae6!important}.color-fill-brown{fill:#211b1a!important}.color-fill-default{fill:#686766!important}.color-fill-sale{fill:#b91d1d!important}.color-fill-gold{fill:#b48a33!important}.color-fill-charcoal{fill:#121319!important}.color-fill-silver{fill:#c3c3c3!important}.color-fill-red{fill:#941914!important}.color-fill-green{fill:#5cb85c!important}.color-fill-cart-orange{fill:#cf7a00!important}.color-fill-tt-gray-light{fill:#7e7e7e!important}.color-fill-tt-gray-dark{fill:#373737!important}.color-fill-transparent{fill:transparent!important}.color-fill-gray-dark{fill:#181519!important}.color-fill-gray-light{fill:#242125!important}.color-fill-yellow-dark{fill:#fab96d!important}.color-fill-yellow-light{fill:#fbf7de!important}.color-fill-blue{fill:#0a0f1b!important}.color-spinner-ezdrummer{stroke:#e26223!important}.color-spinner-ezkeys{stroke:#9f1a23!important}.color-spinner-ezmix{stroke:#f9b930!important}.color-spinner-midi{stroke:#9c912a!important}.color-spinner-superior{stroke:#43a9d9!important}.color-spinner-ezbass{stroke:#e32223!important}.color-spinner-tst{stroke:#a3adb3!important}.color-spinner-ezline{stroke:#aa8a4e!important}.color-spinner-white{stroke:#fff!important}.color-spinner-black{stroke:#222!important}.color-spinner-dark{stroke:#2c2e32!important}.color-spinner-gray-darker{stroke:#222!important}.color-spinner-gray-dark{stroke:#333!important}.color-spinner-gray{stroke:#555!important}.color-spinner-gray-light{stroke:#999!important}.color-spinner-gray-lighter{stroke:#eee!important}.color-spinner-gray-lightest{stroke:#f5f5f5!important}.color-spinner-brand-gray-darker{stroke:#3c3c3c!important}.color-spinner-beige{stroke:#ebeae6!important}.color-spinner-brown{stroke:#211b1a!important}.color-spinner-default{stroke:#686766}.color-spinner-sale{stroke:#b91d1d!important}.color-spinner-gold{stroke:#b48a33!important}.color-spinner-charcoal{stroke:#121319!important}.color-spinner-silver{stroke:#c3c3c3!important}.color-spinner-red{stroke:#941914!important}.color-spinner-green{stroke:#5cb85c!important}.color-spinner-cart-orange{stroke:#cf7a00!important}.color-spinner-tt-gray-light{stroke:#7e7e7e!important}.color-spinner-tt-gray-dark{stroke:#373737!important}.color-spinner-gray-dark{stroke:#181519!important}.color-spinner-gray-light{stroke:#242125!important}.color-spinner-yellow-dark{stroke:#fab96d!important}.color-spinner-yellow-light{stroke:#fbf7de!important}.color-spinner-blue{stroke:#0a0f1b!important}.color-border-ezdrummer{border-color:#e26223!important}.color-border-ezdrummer.active{background:#e26223!important}.color-border-ezkeys{border-color:#9f1a23!important}.color-border-ezkeys.active{background:#9f1a23!important}.color-border-ezmix{border-color:#f9b930!important}.color-border-ezmix.active{background:#f9b930!important}.color-border-midi{border-color:#9c912a!important}.color-border-midi.active{background:#9c912a!important}.color-border-superior{border-color:#43a9d9!important}.color-border-superior.active{background:#43a9d9!important}.color-border-ezbass{border-color:#e32223!important}.color-border-ezbass.active{background:#e32223!important}.color-border-tst{border-color:#a3adb3!important}.color-border-tst.active{background:#a3adb3!important}.color-border-ezline{border-color:#aa8a4e!important}.color-border-ezline.active{background:#aa8a4e!important}.color-border-white{border-color:#fff!important}.color-border-white.active{background:#fff!important}.color-border-black{border-color:#222!important}.color-border-black.active{background:#222!important}.color-border-dark{border-color:#2c2e32!important}.color-border-dark.active{background:#2c2e32!important}.color-border-gray-darker{border-color:#222!important}.color-border-gray-darker.active{background:#222!important}.color-border-gray-dark{border-color:#333!important}.color-border-gray-dark.active{background:#333!important}.color-border-gray{border-color:#555!important}.color-border-gray.active{background:#555!important}.color-border-gray-light{border-color:#999!important}.color-border-gray-light.active{background:#999!important}.color-border-gray-lighter{border-color:#eee!important}.color-border-gray-lighter.active{background:#eee!important}.color-border-gray-lightest{border-color:#f5f5f5!important}.color-border-gray-lightest.active{background:#f5f5f5!important}.color-border-brand-gray-darker{border-color:#3c3c3c!important}.color-border-brand-gray-darker.active{background:#3c3c3c!important}.color-border-beige{border-color:#ebeae6!important}.color-border-beige.active{background:#ebeae6!important}.color-border-brown{border-color:#211b1a!important}.color-border-brown.active{background:#211b1a!important}.color-border-default{border-color:#686766}.color-border-default.active{background:#686766}.color-border-sale{border-color:#b91d1d!important}.color-border-sale.active{background:#b91d1d!important}.color-border-gold{border-color:#b48a33!important}.color-border-gold.active{background:#b48a33!important}.color-border-charcoal{border-color:#121319!important}.color-border-charcoal.active{background:#121319!important}.color-border-silver{border-color:#c3c3c3!important}.color-border-silver.active{background:#c3c3c3!important}.color-border-red{border-color:#941914!important}.color-border-red.active{background:#941914!important}.color-border-green{border-color:#5cb85c!important}.color-border-green.active{background:#5cb85c!important}.color-border-cart-orange{border-color:#cf7a00!important}.color-border-cart-orange.active{background:#cf7a00!important}.color-border-tt-gray-light{border-color:#7e7e7e!important}.color-border-tt-gray-light.active{background:#7e7e7e!important}.color-border-tt-gray-dark{border-color:#373737!important}.color-border-tt-gray-dark.active{background:#373737!important}.color-border-gray-dark{border-color:#181519!important}.color-border-gray-light{border-color:#242125!important}.color-border-yellow-dark{border-color:#fab96d!important}.color-border-yellow-light{border-color:#fbf7de!important}.color-border-blue{border-color:#0a0f1b!important}.color-gradient-white{background:-webkit-linear-gradient(top,#fff,#f6f6f6 250px);background:linear-gradient(to bottom,#fff,#f6f6f6 250px)}.color-gradient-ezweekend{background-image:-webkit-linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important;background-image:linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important}.color-gradient-ezweekend-reverse{background-image:-webkit-linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important;background-image:linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important}@media only screen and (max-width:767px){.color-xs-ezdrummer{background:#e26223!important;border-color:#e26223!important}.color-xs-ezkeys{background:#9f1a23!important;border-color:#9f1a23!important}.color-xs-ezmix{background:#f9b930!important;border-color:#f9b930!important}.color-xs-midi{background:#9c912a!important;border-color:#9c912a!important}.color-xs-superior{background:#43a9d9!important;border-color:#43a9d9!important}.color-xs-ezbass{background:#e32223!important;border-color:#e32223!important}.color-xs-tst{background:#a3adb3!important;border-color:#a3adb3!important}.color-xs-ezline{background:#aa8a4e!important;border-color:#aa8a4e!important}.color-xs-white{background:#fff!important;border-color:#fff!important}.color-xs-black{background:#222!important;border-color:#222!important}.color-xs-dark{background:#2c2e32!important;border-color:#2c2e32!important}.color-xs-gray-darker{background:#222!important;border-color:#222!important}.color-xs-gray-dark{background:#333!important;border-color:#333!important}.color-xs-gray{background:#555!important;border-color:#555!important}.color-xs-gray-light{background:#999!important;border-color:#999!important}.color-xs-gray-lighter{background:#eee!important;border-color:#eee!important}.color-xs-gray-lightest{background:#f5f5f5!important;border-color:#f5f5f5!important}.color-xs-beige{background:#ebeae6!important;border-color:#ebeae6!important}.color-xs-brown{background:#211b1a!important;border-color:#211b1a!important}.color-xs-default{background:#686766!important;border-color:#686766!important}.color-xs-sale{background:#b91d1d!important;border-color:#b91d1d!important}.color-xs-charcoal{background:#121319!important;border-color:#121319!important}.color-xs-gold{background:#b48a33!important;border-color:#b48a33!important}.color-xs-silver{background:#c3c3c3!important;border-color:#c3c3c3!important}.color-xs-red{background:#941914!important;border-color:#941914!important}.color-xs-green{background:#5cb85c!important;border-color:#5cb85c!important}.color-xs-tt-gray-light{background:#7e7e7e!important;border-color:#7e7e7e!important}.color-xs-tt-gray-dark{background:#373737!important;border-color:#373737!important}.color-xs-true-black{background:#000!important;border-color:#000!important}.color-xs-mm-gray-dark{background:#181519!important;border-color:#181519!important}.color-xs-mm-gray-light{background:#242125!important;border-color:#242125!important}.color-xs-mm-yellow-dark{background:#fab96d!important;border-color:#fab96d!important}.color-xs-mm-yellow-light{background:#fbf7de!important;border-color:#fbf7de!important}.color-xs-gradient-white{background-image:-webkit-linear-gradient(top,#fff,#f6f6f6 250px);background-image:linear-gradient(top bottom,#fff,#f6f6f6 250px)}.color-xs-gradient-ezweekend{background-image:-webkit-linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important;background-image:linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important}.color-xs-gradient-ezweekend-reverse{background-image:-webkit-linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important;background-image:linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important}}@media only screen and (min-width:768px) and (max-width:991px){.color-sm-ezdrummer{background:#e26223!important;border-color:#e26223!important}.color-sm-ezkeys{background:#9f1a23!important;border-color:#9f1a23!important}.color-sm-ezmix{background:#f9b930!important;border-color:#f9b930!important}.color-sm-midi{background:#9c912a!important;border-color:#9c912a!important}.color-sm-superior{background:#43a9d9!important;border-color:#43a9d9!important}.color-sm-ezbass{background:#e32223!important;border-color:#e32223!important}.color-sm-tst{background:#a3adb3!important;border-color:#a3adb3!important}.color-sm-ezline{background:#aa8a4e!important;border-color:#aa8a4e!important}.color-sm-white{background:#fff!important;border-color:#fff!important}.color-sm-black{background:#222!important;border-color:#222!important}.color-sm-dark{background:#2c2e32!important;border-color:#2c2e32!important}.color-sm-gray-darker{background:#222!important;border-color:#222!important}.color-sm-gray-dark{background:#333!important;border-color:#333!important}.color-sm-gray{background:#555!important;border-color:#555!important}.color-sm-gray-light{background:#999!important;border-color:#999!important}.color-sm-gray-lighter{background:#eee!important;border-color:#eee!important}.color-sm-gray-lightest{background:#f5f5f5!important;border-color:#f5f5f5!important}.color-sm-beige{background:#ebeae6!important;border-color:#ebeae6!important}.color-sm-brown{background:#211b1a!important;border-color:#211b1a!important}.color-sm-default{background:#686766!important;border-color:#686766!important}.color-sm-sale{background:#b91d1d!important;border-color:#b91d1d!important}.color-sm-charcoal{background:#121319!important;border-color:#121319!important}.color-sm-gold{background:#b48a33!important;border-color:#b48a33!important}.color-sm-silver{background:#c3c3c3!important;border-color:#c3c3c3!important}.color-sm-red{background:#941914!important;border-color:#941914!important}.color-sm-green{background:#5cb85c!important;border-color:#5cb85c!important}.color-sm-tt-gray-light{background:#7e7e7e!important;border-color:#7e7e7e!important}.color-sm-tt-gray-dark{background:#373737!important;border-color:#373737!important}.color-sm-true-black{background:#000!important;border-color:#000!important}.color-sm-mm-gray-dark{background:#181519!important;border-color:#181519!important}.color-sm-mm-gray-light{background:#242125!important;border-color:#242125!important}.color-sm-mm-yellow-dark{background:#fab96d!important;border-color:#fab96d!important}.color-sm-mm-yellow-light{background:#fbf7de!important;border-color:#fbf7de!important}.color-sm-gradient-white{background-image:-webkit-linear-gradient(top,#fff,#f6f6f6 250px);background-image:linear-gradient(top bottom,#fff,#f6f6f6 250px)}.color-sm-gradient-ezweekend{background-image:-webkit-linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important;background-image:linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important}.color-sm-gradient-ezweekend-reverse{background-image:-webkit-linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important;background-image:linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important}}@media only screen and (min-width:992px) and (max-width:1200px){.color-md-ezdrummer{background:#e26223!important;border-color:#e26223!important}.color-md-ezkeys{background:#9f1a23!important;border-color:#9f1a23!important}.color-md-ezmix{background:#f9b930!important;border-color:#f9b930!important}.color-md-midi{background:#9c912a!important;border-color:#9c912a!important}.color-md-superior{background:#43a9d9!important;border-color:#43a9d9!important}.color-md-ezbass{background:#e32223!important;border-color:#e32223!important}.color-md-tst{background:#a3adb3!important;border-color:#a3adb3!important}.color-md-ezline{background:#aa8a4e!important;border-color:#aa8a4e!important}.color-md-white{background:#fff!important;border-color:#fff!important}.color-md-black{background:#222!important;border-color:#222!important}.color-md-dark{background:#2c2e32!important;border-color:#2c2e32!important}.color-md-gray-darker{background:#222!important;border-color:#222!important}.color-md-gray-dark{background:#333!important;border-color:#333!important}.color-md-gray{background:#555!important;border-color:#555!important}.color-md-gray-light{background:#999!important;border-color:#999!important}.color-md-gray-lighter{background:#eee!important;border-color:#eee!important}.color-md-gray-lightest{background:#f5f5f5!important;border-color:#f5f5f5!important}.color-md-beige{background:#ebeae6!important;border-color:#ebeae6!important}.color-md-brown{background:#211b1a!important;border-color:#211b1a!important}.color-md-default{background:#686766!important;border-color:#686766!important}.color-md-sale{background:#b91d1d!important;border-color:#b91d1d!important}.color-md-charcoal{background:#121319!important;border-color:#121319!important}.color-md-gold{background:#b48a33!important;border-color:#b48a33!important}.color-md-silver{background:#c3c3c3!important;border-color:#c3c3c3!important}.color-md-red{background:#941914!important;border-color:#941914!important}.color-md-green{background:#5cb85c!important;border-color:#5cb85c!important}.color-md-tt-gray-light{background:#7e7e7e!important;border-color:#7e7e7e!important}.color-md-tt-gray-dark{background:#373737!important;border-color:#373737!important}.color-md-true-black{background:#000!important;border-color:#000!important}.color-md-mm-gray-dark{background:#181519!important;border-color:#181519!important}.color-md-mm-gray-light{background:#242125!important;border-color:#242125!important}.color-md-mm-yellow-dark{background:#fab96d!important;border-color:#fab96d!important}.color-md-mm-yellow-light{background:#fbf7de!important;border-color:#fbf7de!important}.color-md-gradient-white{background-image:-webkit-linear-gradient(top,#fff,#f6f6f6 250px);background-image:linear-gradient(top bottom,#fff,#f6f6f6 250px)}.color-md-gradient-ezweekend{background-image:-webkit-linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important;background-image:linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important}.color-md-gradient-ezweekend-reverse{background-image:-webkit-linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important;background-image:linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important}}@media only screen and (min-width:1200px){.color-lg-ezdrummer{background:#e26223!important;border-color:#e26223!important}.color-lg-ezkeys{background:#9f1a23!important;border-color:#9f1a23!important}.color-lg-ezmix{background:#f9b930!important;border-color:#f9b930!important}.color-lg-midi{background:#9c912a!important;border-color:#9c912a!important}.color-lg-superior{background:#43a9d9!important;border-color:#43a9d9!important}.color-lg-ezbass{background:#e32223!important;border-color:#e32223!important}.color-lg-tst{background:#a3adb3!important;border-color:#a3adb3!important}.color-lg-ezline{background:#aa8a4e!important;border-color:#aa8a4e!important}.color-lg-white{background:#fff!important;border-color:#fff!important}.color-lg-black{background:#222!important;border-color:#222!important}.color-lg-dark{background:#2c2e32!important;border-color:#2c2e32!important}.color-lg-gray-darker{background:#222!important;border-color:#222!important}.color-lg-gray-dark{background:#333!important;border-color:#333!important}.color-lg-gray{background:#555!important;border-color:#555!important}.color-lg-gray-light{background:#999!important;border-color:#999!important}.color-lg-gray-lighter{background:#eee!important;border-color:#eee!important}.color-lg-gray-lightest{background:#f5f5f5!important;border-color:#f5f5f5!important}.color-lg-beige{background:#ebeae6!important;border-color:#ebeae6!important}.color-lg-brown{background:#211b1a!important;border-color:#211b1a!important}.color-lg-default{background:#686766!important;border-color:#686766!important}.color-lg-sale{background:#b91d1d!important;border-color:#b91d1d!important}.color-lg-charcoal{background:#121319!important;border-color:#121319!important}.color-lg-gold{background:#b48a33!important;border-color:#b48a33!important}.color-lg-silver{background:#c3c3c3!important;border-color:#c3c3c3!important}.color-lg-red{background:#941914!important;border-color:#941914!important}.color-lg-green{background:#5cb85c!important;border-color:#5cb85c!important}.color-lg-tt-gray-light{background:#7e7e7e!important;border-color:#7e7e7e!important}.color-lg-tt-gray-dark{background:#373737!important;border-color:#373737!important}.color-lg-true-black{background:#000!important;border-color:#000!important}.color-lg-mm-gray-dark{background:#181519!important;border-color:#181519!important}.color-lg-mm-gray-light{background:#242125!important;border-color:#242125!important}.color-lg-mm-yellow-dark{background:#fab96d!important;border-color:#fab96d!important}.color-lg-mm-yellow-light{background:#fbf7de!important;border-color:#fbf7de!important}.color-lg-gradient-white{background-image:-webkit-linear-gradient(top,#fff,#f6f6f6 250px);background-image:linear-gradient(top bottom,#fff,#f6f6f6 250px)}.color-lg-gradient-ezweekend{background-image:-webkit-linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important;background-image:linear-gradient(to bottom,#ef7220 0,#92261a 100%)!important}.color-lg-gradient-ezweekend-reverse{background-image:-webkit-linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important;background-image:linear-gradient(to bottom,#92261a 0,#ef7220 100%)!important}}@media only screen and (max-width:767px){.color-text-xs-ezdrummer{color:#e26223!important}.color-text-xs-ezkeys{color:#9f1a23!important}.color-text-xs-ezmix{color:#f9b930!important}.color-text-xs-midi{color:#9c912a!important}.color-text-xs-superior{color:#43a9d9!important}.color-text-xs-ezbass{color:#e32223!important}.color-text-xs-tst{color:#a3adb3!important}.color-text-xs-ezline{color:#aa8a4e!important}.color-text-xs-white{color:#fff!important}.color-text-xs-black{color:#222!important}.color-text-xs-dark{color:#2c2e32!important}.color-text-xs-gray-darker{color:#222!important}.color-text-xs-gray-dark{color:#333!important}.color-text-xs-gray{color:#555!important}.color-text-xs-gray-light{color:#999!important}.color-text-xs-gray-lighter{color:#eee!important}.color-text-xs-gray-lightest{color:#f5f5f5!important}.color-text-xs-beige{color:#ebeae6!important}.color-text-xs-brown{color:#211b1a!important}.color-text-xs-default{color:#686766!important}.color-text-xs-sale{color:#b91d1d!important}.color-text-xs-charcoal{color:#121319!important}.color-text-xs-gold{color:#b48a33!important}.color-text-xs-silver{color:#c3c3c3!important}.color-text-xs-red{color:#941914!important}.color-text-xs-green{color:#5cb85c!important}.color-text-xs-tt-gray-light{color:#7e7e7e!important}.color-text-xs-tt-gray-dark{color:#373737!important}.color-text-xs-mm-gray-dark{color:#181519!important}.color-text-xs-mm-gray-light{color:#242125!important}.color-text-xs-mm-yellow-dark{color:#fab96d!important}.color-text-xs-mm-yellow-light{color:#fbf7de!important}}@media only screen and (min-width:768px) and (max-width:991px){.color-text-sm-ezdrummer{color:#e26223!important}.color-text-sm-ezkeys{color:#9f1a23!important}.color-text-sm-ezmix{color:#f9b930!important}.color-text-sm-midi{color:#9c912a!important}.color-text-sm-superior{color:#43a9d9!important}.color-text-sm-ezbass{color:#e32223!important}.color-text-sm-tst{color:#a3adb3!important}.color-text-sm-ezline{color:#aa8a4e!important}.color-text-sm-white{color:#fff!important}.color-text-sm-black{color:#222!important}.color-text-sm-dark{color:#2c2e32!important}.color-text-sm-gray-darker{color:#222!important}.color-text-sm-gray-dark{color:#333!important}.color-text-sm-gray{color:#555!important}.color-text-sm-gray-light{color:#999!important}.color-text-sm-gray-lighter{color:#eee!important}.color-text-sm-gray-lightest{color:#f5f5f5!important}.color-text-sm-beige{color:#ebeae6!important}.color-text-sm-brown{color:#211b1a!important}.color-text-sm-default{color:#686766!important}.color-text-sm-sale{color:#b91d1d!important}.color-text-sm-charcoal{color:#121319!important}.color-text-sm-gold{color:#b48a33!important}.color-text-sm-silver{color:#c3c3c3!important}.color-text-sm-red{color:#941914!important}.color-text-sm-green{color:#5cb85c!important}.color-text-sm-tt-gray-light{color:#7e7e7e!important}.color-text-sm-tt-gray-dark{color:#373737!important}.color-text-sm-mm-gray-dark{color:#181519!important}.color-text-sm-mm-gray-light{color:#242125!important}.color-text-sm-mm-yellow-dark{color:#fab96d!important}.color-text-sm-mm-yellow-light{color:#fbf7de!important}}@media only screen and (min-width:992px) and (max-width:1200px){.color-text-md-ezdrummer{color:#e26223!important}.color-text-md-ezkeys{color:#9f1a23!important}.color-text-md-ezmix{color:#f9b930!important}.color-text-md-midi{color:#9c912a!important}.color-text-md-superior{color:#43a9d9!important}.color-text-md-ezbass{color:#e32223!important}.color-text-md-tst{color:#a3adb3!important}.color-text-md-ezline{color:#aa8a4e!important}.color-text-md-white{color:#fff!important}.color-text-md-black{color:#222!important}.color-text-md-dark{color:#2c2e32!important}.color-text-md-gray-darker{color:#222!important}.color-text-md-gray-dark{color:#333!important}.color-text-md-gray{color:#555!important}.color-text-md-gray-light{color:#999!important}.color-text-md-gray-lighter{color:#eee!important}.color-text-md-gray-lightest{color:#f5f5f5!important}.color-text-md-beige{color:#ebeae6!important}.color-text-md-brown{color:#211b1a!important}.color-text-md-default{color:#686766!important}.color-text-md-sale{color:#b91d1d!important}.color-text-md-charcoal{color:#121319!important}.color-text-md-gold{color:#b48a33!important}.color-text-md-silver{color:#c3c3c3!important}.color-text-md-red{color:#941914!important}.color-text-md-green{color:#5cb85c!important}.color-text-md-tt-gray-light{color:#7e7e7e!important}.color-text-md-tt-gray-dark{color:#373737!important}.color-text-md-mm-gray-dark{color:#181519!important}.color-text-md-mm-gray-light{color:#242125!important}.color-text-md-mm-yellow-dark{color:#fab96d!important}.color-text-md-mm-yellow-light{color:#fbf7de!important}}@media only screen and (min-width:1200px){.color-text-lg-ezdrummer{color:#e26223!important}.color-text-lg-ezkeys{color:#9f1a23!important}.color-text-lg-ezmix{color:#f9b930!important}.color-text-lg-midi{color:#9c912a!important}.color-text-lg-superior{color:#43a9d9!important}.color-text-lg-ezbass{color:#e32223!important}.color-text-lg-tst{color:#a3adb3!important}.color-text-lg-ezline{color:#aa8a4e!important}.color-text-lg-white{color:#fff!important}.color-text-lg-black{color:#222!important}.color-text-lg-dark{color:#2c2e32!important}.color-text-lg-gray-darker{color:#222!important}.color-text-lg-gray-dark{color:#333!important}.color-text-lg-gray{color:#555!important}.color-text-lg-gray-light{color:#999!important}.color-text-lg-gray-lighter{color:#eee!important}.color-text-lg-gray-lightest{color:#f5f5f5!important}.color-text-lg-beige{color:#ebeae6!important}.color-text-lg-brown{color:#211b1a!important}.color-text-lg-default{color:#686766!important}.color-text-lg-sale{color:#b91d1d!important}.color-text-lg-charcoal{color:#121319!important}.color-text-lg-gold{color:#b48a33!important}.color-text-lg-silver{color:#c3c3c3!important}.color-text-lg-red{color:#941914!important}.color-text-lg-green{color:#5cb85c!important}.color-text-lg-tt-gray-light{color:#7e7e7e!important}.color-text-lg-tt-gray-dark{color:#373737!important}.color-text-lg-mm-gray-dark{color:#181519!important}.color-text-lg-mm-gray-light{color:#242125!important}.color-text-lg-mm-yellow-dark{color:#fab96d!important}.color-text-lg-mm-yellow-light{color:#fbf7de!important}}@media only screen and (max-width:767px){.color-fill-xs-ezdrummer{fill:#e26223!important}.color-fill-xs-ezkeys{fill:#9f1a23!important}.color-fill-xs-ezmix{fill:#f9b930!important}.color-fill-xs-midi{fill:#9c912a!important}.color-fill-xs-superior{fill:#43a9d9!important}.color-fill-xs-ezbass{fill:#e32223!important}.color-fill-xs-tst{fill:#a3adb3!important}.color-fill-xs-ezline{fill:#aa8a4e!important}.color-fill-xs-white{fill:#fff!important}.color-fill-xs-black{fill:#222!important}.color-fill-xs-dark{fill:#2c2e32!important}.color-fill-xs-gray-darker{fill:#222!important}.color-fill-xs-gray-dark{fill:#333!important}.color-fill-xs-gray{fill:#555!important}.color-fill-xs-gray-light{fill:#999!important}.color-fill-xs-gray-lighter{fill:#eee!important}.color-fill-xs-gray-lightest{fill:#f5f5f5!important}.color-fill-xs-beige{fill:#ebeae6!important}.color-fill-xs-brown{fill:#211b1a!important}.color-fill-xs-default{fill:#686766!important}.color-fill-xs-sale{fill:#b91d1d!important}.color-fill-xs-charcoal{fill:#121319!important}.color-fill-xs-gold{fill:#b48a33!important}.color-fill-xs-silver{fill:#c3c3c3!important}.color-fill-xs-red{fill:#941914!important}.color-fill-xs-green{fill:#5cb85c!important}.color-fill-xs-tt-gray-light{fill:#7e7e7e!important}.color-fill-xs-tt-gray-dark{fill:#373737!important}.color-fill-xs-mm-gray-dark{fill:#181519!important}.color-fill-xs-mm-gray-light{fill:#242125!important}.color-fill-xs-mm-yellow-dark{fill:#fab96d!important}.color-fill-xs-mm-yellow-light{fill:#fbf7de!important}}@media only screen and (min-width:768px) and (max-width:991px){.color-fill-sm-ezdrummer{fill:#e26223!important}.color-fill-sm-ezkeys{fill:#9f1a23!important}.color-fill-sm-ezmix{fill:#f9b930!important}.color-fill-sm-midi{fill:#9c912a!important}.color-fill-sm-superior{fill:#43a9d9!important}.color-fill-sm-ezbass{fill:#e32223!important}.color-fill-sm-tst{fill:#a3adb3!important}.color-fill-sm-ezline{fill:#aa8a4e!important}.color-fill-sm-white{fill:#fff!important}.color-fill-sm-black{fill:#222!important}.color-fill-sm-dark{fill:#2c2e32!important}.color-fill-sm-gray-darker{fill:#222!important}.color-fill-sm-gray-dark{fill:#333!important}.color-fill-sm-gray{fill:#555!important}.color-fill-sm-gray-light{fill:#999!important}.color-fill-sm-gray-lighter{fill:#eee!important}.color-fill-sm-gray-lightest{fill:#f5f5f5!important}.color-fill-sm-beige{fill:#ebeae6!important}.color-fill-sm-brown{fill:#211b1a!important}.color-fill-sm-default{fill:#686766!important}.color-fill-sm-sale{fill:#b91d1d!important}.color-fill-sm-charcoal{fill:#121319!important}.color-fill-sm-gold{fill:#b48a33!important}.color-fill-sm-silver{fill:#c3c3c3!important}.color-fill-sm-red{fill:#941914!important}.color-fill-sm-green{fill:#5cb85c!important}.color-fill-sm-tt-gray-light{fill:#7e7e7e!important}.color-fill-sm-tt-gray-dark{fill:#373737!important}.color-fill-sm-mm-gray-dark{fill:#181519!important}.color-fill-sm-mm-gray-light{fill:#242125!important}.color-fill-sm-mm-yellow-dark{fill:#fab96d!important}.color-fill-sm-mm-yellow-light{fill:#fbf7de!important}}@media only screen and (min-width:992px) and (max-width:1200px){.color-fill-md-ezdrummer{fill:#e26223!important}.color-fill-md-ezkeys{fill:#9f1a23!important}.color-fill-md-ezmix{fill:#f9b930!important}.color-fill-md-midi{fill:#9c912a!important}.color-fill-md-superior{fill:#43a9d9!important}.color-fill-md-ezbass{fill:#e32223!important}.color-fill-md-tst{fill:#a3adb3!important}.color-fill-md-ezline{fill:#aa8a4e!important}.color-fill-md-white{fill:#fff!important}.color-fill-md-black{fill:#222!important}.color-fill-md-dark{fill:#2c2e32!important}.color-fill-md-gray-darker{fill:#222!important}.color-fill-md-gray-dark{fill:#333!important}.color-fill-md-gray{fill:#555!important}.color-fill-md-gray-light{fill:#999!important}.color-fill-md-gray-lighter{fill:#eee!important}.color-fill-md-gray-lightest{fill:#f5f5f5!important}.color-fill-md-beige{fill:#ebeae6!important}.color-fill-md-brown{fill:#211b1a!important}.color-fill-md-default{fill:#686766!important}.color-fill-md-sale{fill:#b91d1d!important}.color-fill-md-charcoal{fill:#121319!important}.color-fill-md-gold{fill:#b48a33!important}.color-fill-md-silver{fill:#c3c3c3!important}.color-fill-md-red{fill:#941914!important}.color-fill-md-green{fill:#5cb85c!important}.color-fill-md-tt-gray-light{fill:#7e7e7e!important}.color-fill-md-tt-gray-dark{fill:#373737!important}.color-fill-md-mm-gray-dark{fill:#181519!important}.color-fill-md-mm-gray-light{fill:#242125!important}.color-fill-md-mm-yellow-dark{fill:#fab96d!important}.color-fill-md-mm-yellow-light{fill:#fbf7de!important}}@media only screen and (min-width:1200px){.color-fill-lg-ezdrummer{fill:#e26223!important}.color-fill-lg-ezkeys{fill:#9f1a23!important}.color-fill-lg-ezmix{fill:#f9b930!important}.color-fill-lg-midi{fill:#9c912a!important}.color-fill-lg-superior{fill:#43a9d9!important}.color-fill-lg-ezbass{fill:#e32223!important}.color-fill-lg-tst{fill:#a3adb3!important}.color-fill-lg-ezline{fill:#aa8a4e!important}.color-fill-lg-white{fill:#fff!important}.color-fill-lg-black{fill:#222!important}.color-fill-lg-dark{fill:#2c2e32!important}.color-fill-lg-gray-darker{fill:#222!important}.color-fill-lg-gray-dark{fill:#333!important}.color-fill-lg-gray{fill:#555!important}.color-fill-lg-gray-light{fill:#999!important}.color-fill-lg-gray-lighter{fill:#eee!important}.color-fill-lg-gray-lightest{fill:#f5f5f5!important}.color-fill-lg-beige{fill:#ebeae6!important}.color-fill-lg-brown{fill:#211b1a!important}.color-fill-lg-default{fill:#686766!important}.color-fill-lg-sale{fill:#b91d1d!important}.color-fill-lg-charcoal{fill:#121319!important}.color-fill-lg-gold{fill:#b48a33!important}.color-fill-lg-silver{fill:#c3c3c3!important}.color-fill-lg-red{fill:#941914!important}.color-fill-lg-green{fill:#5cb85c!important}.color-fill-lg-tt-gray-light{fill:#7e7e7e!important}.color-fill-lg-tt-gray-dark{fill:#373737!important}.color-fill-lg-mm-gray-dark{fill:#181519!important}.color-fill-lg-mm-gray-light{fill:#242125!important}.color-fill-lg-mm-yellow-dark{fill:#fab96d!important}.color-fill-lg-mm-yellow-light{fill:#fbf7de!important}}.btn-md{font-size:16px;padding:11px 16px;line-height:1.4}.btn-md.tt-min-width{min-width:180px}@media only screen and (min-width:768px){.btn-md.tt-min-width{min-width:185px}}@media only screen and (min-width:768px){.btn-md{border-radius:8px;padding:13px 16px 12px 16px;line-height:1.4}}.btn{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}.btn:hover{text-decoration:none;color:#fff}.btn.color-beige,.btn.color-gray-lighter,.btn.color-gray-lightest,.btn.color-white,.btn.contact-support-btn,.btn.helpful-btn{color:#333!important}.btn.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.btn.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.btn.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.btn.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.btn.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.btn.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.btn.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.btn.color-black:hover{background-color:#363636!important;border-color:#363636!important}.btn.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.btn.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.btn.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.btn.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.btn.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.btn.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.btn.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.btn.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.btn.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.btn.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.btn.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.btn.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.btn.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.btn.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.btn.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.btn.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.btn.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.btn.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.btn.color-mm-yellow-dark,.btn.color-mm-yellow-light{color:#181519!important}.btn.color-mm-gray-dark:hover{background-color:#2d282f!important}.btn.color-mm-gray-light:hover{background-color:#39343b!important}.btn.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.btn.color-mm-yellow-light:hover{background-color:#fff!important}.btn.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.btn-mini{border-radius:6px;font-size:9px;padding:7px 16px 5px 16px;line-height:1.4}.btn-mini.tt-min-width{min-width:94px}.btn-xs{border-radius:6px;font-size:9px;padding:7px 16px 5px 16px;line-height:1.4}.btn-xs.tt-min-width{min-width:94px}@media only screen and (min-width:768px){.btn-xs.tt-min-width{min-width:130px}}@media only screen and (min-width:768px){.btn-xs{border-radius:6px;font-size:12px;padding:7px 16px 5px 16px;line-height:1.4}}.btn-sm{border-radius:6px;font-size:12px;padding:7px 16px 5px 16px;line-height:1.4}.btn-sm.tt-min-width{min-width:130px}@media only screen and (min-width:768px){.btn-sm.tt-min-width{min-width:160px}}@media only screen and (min-width:768px){.btn-sm{border-radius:7px;font-size:13px;padding:9px 16px 7px 16px;line-height:1.4}}.btn-lg{border-radius:8px;font-size:16px;padding:11px 16px;line-height:1.4}.btn-lg.tt-min-width{min-width:180px}@media only screen and (min-width:768px){.btn-lg.tt-min-width{min-width:210px}}@media only screen and (min-width:768px){.btn-lg{border-radius:10px;font-size:18px;padding:14px 16px 15px;line-height:1.4}}.btn-xl{border-radius:12px;font-size:20px;padding:15px 16px 13px 16px;line-height:1.4}.btn-xl.tt-min-width{min-width:240px}@media only screen and (min-width:768px){.btn-xl.tt-min-width{min-width:295px}}@media only screen and (min-width:992px){.btn-xl.tt-min-width{min-width:350px}}@media only screen and (min-width:768px){.btn-xl{border-radius:14px;font-size:28px;padding:15px 16px 14px 16px;line-height:40px}}@media only screen and (min-width:992px){.btn-xl{border-radius:16px;padding:22px 16px 20px 16px}}.btn-default{color:#fff;background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.modal .modal-dialog,.tt-popup .modal-dialog{max-width:none}.modal .modal-dialog .modal-header,.tt-popup .modal-dialog .modal-header{border-bottom:0;display:block}.modal .modal-dialog .modal-header .close,.tt-popup .modal-dialog .modal-header .close{margin-top:5px;-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;float:right;font-size:25.5px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.modal .modal-dialog .modal-header .close:hover,.tt-popup .modal-dialog .modal-header .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}.tt-browser-icon{width:16px;height:auto;margin-right:6px;margin-top:-4px}@media only screen and (max-width:767px){.tt-min-width-spec{width:100%}}@media only screen and (min-width:768px){.tt-min-width-spec{min-width:185px}}.template-wrapper.ezmix-2-during-ezmix-3-pre-order .ezmix-2-intro-text{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;line-height:28px;color:#3c3c3c}.template-wrapper.ezmix-2-during-ezmix-3-pre-order .ezmix-2-offer-text{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:20px;line-height:24px;color:#3c3c3c}@media only screen and (min-width:768px){.template-wrapper.ezmix-2-during-ezmix-3-pre-order .ezmix-2-offer-text{font-size:24px;line-height:28px}}.template-wrapper.ezmix-2-during-ezmix-3-pre-order .tt-product-intro-main{margin-bottom:0!important}@media only screen and (max-width:767px){.template-wrapper.ezmix-2-during-ezmix-3-pre-order .tt-button-group a{min-width:0;width:100%}}.tt-product-header{overflow:hidden;height:calc(100vh - 185px);width:100%;opacity:0;animation-name:fadeIn;animation-duration:.7s;animation-delay:1s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards;position:relative;display:flex;justify-content:center}@media only screen and (min-width:768px){.tt-product-header{height:400px}}@media only screen and (min-width:992px){.tt-product-header{height:530px}}@media only screen and (min-width:1200px){.tt-product-header{height:580px}}.tt-product-header.is-main-product{height:510px}@media only screen and (min-width:768px){.tt-product-header.is-main-product{height:430px}}@media only screen and (min-width:992px){.tt-product-header.is-main-product{height:615px}}@media only screen and (min-width:1200px){.tt-product-header.is-main-product{height:740px}}@media only screen and (min-width:1400px){.tt-product-header.is-main-product{height:900px}}@media only screen and (min-width:1520px){.tt-product-header.is-main-product{height:973px}}.tt-product-header:after{content:' ';height:100%;width:100%;background:rgba(0,0,0,.5);position:absolute;bottom:0;z-index:2}@media only screen and (min-width:768px){.tt-product-header:after{background:linear-gradient(rgba(0,0,0,0) 80%,rgba(0,0,0,.3) 100%)}}.tt-product-header .tt-product-header-mobile-bg-image{width:auto;height:calc(100% + 112px);position:absolute;z-index:0;top:-112px;display:flex}@media only screen and (min-width:768px){.tt-product-header .tt-product-header-mobile-bg-image{display:none}}.tt-product-header .tt-product-header-bg-image{width:auto;height:calc(100% + 112px);position:absolute;z-index:0;top:-112px;display:flex}@media only screen and (min-width:768px){.tt-product-header .tt-product-header-bg-image{width:110%;height:auto;position:absolute;z-index:0;top:-112px;left:-5%}}@media only screen and (min-width:992px){.tt-product-header .tt-product-header-bg-image{width:114%;left:-7%}}.tt-product-header.is-main-product .tt-product-data-on-top{height:80%;position:relative;z-index:10}.tt-product-header.is-main-product .tt-product-data-on-top .tt-product-header-slogan{font-size:42px;line-height:36px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin:0;padding:0}@media only screen and (min-width:768px){.tt-product-header.is-main-product .tt-product-data-on-top .tt-product-header-slogan{font-size:60px;line-height:52px}}@media only screen and (min-width:992px){.tt-product-header.is-main-product .tt-product-data-on-top .tt-product-header-slogan{font-size:94px;line-height:78px}}.tt-product-header.is-not-main-product .tt-product-data-on-top{top:0;bottom:0;margin:auto;position:relative;z-index:5;height:90%}@media only screen and (min-width:768px){.tt-product-header.is-not-main-product .tt-product-data-on-top{height:85%}}.tt-product-header.is-not-main-product .tt-product-data-on-top .tt-product-header-title{color:#fff;font-size:14px;line-height:20px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin:0;padding:0}.tt-product-header.is-not-main-product .tt-product-data-on-top .tt-product-header-slogan{color:#fff;font-size:44px;line-height:38px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin:0;padding:0}.tt-product-header.is-not-main-product .tt-product-data-on-top .tt-product-header-payoff{color:#fff;font-size:16px;line-height:20px;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0}.tt-product-header.is-not-main-product .tt-product-data-on-top .tt-product-header-payoff br{display:none}.tt-product-header.is-not-main-product .tt-product-data-on-top .tt-add-to-cart-btn{font-size:14px;line-height:26px;margin-top:10px}#product-484 .is-main-product .newProduct,#product-484 .is-main-product .save-amount{top:-15px}@media only screen and (min-width:768px){#product-484 .is-main-product .newProduct,#product-484 .is-main-product .save-amount{top:0}}.template-wrapper{overflow:hidden}.is-main-product .tt-product-image-wrapper{margin-top:-46%}@media only screen and (min-width:375px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-main-product .tt-product-image-wrapper{margin-top:-17%}}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper{margin-top:-160px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper{margin-top:-230px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper{margin-top:-280px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper{margin-top:-311px}}.is-main-product .tt-product-image-wrapper .tt-product-image{min-width:163%;height:auto;position:relative;left:-14%}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .tt-product-image{min-width:100%;left:unset}}.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{top:-20px;right:-7%;z-index:5}@media only screen and (min-width:375px) and (max-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{right:7%}}@media only screen and (min-width:569px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{right:7%}}@media only screen and (min-width:668px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{right:7%}}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{top:-50px;right:4%}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{right:6%}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .newProduct,.is-main-product .tt-product-image-wrapper .preOrder,.is-main-product .tt-product-image-wrapper .save-amount{right:6%}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-main-product .tt-product-image-wrapper .save-amount .wrapper{width:130px;height:130px}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-main-product .tt-product-image-wrapper .save-amount .wrapper{width:160px;height:160px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-main-product .tt-product-image-wrapper .save-amount .wrapper{width:200px;height:200px}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .price_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .price_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .price_text{font-size:36px!important;line-height:28px!important}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .price_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .price_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .price_text{font-size:52px!important;line-height:40px!important}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .bread_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .bread_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .bread_text{margin-top:5px}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text{font-size:30px!important}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text{font-size:52px!important;line-height:40px}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text.added_value,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text.added_value,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text.added_value{font-size:28px!important;line-height:23px!important}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text.added_value,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text.added_value,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text.added_value{font-size:52px!important;line-height:40px!important}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text.custom_text{font-size:22px!important;line-height:20px!important}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text.custom_text{font-size:28px!important;line-height:23px!important}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .new_text.custom_text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .new_text.custom_text{font-size:40px!important;line-height:32px!important;margin-top:10px}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .pre-order-text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .pre-order-text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .pre-order-text{color:#212121;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:28px;line-height:23px}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .pre-order-text,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .pre-order-text,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .pre-order-text{font-size:40px!important;line-height:32px!important}}.is-main-product .tt-product-image-wrapper .newProduct .wrapper .pre-order-bread,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .pre-order-bread,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .pre-order-bread{color:#212121;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;line-height:18px}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .newProduct .wrapper .pre-order-bread,.is-main-product .tt-product-image-wrapper .preOrder .wrapper .pre-order-bread,.is-main-product .tt-product-image-wrapper .save-amount .wrapper .pre-order-bread{font-size:12px!important;line-height:18px!important}}.is-main-product .tt-product-image-wrapper .ezbass-interface-loop{display:none}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .ezbass-interface-loop{display:block;position:absolute;z-index:2;height:auto;width:391px;top:13px;left:243px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .ezbass-interface-loop{width:525px;top:18px;left:323px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .ezbass-interface-loop{width:625px;top:21px;left:383px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper .ezbass-interface-loop{width:729px;top:25px;left:441px}}.is-main-product .tt-product-image-wrapper .ezdrummer-3-interface-loop{display:none}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .ezdrummer-3-interface-loop{display:block;position:absolute;z-index:2;height:auto;width:143px;top:1px;left:306px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .ezdrummer-3-interface-loop{width:192px;left:407px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .ezdrummer-3-interface-loop{width:229px;left:483px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper .ezdrummer-3-interface-loop{width:266px;left:559px}}.is-main-product .tt-product-image-wrapper .ezkeys-2-interface-loop{display:none}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .ezkeys-2-interface-loop{display:block;position:absolute;z-index:2;height:auto;width:383px;top:120px;left:250px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .ezkeys-2-interface-loop{width:517px;top:161px;left:331px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .ezkeys-2-interface-loop{width:618px;top:192px;left:392px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper .ezkeys-2-interface-loop{width:721px;top:223px;left:451px}}.is-main-product .tt-product-image-wrapper .ezmix-2-interface-loop{display:none}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .ezmix-2-interface-loop{display:block;position:absolute;z-index:2;height:auto;width:253px;top:196px;left:252px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .ezmix-2-interface-loop{width:341px;top:263px;left:334px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .ezmix-2-interface-loop{width:406px;top:313px;left:396px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper .ezmix-2-interface-loop{width:471px;top:365px;left:458px}}.is-main-product .tt-product-image-wrapper .superior-drummer-3-interface-loop{display:none}@media only screen and (min-width:768px){.is-main-product .tt-product-image-wrapper .superior-drummer-3-interface-loop{display:block;position:absolute;z-index:2;height:auto;width:320px;top:24px;left:244px}}@media only screen and (min-width:992px){.is-main-product .tt-product-image-wrapper .superior-drummer-3-interface-loop{width:430px;top:33px;left:324px}}@media only screen and (min-width:1200px){.is-main-product .tt-product-image-wrapper .superior-drummer-3-interface-loop{width:513px;top:40px;left:383px}}@media only screen and (min-width:1400px){.is-main-product .tt-product-image-wrapper .superior-drummer-3-interface-loop{width:596px;top:46px;left:443px}}.is-not-main-product .tt-product-image-wrapper{margin-top:-29%}@media only screen and (min-width:375px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-not-main-product .tt-product-image-wrapper{margin-top:-17%!important}}@media only screen and (min-width:768px){.is-not-main-product .tt-product-image-wrapper{margin-top:-29%!important}}@media only screen and (min-width:992px){.is-not-main-product .tt-product-image-wrapper{margin-top:-300px!important}}.is-not-main-product .tt-product-image-wrapper .tt-product-image{display:inline;max-width:1000px;width:100%;height:auto}@media only screen and (min-width:375px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-not-main-product .tt-product-image-wrapper .tt-product-image{max-width:400px}}@media only screen and (min-width:768px){.is-not-main-product .tt-product-image-wrapper .tt-product-image{max-width:1000px}}.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{top:-35px;right:5%}@media only screen and (min-width:375px) and (max-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:15%}}@media only screen and (min-width:569px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:15%}}@media only screen and (min-width:668px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:15%}}@media only screen and (min-width:768px){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{top:-50px;right:4%}}@media only screen and (min-width:992px){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:5%}}@media only screen and (min-width:1200px){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:10%}}@media only screen and (min-width:1400px){.is-not-main-product .tt-product-image-wrapper .newProduct,.is-not-main-product .tt-product-image-wrapper .preOrder,.is-not-main-product .tt-product-image-wrapper .save-amount{right:15%}}.is-not-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-not-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-not-main-product .tt-product-image-wrapper .save-amount .wrapper{width:80px;height:80px}@media only screen and (min-width:768px){.is-not-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-not-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-not-main-product .tt-product-image-wrapper .save-amount .wrapper{width:145px;height:145px}}@media only screen and (min-width:992px){.is-not-main-product .tt-product-image-wrapper .newProduct .wrapper,.is-not-main-product .tt-product-image-wrapper .preOrder .wrapper,.is-not-main-product .tt-product-image-wrapper .save-amount .wrapper{width:165px;height:165px}}.tt-product-image-wrapper{position:relative;opacity:0;z-index:3;animation-name:fadeAndMoveInFromBottom;animation-duration:1.2s;animation-delay:1.3s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards}.is-main-product .tt-intro-spacer{height:35px}@media only screen and (min-width:768px){.is-main-product .tt-intro-spacer{height:80px}}.tt-product-intro-main{margin-bottom:-30px}@media only screen and (min-width:768px){.tt-product-intro-main{margin-bottom:105px}}.tt-product-intro-main .tt-product-header-texts{margin-top:45px;margin-bottom:45px}@media only screen and (min-width:768px){.tt-product-intro-main .tt-product-header-texts{margin-top:95px;margin-bottom:95px}}.tt-product-intro-main .tt-product-header-texts .tt-product-header-slogan{font-size:32px;line-height:35px}@media only screen and (min-width:768px){.tt-product-intro-main .tt-product-header-texts .tt-product-header-slogan{font-size:48px;line-height:35px}}.tt-product-intro-main .tt-product-header-texts .tt-product-header-payoff{color:#575757;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:20px}@media only screen and (min-width:768px){.tt-product-intro-main .tt-product-header-texts .tt-product-header-payoff{font-size:18px;line-height:25px;margin-bottom:100px}}@media only screen and (min-width:992px){.tt-product-intro-main .tt-product-header-texts .tt-product-header-payoff{font-size:24px;line-height:28px}}.tt-product-intro-main .tt-product-usp{list-style-type:none;padding-left:0!important;margin-bottom:90px}.tt-product-intro-main .tt-product-usp li{font-size:30px;line-height:30px;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;margin:29px 0!important}@media only screen and (min-width:768px){.tt-product-intro-main .tt-product-usp li{font-size:32px;line-height:32px}}.tt-product-intro-main .tt-product-usp li:nth-child(3n-5){color:#3c3c3c!important}.tt-product-intro-main .tt-product-usp li:nth-child(3n-3){color:#7e7e7e!important}.tt-product-intro-main .superiorline .tt-product-usp li{color:#43a9d9}.tt-product-intro-main .ezdrummerline .tt-product-usp li{color:#e26223}.tt-product-intro-main .ezkeysline .tt-product-usp li{color:#9f1a23}.tt-product-intro-main .ezmixline .tt-product-usp li{color:#f9b930}.tt-product-intro-main .ezbassline .tt-product-usp li{color:#e32223}.tt-product-intro-main .btn-xl{font-size:18px;line-height:27px;min-width:300px;border-radius:16px;padding:21px 16px 21px 16px;margin:0!important}.tt-product-intro-main .tt-button-group{padding-top:12px}@media only screen and (min-width:768px){.tt-product-intro-main .tt-button-group{padding:12px 12px!important}}.tt-product-intro{margin-top:30px;padding-left:0;padding-right:0;opacity:0;animation-name:fadeAndMoveInFromBottom;animation-duration:1.2s;animation-delay:1.8s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards}@media only screen and (min-width:768px){.tt-product-intro{padding-bottom:80px}}.tt-product-intro br{display:none}@media only screen and (min-width:768px){.tt-product-intro br{display:block}}.tt-product-intro .tt-product-header-title{color:#686766;font-size:14px;line-height:26px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin:0;padding:0}@media only screen and (min-width:768px){.tt-product-intro .tt-product-header-title{font-size:24px;line-height:22px;margin-bottom:10px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}}@media only screen and (min-width:992px){.tt-product-intro .tt-product-header-title{font-size:29px;line-height:26px}}.tt-product-intro .tt-product-header-slogan{font-size:24px;line-height:26px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin-bottom:10px;padding:0}@media only screen and (min-width:768px){.tt-product-intro .tt-product-header-slogan{font-size:48px;line-height:38px}}@media only screen and (min-width:992px){.tt-product-intro .tt-product-header-slogan{font-size:64px;line-height:51px}}.tt-product-intro .tt-product-header-payoff{display:none;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#686766;letter-spacing:0}@media only screen and (min-width:768px){.tt-product-intro .tt-product-header-payoff{display:block;font-size:20px;line-height:28px}}@media only screen and (min-width:992px){.tt-product-intro .tt-product-header-payoff{font-size:24px;line-height:30px}}.tt-product-intro .tt-add-to-cart-btn-desktop{padding-top:17px;padding-bottom:17px;min-width:220px}.is-main-product .sale-price-under-add-to-cart-button-text{color:#686766}.is-not-main-product .sale-price-under-add-to-cart-button-text{color:#fff}@media only screen and (min-width:768px){.is-not-main-product .sale-price-under-add-to-cart-button-text{color:#686766}}.is-simple-product-template .product-presentation-text .tt-product-header-title{color:#686766;font-size:14px;line-height:26px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin:0;padding:0}@media only screen and (min-width:768px){.is-simple-product-template .product-presentation-text .tt-product-header-title{margin-left:5px;font-size:16px;line-height:28px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}}.is-simple-product-template .product-presentation-text .tt-product-header-slogan{font-size:24px;line-height:26px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:0;margin-bottom:10px;padding:0}@media only screen and (min-width:768px){.is-simple-product-template .product-presentation-text .tt-product-header-slogan{font-size:48px;line-height:38px}}@media only screen and (min-width:992px){.is-simple-product-template .product-presentation-text .tt-product-header-slogan{font-size:64px;line-height:51px}}.is-simple-product-template .product-presentation-text .tt-product-header-payoff{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#686766;letter-spacing:0}@media only screen and (min-width:768px){.is-simple-product-template .product-presentation-text .tt-product-header-payoff{font-size:20px;line-height:28px}}@media only screen and (min-width:992px){.is-simple-product-template .product-presentation-text .tt-product-header-payoff{font-size:24px;line-height:30px}}.is-simple-product-template .product-presentation-text .tt-add-to-cart-simple-product{padding-top:17px;padding-bottom:17px;min-width:220px}.is-simple-product-template .product-image .tt-product-image{display:inline;max-width:1000px;width:100%;height:auto}@media only screen and (min-width:375px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-simple-product-template .product-image .tt-product-image{max-width:400px}}@media only screen and (min-width:768px){.is-simple-product-template .product-image .tt-product-image{max-width:1000px}}.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{top:-20px;right:17%}@media only screen and (min-width:375px) and (max-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{right:25%}}@media only screen and (min-width:569px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{right:20%}}@media only screen and (min-width:668px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{right:20%}}@media only screen and (min-width:768px){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{top:-48px;right:6%}}@media only screen and (min-width:992px){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{top:-30px;right:10%}}@media only screen and (min-width:1200px){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{right:10%}}@media only screen and (min-width:1400px){.is-simple-product-template .product-image .newProduct,.is-simple-product-template .product-image .preOrder,.is-simple-product-template .product-image .save-amount{right:15%}}.is-simple-product-template .product-image .newProduct .wrapper,.is-simple-product-template .product-image .preOrder .wrapper,.is-simple-product-template .product-image .save-amount .wrapper{width:80px;height:80px}@media only screen and (min-width:768px){.is-simple-product-template .product-image .newProduct .wrapper,.is-simple-product-template .product-image .preOrder .wrapper,.is-simple-product-template .product-image .save-amount .wrapper{width:145px;height:145px}}@media only screen and (min-width:992px){.is-simple-product-template .product-image .newProduct .wrapper,.is-simple-product-template .product-image .preOrder .wrapper,.is-simple-product-template .product-image .save-amount .wrapper{width:165px;height:165px}}.is-simple-product-template .sale-price-under-add-to-cart-button-text{color:#686766}.ezdrummerline .save-amount .wrapper{background-color:#e26223}.ezkeysline .save-amount .wrapper{background-color:#9f1a23}.ezmixline .save-amount .wrapper{background-color:#f9b930}.midipacks .save-amount .wrapper{background-color:#9c912a}.superiorline .save-amount .wrapper{background-color:#43a9d9}.ezbassline .save-amount .wrapper{background-color:#e32223}.ezline .save-amount .wrapper{background-color:#aa8a4e}.toontracksoftwaretools .save-amount .wrapper{background-color:#a3adb3}.sale-price-under-add-to-cart-button-text{font-size:16px!important;color:#fff}.sale-price-under-add-to-cart-button-text small{font-size:16px!important}@media only screen and (min-width:768px){.sale-price-under-add-to-cart-button-text{color:#686766}}.sale-price-under-add-to-cart-button-text span.woocommerce-Price-currencySymbol{margin-right:0}.sale-price-under-add-to-cart-button-text span.woocommerce-Price-currencySymbol:after{content:" "}@media only screen and (min-width:375px) and (max-width:736px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.product.type-product .hidden-landscape{display:none}}.product.type-product .newProduct,.product.type-product .preOrder,.product.type-product .save-amount{position:absolute;text-align:center}.product.type-product .newProduct .wrapper,.product.type-product .preOrder .wrapper,.product.type-product .save-amount .wrapper{color:#fff;border-radius:50%;padding:10px;text-align:center;display:table-cell;vertical-align:middle}.product.type-product .newProduct .wrapper.tt-on-sale,.product.type-product .preOrder .wrapper.tt-on-sale,.product.type-product .save-amount .wrapper.tt-on-sale{background-color:#b91d1d}.product.type-product .newProduct .wrapper .new_text,.product.type-product .newProduct .wrapper .price_text,.product.type-product .preOrder .wrapper .new_text,.product.type-product .preOrder .wrapper .price_text,.product.type-product .save-amount .wrapper .new_text,.product.type-product .save-amount .wrapper .price_text{text-align:center;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;padding:0;margin:0}.product.type-product .newProduct .wrapper .new_text,.product.type-product .preOrder .wrapper .new_text,.product.type-product .save-amount .wrapper .new_text{font-size:22px;line-height:18px}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .new_text,.product.type-product .preOrder .wrapper .new_text,.product.type-product .save-amount .wrapper .new_text{font-size:42px;line-height:32px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .new_text,.product.type-product .preOrder .wrapper .new_text,.product.type-product .save-amount .wrapper .new_text{font-size:52px;line-height:40px}}.product.type-product .newProduct .wrapper .new_text.added_value,.product.type-product .preOrder .wrapper .new_text.added_value,.product.type-product .save-amount .wrapper .new_text.added_value{font-size:20px;line-height:18px}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .new_text.added_value,.product.type-product .preOrder .wrapper .new_text.added_value,.product.type-product .save-amount .wrapper .new_text.added_value{font-size:36px;line-height:32px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .new_text.added_value,.product.type-product .preOrder .wrapper .new_text.added_value,.product.type-product .save-amount .wrapper .new_text.added_value{font-size:42px;line-height:36px}}.product.type-product .newProduct .wrapper .new_text.custom_text,.product.type-product .preOrder .wrapper .new_text.custom_text,.product.type-product .save-amount .wrapper .new_text.custom_text{font-size:14px;line-height:14px}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .new_text.custom_text,.product.type-product .preOrder .wrapper .new_text.custom_text,.product.type-product .save-amount .wrapper .new_text.custom_text{font-size:28px;line-height:26px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .new_text.custom_text,.product.type-product .preOrder .wrapper .new_text.custom_text,.product.type-product .save-amount .wrapper .new_text.custom_text{font-size:34px;line-height:30px}}.product.type-product .newProduct .wrapper .price_text,.product.type-product .preOrder .wrapper .price_text,.product.type-product .save-amount .wrapper .price_text{font-size:12px;line-height:12px}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .price_text,.product.type-product .preOrder .wrapper .price_text,.product.type-product .save-amount .wrapper .price_text{font-size:24px;line-height:22px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .price_text,.product.type-product .preOrder .wrapper .price_text,.product.type-product .save-amount .wrapper .price_text{font-size:28px;line-height:24px}}.product.type-product .newProduct .wrapper .price_text.tt-on-sale,.product.type-product .preOrder .wrapper .price_text.tt-on-sale,.product.type-product .save-amount .wrapper .price_text.tt-on-sale{text-align:center;font-size:22px;line-height:18px}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .price_text.tt-on-sale,.product.type-product .preOrder .wrapper .price_text.tt-on-sale,.product.type-product .save-amount .wrapper .price_text.tt-on-sale{font-size:38px;line-height:31px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .price_text.tt-on-sale,.product.type-product .preOrder .wrapper .price_text.tt-on-sale,.product.type-product .save-amount .wrapper .price_text.tt-on-sale{font-size:50px;line-height:38px}}@media only screen and (min-width:1200px){.product.type-product .newProduct .wrapper .price_text.tt-on-sale,.product.type-product .preOrder .wrapper .price_text.tt-on-sale,.product.type-product .save-amount .wrapper .price_text.tt-on-sale{font-size:52px;line-height:40px}}.product.type-product .newProduct .wrapper .bread_text,.product.type-product .preOrder .wrapper .bread_text,.product.type-product .save-amount .wrapper .bread_text{text-align:center;font-size:10px;line-height:10px;display:none}@media only screen and (min-width:768px){.product.type-product .newProduct .wrapper .bread_text,.product.type-product .preOrder .wrapper .bread_text,.product.type-product .save-amount .wrapper .bread_text{display:block;font-size:10px;line-height:11px}}@media only screen and (min-width:992px){.product.type-product .newProduct .wrapper .bread_text,.product.type-product .preOrder .wrapper .bread_text,.product.type-product .save-amount .wrapper .bread_text{font-size:11px;line-height:10px}}.product.type-product .newProduct .wrapper .bread_text.tt-on-sale,.product.type-product .preOrder .wrapper .bread_text.tt-on-sale,.product.type-product .save-amount .wrapper .bread_text.tt-on-sale{text-align:center;font-size:11px;line-height:10px;margin-top:3px}.product.type-product .system-requirements-2{margin-top:50px;margin-bottom:50px;padding-top:50px;padding-bottom:35px;border-radius:24px}@media only screen and (min-width:768px){.product.type-product .system-requirements-2{margin-top:100px;margin-bottom:100px}}.product.type-product .system-requirements-2 h1,.product.type-product .system-requirements-2 h2,.product.type-product .system-requirements-2 h3,.product.type-product .system-requirements-2 h4,.product.type-product .system-requirements-2 h5,.product.type-product .system-requirements-2 h6,.product.type-product .system-requirements-2 p{color:#fff}.product.type-product .system-requirements-2 h5{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;margin-bottom:15px}.product.type-product .system-requirements-2 p{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:18px;line-height:24px}@media only screen and (min-width:768px){.product.type-product .system-requirements-2 p{font-size:20px;line-height:24px}}.product.type-product .ezdrummerline .system-requirements-2{background-color:#e26223}.product.type-product .ezkeysline .system-requirements-2{background-color:#9f1a23}.product.type-product .ezmixline .system-requirements-2{background-color:#f9b930}.product.type-product .midipacks .system-requirements-2{background-color:#9c912a}.product.type-product .superiorline .system-requirements-2{background-color:#43a9d9}.product.type-product .ezbassline .system-requirements-2{background-color:#e32223}.product.type-product .toontracksoftwaretools .system-requirements-2{background-color:#a3adb3}.product.type-product .ezline .system-requirements-2{background-color:#aa8a4e}body.ezbassline .big-bread{margin:8px 0!important}body.ezbassline .tt-tab-image-right{width:100%;min-width:100%;height:auto;position:relative}@media only screen and (min-width:992px){body.ezbassline .tt-tab-image-right{width:200%;min-width:200%;height:auto;position:relative}}body.ezbassline .tt-tab-image-left{width:100%;min-width:100%;height:auto;position:relative}@media only screen and (min-width:992px){body.ezbassline .tt-tab-image-left{left:-100%;width:200%;min-width:200%;height:auto;position:relative}}body.ezbassline .tt-bass-model{width:100%;height:auto;min-width:250%;left:-30%;position:relative}@media only screen and (min-width:768px){body.ezbassline .tt-bass-model{width:100%;height:auto;min-width:160%;left:-30%;position:relative}}body.ezbassline .tt-bass-presets{width:100%;min-width:270%;left:-162%;height:auto;position:relative}@media only screen and (min-width:768px){body.ezbassline .tt-bass-presets{width:100%;min-width:165%;left:-66%;position:relative;height:auto}}@media only screen and (min-width:992px){body.ezbassline .tt-bass-presets{width:100%;min-width:260%;left:-166%;position:relative;height:auto}}.before-single-product-wrapper{position:absolute;top:0;left:0;right:0;z-index:10}.product-image-wrapper .product-image{margin-left:-30px;margin-right:-30px}@media only screen and (min-width:768px){.product-image-wrapper .product-image{margin-left:-20px;margin-right:0}}.product-image-wrapper .product-image img{max-width:none}@media only screen and (min-width:768px){.product-image-wrapper .product-image img{width:100%;max-width:600px}}.product.type-product .table-heading{margin-bottom:0}@media only screen and (min-width:768px){.product.type-product .table-heading{margin-bottom:15px}}.product.type-product table.compare-white{border-spacing:0 .5px;border-collapse:separate}.product.type-product table.compare-white th{color:#fff;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;border:0;text-align:center}.product.type-product table.compare-white td{border:0;background-color:#fff;padding:5px 10px}@media only screen and (min-width:768px){.product.type-product table.compare-white td{padding:10px 20px}}.product.type-product table.compare-white td p{margin:0;font-size:12px}@media only screen and (min-width:768px){.product.type-product table.compare-white td p{font-size:14px}}.product.type-product table.compare-transparent{border-spacing:0;border-collapse:separate}.product.type-product table.compare-transparent th{color:#fff;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;border-bottom:1px #000 solid;text-align:left}.product.type-product table.compare-transparent th h5{font-size:.8em}@media only screen and (min-width:768px){.product.type-product table.compare-transparent th h5{font-size:1.5em}}.product.type-product table.compare-transparent td{border:0;background-color:#fff;padding:0 10px}.product.type-product table.compare-transparent td p{margin:0;font-size:12px;line-height:24px}@media only screen and (min-width:768px){.product.type-product table.compare-transparent td p{font-size:14px}}.tt-feature-block{width:100%;text-align:center}.tt-feature-block .tt-feature{position:relative;display:inline-block;width:32%;max-width:6em;height:3.4em;margin:1.2em 0}@media only screen and (min-width:768px){.tt-feature-block .tt-feature{margin:1.2em 1.2em;height:4em;width:7.3em;max-width:7.3em}}@media only screen and (min-width:992px){.tt-feature-block .tt-feature{margin:1.2em 1.5em;height:4.3em}}.tt-feature-block .tt-feature-stacked{position:relative;display:block;width:30%;height:4.5em;margin:.5em 0}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-stacked{margin:.7em .5em;height:6em;width:25%}}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-stacked{margin:2.5em 2em;width:6em;height:3em}}.tt-feature-block .tt-feature-content{display:table;width:100%;height:100%;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;color:#686766;line-height:1}.tt-feature-block .tt-feature-content .tt-feature-top{display:table-header-group;font-size:12px}.tt-feature-block .tt-feature-content .tt-feature-middle{display:table-cell;vertical-align:middle;font-size:25px}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-content .tt-feature-middle{font-size:32px}}.tt-feature-block .tt-feature-content .left{font-size:16px;margin-right:2px}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-content .left{font-size:19px}}.tt-feature-block .tt-feature-content .right{font-size:16px;margin-left:2px}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-content .right{font-size:19px}}.tt-feature-block .tt-feature-content .bottom{position:relative;bottom:.21em;vertical-align:bottom}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-content .bottom{bottom:.27em}}.tt-feature-block .tt-feature-content .top{position:relative;top:.1em;vertical-align:top}.tt-feature-block .tt-feature-content .tt-feature-bottom{display:table-footer-group;font-size:12px}.tt-feature-block .tt-feature-text{display:inline-block;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;line-height:1.5;color:#666;position:absolute;top:95%;left:0;right:0}@media only screen and (min-width:768px){.tt-feature-block .tt-feature-text{font-size:11px}}body.postid-2765356 .quantity.input-group{display:none}.archive h1{color:#555!important;font-size:70px;line-height:.8em}@media only screen and (min-width:768px){.archive h1{font-size:90px}}.product-navbar{border-bottom:2px solid #fff}.ezkeysline .ezkeys-product-jumbotron,.term-ezkeysline .ezkeys-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto 40px;height:320px;background-image:url(../../images/ezkeys_line_page_top.jpg);background-repeat:no-repeat}@media only screen and (min-width:768px){.ezkeysline .ezkeys-product-jumbotron,.term-ezkeysline .ezkeys-product-jumbotron{height:620px;margin:0 auto}}.ezkeysline .ezkeys-product-jumbotron .text-wrapper,.term-ezkeysline .ezkeys-product-jumbotron .text-wrapper{position:absolute;bottom:30px;width:100%;padding:0;text-align:center}@media only screen and (min-width:768px){.ezkeysline .ezkeys-product-jumbotron .text-wrapper,.term-ezkeysline .ezkeys-product-jumbotron .text-wrapper{bottom:170px}}.ezkeysline .ezkeys-product-jumbotron .text-wrapper h1,.term-ezkeysline .ezkeys-product-jumbotron .text-wrapper h1{color:#fff!important}.ezkeysline .current-line-text-color,.term-ezkeysline .current-line-text-color{color:#9f1a23!important}.ezkeysline .current-line-fill-color,.term-ezkeysline .current-line-fill-color{fill:#9f1a23!important}.ezkeysline .current-line-spinner-color,.term-ezkeysline .current-line-spinner-color{stroke:#9f1a23}.ezkeysline .current-line-color,.ezkeysline .product-navbar,.ezkeysline .woocommerce-breadcrumb,.term-ezkeysline .current-line-color,.term-ezkeysline .product-navbar,.term-ezkeysline .woocommerce-breadcrumb{background-color:#9f1a23}.ezkeysline .price,.term-ezkeysline .price{color:#9f1a23}.ezkeysline .h1,.ezkeysline .h2,.ezkeysline .h3,.ezkeysline .h4,.ezkeysline .h5,.ezkeysline .h6,.ezkeysline h1,.ezkeysline h2,.ezkeysline h3,.ezkeysline h4,.ezkeysline h5,.ezkeysline h6,.term-ezkeysline .h1,.term-ezkeysline .h2,.term-ezkeysline .h3,.term-ezkeysline .h4,.term-ezkeysline .h5,.term-ezkeysline .h6,.term-ezkeysline h1,.term-ezkeysline h2,.term-ezkeysline h3,.term-ezkeysline h4,.term-ezkeysline h5,.term-ezkeysline h6{color:#9f1a23;margin-top:0;margin-bottom:0}.ezkeysline .price-box .button,.term-ezkeysline .price-box .button{background-color:#9f1a23;border:none;width:80%;padding-top:10px;padding-bottom:10px}.ezdrummerline .ezdrummer-product-jumbotron,.term-ezdrummerline .ezdrummer-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto;height:320px;margin-bottom:0;background-image:url(../../images/ezdrummer_background.jpg);background-repeat:no-repeat}@media only screen and (min-width:768px){.ezdrummerline .ezdrummer-product-jumbotron,.term-ezdrummerline .ezdrummer-product-jumbotron{height:620px;margin-bottom:-100px}}.ezdrummerline .current-line-text-color,.term-ezdrummerline .current-line-text-color{color:#e26223!important}.ezdrummerline .current-line-fill-color,.term-ezdrummerline .current-line-fill-color{fill:#e26223!important}.ezdrummerline .current-line-spinner-color,.term-ezdrummerline .current-line-spinner-color{stroke:#e26223}.ezdrummerline .current-line-color,.ezdrummerline .product-navbar,.ezdrummerline .woocommerce-breadcrumb,.term-ezdrummerline .current-line-color,.term-ezdrummerline .product-navbar,.term-ezdrummerline .woocommerce-breadcrumb{background-color:#e26223}.ezdrummerline .price,.term-ezdrummerline .price{color:#e26223}.ezdrummerline .h1,.ezdrummerline .h2,.ezdrummerline .h3,.ezdrummerline .h4,.ezdrummerline .h5,.ezdrummerline .h6,.ezdrummerline h1,.ezdrummerline h2,.ezdrummerline h3,.ezdrummerline h4,.ezdrummerline h5,.ezdrummerline h6,.term-ezdrummerline .h1,.term-ezdrummerline .h2,.term-ezdrummerline .h3,.term-ezdrummerline .h4,.term-ezdrummerline .h5,.term-ezdrummerline .h6,.term-ezdrummerline h1,.term-ezdrummerline h2,.term-ezdrummerline h3,.term-ezdrummerline h4,.term-ezdrummerline h5,.term-ezdrummerline h6{color:#e26223;margin-top:0;margin-bottom:0}.ezdrummerline .price-box .button,.term-ezdrummerline .price-box .button{background-color:#9f1a23;border:none;width:80%;padding-top:10px;padding-bottom:10px;color:#fff}.ezmixline .ezmix-product-jumbotron,.term-ezmixline .ezmix-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto;height:320px;margin-bottom:0;background-image:url(../../images/ezmix_line_top.jpg);background-repeat:no-repeat}@media only screen and (min-width:768px){.ezmixline .ezmix-product-jumbotron,.term-ezmixline .ezmix-product-jumbotron{height:620px;margin-bottom:-100}}.ezmixline .ezmix-product-jumbotron .text-wrapper,.term-ezmixline .ezmix-product-jumbotron .text-wrapper{position:absolute;bottom:10px;width:100%;padding:0;text-align:center}@media only screen and (min-width:768px){.ezmixline .ezmix-product-jumbotron .text-wrapper,.term-ezmixline .ezmix-product-jumbotron .text-wrapper{bottom:260px}}.ezmixline .ezmix-product-jumbotron .text-wrapper h1,.term-ezmixline .ezmix-product-jumbotron .text-wrapper h1{color:#fff!important}.ezmixline .current-line-text-color,.term-ezmixline .current-line-text-color{color:#f9b930!important}.ezmixline .current-line-fill-color,.term-ezmixline .current-line-fill-color{fill:#f9b930!important}.ezmixline .current-line-spinner-color,.term-ezmixline .current-line-spinner-color{stroke:#f9b930}.ezmixline .current-line-color,.ezmixline .product-navbar,.ezmixline .woocommerce-breadcrumb,.term-ezmixline .current-line-color,.term-ezmixline .product-navbar,.term-ezmixline .woocommerce-breadcrumb{background-color:#f9b930}.ezmixline .price,.term-ezmixline .price{color:#f9b930}.ezmixline .h1,.ezmixline .h2,.ezmixline .h3,.ezmixline .h4,.ezmixline .h5,.ezmixline .h6,.ezmixline h1,.ezmixline h2,.ezmixline h3,.ezmixline h4,.ezmixline h5,.ezmixline h6,.term-ezmixline .h1,.term-ezmixline .h2,.term-ezmixline .h3,.term-ezmixline .h4,.term-ezmixline .h5,.term-ezmixline .h6,.term-ezmixline h1,.term-ezmixline h2,.term-ezmixline h3,.term-ezmixline h4,.term-ezmixline h5,.term-ezmixline h6{color:#f9b930;margin-top:0;margin-bottom:0}.ezmixline .price-box .button,.term-ezmixline .price-box .button{background-color:#f9b930;border:none;width:80%;padding-top:10px;padding-bottom:10px}.midipacks .midipacks-product-jumbotron,.term-midipacks .midipacks-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto;height:320px;background-image:url(../../images/midi_line_top.jpg);background-repeat:no-repeat}@media only screen and (min-width:768px){.midipacks .midipacks-product-jumbotron,.term-midipacks .midipacks-product-jumbotron{height:760px}}.midipacks .midipacks-product-jumbotron .text-wrapper,.term-midipacks .midipacks-product-jumbotron .text-wrapper{position:absolute;bottom:-40px;width:100%;padding:0 0 100px 0;text-align:center}@media only screen and (min-width:768px){.midipacks .midipacks-product-jumbotron .text-wrapper,.term-midipacks .midipacks-product-jumbotron .text-wrapper{bottom:0}}.midipacks .midipacks-product-jumbotron .text-wrapper h1,.term-midipacks .midipacks-product-jumbotron .text-wrapper h1{color:#fff!important}@media only screen and (min-width:768px){.midipacks .midipacks-product-jumbotron .text-wrapper h1,.term-midipacks .midipacks-product-jumbotron .text-wrapper h1{color:#9c912a!important}}.midipacks .current-line-text-color,.term-midipacks .current-line-text-color{color:#9c912a!important}.midipacks .current-line-fill-color,.term-midipacks .current-line-fill-color{fill:#9c912a!important}.midipacks .current-line-spinner-color,.term-midipacks .current-line-spinner-color{stroke:#9c912a}.midipacks .current-line-color,.midipacks .product-navbar,.midipacks .woocommerce-breadcrumb,.term-midipacks .current-line-color,.term-midipacks .product-navbar,.term-midipacks .woocommerce-breadcrumb{background-color:#9c912a}.midipacks .price,.term-midipacks .price{color:#9c912a}.midipacks .h1,.midipacks .h2,.midipacks .h3,.midipacks .h4,.midipacks .h5,.midipacks .h6,.midipacks h1,.midipacks h2,.midipacks h3,.midipacks h4,.midipacks h5,.midipacks h6,.term-midipacks .h1,.term-midipacks .h2,.term-midipacks .h3,.term-midipacks .h4,.term-midipacks .h5,.term-midipacks .h6,.term-midipacks h1,.term-midipacks h2,.term-midipacks h3,.term-midipacks h4,.term-midipacks h5,.term-midipacks h6{color:#9c912a;margin-top:0;margin-bottom:0}.midipacks .price-box .button,.term-midipacks .price-box .button{background-color:#9c912a;border:none;width:80%;padding-top:10px;padding-bottom:10px}.superiorline .superior-product-jumbotron,.term-superiorline .superior-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto;height:320px;margin-bottom:0;background-image:url(../../images/superior_line_top.jpg);background-repeat:no-repeat}@media only screen and (min-width:768px){.superiorline .superior-product-jumbotron,.term-superiorline .superior-product-jumbotron{height:645px;margin-bottom:-150px}}.superiorline .superior-product-jumbotron .text-wrapper,.term-superiorline .superior-product-jumbotron .text-wrapper{position:absolute;width:100%;padding:0;text-align:center;bottom:60px}@media only screen and (min-width:768px){.superiorline .superior-product-jumbotron .text-wrapper,.term-superiorline .superior-product-jumbotron .text-wrapper{bottom:390px}}.superiorline .superior-product-jumbotron .text-wrapper h1,.term-superiorline .superior-product-jumbotron .text-wrapper h1{color:#fff!important}.superiorline .current-line-text-color,.term-superiorline .current-line-text-color{color:#43a9d9!important}.superiorline .current-line-fill-color,.term-superiorline .current-line-fill-color{fill:#43a9d9!important}.superiorline .current-line-spinner-color,.term-superiorline .current-line-spinner-color{stroke:#43a9d9}.superiorline .current-line-color,.superiorline .product-navbar,.superiorline .woocommerce-breadcrumb,.term-superiorline .current-line-color,.term-superiorline .product-navbar,.term-superiorline .woocommerce-breadcrumb{background-color:#43a9d9}.superiorline .price,.term-superiorline .price{color:#43a9d9}.superiorline .h1,.superiorline .h2,.superiorline .h3,.superiorline .h4,.superiorline .h5,.superiorline .h6,.superiorline h1,.superiorline h2,.superiorline h3,.superiorline h4,.superiorline h5,.superiorline h6,.term-superiorline .h1,.term-superiorline .h2,.term-superiorline .h3,.term-superiorline .h4,.term-superiorline .h5,.term-superiorline .h6,.term-superiorline h1,.term-superiorline h2,.term-superiorline h3,.term-superiorline h4,.term-superiorline h5,.term-superiorline h6{color:#43a9d9;margin-top:0;margin-bottom:0}.superiorline .price-box .button,.term-superiorline .price-box .button{background-color:#43a9d9;border:none;width:80%;padding-top:10px;padding-bottom:10px}.ezbassline .ezbass-product-jumbotron,.term-ezbassline .ezbass-product-jumbotron{position:relative;width:100%;max-width:1280px;background-image:url(../../images/ezbass_line_top.jpg);background-repeat:no-repeat;height:320px;margin:0 auto}@media only screen and (min-width:768px){.ezbassline .ezbass-product-jumbotron,.term-ezbassline .ezbass-product-jumbotron{height:645px;margin:0 auto -150px}}.ezbassline .ezbass-product-jumbotron .text-wrapper,.term-ezbassline .ezbass-product-jumbotron .text-wrapper{position:absolute;bottom:60px;width:100%;padding:0;text-align:center}@media only screen and (min-width:768px){.ezbassline .ezbass-product-jumbotron .text-wrapper,.term-ezbassline .ezbass-product-jumbotron .text-wrapper{bottom:390px}}.ezbassline .ezbass-product-jumbotron .text-wrapper h1,.term-ezbassline .ezbass-product-jumbotron .text-wrapper h1{color:#fff!important}.ezbassline .current-line-text-color,.term-ezbassline .current-line-text-color{color:#e32223!important}.ezbassline .current-line-fill-color,.term-ezbassline .current-line-fill-color{fill:#e32223!important}.ezbassline .current-line-spinner-color,.term-ezbassline .current-line-spinner-color{stroke:#e32223}.ezbassline .current-line-color,.ezbassline .product-navbar,.ezbassline .woocommerce-breadcrumb,.term-ezbassline .current-line-color,.term-ezbassline .product-navbar,.term-ezbassline .woocommerce-breadcrumb{background-color:#e32223}.ezbassline .price,.term-ezbassline .price{color:#e32223}.ezbassline .h1,.ezbassline .h2,.ezbassline .h3,.ezbassline .h4,.ezbassline .h5,.ezbassline .h6,.ezbassline h1,.ezbassline h2,.ezbassline h3,.ezbassline h4,.ezbassline h5,.ezbassline h6,.term-ezbassline .h1,.term-ezbassline .h2,.term-ezbassline .h3,.term-ezbassline .h4,.term-ezbassline .h5,.term-ezbassline .h6,.term-ezbassline h1,.term-ezbassline h2,.term-ezbassline h3,.term-ezbassline h4,.term-ezbassline h5,.term-ezbassline h6{color:#e32223;margin-top:0;margin-bottom:0}.ezbassline .price-box .button,.term-ezbassline .price-box .button{background-color:#e32223;border:none;width:80%;padding-top:10px;padding-bottom:10px}.ezline .ezline-product-jumbotron,.term-ezline .ezline-product-jumbotron{position:relative;width:100%;max-width:1280px;background-image:url(../../images/ezbass_line_top.jpg);background-repeat:no-repeat;height:320px;margin:0 auto}@media only screen and (min-width:768px){.ezline .ezline-product-jumbotron,.term-ezline .ezline-product-jumbotron{height:645px;margin:0 auto -150px}}.ezline .ezline-product-jumbotron .text-wrapper,.term-ezline .ezline-product-jumbotron .text-wrapper{position:absolute;bottom:60px;width:100%;padding:0;text-align:center}@media only screen and (min-width:768px){.ezline .ezline-product-jumbotron .text-wrapper,.term-ezline .ezline-product-jumbotron .text-wrapper{bottom:390px}}.ezline .ezline-product-jumbotron .text-wrapper h1,.term-ezline .ezline-product-jumbotron .text-wrapper h1{color:#fff!important}.ezline .current-line-text-color,.term-ezline .current-line-text-color{color:#aa8a4e!important}.ezline .current-line-fill-color,.term-ezline .current-line-fill-color{fill:#aa8a4e!important}.ezline .current-line-spinner-color,.term-ezline .current-line-spinner-color{stroke:#aa8a4e}.ezline .current-line-color,.ezline .product-navbar,.ezline .woocommerce-breadcrumb,.term-ezline .current-line-color,.term-ezline .product-navbar,.term-ezline .woocommerce-breadcrumb{background-color:#aa8a4e}.ezline .price,.term-ezline .price{color:#aa8a4e}.ezline .h1,.ezline .h2,.ezline .h3,.ezline .h4,.ezline .h5,.ezline .h6,.ezline h1,.ezline h2,.ezline h3,.ezline h4,.ezline h5,.ezline h6,.term-ezline .h1,.term-ezline .h2,.term-ezline .h3,.term-ezline .h4,.term-ezline .h5,.term-ezline .h6,.term-ezline h1,.term-ezline h2,.term-ezline h3,.term-ezline h4,.term-ezline h5,.term-ezline h6{color:#aa8a4e;margin-top:0;margin-bottom:0}.ezline .price-box .button,.term-ezline .price-box .button{background-color:#aa8a4e;border:none;width:80%;padding-top:10px;padding-bottom:10px}.term-toontracksoftwaretools .toontracksoftwaretools-product-jumbotron,.toontracksoftwaretools .toontracksoftwaretools-product-jumbotron{position:relative;width:100%;max-width:1280px;margin:0 auto;background-image:url(../../images/tst_top.jpg);background-repeat:no-repeat;height:320px}@media only screen and (min-width:768px){.term-toontracksoftwaretools .toontracksoftwaretools-product-jumbotron,.toontracksoftwaretools .toontracksoftwaretools-product-jumbotron{height:645px}}.term-toontracksoftwaretools .current-line-text-color,.toontracksoftwaretools .current-line-text-color{background-color:#a3adb3!important}.term-toontracksoftwaretools .current-line-fill-color,.toontracksoftwaretools .current-line-fill-color{fill:#a3adb3!important}.term-toontracksoftwaretools .current-line-spinner-color,.toontracksoftwaretools .current-line-spinner-color{stroke:#a3adb3}.term-toontracksoftwaretools .current-line-color,.term-toontracksoftwaretools .product-navbar,.term-toontracksoftwaretools .woocommerce-breadcrumb,.toontracksoftwaretools .current-line-color,.toontracksoftwaretools .product-navbar,.toontracksoftwaretools .woocommerce-breadcrumb{background-color:#a3adb3}.term-toontracksoftwaretools .price,.toontracksoftwaretools .price{color:#a3adb3}.term-toontracksoftwaretools .h1,.term-toontracksoftwaretools .h2,.term-toontracksoftwaretools .h3,.term-toontracksoftwaretools .h4,.term-toontracksoftwaretools .h5,.term-toontracksoftwaretools .h6,.term-toontracksoftwaretools h1,.term-toontracksoftwaretools h2,.term-toontracksoftwaretools h3,.term-toontracksoftwaretools h4,.term-toontracksoftwaretools h5,.term-toontracksoftwaretools h6,.toontracksoftwaretools .h1,.toontracksoftwaretools .h2,.toontracksoftwaretools .h3,.toontracksoftwaretools .h4,.toontracksoftwaretools .h5,.toontracksoftwaretools .h6,.toontracksoftwaretools h1,.toontracksoftwaretools h2,.toontracksoftwaretools h3,.toontracksoftwaretools h4,.toontracksoftwaretools h5,.toontracksoftwaretools h6{color:#a3adb3;margin-top:0;margin-bottom:0}.term-toontracksoftwaretools .price-box .button,.toontracksoftwaretools .price-box .button{background-color:#a3adb3;border:none;width:80%;padding-top:10px;padding-bottom:10px}.container-fluid-max{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.container-wide{margin:0 auto}@media only screen and (min-width:768px){.container-wide{max-width:1240px!important}}@media only screen and (min-width:992px){.container-wide{max-width:1260px!important}}@media only screen and (min-width:1200px){.container-wide{max-width:1480px!important}}.tt-hidden{display:none}.tt-neg-margin{margin-left:-15px;margin-right:-15px}.tt-spinner{z-index:3;position:relative;inset:0}.tt-spinner .tt-spinner-rotate-animation{animation:ttRotateSpinner 2s linear infinite;transform-origin:center}.tt-spinner .tt-spinner-path{stroke-linecap:round;animation:ttDashSpinner 1.5s ease-in-out infinite}@keyframes ttRotateSpinner{100%{transform:rotate(360deg)}}@keyframes ttDashSpinner{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.fade-in-page-content{overflow:hidden;animation:fadeIn .5s cubic-bezier(.25,.46,.45,.94) .7s 1 normal both running;-webkit-animation:fadeIn .5s cubic-bezier(.25,.46,.45,.94) .7s 1 normal both running;-o-animation:fadeIn .5s cubic-bezier(.25,.46,.45,.94) .7s 1 normal both running;-moz-animation:fadeIn .5s cubic-bezier(.25,.46,.45,.94) .7s 1 normal both running}.tt-uk .font-uk{font-family:'Times New Roman',Times,serif!important}.product.type-product #product-header-title{line-height:.88}@media only screen and (min-width:768px){.product.type-product #product-header-title{font-size:24px;line-height:21.12px}}@media only screen and (min-width:992px){.product.type-product #product-header-title{font-size:29px;line-height:25.52px}}@media only screen and (min-width:768px){.product.type-product #product-header-slogan{line-height:38.4px}}@media only screen and (min-width:992px){.product.type-product #product-header-slogan{line-height:51px}}.product.type-product ul{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:.75em;line-height:1.4;padding-left:18px}@media only screen and (min-width:768px){.product.type-product ul{font-size:1em}}.product.type-product ul li{margin:10px 0}@media only screen and (min-width:768px){.product.type-product ul li{margin:12px 0}}.product.type-product .tt-product-payoff{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:18px;line-height:25px}@media only screen and (min-width:768px){.product.type-product .tt-product-payoff{font-size:20px;line-height:27px}}@media only screen and (min-width:992px){.product.type-product .tt-product-payoff{font-size:24px;line-height:30px}}.product.type-product .tt-feature-spotlight h5{font-size:1.8em;line-height:1}@media only screen and (min-width:768px){.product.type-product .tt-feature-spotlight h5{font-size:2em}}.product.type-product .tt-feature-spotlight ul{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;list-style:none;padding-left:0;font-size:16px;line-height:24px}@media only screen and (min-width:768px){.product.type-product .tt-feature-spotlight ul{font-size:18px;line-height:24px}}.product.type-product .tt-feature-spotlight ul li{margin:12px 0}@media only screen and (min-width:768px){.product.type-product .tt-feature-spotlight ul li{margin:18px 0}}.product.type-product .simple-product-intro{display:block;padding-top:60px;padding-bottom:30px}@media only screen and (min-width:768px){.product.type-product .simple-product-intro{display:table;padding-top:80px;padding-bottom:30px}}.product.type-product .simple-product-intro .product-image{position:relative;opacity:0;animation-name:fadeAndMoveInFromBottom;animation-duration:1.2s;animation-delay:0s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards}@media only screen and (min-width:768px){.product.type-product .simple-product-intro .product-image{animation-name:fadeIn}}.product.type-product .simple-product-intro .product-presentation-text{opacity:0;z-index:3;animation-name:fadeAndMoveInFromBottom;animation-duration:1.2s;animation-delay:.4s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards;display:inline-block;padding-top:20px}@media only screen and (min-width:768px){.product.type-product .simple-product-intro .product-presentation-text{animation-name:fadeAndMoveInFromRight;animation-delay:.2s;height:200px;display:table-cell;vertical-align:middle;padding-top:20px}}@media only screen and (min-width:992px){.product.type-product .simple-product-intro .product-presentation-text{height:260px}}@media only screen and (min-width:1200px){.product.type-product .simple-product-intro .product-presentation-text{height:320px}}.padded{padding:20px 0}@media only screen and (min-width:768px){.padded{padding:40px 0}}.image-button-small{display:table;height:70px;cursor:pointer;background-size:cover;padding:0}@media only screen and (min-width:768px){.image-button-small{height:100px}}@media only screen and (min-width:992px){.image-button-small{height:200px}}.image-button-large{display:table;height:150px;cursor:pointer;background-size:cover;padding:0}@media only screen and (min-width:768px){.image-button-large{height:200px}}@media only screen and (min-width:992px){.image-button-large{height:300px}}.image-button-text{height:100%;width:100%;text-align:center;display:table-cell;vertical-align:middle;background:rgba(0,0,0,.2);-webkit-transition:background 50ms cubic-bezier(.25,.46,.45,.94) 0s;-moz-transition:background 50ms cubic-bezier(.25,.46,.45,.94) 0s;-o-transition:background 50ms cubic-bezier(.25,.46,.45,.94) 0s;transition:background 50ms cubic-bezier(.25,.46,.45,.94) 0s}.image-button-text.highlight:hover{background:rgba(59,169,224,.02)}.ezdrummerline ::moz-selection{background:#e46c31;color:#fff}.ezdrummerline ::selection{background:#e46c31;color:#fff}.ezkeysline ::moz-selection{background:#ac1c26;color:#fff}.ezkeysline ::selection{background:#ac1c26;color:#fff}.ezmixline ::moz-selection{background:#f9b930;color:#fff}.ezmixline ::selection{background:#f9b930;color:#fff}.midipacks ::moz-selection{background:#a89c2d;color:#fff}.midipacks ::selection{background:#a89c2d;color:#fff}.superiorline ::moz-selection{background:#50afdc;color:#fff}.superiorline ::selection{background:#50afdc;color:#fff}.ezbassline ::moz-selection{background:#e53031;color:#fff}.ezbassline ::selection{background:#e53031;color:#fff}.ezline ::moz-selection{background:#b19256;color:#fff}.ezline ::selection{background:#b19256;color:#fff}.font-helvetica-light{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.font-helvetica-thin{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}.font-helvetica-medium{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.font-helvetica-bold{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit-extra-light{font-family:ConduitITCW01-ExtraLigh_731268,'Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit-light{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit-medium{font-family:'Conduit ITC W01 Medium','Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit-bold{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif}.font-conduit-extra-bold{font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif}.strong,b,strong{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}dt{font-weight:400}dd{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}label{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}th{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.light-font{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.accent-row{background-color:#ebeae6}.alert a{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.alert-success a{color:#3c763d}.alert-info a{color:#31708f}.alert-warning a{color:#8a6d3b}.alert-danger a{color:#a94442}body{color:#686766;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}@media only screen and (min-width:768px){body{font-size:16px;line-height:24px}}p{color:#686766;margin:8px 0 15px 0;font-size:16px;line-height:24px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){p{font-size:18px;line-height:25px}}@media only screen and (min-width:992px){p{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}.small-bread{margin:0 0 10px 0;font-size:12px;line-height:16px;letter-spacing:.3px}.small-bread-2{margin:0 0 10px 0;font-size:12px;line-height:14px;letter-spacing:.3px}.small-bread-3{margin:0 0 10px 0;font-size:14px;line-height:16px;letter-spacing:.3px}.small-bread-4{margin:0 0 10px 0;font-size:16px;line-height:20px;letter-spacing:.3px}.small-bread-5{margin:0 0 10px 0;font-size:20px;line-height:24px;letter-spacing:.3px}.sub-headline{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:24px}@media only screen and (min-width:768px){.sub-headline{font-size:20px;line-height:28px}}@media only screen and (min-width:992px){.sub-headline{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}.tt-h1{font-size:5rem!important;line-height:4rem!important;margin-bottom:10px!important}@media only screen and (min-width:768px){.tt-h1{font-size:9.25rem!important;line-height:2.875rem!important;margin-bottom:40px!important}}.tt-h2{font-size:2rem!important;line-height:1.875rem!important}@media only screen and (min-width:768px){.tt-h2{font-size:4.375rem!important;line-height:3.875rem!important}}.tt-h3{font-size:1.375rem!important;line-height:1.5rem!important}@media only screen and (min-width:768px){.tt-h3{font-size:1.875rem!important;line-height:2.875rem!important}}.tt-h4{font-size:3.375rem!important;line-height:3.125rem!important}@media only screen and (min-width:768px){.tt-h4{font-size:5rem!important;line-height:4.125rem!important}}.tt-h5{font-size:1.875rem!important;line-height:1.875rem!important}@media only screen and (min-width:768px){.tt-h5{font-size:2.25rem!important;line-height:2.25rem!important}}.tt-l1{font-size:1.563rem!important;line-height:1.563rem!important}@media only screen and (min-width:768px){.tt-l1{font-size:2.313rem!important;line-height:2.313rem!important}}.tt-l2{font-size:1.5rem;line-height:1.5rem}@media only screen and (min-width:768px){.tt-l2{font-size:2rem;line-height:2.5rem}}.tt-l3{font-size:.875rem!important;line-height:1.375rem!important}@media only screen and (min-width:768px){.tt-l3{font-size:1.5rem!important;line-height:2rem!important}}.tt-bullet{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;line-height:22px;margin-bottom:.75rem}@media only screen and (min-width:992px){.tt-bullet{font-size:28px;line-height:28px;margin-bottom:2rem}}.bread,.tt-bread{font-size:16px;line-height:24px;margin-bottom:10px}@media only screen and (min-width:768px){.bread,.tt-bread{font-size:18px;line-height:24px}}.big-bread{margin:0;font-size:18px;line-height:24px}@media only screen and (min-width:768px){.big-bread{font-size:20px;line-height:27px}}@media only screen and (min-width:992px){.big-bread{font-size:24px;line-height:30px}}.big-bread-2,.bigger-bread{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:18px;line-height:24px}@media only screen and (min-width:768px){.big-bread-2,.bigger-bread{font-size:20px;line-height:24px}}.big-bread-1{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;line-height:28px}.big-bread-3,.biggest-bread{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:30px;line-height:1}.tt-quote{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-size:21px;line-height:25px}@media only screen and (min-width:768px){.tt-quote{font-size:32px;line-height:35px}}@media only screen and (min-width:992px){.tt-quote{font-size:40px;line-height:46px}}.tt-quote-2{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-size:21px;line-height:25px}@media only screen and (min-width:768px){.tt-quote-2{font-size:28px;line-height:32px}}@media only screen and (min-width:992px){.tt-quote-2{font-size:32px;line-height:35px}}.tt-learn{font-size:1rem!important;margin-bottom:5px!important}@media only screen and (min-width:768px){.tt-learn{font-size:1.5rem!important;margin-bottom:0!important}}.conduit-bold{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;line-height:27px}@media only screen and (min-width:768px){.conduit-bold{font-size:32px;line-height:35px}}@media only screen and (min-width:992px){.conduit-bold{font-size:45px;line-height:46px}}.conduit-bold-2{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:20px;line-height:24px}@media only screen and (min-width:768px){.conduit-bold-2{font-size:24px;line-height:27px}}@media only screen and (min-width:992px){.conduit-bold-2{font-size:32px;line-height:34px}}body .h1{font-size:40px;line-height:34px}body .h2{font-size:36px;line-height:30px}body .h3{font-size:30px;line-height:26px}body .h4{font-size:24px;line-height:21px}body .h5{font-size:22px;line-height:20px}body .h6{font-size:22px;line-height:20px}body h1,body h2,body h3,body h4,body h5,body h6{margin-top:0;margin-bottom:0;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase}body .h1 b,body .h1 strong,body .h2 b,body .h2 strong,body .h3 b,body .h3 strong,body .h4 b,body .h4 strong,body .h5 b,body .h5 strong,body .h6 b,body .h6 strong,body h1 b,body h1 strong,body h2 b,body h2 strong,body h3 b,body h3 strong,body h4 b,body h4 strong,body h5 b,body h5 strong,body h6 b,body h6 strong{font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif}body h1{font-size:40px;line-height:34px}@media only screen and (min-width:768px){body h1:not(.not-responsive){font-size:64px;line-height:54px}}@media only screen and (min-width:992px){body h1:not(.not-responsive){font-size:72px;line-height:61px}}body h2{font-size:36px;line-height:30px}@media only screen and (min-width:768px){body h2:not(.not-responsive){font-size:48px;line-height:43px}}@media only screen and (min-width:992px){body h2:not(.not-responsive){font-size:64px;line-height:54px}}body h3{font-size:30px;line-height:26px}@media only screen and (min-width:768px){body h3:not(.not-responsive){font-size:38px;line-height:34px}}@media only screen and (min-width:992px){body h3:not(.not-responsive){font-size:48px;line-height:42px}}body h4{font-size:24px;line-height:21px}@media only screen and (min-width:768px){body h4:not(.not-responsive){font-size:30px;line-height:27px}}@media only screen and (min-width:992px){body h4:not(.not-responsive){font-size:36px;line-height:32px}}body h5{font-size:22px;line-height:20px}@media only screen and (min-width:768px){body h5:not(.not-responsive){font-size:26px;line-height:24px}}@media only screen and (min-width:992px){body h5:not(.not-responsive){font-size:29px;line-height:27px}}body h6{font-size:22px;line-height:20px}@media only screen and (min-width:768px){body h6:not(.not-responsive){font-size:22px;line-height:20px}}@media only screen and (min-width:992px){body h6:not(.not-responsive){font-size:20px;line-height:19px}}body .tt-header-1:not(.not-responsive){font-size:48px;line-height:41px}@media only screen and (min-width:768px){body .tt-header-1:not(.not-responsive){font-size:72px;line-height:61px}}@media only screen and (min-width:992px){body .tt-header-1:not(.not-responsive){font-size:80px;line-height:66px}}body .tt-header-1-5:not(.not-responsive){font-size:52px;line-height:44px}@media only screen and (min-width:768px){body .tt-header-1-5:not(.not-responsive){font-size:76px;line-height:64px}}@media only screen and (min-width:992px){body .tt-header-1-5:not(.not-responsive){font-size:94px;line-height:74px}}body .tt-header-2:not(.not-responsive){font-size:56px;line-height:47px}@media only screen and (min-width:768px){body .tt-header-2:not(.not-responsive){font-size:80px;line-height:68px}}@media only screen and (min-width:992px){body .tt-header-2:not(.not-responsive){font-size:106px;line-height:83px}}body .tt-header-2-5:not(.not-responsive){font-size:56px;line-height:47px}@media only screen and (min-width:768px){body .tt-header-2-5:not(.not-responsive){font-size:80px;line-height:68px}}@media only screen and (min-width:992px){body .tt-header-2-5:not(.not-responsive){font-size:116px;line-height:90px}}body .tt-header-3:not(.not-responsive){font-size:56px;line-height:47px}@media only screen and (min-width:768px){body .tt-header-3:not(.not-responsive){font-size:80px;line-height:68px}}@media only screen and (min-width:992px){body .tt-header-3:not(.not-responsive){font-size:125px;line-height:98px}}body .tt-header-3-5:not(.not-responsive){font-size:56px;line-height:47px}@media only screen and (min-width:768px){body .tt-header-3-5:not(.not-responsive){font-size:80px;line-height:68px}}@media only screen and (min-width:992px){body .tt-header-3-5:not(.not-responsive){font-size:138px;line-height:108px}}body .tt-header-4:not(.not-responsive){font-size:56px;line-height:47px}@media only screen and (min-width:768px){body .tt-header-4:not(.not-responsive){font-size:80px;line-height:68px}}@media only screen and (min-width:992px){body .tt-header-4:not(.not-responsive){font-size:150px;line-height:118px}}body .tt-header-4-5:not(.not-responsive){font-size:58px;line-height:50px}@media only screen and (min-width:768px){body .tt-header-4-5:not(.not-responsive){font-size:84px;line-height:72px}}@media only screen and (min-width:992px){body .tt-header-4-5:not(.not-responsive){font-size:165px;line-height:130px}}body a{text-decoration:none;color:#686766}body a:hover{text-decoration:underline;color:inherit}.tt-affix{position:static;width:100%;z-index:1040}.tt-affix.tt-stick{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.tt-interface-wrapper{position:relative}.tt-interface-wrapper .tt-interface-image{width:100%;height:auto;position:relative;z-index:2}.tt-interface-wrapper .tt-interface-glow:after{content:' ';background:-moz-linear-gradient(70deg,rgba(255,255,255,.05) 15%,rgba(255,255,255,.2) 40%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(70deg,rgba(255,255,255,.05) 15%,rgba(255,255,255,.2) 40%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);background:linear-gradient(70deg,rgba(255,255,255,.05) 15%,rgba(255,255,255,.2) 40%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);display:block;height:100%;width:100%;position:absolute;z-index:3;top:0}.tt-interface-shadow{width:164.5%!important;max-width:164.5%!important;height:90px!important;margin:0 auto;position:absolute;left:-32.5%;right:-32.5%;bottom:-56px;z-index:1}@media only screen and (min-width:768px){.tt-interface-shadow{height:200px!important;bottom:-124px}}.absolute-centered svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:4}.clockdiv{width:100%;text-transform:uppercase;line-height:1.3}.clockdiv.small .ct_display_container{display:inline-block}.clockdiv.small .ct_display_container .ct_display_block{display:inline-block;width:28px;text-align:center}@media only screen and (min-width:768px){.clockdiv.small .ct_display_container .ct_display_block{width:35px}}.clockdiv.small .ct_display_container .ct_display_block .ct_display_numbers h6{font-size:18px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;line-height:20px}@media only screen and (min-width:768px){.clockdiv.small .ct_display_container .ct_display_block .ct_display_numbers h6{font-size:24px;line-height:25px}}.clockdiv.small .ct_display_container .ct_display_block .ct_display_letters{letter-spacing:1px;font-size:6px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.clockdiv.small .ct_display_container .ct_display_block .ct_display_letters{font-size:7px}}.clockdiv .ct_display_container{display:inline-block}.clockdiv .ct_display_container .ct_display_block{display:inline-block;width:48px;text-align:center}@media only screen and (min-width:768px){.clockdiv .ct_display_container .ct_display_block{width:68px}}.clockdiv .ct_display_container .ct_display_block .ct_display_numbers h6{font-size:42px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;line-height:35px}@media only screen and (min-width:768px){.clockdiv .ct_display_container .ct_display_block .ct_display_numbers h6{font-size:58px;line-height:50px}}.clockdiv .ct_display_container .ct_display_block .ct_display_letters{letter-spacing:1px;font-size:8px;font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.clockdiv .ct_display_container .ct_display_block .ct_display_letters{font-size:12px}}body{overflow-x:hidden;padding-top:38px!important;letter-spacing:.2px;font-kerning:auto;hyphens:manual}@media only screen and (min-width:768px){body{padding-top:42px!important}}.page-template-default{padding-top:30px}.tt_contact_form .wpcf7-list-item{margin-right:15px}.tt_contact_form .mandatory{color:red}.tt_contact_form p{margin-top:20px}.tt_contact_form h4{margin-top:50px}b,strong{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}header{background-color:#222}footer{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;background-color:#fafafa;border-top:1px solid #eee;font-size:12px;line-height:18px;letter-spacing:.2px;font-kerning:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:15px;padding-bottom:30px}@media only screen and (min-width:992px){footer{font-size:14px;line-height:22px;padding-top:30px;padding-bottom:50px}}footer ul{list-style:none;margin-top:10px;padding-left:0}footer ul li{list-style:none;margin:0;padding:0}footer ul li a{outline:0!important}footer ul li a:hover{color:#222}footer ul li .social-media-icons{margin-top:5px;margin-bottom:5px}footer ul li .social-media-icons a img{display:inline;margin-right:1.5px}@media only screen and (min-width:768px){footer ul li .social-media-icons a img{margin-right:.65px}}@media only screen and (min-width:992px){footer ul li .social-media-icons a img{margin-right:1.5px}}footer .footer-disclaimer{color:#c3c3c1;margin-top:10px;font-size:10px;line-height:14px}@media only screen and (min-width:992px){footer .footer-disclaimer{font-size:12px;line-height:16px}}footer .footer-disclaimer a{color:#c3c3c1}.tt-tm-disclaimer a{color:inherit!important}.grey{background-color:#fafafa}.base-head-padding{margin-top:60px}.glyphicon-ok{color:#0c0}.glyphicon-remove{color:#9f2022}.view-intro{cursor:pointer}.ezbassline .slogan-wrapper,.ezdrummerline .slogan-wrapper,.ezkeysline .slogan-wrapper,.ezmixline .slogan-wrapper,.midipacks .slogan-wrapper,.superiorline .slogan-wrapper,.toontracksoftwaretools .slogan-wrapper{margin-top:20px}.ezbassline .price-box-wrapper,.ezdrummerline .price-box-wrapper,.ezkeysline .price-box-wrapper,.ezmixline .price-box-wrapper,.midipacks .price-box-wrapper,.superiorline .price-box-wrapper,.toontracksoftwaretools .price-box-wrapper{margin-top:0}@media only screen and (min-width:768px){.ezbassline .price-box-wrapper,.ezdrummerline .price-box-wrapper,.ezkeysline .price-box-wrapper,.ezmixline .price-box-wrapper,.midipacks .price-box-wrapper,.superiorline .price-box-wrapper,.toontracksoftwaretools .price-box-wrapper{margin-top:20px}}.try-box-modal{margin-top:50px}.try-box-modal .modal-dialog{width:96%;position:relative;overflow:hidden;border-radius:10px;border-color:#fff}@media only screen and (min-width:992px){.try-box-modal .modal-dialog{width:800px}}@media only screen and (min-width:1200px){.try-box-modal .modal-dialog{width:1100px}}.try-box-modal .modal-body{padding:0 15px}@media only screen and (min-width:768px){.try-box-modal .modal-body{padding:0 20px 30px 0}}@media only screen and (min-width:992px){.try-box-modal .modal-body{min-height:680px}}.try-box-modal h3:not(.tt-show-touch){display:block;margin:0 auto 6px!important}@media only screen and (min-width:768px){.try-box-modal h3:not(.tt-show-touch){width:368px}}@media only screen and (min-width:1200px){.try-box-modal h3:not(.tt-show-touch){width:400px}}.try-box-modal h3.tt-show-touch{margin:5px 0 10px}@media only screen and (min-width:768px){.try-box-modal h3.tt-show-touch{margin-left:15px}}.try-box-modal ol{color:#686766;margin:8px 0 15px 0;font-size:16px;line-height:24px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;padding-left:25px}@media only screen and (min-width:768px){.try-box-modal ol{font-size:18px;line-height:25px}}@media only screen and (min-width:992px){.try-box-modal ol{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}.try-box-modal .content-wrapper,.try-box-modal ol,.try-box-modal p{width:300px;display:block;margin:0 auto 14px}.try-box-modal .content-wrapper .go_to_cpu,.try-box-modal ol .go_to_cpu,.try-box-modal p .go_to_cpu{width:auto;margin-left:0}@media only screen and (min-width:768px){.try-box-modal .content-wrapper,.try-box-modal ol,.try-box-modal p{width:368px}}@media only screen and (min-width:1200px){.try-box-modal .content-wrapper,.try-box-modal ol,.try-box-modal p{width:400px}}.try-box-modal img.tt-floated-image{display:none}@media only screen and (min-width:768px){.try-box-modal img.tt-floated-image{display:block;position:absolute;z-index:1;top:100px;left:450px;height:470px;width:auto}}@media only screen and (min-width:1200px){.try-box-modal img.tt-floated-image{left:570px}}.try-box-modal img.tt-floated-image.tt-interface-shadow{left:215px;top:495px;z-index:0}.try-box-modal img.pmLogo{max-width:200px;margin:0 0 15px 40px}@media only screen and (min-width:768px){.try-box-modal img.pmLogo{margin-left:-6px}}@media only screen and (min-width:992px){.try-box-modal img.pmLogo{margin-top:-35px}}@media only screen and (min-width:1200px){.try-box-modal img.pmLogo{margin-top:-15px;margin-left:52px}}.try-box-modal .close{float:right;font-size:25.5px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.try-box-modal .modal-header{border-bottom:none;padding:10px 0 20px 0}.try-box-modal .modal-header.template-product-alternate{padding:10px 20px 20px 0}.try-box-modal .modal-header button.close{width:auto!important}.try-box-modal .fulldwnlfrm{display:inline}.try-box-modal .demo-button-wrapper{padding:40px 0 80px;width:300px;margin:0 auto}@media only screen and (min-width:768px){.try-box-modal .demo-button-wrapper{width:450px;padding:60px 0;margin-left:20px;min-height:600px}}@media only screen and (min-width:992px){.try-box-modal .demo-button-wrapper{padding:90px 0;margin-left:0;min-height:auto}}@media only screen and (min-width:1200px){.try-box-modal .demo-button-wrapper{width:600px}}.try-box-modal .go_to_cpu{margin-bottom:50px;background-color:#fff}@media only screen and (min-width:768px){.try-box-modal .go_to_cpu{margin-left:15px}}.try-box-modal .demo_download_btn{margin-left:45px;position:relative;z-index:2}@media only screen and (min-width:1200px){.try-box-modal .demo_download_btn{margin-left:100px}}.try-box-modal .audio_sender_buttons{margin:5px auto!important;width:300px;position:relative;z-index:10}.try-box-modal .audio_sender_btn{border:1px solid #999;display:inline-block;border-radius:8px!important;min-width:147px;font-size:16px;line-height:23px;background-color:#fff!important}@media only screen and (min-width:768px){.try-box-modal .audio_sender_btn{width:100px!important}}.try-box-modal .audio_sender_btn:hover{color:#fff!important}.try-box-modal .audio_sender_text{font-size:14px;line-height:20px}.product-title{font-size:20px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.product-title{font-size:20px}}#get-started-button:hover{text-decoration:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cross-sells-wrapper{display:inline-block}@media only screen and (min-width:768px){.cross-sells-wrapper{margin-left:27px}}@media only screen and (min-width:992px){.cross-sells-wrapper{margin-left:9px}}@media only screen and (min-width:1200px){.cross-sells-wrapper{margin-left:27px}}.cross-sells-wrapper .cross-product-wrapper{display:inline-block}.cross-sells{margin-top:63px;margin-bottom:36px}@media only screen and (min-width:768px){.cross-sells .cross-sells-heading{margin-left:42px}}@media only screen and (min-width:992px){.cross-sells .cross-sells-heading{margin-left:52px}}@media only screen and (min-width:1200px){.cross-sells .cross-sells-heading{margin-left:61px}}.cross-sells .products{padding-top:9px}@media only screen and (min-width:768px){.cross-sells .products{margin-left:29px;margin-right:29px}}@media only screen and (min-width:1200px){.cross-sells .products{margin-left:21px;margin-right:21px}}.cross-sells .cross-box{margin-left:auto;margin-right:auto}.cross-sells .cross-box h3{font-size:10px!important;white-space:pre-wrap;width:75%}@media only screen and (min-width:768px){.cross-sells .cross-box h3 h3{font-size:12px!important}}@media only screen and (min-width:768px){.cross-sells .cross-box{width:100px}}.cross-sells .cross-box .woocommerce-variation-add-to-cart.variations_button{display:none}.cross-sells .product-item{float:none!important}.cross-sells .cross-add-to-cart-wrapper{width:100px;margin-left:auto;margin-right:auto}.cross-sells .cross-add-to-cart{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;width:70px;font-size:12px;margin-bottom:15px;margin-top:-10px;padding-left:0;padding-right:0}.cross-sells .cross-add-to-cart:hover{text-decoration:none;color:#fff}.cross-sells .cross-add-to-cart.color-beige,.cross-sells .cross-add-to-cart.color-gray-lighter,.cross-sells .cross-add-to-cart.color-gray-lightest,.cross-sells .cross-add-to-cart.color-white,.cross-sells .cross-add-to-cart.contact-support-btn,.cross-sells .cross-add-to-cart.helpful-btn{color:#333!important}.cross-sells .cross-add-to-cart.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.cross-sells .cross-add-to-cart.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.cross-sells .cross-add-to-cart.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.cross-sells .cross-add-to-cart.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.cross-sells .cross-add-to-cart.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.cross-sells .cross-add-to-cart.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.cross-sells .cross-add-to-cart.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.cross-sells .cross-add-to-cart.color-black:hover{background-color:#363636!important;border-color:#363636!important}.cross-sells .cross-add-to-cart.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.cross-sells .cross-add-to-cart.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.cross-sells .cross-add-to-cart.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.cross-sells .cross-add-to-cart.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.cross-sells .cross-add-to-cart.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.cross-sells .cross-add-to-cart.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.cross-sells .cross-add-to-cart.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.cross-sells .cross-add-to-cart.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.cross-sells .cross-add-to-cart.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.cross-sells .cross-add-to-cart.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.cross-sells .cross-add-to-cart.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.cross-sells .cross-add-to-cart.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.cross-sells .cross-add-to-cart.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.cross-sells .cross-add-to-cart.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.cross-sells .cross-add-to-cart.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.cross-sells .cross-add-to-cart.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.cross-sells .cross-add-to-cart.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.cross-sells .cross-add-to-cart.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.cross-sells .cross-add-to-cart.color-mm-yellow-dark,.cross-sells .cross-add-to-cart.color-mm-yellow-light{color:#181519!important}.cross-sells .cross-add-to-cart.color-mm-gray-dark:hover{background-color:#2d282f!important}.cross-sells .cross-add-to-cart.color-mm-gray-light:hover{background-color:#39343b!important}.cross-sells .cross-add-to-cart.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.cross-sells .cross-add-to-cart.color-mm-yellow-light:hover{background-color:#fff!important}.cross-sells .cross-add-to-cart.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media only screen and (min-width:768px){.cross-sells .cross-add-to-cart{font-weight:100;color:#999;margin-top:7px;width:100px}}.products{margin:0;padding:20px 0 0 0}.parallax-wrapper{position:relative;width:100%;height:500px;overflow:hidden}.payoff{margin-bottom:40px;margin-top:7px;line-height:1.3em}.payoff h3{font-size:22px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#555!important}.slogan{margin-top:0}.slogan h2{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;margin-top:0;padding-top:0;margin-bottom:0;line-height:.9;text-transform:uppercase}.feature-list{padding-top:20px}.midi-expansions{text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#faf9f0),color-stop(1,#fff));background-image:-o-linear-gradient(bottom,#faf9f0 0,#fff 100%);background-image:-moz-linear-gradient(bottom,#faf9f0 0,#fff 100%);background-image:-webkit-linear-gradient(bottom,#faf9f0 0,#fff 100%);background-image:-ms-linear-gradient(bottom,#faf9f0 0,#fff 100%);background-image:linear-gradient(to bottom,#faf9f0 0,#fff 100%)}.midi-expansions h2,.midi-expansions h4{color:#555!important}.midi-expansions h2{font-size:60px}.cp-no-js-msg{text-align:center}.blockOverlay{background-size:60px 60px!important}.toontrack_spinner{background-image:url(../images/toontrack_loading_spinner_369x369.gif);background-size:60px 60px;background-repeat:no-repeat;background-position:center top}#tt_spinnerbox{background-image:url(../images/toontrack_loading_spinner_369x369.gif);background-size:60px 60px;background-repeat:no-repeat;background-position:center top;width:60px;position:absolute;height:60px;z-index:10000}.woocommerce-pagination{margin-top:40px;border-top:1px solid #ddd;clear:both;text-align:right}.variable_add_to_cart_variation_select{width:auto;margin:0 auto}.variable_add_to_cart_variation_select_label_value{border:none!important;padding:0!important;color:inherit;background-color:none!important}.variable_add_to_cart_variation_select_label_value label{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif!important}.single_add_to_cart_button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}.single_add_to_cart_button:hover{text-decoration:none;color:#fff}.single_add_to_cart_button.color-beige,.single_add_to_cart_button.color-gray-lighter,.single_add_to_cart_button.color-gray-lightest,.single_add_to_cart_button.color-white,.single_add_to_cart_button.contact-support-btn,.single_add_to_cart_button.helpful-btn{color:#333!important}.single_add_to_cart_button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.single_add_to_cart_button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.single_add_to_cart_button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.single_add_to_cart_button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.single_add_to_cart_button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.single_add_to_cart_button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.single_add_to_cart_button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.single_add_to_cart_button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.single_add_to_cart_button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.single_add_to_cart_button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.single_add_to_cart_button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.single_add_to_cart_button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.single_add_to_cart_button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.single_add_to_cart_button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.single_add_to_cart_button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.single_add_to_cart_button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.single_add_to_cart_button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.single_add_to_cart_button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.single_add_to_cart_button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.single_add_to_cart_button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.single_add_to_cart_button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.single_add_to_cart_button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.single_add_to_cart_button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.single_add_to_cart_button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.single_add_to_cart_button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.single_add_to_cart_button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.single_add_to_cart_button.color-mm-yellow-dark,.single_add_to_cart_button.color-mm-yellow-light{color:#181519!important}.single_add_to_cart_button.color-mm-gray-dark:hover{background-color:#2d282f!important}.single_add_to_cart_button.color-mm-gray-light:hover{background-color:#39343b!important}.single_add_to_cart_button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.single_add_to_cart_button.color-mm-yellow-light:hover{background-color:#fff!important}.single_add_to_cart_button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.bundle_add_to_cart_button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}.bundle_add_to_cart_button:hover{text-decoration:none;color:#fff}.bundle_add_to_cart_button.color-beige,.bundle_add_to_cart_button.color-gray-lighter,.bundle_add_to_cart_button.color-gray-lightest,.bundle_add_to_cart_button.color-white,.bundle_add_to_cart_button.contact-support-btn,.bundle_add_to_cart_button.helpful-btn{color:#333!important}.bundle_add_to_cart_button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.bundle_add_to_cart_button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.bundle_add_to_cart_button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.bundle_add_to_cart_button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.bundle_add_to_cart_button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.bundle_add_to_cart_button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.bundle_add_to_cart_button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.bundle_add_to_cart_button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.bundle_add_to_cart_button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.bundle_add_to_cart_button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.bundle_add_to_cart_button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.bundle_add_to_cart_button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.bundle_add_to_cart_button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.bundle_add_to_cart_button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.bundle_add_to_cart_button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.bundle_add_to_cart_button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.bundle_add_to_cart_button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.bundle_add_to_cart_button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.bundle_add_to_cart_button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.bundle_add_to_cart_button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.bundle_add_to_cart_button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.bundle_add_to_cart_button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.bundle_add_to_cart_button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.bundle_add_to_cart_button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.bundle_add_to_cart_button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.bundle_add_to_cart_button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.bundle_add_to_cart_button.color-mm-yellow-dark,.bundle_add_to_cart_button.color-mm-yellow-light{color:#181519!important}.bundle_add_to_cart_button.color-mm-gray-dark:hover{background-color:#2d282f!important}.bundle_add_to_cart_button.color-mm-gray-light:hover{background-color:#39343b!important}.bundle_add_to_cart_button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.bundle_add_to_cart_button.color-mm-yellow-light:hover{background-color:#fff!important}.bundle_add_to_cart_button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.variations{margin:10px auto}.variations td{padding:0}.tt-tooltip{text-decoration:none}.tt-tooltip:hover{text-decoration:none}.tt-versions-tooltip{padding-left:7px;padding-top:4px}.product-video{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.product-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}button[name=update_cart]{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}button[name=update_cart]:hover{text-decoration:none;color:#fff}button[name=update_cart].color-beige,button[name=update_cart].color-gray-lighter,button[name=update_cart].color-gray-lightest,button[name=update_cart].color-white,button[name=update_cart].contact-support-btn,button[name=update_cart].helpful-btn{color:#333!important}button[name=update_cart].color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}button[name=update_cart].color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}button[name=update_cart].color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}button[name=update_cart].color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}button[name=update_cart].color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}button[name=update_cart].color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}button[name=update_cart].color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}button[name=update_cart].color-black:hover{background-color:#363636!important;border-color:#363636!important}button[name=update_cart].color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}button[name=update_cart].color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}button[name=update_cart].color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}button[name=update_cart].color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}button[name=update_cart].color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}button[name=update_cart].color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}button[name=update_cart].color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}button[name=update_cart].color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}button[name=update_cart].color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}button[name=update_cart].color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}button[name=update_cart].color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}button[name=update_cart].transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}button[name=update_cart].color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}button[name=update_cart].color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}button[name=update_cart].color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}button[name=update_cart].color-green:hover{background-color:#78c478!important;border-color:#78c478!important}button[name=update_cart].color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}button[name=update_cart].color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}button[name=update_cart].color-mm-yellow-dark,button[name=update_cart].color-mm-yellow-light{color:#181519!important}button[name=update_cart].color-mm-gray-dark:hover{background-color:#2d282f!important}button[name=update_cart].color-mm-gray-light:hover{background-color:#39343b!important}button[name=update_cart].color-mm-yellow-dark:hover{background-color:#fbcc94!important}button[name=update_cart].color-mm-yellow-light:hover{background-color:#fff!important}button[name=update_cart].color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}input[type=submit]{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}input[type=submit]:hover{text-decoration:none;color:#fff}input[type=submit].color-beige,input[type=submit].color-gray-lighter,input[type=submit].color-gray-lightest,input[type=submit].color-white,input[type=submit].contact-support-btn,input[type=submit].helpful-btn{color:#333!important}input[type=submit].color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}input[type=submit].color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}input[type=submit].color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}input[type=submit].color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}input[type=submit].color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}input[type=submit].color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}input[type=submit].color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}input[type=submit].color-black:hover{background-color:#363636!important;border-color:#363636!important}input[type=submit].color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}input[type=submit].color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}input[type=submit].color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}input[type=submit].color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}input[type=submit].color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}input[type=submit].color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}input[type=submit].color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}input[type=submit].color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}input[type=submit].color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}input[type=submit].color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}input[type=submit].color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}input[type=submit].transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}input[type=submit].color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}input[type=submit].color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}input[type=submit].color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}input[type=submit].color-green:hover{background-color:#78c478!important;border-color:#78c478!important}input[type=submit].color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}input[type=submit].color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}input[type=submit].color-mm-yellow-dark,input[type=submit].color-mm-yellow-light{color:#181519!important}input[type=submit].color-mm-gray-dark:hover{background-color:#2d282f!important}input[type=submit].color-mm-gray-light:hover{background-color:#39343b!important}input[type=submit].color-mm-yellow-dark:hover{background-color:#fbcc94!important}input[type=submit].color-mm-yellow-light:hover{background-color:#fff!important}input[type=submit].color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}a.checkout-button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}a.checkout-button:hover{text-decoration:none;color:#fff}a.checkout-button.color-beige,a.checkout-button.color-gray-lighter,a.checkout-button.color-gray-lightest,a.checkout-button.color-white,a.checkout-button.contact-support-btn,a.checkout-button.helpful-btn{color:#333!important}a.checkout-button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}a.checkout-button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}a.checkout-button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}a.checkout-button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}a.checkout-button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}a.checkout-button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}a.checkout-button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}a.checkout-button.color-black:hover{background-color:#363636!important;border-color:#363636!important}a.checkout-button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}a.checkout-button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}a.checkout-button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}a.checkout-button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}a.checkout-button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}a.checkout-button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}a.checkout-button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}a.checkout-button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}a.checkout-button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}a.checkout-button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}a.checkout-button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}a.checkout-button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}a.checkout-button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}a.checkout-button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}a.checkout-button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}a.checkout-button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}a.checkout-button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}a.checkout-button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}a.checkout-button.color-mm-yellow-dark,a.checkout-button.color-mm-yellow-light{color:#181519!important}a.checkout-button.color-mm-gray-dark:hover{background-color:#2d282f!important}a.checkout-button.color-mm-gray-light:hover{background-color:#39343b!important}a.checkout-button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}a.checkout-button.color-mm-yellow-light:hover{background-color:#fff!important}a.checkout-button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.woocommerce-breadcrumb{display:none}.wc-forward{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;float:right}.wc-forward:hover{text-decoration:none;color:#fff}.wc-forward.color-beige,.wc-forward.color-gray-lighter,.wc-forward.color-gray-lightest,.wc-forward.color-white,.wc-forward.contact-support-btn,.wc-forward.helpful-btn{color:#333!important}.wc-forward.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.wc-forward.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.wc-forward.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.wc-forward.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.wc-forward.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.wc-forward.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.wc-forward.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.wc-forward.color-black:hover{background-color:#363636!important;border-color:#363636!important}.wc-forward.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.wc-forward.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.wc-forward.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.wc-forward.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.wc-forward.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.wc-forward.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.wc-forward.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.wc-forward.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.wc-forward.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.wc-forward.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.wc-forward.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.wc-forward.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.wc-forward.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.wc-forward.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.wc-forward.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.wc-forward.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.wc-forward.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.wc-forward.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.wc-forward.color-mm-yellow-dark,.wc-forward.color-mm-yellow-light{color:#181519!important}.wc-forward.color-mm-gray-dark:hover{background-color:#2d282f!important}.wc-forward.color-mm-gray-light:hover{background-color:#39343b!important}.wc-forward.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.wc-forward.color-mm-yellow-light:hover{background-color:#fff!important}.wc-forward.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.soundcloud-player{margin:20px 0}.go_to_cpu{border:1px solid #e26223;border-radius:4px;padding:5px;color:#333;background-color:#fff;text-align:center;border:0;background-color:#9f1a23!important;padding:40px;color:#fff;border-radius:0;font-size:14px;line-height:18px;margin-bottom:10px}.lyte-wrapper{padding-bottom:40px}.lyte .ctrl,.lyte .tC{display:none!important}body.archive .woocommerce-product-category{margin-bottom:20px}@media only screen and (min-width:768px){body.archive .woocommerce-product-category{margin-bottom:40px}}@media only screen and (max-width:767px){.cross-sells,.woocommerce-product-category{padding-left:6px;padding-right:6px}}.cross-sells .playing-marker,.woocommerce-product-category .playing-marker{text-decoration:underline;font-weight:700}.cross-sells .product-item,.woocommerce-product-category .product-item{width:91px;float:left;height:190px;overflow:hidden;position:relative;min-height:1px;clear:none;padding:0;margin-right:10px;margin-left:10px}@media only screen and (min-width:768px){.cross-sells .product-item,.woocommerce-product-category .product-item{width:126px;height:200px;margin-left:0;margin-right:0;padding-left:15px;padding-right:15px;padding-bottom:15px;padding-top:15px}}.cross-sells .product-item a,.woocommerce-product-category .product-item a{text-decoration:none}.cross-sells .product-item h2,.cross-sells .product-item h3,.woocommerce-product-category .product-item h2,.woocommerce-product-category .product-item h3{margin:0;padding:5px 0 0 0;font-size:11px!important;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif!important;color:#555!important;line-height:125%!important;text-transform:none;display:inline-block}.cross-sells .product-item img,.woocommerce-product-category .product-item img{float:left;max-width:none!important;padding-top:0!important}@media only screen and (max-width:767px){.cross-sells .product-item img,.woocommerce-product-category .product-item img{width:91px;height:127px}}@media only screen and (min-width:768px){.cross-sells .product-item img,.woocommerce-product-category .product-item img{margin-right:30px;padding-top:inherit!important;height:auto;clear:both}}.cross-sells .product-item .overlay-container,.woocommerce-product-category .product-item .overlay-container{display:none;position:absolute;width:91px;height:127px;z-index:600;background-image:url(../images/hover-product-image.png);top:0;left:0}@media only screen and (min-width:768px){.cross-sells .product-item .overlay-container,.woocommerce-product-category .product-item .overlay-container{width:100px;height:140px;top:15px;left:15px}}.cross-sells .product-item .play-btn,.woocommerce-product-category .product-item .play-btn{display:none;position:absolute;top:65px;left:30px;color:#ccc;font-size:30px;z-index:9999}@media only screen and (min-width:768px){.cross-sells .product-item .play-btn,.woocommerce-product-category .product-item .play-btn{top:90px;left:50px}}@media only screen and (min-width:768px){.cross-sells .product-item .expansion,.woocommerce-product-category .product-item .expansion{display:none}}.cross-sells .product-item .amount,.woocommerce-product-category .product-item .amount{display:none}.cross-sells .product_cat-ezbass-midi .overlay-container_simple,.cross-sells .product_cat-ezkeys-midi .overlay-container_simple,.cross-sells .product_cat-midipacks .overlay-container_simple,.cross-sells .product_cat-s20-producer-presets .overlay-container_simple,.cross-sells .small_product .overlay-container_simple,.woocommerce-product-category .product_cat-ezbass-midi .overlay-container_simple,.woocommerce-product-category .product_cat-ezkeys-midi .overlay-container_simple,.woocommerce-product-category .product_cat-midipacks .overlay-container_simple,.woocommerce-product-category .product_cat-s20-producer-presets .overlay-container_simple,.woocommerce-product-category .small_product .overlay-container_simple{background-image:url(../images/hover-product-image-midi.png)}.cross-sells .product-item-wide,.woocommerce-product-category .product-item-wide{position:relative;margin-bottom:20px;margin-top:20px}.cross-sells .product-item-wide a,.woocommerce-product-category .product-item-wide a{text-decoration:none}.cross-sells .product-item-wide h5,.woocommerce-product-category .product-item-wide h5{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;text-decoration:none;color:#686766;font-size:17px;text-transform:uppercase;margin-bottom:4px;padding-bottom:0;clear:both;margin-top:20px}@media only screen and (min-width:768px){.cross-sells .product-item-wide h5,.woocommerce-product-category .product-item-wide h5{clear:inherit;margin-top:inherit}}.cross-sells .product-item-wide img,.woocommerce-product-category .product-item-wide img{float:left;padding-right:20px;clear:both;padding-bottom:20px}@media only screen and (min-width:768px){.cross-sells .product-item-wide img,.woocommerce-product-category .product-item-wide img{clear:inherit;padding-bottom:inherit}}.cross-sells .product-item-wide .details-button,.woocommerce-product-category .product-item-wide .details-button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;padding:3px 30px 0 30px;background-color:#9f1a23;border:none;position:absolute;bottom:20px;right:10px;display:block!important;clear:both;margin-top:30px;margin-left:10px;margin-bottom:10px;padding-top:10px;padding-bottom:10px;position:relative}.cross-sells .product-item-wide .details-button:hover,.woocommerce-product-category .product-item-wide .details-button:hover{text-decoration:none;color:#fff}.cross-sells .product-item-wide .details-button.color-beige,.cross-sells .product-item-wide .details-button.color-gray-lighter,.cross-sells .product-item-wide .details-button.color-gray-lightest,.cross-sells .product-item-wide .details-button.color-white,.cross-sells .product-item-wide .details-button.contact-support-btn,.cross-sells .product-item-wide .details-button.helpful-btn,.woocommerce-product-category .product-item-wide .details-button.color-beige,.woocommerce-product-category .product-item-wide .details-button.color-gray-lighter,.woocommerce-product-category .product-item-wide .details-button.color-gray-lightest,.woocommerce-product-category .product-item-wide .details-button.color-white,.woocommerce-product-category .product-item-wide .details-button.contact-support-btn,.woocommerce-product-category .product-item-wide .details-button.helpful-btn{color:#333!important}.cross-sells .product-item-wide .details-button.color-ezbass:hover,.woocommerce-product-category .product-item-wide .details-button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.cross-sells .product-item-wide .details-button.color-ezdrummer:hover,.woocommerce-product-category .product-item-wide .details-button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.cross-sells .product-item-wide .details-button.color-ezkeys:hover,.woocommerce-product-category .product-item-wide .details-button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.cross-sells .product-item-wide .details-button.color-ezmix:hover,.woocommerce-product-category .product-item-wide .details-button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.cross-sells .product-item-wide .details-button.color-midi:hover,.woocommerce-product-category .product-item-wide .details-button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.cross-sells .product-item-wide .details-button.color-superior:hover,.woocommerce-product-category .product-item-wide .details-button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.cross-sells .product-item-wide .details-button.color-tst:hover,.woocommerce-product-category .product-item-wide .details-button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.cross-sells .product-item-wide .details-button.color-black:hover,.woocommerce-product-category .product-item-wide .details-button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.cross-sells .product-item-wide .details-button.color-dark:hover,.woocommerce-product-category .product-item-wide .details-button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.cross-sells .product-item-wide .details-button.color-gray-darker:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.cross-sells .product-item-wide .details-button.color-gray-dark:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.cross-sells .product-item-wide .details-button.color-gray:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.cross-sells .product-item-wide .details-button.color-gray-light:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.cross-sells .product-item-wide .details-button.color-gray-lighter:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.cross-sells .product-item-wide .details-button.color-gray-lightest:hover,.woocommerce-product-category .product-item-wide .details-button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.cross-sells .product-item-wide .details-button.color-beige:hover,.woocommerce-product-category .product-item-wide .details-button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.cross-sells .product-item-wide .details-button.color-brown:hover,.woocommerce-product-category .product-item-wide .details-button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.cross-sells .product-item-wide .details-button.color-white:hover,.woocommerce-product-category .product-item-wide .details-button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.cross-sells .product-item-wide .details-button.color-sale:hover,.woocommerce-product-category .product-item-wide .details-button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.cross-sells .product-item-wide .details-button.transparent:hover,.woocommerce-product-category .product-item-wide .details-button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.cross-sells .product-item-wide .details-button.color-gold:hover,.woocommerce-product-category .product-item-wide .details-button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.cross-sells .product-item-wide .details-button.color-charcoal:hover,.woocommerce-product-category .product-item-wide .details-button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.cross-sells .product-item-wide .details-button.color-silver:hover,.woocommerce-product-category .product-item-wide .details-button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.cross-sells .product-item-wide .details-button.color-green:hover,.woocommerce-product-category .product-item-wide .details-button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.cross-sells .product-item-wide .details-button.color-cart-orange:hover,.woocommerce-product-category .product-item-wide .details-button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.cross-sells .product-item-wide .details-button.color-ezline:hover,.woocommerce-product-category .product-item-wide .details-button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.cross-sells .product-item-wide .details-button.color-mm-yellow-dark,.cross-sells .product-item-wide .details-button.color-mm-yellow-light,.woocommerce-product-category .product-item-wide .details-button.color-mm-yellow-dark,.woocommerce-product-category .product-item-wide .details-button.color-mm-yellow-light{color:#181519!important}.cross-sells .product-item-wide .details-button.color-mm-gray-dark:hover,.woocommerce-product-category .product-item-wide .details-button.color-mm-gray-dark:hover{background-color:#2d282f!important}.cross-sells .product-item-wide .details-button.color-mm-gray-light:hover,.woocommerce-product-category .product-item-wide .details-button.color-mm-gray-light:hover{background-color:#39343b!important}.cross-sells .product-item-wide .details-button.color-mm-yellow-dark:hover,.woocommerce-product-category .product-item-wide .details-button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.cross-sells .product-item-wide .details-button.color-mm-yellow-light:hover,.woocommerce-product-category .product-item-wide .details-button.color-mm-yellow-light:hover{background-color:#fff!important}.cross-sells .product-item-wide .details-button.color-bf-gray-hover-red:hover,.woocommerce-product-category .product-item-wide .details-button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media only screen and (min-width:768px){.cross-sells .product-item-wide .details-button,.woocommerce-product-category .product-item-wide .details-button{display:inherit!important;clear:inherit;margin-top:inherit;margin-left:inherit;margin-bottom:inherit;padding-top:inherit;padding-bottom:inherit;position:inherit}}.cross-sells .playing-marker .play-btn,.woocommerce-product-category .playing-marker .play-btn{display:block;color:#fff}.no-touch .product-item:hover .overlay-container{display:block}.no-touch .product-item:hover .play-btn,.no-touch .product-item:hover .stop-btn{display:block}.no-touch .product-item:hover .play-btn:hover,.no-touch .product-item:hover .stop-btn:hover{color:#fff;opacity:1}.bundled_product_summary{display:none}.center-item{margin:0 auto;display:table}.line-page.page-title{text-transform:uppercase;font-size:48px}.image-wrapper{position:relative}.image-wrapper .onsale:after{content:"";display:block;position:absolute;background-image:url(../images/sale.png);background-repeat:no-repeat;bottom:0;right:0;width:100%;height:100%;background-size:contain;background-position:bottom right;overflow:hidden}.image-wrapper .new_product:after{content:"";display:block;position:absolute;background-image:url(../images/new.png);background-repeat:no-repeat;top:0;left:0;width:100%;height:100%;background-size:contain;overflow:hidden}.image-wrapper .new_product.midi:after{background-image:url(../images/new-midi.png)}.product-listing{margin-bottom:30px}@media only screen and (min-width:768px){.product-listing{margin-bottom:40px}}@media only screen and (max-width:767px){.product-listing h5{margin-bottom:15px}}.bundle-product-listings .bundle-wrapper{padding:30px 20px;margin-bottom:20px;background-color:#ebeae6}.beige-background{background-color:#ebeae6;padding:70px 0;margin:70px 0}.beige-gradient{padding:30px 0;margin:70px 0 0 0}.system-requirements{color:#fff;background-color:#999;padding:30px;margin-top:40px;margin-bottom:80px}#simple-contact-form label{display:block}#simple-contact-form textarea{height:auto}#simple-contact-form #scf_contact{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;width:auto}#simple-contact-form #scf_contact:hover{text-decoration:none;color:#fff}#simple-contact-form #scf_contact.color-beige,#simple-contact-form #scf_contact.color-gray-lighter,#simple-contact-form #scf_contact.color-gray-lightest,#simple-contact-form #scf_contact.color-white,#simple-contact-form #scf_contact.contact-support-btn,#simple-contact-form #scf_contact.helpful-btn{color:#333!important}#simple-contact-form #scf_contact.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}#simple-contact-form #scf_contact.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}#simple-contact-form #scf_contact.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}#simple-contact-form #scf_contact.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}#simple-contact-form #scf_contact.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}#simple-contact-form #scf_contact.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}#simple-contact-form #scf_contact.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}#simple-contact-form #scf_contact.color-black:hover{background-color:#363636!important;border-color:#363636!important}#simple-contact-form #scf_contact.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}#simple-contact-form #scf_contact.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}#simple-contact-form #scf_contact.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}#simple-contact-form #scf_contact.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}#simple-contact-form #scf_contact.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}#simple-contact-form #scf_contact.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}#simple-contact-form #scf_contact.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}#simple-contact-form #scf_contact.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}#simple-contact-form #scf_contact.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}#simple-contact-form #scf_contact.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}#simple-contact-form #scf_contact.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}#simple-contact-form #scf_contact.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}#simple-contact-form #scf_contact.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}#simple-contact-form #scf_contact.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}#simple-contact-form #scf_contact.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}#simple-contact-form #scf_contact.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}#simple-contact-form #scf_contact.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}#simple-contact-form #scf_contact.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}#simple-contact-form #scf_contact.color-mm-yellow-dark,#simple-contact-form #scf_contact.color-mm-yellow-light{color:#181519!important}#simple-contact-form #scf_contact.color-mm-gray-dark:hover{background-color:#2d282f!important}#simple-contact-form #scf_contact.color-mm-gray-light:hover{background-color:#39343b!important}#simple-contact-form #scf_contact.color-mm-yellow-dark:hover{background-color:#fbcc94!important}#simple-contact-form #scf_contact.color-mm-yellow-light:hover{background-color:#fff!important}#simple-contact-form #scf_contact.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}#simple-contact-form .scf_error{border:1px solid #b94a48}#s{margin-right:10px}#searchsubmit{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}#searchsubmit:hover{text-decoration:none;color:#fff}#searchsubmit.color-beige,#searchsubmit.color-gray-lighter,#searchsubmit.color-gray-lightest,#searchsubmit.color-white,#searchsubmit.contact-support-btn,#searchsubmit.helpful-btn{color:#333!important}#searchsubmit.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}#searchsubmit.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}#searchsubmit.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}#searchsubmit.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}#searchsubmit.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}#searchsubmit.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}#searchsubmit.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}#searchsubmit.color-black:hover{background-color:#363636!important;border-color:#363636!important}#searchsubmit.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}#searchsubmit.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}#searchsubmit.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}#searchsubmit.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}#searchsubmit.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}#searchsubmit.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}#searchsubmit.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}#searchsubmit.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}#searchsubmit.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}#searchsubmit.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}#searchsubmit.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}#searchsubmit.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}#searchsubmit.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}#searchsubmit.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}#searchsubmit.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}#searchsubmit.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}#searchsubmit.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}#searchsubmit.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}#searchsubmit.color-mm-yellow-dark,#searchsubmit.color-mm-yellow-light{color:#181519!important}#searchsubmit.color-mm-gray-dark:hover{background-color:#2d282f!important}#searchsubmit.color-mm-gray-light:hover{background-color:#39343b!important}#searchsubmit.color-mm-yellow-dark:hover{background-color:#fbcc94!important}#searchsubmit.color-mm-yellow-light:hover{background-color:#fff!important}#searchsubmit.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.not-found-page{background-image:url(https://cdn.toontrack.com/app/uploads/jpg/404_bg_cable.jpg);background-repeat:no-repeat;background-position:center}.not-found-page .page-wrapper{text-align:center;padding:80px 15px}@media only screen and (min-width:768px){.not-found-page .page-wrapper{height:70vh;padding:25vh 3vh}}.not-found-page .page-wrapper h1{color:#fff;line-height:1em}@media only screen and (min-width:768px){.not-found-page .page-wrapper h1{font-size:65px;line-height:70px}}.not-found-page .page-wrapper h3{color:#fff;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:1em}@media only screen and (min-width:768px){.not-found-page .page-wrapper h3{font-size:37px;line-height:50px}}.not-found-page .page-wrapper p{color:#fff;margin:0;line-height:1em;padding:0 35px}@media only screen and (min-width:768px){.not-found-page .page-wrapper p{font-size:37px;line-height:47px;padding:0 10vh}}@media only screen and (min-width:1200px){.not-found-page .page-wrapper p{padding:0}}.unsubscribe-page{color:#fff}.unsubscribe-page .page-wrapper{padding-top:80px}.unsubscribe-page .resubscribe-wrapper{margin-top:60px;margin-bottom:60px}.unsubscribe-page .resubscribe-wrapper a.btn.resubscribe{width:250px}.unsubscribe-page .checkbox label{font-family:inherit}.unsubscribe-page .checkbox label input[type=checkbox]{margin-top:10px}.unsubscribe-page ul.social-buttons{list-style:none;display:inline-block;padding-left:0}.unsubscribe-page ul.social-buttons li{float:left;margin-right:6px;margin-bottom:6px}@media only screen and (min-width:768px){.unsubscribe-page ul.social-buttons li{margin-right:20px;margin-bottom:20px}}.unsubscribe-page ul.social-buttons li:last-of-type{margin-right:0}.unsubscribe-page ul.social-buttons li img{width:30px;height:30px}@media only screen and (min-width:768px){.unsubscribe-page ul.social-buttons li img{width:56px;height:56px}}body.admin-bar .buorg{top:85px}@media only screen and (min-width:768px){body.admin-bar .buorg{top:74px}}body .buorg{background-color:#121319;border-color:#fff;color:#fff;font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;top:38px;animation:none}@media only screen and (min-width:768px){body .buorg{top:42px}}body .buorg .buorg-mainmsg,body .buorg b{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}body .buorg .buorg-moremsg,body .buorg .buorg-pad{line-height:20px!important}@media only screen and (min-width:768px){body .buorg .buorg-moremsg,body .buorg .buorg-pad{line-height:24px!important}}body .buorg .buorg-buttons{margin-top:6px;margin-bottom:2px}body .buorg .buorg-buttons #buorgig,body .buorg .buorg-buttons #buorgpermanent,body .buorg .buorg-buttons #buorgul{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;padding:4px 18px 3px;box-shadow:none;color:#fff;font-size:12px;outline:0!important;min-width:100px}body .buorg .buorg-buttons #buorgig:hover,body .buorg .buorg-buttons #buorgpermanent:hover,body .buorg .buorg-buttons #buorgul:hover{text-decoration:none;color:#fff}body .buorg .buorg-buttons #buorgig.color-beige,body .buorg .buorg-buttons #buorgig.color-gray-lighter,body .buorg .buorg-buttons #buorgig.color-gray-lightest,body .buorg .buorg-buttons #buorgig.color-white,body .buorg .buorg-buttons #buorgig.contact-support-btn,body .buorg .buorg-buttons #buorgig.helpful-btn,body .buorg .buorg-buttons #buorgpermanent.color-beige,body .buorg .buorg-buttons #buorgpermanent.color-gray-lighter,body .buorg .buorg-buttons #buorgpermanent.color-gray-lightest,body .buorg .buorg-buttons #buorgpermanent.color-white,body .buorg .buorg-buttons #buorgpermanent.contact-support-btn,body .buorg .buorg-buttons #buorgpermanent.helpful-btn,body .buorg .buorg-buttons #buorgul.color-beige,body .buorg .buorg-buttons #buorgul.color-gray-lighter,body .buorg .buorg-buttons #buorgul.color-gray-lightest,body .buorg .buorg-buttons #buorgul.color-white,body .buorg .buorg-buttons #buorgul.contact-support-btn,body .buorg .buorg-buttons #buorgul.helpful-btn{color:#333!important}body .buorg .buorg-buttons #buorgig.color-ezbass:hover,body .buorg .buorg-buttons #buorgpermanent.color-ezbass:hover,body .buorg .buorg-buttons #buorgul.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}body .buorg .buorg-buttons #buorgig.color-ezdrummer:hover,body .buorg .buorg-buttons #buorgpermanent.color-ezdrummer:hover,body .buorg .buorg-buttons #buorgul.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}body .buorg .buorg-buttons #buorgig.color-ezkeys:hover,body .buorg .buorg-buttons #buorgpermanent.color-ezkeys:hover,body .buorg .buorg-buttons #buorgul.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}body .buorg .buorg-buttons #buorgig.color-ezmix:hover,body .buorg .buorg-buttons #buorgpermanent.color-ezmix:hover,body .buorg .buorg-buttons #buorgul.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}body .buorg .buorg-buttons #buorgig.color-midi:hover,body .buorg .buorg-buttons #buorgpermanent.color-midi:hover,body .buorg .buorg-buttons #buorgul.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}body .buorg .buorg-buttons #buorgig.color-superior:hover,body .buorg .buorg-buttons #buorgpermanent.color-superior:hover,body .buorg .buorg-buttons #buorgul.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}body .buorg .buorg-buttons #buorgig.color-tst:hover,body .buorg .buorg-buttons #buorgpermanent.color-tst:hover,body .buorg .buorg-buttons #buorgul.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}body .buorg .buorg-buttons #buorgig.color-black:hover,body .buorg .buorg-buttons #buorgpermanent.color-black:hover,body .buorg .buorg-buttons #buorgul.color-black:hover{background-color:#363636!important;border-color:#363636!important}body .buorg .buorg-buttons #buorgig.color-dark:hover,body .buorg .buorg-buttons #buorgpermanent.color-dark:hover,body .buorg .buorg-buttons #buorgul.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}body .buorg .buorg-buttons #buorgig.color-gray-darker:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray-darker:hover,body .buorg .buorg-buttons #buorgul.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}body .buorg .buorg-buttons #buorgig.color-gray-dark:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray-dark:hover,body .buorg .buorg-buttons #buorgul.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}body .buorg .buorg-buttons #buorgig.color-gray:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray:hover,body .buorg .buorg-buttons #buorgul.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}body .buorg .buorg-buttons #buorgig.color-gray-light:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray-light:hover,body .buorg .buorg-buttons #buorgul.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}body .buorg .buorg-buttons #buorgig.color-gray-lighter:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray-lighter:hover,body .buorg .buorg-buttons #buorgul.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}body .buorg .buorg-buttons #buorgig.color-gray-lightest:hover,body .buorg .buorg-buttons #buorgpermanent.color-gray-lightest:hover,body .buorg .buorg-buttons #buorgul.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}body .buorg .buorg-buttons #buorgig.color-beige:hover,body .buorg .buorg-buttons #buorgpermanent.color-beige:hover,body .buorg .buorg-buttons #buorgul.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}body .buorg .buorg-buttons #buorgig.color-brown:hover,body .buorg .buorg-buttons #buorgpermanent.color-brown:hover,body .buorg .buorg-buttons #buorgul.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}body .buorg .buorg-buttons #buorgig.color-white:hover,body .buorg .buorg-buttons #buorgpermanent.color-white:hover,body .buorg .buorg-buttons #buorgul.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}body .buorg .buorg-buttons #buorgig.color-sale:hover,body .buorg .buorg-buttons #buorgpermanent.color-sale:hover,body .buorg .buorg-buttons #buorgul.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}body .buorg .buorg-buttons #buorgig.transparent:hover,body .buorg .buorg-buttons #buorgpermanent.transparent:hover,body .buorg .buorg-buttons #buorgul.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}body .buorg .buorg-buttons #buorgig.color-gold:hover,body .buorg .buorg-buttons #buorgpermanent.color-gold:hover,body .buorg .buorg-buttons #buorgul.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}body .buorg .buorg-buttons #buorgig.color-charcoal:hover,body .buorg .buorg-buttons #buorgpermanent.color-charcoal:hover,body .buorg .buorg-buttons #buorgul.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}body .buorg .buorg-buttons #buorgig.color-silver:hover,body .buorg .buorg-buttons #buorgpermanent.color-silver:hover,body .buorg .buorg-buttons #buorgul.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}body .buorg .buorg-buttons #buorgig.color-green:hover,body .buorg .buorg-buttons #buorgpermanent.color-green:hover,body .buorg .buorg-buttons #buorgul.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}body .buorg .buorg-buttons #buorgig.color-cart-orange:hover,body .buorg .buorg-buttons #buorgpermanent.color-cart-orange:hover,body .buorg .buorg-buttons #buorgul.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}body .buorg .buorg-buttons #buorgig.color-ezline:hover,body .buorg .buorg-buttons #buorgpermanent.color-ezline:hover,body .buorg .buorg-buttons #buorgul.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}body .buorg .buorg-buttons #buorgig.color-mm-yellow-dark,body .buorg .buorg-buttons #buorgig.color-mm-yellow-light,body .buorg .buorg-buttons #buorgpermanent.color-mm-yellow-dark,body .buorg .buorg-buttons #buorgpermanent.color-mm-yellow-light,body .buorg .buorg-buttons #buorgul.color-mm-yellow-dark,body .buorg .buorg-buttons #buorgul.color-mm-yellow-light{color:#181519!important}body .buorg .buorg-buttons #buorgig.color-mm-gray-dark:hover,body .buorg .buorg-buttons #buorgpermanent.color-mm-gray-dark:hover,body .buorg .buorg-buttons #buorgul.color-mm-gray-dark:hover{background-color:#2d282f!important}body .buorg .buorg-buttons #buorgig.color-mm-gray-light:hover,body .buorg .buorg-buttons #buorgpermanent.color-mm-gray-light:hover,body .buorg .buorg-buttons #buorgul.color-mm-gray-light:hover{background-color:#39343b!important}body .buorg .buorg-buttons #buorgig.color-mm-yellow-dark:hover,body .buorg .buorg-buttons #buorgpermanent.color-mm-yellow-dark:hover,body .buorg .buorg-buttons #buorgul.color-mm-yellow-dark:hover{background-color:#fbcc94!important}body .buorg .buorg-buttons #buorgig.color-mm-yellow-light:hover,body .buorg .buorg-buttons #buorgpermanent.color-mm-yellow-light:hover,body .buorg .buorg-buttons #buorgul.color-mm-yellow-light:hover{background-color:#fff!important}body .buorg .buorg-buttons #buorgig.color-bf-gray-hover-red:hover,body .buorg .buorg-buttons #buorgpermanent.color-bf-gray-hover-red:hover,body .buorg .buorg-buttons #buorgul.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media only screen and (min-width:768px){body .buorg .buorg-buttons #buorgig,body .buorg .buorg-buttons #buorgpermanent,body .buorg .buorg-buttons #buorgul{font-size:14px}}body .buorg .buorg-buttons #buorgpermanent,body .buorg .buorg-buttons #buorgul{background-color:#699f0f;border-color:#699f0f;display:none}body .buorg .buorg-buttons #buorgig{background-color:#fff;border-color:#fff;color:#686766}body .buorg.buorg-fadeout{transition:visibility 0s 5s,opacity 1s ease-out 2s}.tt-rounded{border-radius:24px}@media only screen and (min-width:768px){.tt-rounded{border-radius:32px}}.tt-rounded-top{border-top-left-radius:24px;border-top-right-radius:24px}@media only screen and (min-width:768px){.tt-rounded-top{border-top-left-radius:32px;border-top-right-radius:32px}}.tt-rounded-right{border-top-right-radius:24px;border-bottom-right-radius:24px}@media only screen and (min-width:768px){.tt-rounded-right{border-top-right-radius:32px;border-bottom-right-radius:32px}}.tt-rounded-bottom{border-bottom-right-radius:24px;border-bottom-left-radius:24px}@media only screen and (min-width:768px){.tt-rounded-bottom{border-bottom-right-radius:32px;border-bottom-left-radius:32px}}.tt-rounded-left{border-top-left-radius:24px;border-bottom-left-radius:24px}@media only screen and (min-width:768px){.tt-rounded-left{border-top-left-radius:32px;border-bottom-left-radius:32px}}@media only screen and (min-width:768px){.tt-rounded-md{border-radius:32px!important}}@media only screen and (min-width:768px){.tt-rounded-md-top{border-top-right-radius:32px;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;border-top-left-radius:32px}}@media only screen and (min-width:768px){.tt-rounded-md-right{border-top-right-radius:32px;border-bottom-right-radius:32px;border-bottom-left-radius:0!important;border-top-left-radius:0!important}}@media only screen and (min-width:768px){.tt-rounded-md-bottom{border-top-right-radius:0!important;border-bottom-right-radius:32px;border-bottom-left-radius:32px;border-top-left-radius:0!important}}@media only screen and (min-width:768px){.tt-rounded-md-left{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-bottom-left-radius:32px;border-top-left-radius:32px}}.white-text{color:#fff}.slide-toggle-wrapper .slide-toggle-contents{display:none}.slide-toggle-wrapper .slide-headline{margin:0;cursor:pointer;vertical-align:middle}.slide-toggle-wrapper .slide-icon{font-size:18px;vertical-align:middle;margin-top:-.5em}.tt-spacer{height:20px;display:none}@media only screen and (min-width:768px){.tt-spacer{display:inherit}}.tt-spacer-mm-boxes{display:none}@media only screen and (min-width:768px){.tt-spacer-mm-boxes{height:100px}}@media only screen and (min-width:992px){.tt-spacer-mm-boxes{height:140px}}@media only screen and (min-width:1200px){.tt-spacer-mm-boxes{height:260px}}.tt-slider-thumbnail{cursor:pointer;text-align:center}.tt-slider-thumbnail img{width:100%;height:auto}.promo-disclaimer-link{color:#fff;cursor:pointer;text-decoration:none;font-family:HelveticaNeueW01-Thin;vertical-align:top;position:relative;font-size:22px;margin-left:2px;margin-right:-6px}.promo-disclaimer-link:not(.main-product-in-list){font-size:22px;margin-left:2px;margin-right:-6px;top:-3px}@media only screen and (min-width:992px){.promo-disclaimer-link:not(.main-product-in-list){font-size:24px;margin-left:2px;margin-right:-10px;top:-8px}}@media only screen and (min-width:1200px){.promo-disclaimer-link{font-size:24px;margin-left:2px;margin-right:-10px;top:-4px}}.promo-disclaimer-link:hover{text-decoration:none}.detail-list-headline{margin-top:-10px;font-size:24px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:1.2em;color:#333;border-bottom:4px #333 solid}.detail-list-section{color:#6e6e6c;border-bottom:2px #6e6e6c solid;font-size:14px}.detail-list-item{margin-top:10px;color:#6e6e6c;border-bottom:1px #c3c3c0 solid;font-size:14px;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.detail-list,.detail-list>li{font-size:14px;list-style-type:none;padding:0;margin:0}.upsell-wrapper{border:1px solid #eee;padding:20px}.products h3.upsell__title{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif!important;font-size:26px!important;text-align:center;height:40px;margin-top:20px}.upsell__headline{font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif!important;font-size:30px!important;text-align:center;height:40px;margin-top:20px}.upsell__add-to-cart{width:100%;color:#fff}.upsell__price{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif!important;font-size:26px}.modal-open .navbar-fixed-bottom,.modal-open .navbar-fixed-top,.navbar-absolute-top,body.modal-open{margin-right:0!important}.videowrapper{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.img-responsive-wrapper img{max-width:100%!important;height:auto!important}.is-link{cursor:pointer}.hide-outside{position:absolute!important;top:-9999px!important;left:-9999px!important}.btn.transparent{background-color:none!important;border-color:#fff!important;color:#fff!important}iframe{width:100%}.mfp-iframe-scaler iframe{box-shadow:none!important}.flash{-moz-animation:flash 1s ease-out;-moz-animation-iteration-count:2;-webkit-animation:flash 1s ease-out;-webkit-animation-iteration-count:2;-ms-animation:flash 1s ease-out;-ms-animation-iteration-count:2}@-webkit-keyframes flash{0%{background-color:none}50%{background-color:#fbf8b2}100%{background-color:none}}@-moz-keyframes flash{0%{background-color:none}50%{background-color:#fbf8b2}100%{background-color:none}}@-ms-keyframes flash{0%{background-color:none}50%{background-color:#fbf8b2}100%{background-color:none}}body.search{background-color:#f6f6f6}#search-results-container .categories{display:relative}#search-results-container .categories ul{padding-left:0;list-style:none;margin-bottom:20px}@media only screen and (min-width:768px){#search-results-container .categories ul{margin-bottom:100px}}#search-results-container .categories ul li.selection{margin-bottom:10px}@media only screen and (min-width:768px){#search-results-container .categories ul li.selection{float:left;margin-right:40px}}#search-results-container .categories ul li.selection a:active,#search-results-container .categories ul li.selection a:hover{text-decoration:none!important;padding-bottom:10px;border-bottom:3px solid #686766;outline:0}#search-results-container .categories ul li.selection a:focus,#search-results-container .categories ul li.selection a:visited{outline:0}#search-results-container .categories ul li.selection a.search-category-active{padding-bottom:3px;border-bottom:3px solid #4f7ca6}@media only screen and (min-width:768px){#search-results-container .categories ul li.selection a.search-category-active{padding-bottom:10px}}#search-results-container .categories ul li.manual{text-decoration:underline}@media only screen and (min-width:768px){#search-results-container .categories ul li.manual{float:right;margin-right:17px}}@media only screen and (min-width:992px){#search-results-container .categories ul li.manual{margin-right:112px}}@media only screen and (min-width:1200px){#search-results-container .categories ul li.manual{margin-right:172px}}@media only screen and (min-width:1400px){#search-results-container .categories ul li.manual{margin-right:232px}}#search-results-container .categories ul li.manual a{color:#4f7ca6}#search-results-container .items{margin-bottom:4px}#search-results-container .items .item-container{background-color:#fff;min-height:114px;padding-right:20px}@media only screen and (min-width:768px){#search-results-container .items .item-container{min-height:110px}}#search-results-container .items .item-container .search-icon-wrapper{fill:#6e6e6c;width:60px;float:left;margin:15px 13px 3px 15px}@media only screen and (min-width:768px){#search-results-container .items .item-container .search-icon-wrapper{margin:20px 22px}}#search-results-container .items .item-container .search-icon-wrapper img{width:60px;height:auto}#search-results-container .items .item-container .search-icon-wrapper svg{width:45px;height:45px;margin-top:2px;margin-left:10px}@media only screen and (min-width:768px){#search-results-container .items .item-container .search-icon-wrapper svg{margin-top:18px}}#search-results-container .items .item-container .search-icon-wrapper.search-icon-forum svg,#search-results-container .items .item-container .search-icon-wrapper.search-icon-topic svg{fill:#e26223}#search-results-container .items .item-container h3{font-size:17px;line-height:22px;margin-bottom:2px;margin-top:13px;padding-left:88px;text-transform:initial;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){#search-results-container .items .item-container h3{margin-top:18px;padding-left:0}}#search-results-container .items .item-container p{font-size:14px;line-height:20px;margin-bottom:10px;padding-left:88px;line-height:22px}@media only screen and (min-width:768px){#search-results-container .items .item-container p{padding-left:0;margin-bottom:1px}}#search-results-container .items .item-container p.item-link{margin-bottom:15px;padding-left:104px}#search-results-container .items .item-container p.item-link a{color:#4f7ca6}#search-results-container .items .item-container p.topic-breadcrumbs{margin-top:-1px;margin-bottom:0}@media only screen and (min-width:768px){#search-results-container .search-pagination-wrapper ul{margin-left:40px}}@media only screen and (min-width:992px){#search-results-container .search-pagination-wrapper ul{margin-left:24px}}@media only screen and (min-width:1200px){#search-results-container .search-pagination-wrapper ul{margin-left:6px}}.start-page-video-container .container-video video{position:absolute;z-index:0;object-fit:cover;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.tt-all-main-products{background:#fff}.tt-all-main-products .tt-main-product-item{padding-top:30px;padding-bottom:0}@media only screen and (min-width:768px){.tt-all-main-products .tt-main-product-item{padding-bottom:30px}}.tt-all-main-products .tt-main-product-item img{width:100%;height:auto;max-width:355px;display:inline}.tt-all-main-products .tt-main-product-item h6{margin-top:7px;margin-bottom:0;color:#444}.startpage-blocks{background-color:#fff}.startpage-blocks>div{background-image:url(https://cdn.toontrack.com/app/uploads/start-post/all-main-products/jpg/Background_rendering22-1.jpg);background-color:rgba(0,0,0,.3);background-blend-mode:multiply;background-position:center;background-size:cover;overflow-x:hidden;max-width:2000px;margin:0 auto}.startpage-blocks h1{font-size:42px;line-height:40px;padding-top:80px}@media only screen and (min-width:768px){.startpage-blocks h1{font-size:72px;line-height:61px;padding-top:60px}}@media only screen and (min-width:992px){.startpage-blocks h1{font-size:80px;line-height:68px}}@media only screen and (min-width:1400px){.startpage-blocks h1{font-size:110px;line-height:90px;padding-top:70px}}.startpage-blocks .scrolling-container{overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.startpage-blocks .scrolling-container::-webkit-scrollbar{width:0;height:0}@media only screen and (min-width:992px){.startpage-blocks .scrolling-container{overflow:hidden}}.startpage-blocks .linebox-wrapper{min-width:1500px;padding-left:30px}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper{min-width:100%;padding-left:0}}.startpage-blocks .linebox-wrapper .linebox{width:20%;flex:0 0 auto}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox{width:16.66666667%}}.startpage-blocks .linebox-wrapper .linebox-container{position:relative;border-radius:24px;height:730px}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container{height:250px}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container{height:280px}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container{height:300px}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container{height:320px}}@media only screen and (min-width:1520px){.startpage-blocks .linebox-wrapper .linebox-container{height:350px}}@media only screen and (min-width:1820px){.startpage-blocks .linebox-wrapper .linebox-container{height:430px}}.startpage-blocks .linebox-wrapper .linebox-container:hover .linebox-btn-wrapper,.startpage-blocks .linebox-wrapper .linebox-container:hover .linebox-text-wrapper{opacity:1}.startpage-blocks .linebox-wrapper .linebox-container h6{font-size:18px!important;line-height:1!important}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container h6{font-size:12px!important}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container h6{font-size:18px!important}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{position:absolute;z-index:1;top:220px}.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{height:35px;font-size:13px;line-height:1.3}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{flex-flow:column;font-size:11px}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{font-size:12px}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{font-size:13px}}@media only screen and (min-width:1520px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{font-size:15px}}@media only screen and (min-width:1920px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper>div{font-size:15px}}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:53%}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:54%}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:55%}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:56%}}@media only screen and (min-width:1520px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:55%}}@media only screen and (min-width:1820px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-interface-img-wrapper{top:57%}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-img-wrapper{overflow:hidden;height:220px}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-img-wrapper{height:110%}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-img-wrapper img{transform:scale(1.35);-webkit-transform:scale(1.35)}.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{padding:95px 18px 15px;border-radius:24px;height:360px;display:flex;flex-flow:column;justify-content:center}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{position:absolute;top:0;z-index:2;width:100%;height:100%;opacity:0;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;padding:12px 12px 50px}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{padding:12px 17px 50px}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{padding:20px 20px 60px}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{padding:20px 20px 70px}}@media only screen and (min-width:1800px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper{padding:20px 30px 70px}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;line-height:1}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:12px;margin-bottom:5px}}@media only screen and (min-width:1200px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:14px}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:16px}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:18px}}@media only screen and (min-width:1520px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:20px}}@media only screen and (min-width:1800px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-text-wrapper p{font-size:22px;margin-bottom:12px}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper{position:absolute;width:100%;bottom:0}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper{opacity:0;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;z-index:2}}.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper .btn{background-color:#fff;border-color:#fff;margin-bottom:50px;min-width:170px}@media only screen and (min-width:992px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper .btn{margin-top:0;font-size:10px;line-height:1;padding:10px;margin-bottom:18px;min-width:110px}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper .btn{font-size:12px;padding:12px;min-width:120px}}@media only screen and (min-width:1310px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper .btn{font-size:14px;padding:14px;min-width:140px}}@media only screen and (min-width:1400px){.startpage-blocks .linebox-wrapper .linebox-container .linebox-btn-wrapper .btn{margin-bottom:25px}}.tt-latest-releases{padding-top:50px;padding-bottom:50px}@media only screen and (min-width:768px){.tt-latest-releases{padding-top:70px;padding-bottom:100px}}.tt-latest-releases .tt-latest-releases-item{margin-top:30px;position:relative}.tt-latest-releases .tt-latest-releases-item img{width:100%;height:auto}.tt-latest-releases .tt-latest-releases-item .textbox-outer{position:absolute;z-index:2;top:0;height:100%;width:100%}.tt-latest-releases .tt-latest-releases-item .textbox-outer .textbox-inner{display:none;height:100%;width:100%;align-items:center;background-color:rgba(255,255,255,.95);padding:12px 10px}@media only screen and (min-width:992px){.tt-latest-releases .tt-latest-releases-item .textbox-outer .textbox-inner{display:flex;opacity:0;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}}.tt-latest-releases .tt-latest-releases-item .textbox-outer .textbox-inner p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:15px;margin:0 auto;max-height:100%;overflow:hidden;text-overflow:ellipsis}.tt-latest-releases .tt-latest-releases-item .textbox-outer .textbox-inner p strong{font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;line-height:20px;text-transform:uppercase;display:block;margin-bottom:2px}@media only screen and (min-width:992px){.tt-latest-releases .tt-latest-releases-item .textbox-outer:hover>.textbox-inner{opacity:1}}.product-navbar,.woocommerce-breadcrumb{height:auto;font-size:12px;line-height:13.2px;color:#fff;text-transform:uppercase;background-color:#0f0;padding:8px 0;margin:0 auto 0 auto}.product-navbar .current-line,.woocommerce-breadcrumb .current-line{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;float:left;margin:0 10px 0 0;display:none}@media only screen and (min-width:768px){.product-navbar .current-line,.woocommerce-breadcrumb .current-line{margin:0;display:inline}}@media only screen and (min-width:768px){.product-navbar,.woocommerce-breadcrumb{font-size:16px;line-height:17.6px;padding:10px 0}}.product-navbar a,.woocommerce-breadcrumb a{color:#fff}.products-breadcrumb{font-size:12px;text-transform:uppercase;border-radius:0 0 4px 4px}.other-categories-nav{font-weight:400;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;display:inline-block}.other-categories-nav ul{padding:0}.other-categories-nav li,.other-categories-nav ul{padding:0;margin:0 8px 0 0;list-style:none}@media only screen and (min-width:768px){.other-categories-nav li,.other-categories-nav ul{margin:0 15px}}.other-categories-nav li{display:inline-block}.other-categories-nav .current{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif}body.midipacks .product-submenu-title{display:none}@media only screen and (min-width:768px){body.midipacks .product-submenu-title{display:block}}.product-submenu-wrapper{height:45px;display:table;width:100%}@media only screen and (min-width:768px){.product-submenu-wrapper{height:57px}}.product-submenu-wrapper .product-submenu-container{position:static;width:100%;top:0;z-index:1030;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:rgba(255,255,255,.8)}.product-submenu-wrapper .product-submenu-container.stick{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.product-submenu-wrapper .product-submenu-container .product-submenu{opacity:1!important;transition:opacity .25s ease-in;border-bottom:1px solid rgba(214,214,214,.4);padding:7px 0;width:100%}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu{padding:10px 0}}.product-submenu-wrapper .product-submenu-container .product-submenu ul{list-style-type:none;padding-left:0;margin-bottom:0}.product-submenu-wrapper .product-submenu-container .product-submenu li{display:inline-block}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu li{padding-left:10px}}.product-submenu-wrapper .product-submenu-container .product-submenu li .sale{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;margin-left:1px;color:#b91d1d}.product-submenu-wrapper .product-submenu-container .product-submenu .tt-sections-menu{display:none;margin-top:15px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;text-transform:uppercase}@media only screen and (min-width:992px){.product-submenu-wrapper .product-submenu-container .product-submenu .tt-sections-menu{display:block}}.product-submenu-wrapper .product-submenu-container .product-submenu .tt-sections-menu ul li{padding-left:0;padding-right:30px}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price,.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-title{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;margin-top:3px}.product-submenu-wrapper .product-submenu-container .product-submenu a.product-submenu-title:hover{cursor:pointer}.product-submenu-wrapper .product-submenu-container .product-submenu .not-main-product{display:none}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu .not-main-product{display:block}}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price{display:inline-block}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price .woocommerce-Price-currencySymbol{margin-right:3px}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price.has-price-range{display:inline-block}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price.has-price-range{display:inline-block}}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price .sale_price{color:#b91d1d;font-weight:400;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price .sale_price_stroke{padding-left:5px;padding-right:5px;color:#b91d1d}.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price .sale_price_stroke small{color:#686766;font-size:13px}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price .sale_price_stroke small{font-size:16px}}.product-submenu-wrapper .product-submenu-container .product-submenu .add-to-cart{-webkit-font-smoothing:antialiased;padding:5px 15px 4px 16px;border-radius:6px}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu .add-to-cart{padding:7px 32px;border-radius:8px}}@media only screen and (min-width:992px){.product-submenu-wrapper .product-submenu-container .product-submenu .add-to-cart{padding:8px 37px}}.product-submenu-wrapper .product-submenu-container .product-submenu .add-to-cart,.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price,.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-title,.product-submenu-wrapper .product-submenu-container .product-submenu .sale_price{-webkit-font-smoothing:antialiased;font-size:14px}@media only screen and (min-width:768px){.product-submenu-wrapper .product-submenu-container .product-submenu .add-to-cart,.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-price,.product-submenu-wrapper .product-submenu-container .product-submenu .product-submenu-title,.product-submenu-wrapper .product-submenu-container .product-submenu .sale_price{font-size:16px}}.product-submenu-wrapper-with-gsap{height:45px;width:100%;position:fixed;top:0;z-index:1030;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:rgba(255,255,255,.8);border-bottom:1px solid rgba(214,214,214,.4);opacity:0}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap{height:57px}}.product-submenu-wrapper-with-gsap ul{list-style-type:none;padding-left:0;margin-bottom:0}.product-submenu-wrapper-with-gsap ul li{display:inline-block}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap ul li{padding-left:10px}}.product-submenu-wrapper-with-gsap ul li .sale{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;margin-left:1px;color:#b91d1d}.product-submenu-wrapper-with-gsap .product-submenu-price,.product-submenu-wrapper-with-gsap .product-submenu-title{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase}.product-submenu-wrapper-with-gsap a.product-submenu-title:hover{cursor:pointer}.product-submenu-wrapper-with-gsap .not-main-product{display:none}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap .not-main-product{display:block}}.product-submenu-wrapper-with-gsap .product-submenu-price{display:inline-block}.product-submenu-wrapper-with-gsap .product-submenu-price .woocommerce-Price-currencySymbol{margin-right:3px;vertical-align:bottom}.product-submenu-wrapper-with-gsap .product-submenu-price.has-price-range{display:inline-block}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap .product-submenu-price.has-price-range{display:inline-block}}.product-submenu-wrapper-with-gsap .product-submenu-price .sale_price{color:#b91d1d;font-weight:400;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif}.product-submenu-wrapper-with-gsap .product-submenu-price .sale_price_stroke{padding-left:5px;padding-right:5px;color:#b91d1d}.product-submenu-wrapper-with-gsap .product-submenu-price .sale_price_stroke small{color:#686766;font-size:13px}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap .product-submenu-price .sale_price_stroke small{font-size:16px}}.product-submenu-wrapper-with-gsap .add-to-cart{-webkit-font-smoothing:antialiased;padding:5px 15px 4px 16px;border-radius:6px}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap .add-to-cart{padding:7px 32px;border-radius:8px}}@media only screen and (min-width:992px){.product-submenu-wrapper-with-gsap .add-to-cart{padding:8px 37px}}.product-submenu-wrapper-with-gsap .add-to-cart,.product-submenu-wrapper-with-gsap .product-submenu-price,.product-submenu-wrapper-with-gsap .product-submenu-title,.product-submenu-wrapper-with-gsap .sale_price{-webkit-font-smoothing:antialiased;font-size:14px}@media only screen and (min-width:768px){.product-submenu-wrapper-with-gsap .add-to-cart,.product-submenu-wrapper-with-gsap .product-submenu-price,.product-submenu-wrapper-with-gsap .product-submenu-title,.product-submenu-wrapper-with-gsap .sale_price{font-size:16px}}.navbar{border:none!important;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.navbar .container,.navbar .navbar-collapse{padding-left:0;padding-right:0}}.navbar .navbar-collapse{margin-left:-15px}.navbar .mobile-collapsible-menu{padding-left:35px;padding-right:0;clear:both}@media only screen and (min-width:768px){.navbar .mobile-collapsible-menu{display:none}}@media only screen and (min-width:768px){.navbar .svg-container{position:relative;display:inline-block;vertical-align:baseline;width:20px;height:20px}}@media only screen and (min-width:768px){.navbar .svg-container.menu-account svg{left:18px}}@media only screen and (min-width:1200px){.navbar .svg-container.menu-account svg{left:28px}}@media only screen and (min-width:768px){.navbar .svg-container.menu-search-btn{margin:4px 0 0 10px}}@media only screen and (min-width:992px){.navbar .svg-container.menu-search-btn{margin:0}}@media only screen and (min-width:1200px){.navbar .svg-container.menu-search-btn{margin-right:4px}}@media only screen and (min-width:768px){.navbar .svg-container svg{position:absolute;top:5px;width:18px;height:18px}}.navbar .svg-logo-container{position:relative;width:150px;height:30px}@media only screen and (min-width:768px){.navbar .svg-logo-container{display:inline-block;float:left;margin-left:24px}}.navbar .svg-logo-container.logo-xs img,.navbar .svg-logo-container.logo-xs svg{top:2px}.navbar .svg-logo-container.logo-sm{display:none}@media only screen and (min-width:768px){.navbar .svg-logo-container.logo-sm{display:inline-block}}@media (min-width:1500px){.navbar .svg-logo-container.logo-sm{display:none}}.navbar .svg-logo-container.logo-lg{display:none}@media (min-width:1500px){.navbar .svg-logo-container.logo-lg{display:inline-block}}.navbar .svg-logo-container img,.navbar .svg-logo-container svg{position:absolute;width:150px;height:25px;top:5px;fill:#f1f1f1!important;color:#f1f1f1}.navbar ul{list-style:none;padding-left:0}.navbar ul li.menu-item{position:relative;margin-top:0;margin-bottom:0}@media only screen and (min-width:768px){.navbar ul li.menu-item{display:inline-block}}.navbar ul li.menu-item .cart-menu-link-wrapper>a,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a,.navbar ul li.menu-item>a{text-transform:uppercase;color:#e5e5e5;font-size:15px;line-height:38px;white-space:nowrap;letter-spacing:.05em}@media only screen and (min-width:768px){.navbar ul li.menu-item .cart-menu-link-wrapper>a,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a,.navbar ul li.menu-item>a{padding:0 0 0 20px}}@media only screen and (min-width:992px){.navbar ul li.menu-item .cart-menu-link-wrapper>a,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a,.navbar ul li.menu-item>a{padding-left:25px}}@media only screen and (min-width:1200px){.navbar ul li.menu-item .cart-menu-link-wrapper>a,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a,.navbar ul li.menu-item>a{padding-left:30px}}.navbar ul li.menu-item .cart-menu-link-wrapper>a:active,.navbar ul li.menu-item .cart-menu-link-wrapper>a:focus,.navbar ul li.menu-item .cart-menu-link-wrapper>a:visited,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a:active,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a:focus,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a:visited,.navbar ul li.menu-item>a:active,.navbar ul li.menu-item>a:focus,.navbar ul li.menu-item>a:visited{text-decoration:none;outline:0;color:#e5e5e5}.navbar ul li.menu-item .cart-menu-link-wrapper>a:hover,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a:hover,.navbar ul li.menu-item>a:hover{text-decoration:none;outline:0;color:#fff}.navbar ul li.menu-item .cart-menu-link-wrapper>a .caret,.navbar ul li.menu-item .cart-menu-mobile-link-wrapper>a .caret,.navbar ul li.menu-item>a .caret{margin-left:3px}.navbar ul li.menu-item .pre-menu-item{display:none}.navbar ul li.menu-item .post-menu-item{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;margin-left:3px;display:none}.navbar ul ul.sub-menu{position:relative;width:auto;float:none;display:inline-block;padding:0}@media only screen and (min-width:768px){.navbar ul ul.sub-menu{display:none;position:absolute;background-color:#121319;padding:8px 20px 15px}}@media only screen and (min-width:992px){.navbar ul ul.sub-menu{padding-left:25px;padding-bottom:20px}}@media only screen and (min-width:1200px){.navbar ul ul.sub-menu{padding-left:30px}}.navbar ul ul.sub-menu li{display:block;margin-top:8px}.navbar ul ul.sub-menu li a{padding:0;line-height:20px}.navbar ul ul.sub-menu li .pre-menu-item{display:none}.navbar ul ul.sub-menu li .menu-item-object-product,.navbar ul ul.sub-menu li .menu-item-object-product_cat{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}.navbar ul ul.sub-menu ul.sub-menu{position:relative;width:auto;float:none;display:inline-block;padding:0}.navbar ul ul.sub-menu ul.sub-menu li{margin-top:0;margin-bottom:0}.navbar ul ul.sub-menu ul.sub-menu li .pre-menu-item{display:none}.navbar ul.mobile-expanded-menu.sub-bold{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;margin-left:-8px}.navbar ul.mobile-expanded-menu li .pre-menu-item{display:inline-block;color:red;margin-right:6px;font-size:12px;line-height:20px!important;border-right:2px solid;height:11px}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item{border:none}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel{display:block;height:2px;border-right:2px solid}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-1,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-1,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-1{border-color:#e32223}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-2,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-2,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-2{border-color:#e26223}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-3,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-3,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-3{height:3px;border-color:#f9b930}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-4,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-4,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-4{border-color:#9c912a}.navbar ul.mobile-expanded-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-5,.navbar ul.mobile-expanded-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-5,.navbar ul.mobile-expanded-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-5{border-color:#43a9d9}.navbar ul.mobile-expanded-menu li.menu-item-color-ezdrummer>.pre-menu-item{border-color:#e26223}.navbar ul.mobile-expanded-menu li.menu-item-color-superior>.pre-menu-item{border-color:#43a9d9}.navbar ul.mobile-expanded-menu li.menu-item-color-ezbass>.pre-menu-item{border-color:#e32223}.navbar ul.mobile-expanded-menu li.menu-item-color-midi>.pre-menu-item{border-color:#9c912a}.navbar ul.mobile-expanded-menu li.menu-item-color-ezkeys>.pre-menu-item{border-color:#9f1a23}.navbar ul.mobile-expanded-menu li.menu-item-color-ezmix>.pre-menu-item{border-color:#f9b930}.navbar ul.mobile-expanded-menu li.menu-item-color-tst>.pre-menu-item{border-color:#a3adb3}.navbar ul.mobile-expanded-menu li.menu-item-color-ezline>.pre-menu-item{border-color:#b48a33}.navbar ul.mobile-expanded-menu li.on-sale:not(.no-sale)>.post-menu-item{display:inline-block;color:#b91d1d}.navbar ul.mobile-expanded-menu li.on-sale:not(.no-sale)>.post-menu-item::before{content:"*SALE"}.navbar ul.mobile-expanded-menu li.new-product>.post-menu-item{display:inline-block;color:#699f0f}.navbar ul.mobile-expanded-menu li.new-product>.post-menu-item::before{content:"*NEW"}.navbar ul.mobile-expanded-menu ul.sub-menu{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;min-width:0}.navbar ul.mobile-expanded-menu ul.sub-menu .pre-menu-item{display:inline-block;color:#e5e5e5;margin-right:10px;font-size:inherit;vertical-align:unset;padding-left:8px;border-right:1px solid #e5e5e5;height:18px;margin-bottom:-4px}.navbar ul.mobile-expanded-menu-with-tabs{margin-left:-35px;padding-left:35px;background-color:#121319;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;transition:background-color .1s}.navbar ul.mobile-expanded-menu-with-tabs.expanded{background-color:#222}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item{display:inline-block;width:110px;font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;padding-top:2px}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item.menu-item-type-tt-mini-cart{float:right;width:130px;padding:2px 0 5px 18px;background-color:#121319;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;transition:background-color .1s}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item.menu-item-type-tt-mini-cart .sub-menu{z-index:1000}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item.menu-item-type-tt-mini-cart .sub-menu li>a{white-space:normal}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item.menu-item-type-tt-mini-cart.expanded{background-color:#222}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .svg-container{display:inline-block;width:15px;height:20px;position:relative}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .svg-container.menu-account{margin-right:4px}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .svg-container svg{position:absolute;width:15px;height:15px;top:6px}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container{display:inline-block;background-color:#cf7a00;min-width:10px;padding:1px 8px 0;vertical-align:baseline;border-radius:3px;font-size:14px;line-height:23px;letter-spacing:.05px;position:relative;text-transform:uppercase;margin-left:5px;font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;color:#e5e5e5}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container:hover{background-color:#f89200!important}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-counter{display:inline-block;color:#fff;white-space:nowrap;text-align:center}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-counter:active,.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-counter:focus,.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-counter:hover,.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-countervisited{text-decoration:none;outline:0}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item .navbar-counter-container .navbar-cart-counter .nr-items{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item ul.sub-menu{display:none;max-width:155px;padding-bottom:10px}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item ul.sub-menu li.menu-item{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif}.navbar ul.mobile-expanded-menu-with-tabs li.menu-item ul.sub-menu li.menu-item a{white-space:initial;cursor:pointer}.navbar ul.desktop-top-menu li:first-child ul.sub-menu{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif;min-width:450px}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li .pre-menu-item{display:inline-block;color:red;margin-right:6px;font-size:12px;line-height:20px!important;border-right:2px solid;height:11px}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item{border:none}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel{display:block;height:2px;border-right:2px solid}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-1,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-1,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-1{border-color:#e32223}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-2,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-2,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-2{border-color:#e26223}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-3,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-3,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-3{height:3px;border-color:#f9b930}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-4,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-4,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-4{border-color:#9c912a}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-all-products>.pre-menu-item .pre-menu-item-pixel-5,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-product-manager>.pre-menu-item .pre-menu-item-pixel-5,.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-savings-bundles>.pre-menu-item .pre-menu-item-pixel-5{border-color:#43a9d9}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-ezdrummer>.pre-menu-item{border-color:#e26223}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-superior>.pre-menu-item{border-color:#43a9d9}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-ezbass>.pre-menu-item{border-color:#e32223}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-midi>.pre-menu-item{border-color:#9c912a}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-ezkeys>.pre-menu-item{border-color:#9f1a23}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-ezmix>.pre-menu-item{border-color:#f9b930}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-tst>.pre-menu-item{border-color:#a3adb3}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.menu-item-color-ezline>.pre-menu-item{border-color:#b48a33}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.on-sale:not(.no-sale)>.post-menu-item{display:inline-block;color:#b91d1d}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.on-sale:not(.no-sale)>.post-menu-item::before{content:"*SALE"}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.new-product>.post-menu-item{display:inline-block;color:#699f0f}.navbar ul.desktop-top-menu li:first-child ul.sub-menu li.new-product>.post-menu-item::before{content:"*NEW"}.navbar ul.desktop-top-menu li:first-child ul.sub-menu ul.sub-menu{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;min-width:0}.navbar ul.desktop-top-menu li:first-child ul.sub-menu ul.sub-menu .pre-menu-item{display:inline-block;color:#e5e5e5;margin-right:10px;font-size:inherit;vertical-align:unset;padding-left:8px;border-right:1px solid #e5e5e5;height:18px;margin-bottom:-4px}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form{float:right}@media only screen and (min-width:992px){.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form{float:none}}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-search-form{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s{display:none;height:30px;margin-left:0;padding:0 10px 0 35px;width:170px;border-radius:1rem;border:1px solid #6e6e6e;color:#6e6e6e;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;background:#121319 url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='%236e6e6e' d='M77.58 69.85L61.11 53.39a32.93 32.93 0 10-7.69 7.71l16.45 16.46a4.56 4.56 0 006.44 0l1.27-1.27a4.57 4.57 0 000-6.44zM47.37 53.54A23.9 23.9 0 0142.7 56a23.42 23.42 0 1112.93-12.41 24.43 24.43 0 01-2.08 3.76 23.18 23.18 0 01-6.18 6.19z'/%3E%3C/svg%3E") no-repeat .75rem center/1rem 1rem;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s::-webkit-input-placeholder{font-size:14px;line-height:30px;color:#6e6e6e;text-align:left}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s::-moz-placeholder{font-size:14px;color:#6e6e6e;text-align:left}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s::-ms-input-placeholder{font-size:14px;color:#6e6e6e;text-align:left}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s:-ms-input-placeholder{font-size:14px;color:#6e6e6e;text-align:left}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s:-moz-placeholder{font-size:14px;color:#6e6e6e;text-align:left}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s.expanded{outline:0!important;box-shadow:none;border-color:#6e6e6e}@media only screen and (min-width:992px){.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s.expanded{width:250px}}@media only screen and (min-width:1200px){.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s.expanded{width:375px}}.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s.expanded.has-content{border-bottom:0;border-end-end-radius:0;border-end-start-radius:0}@media only screen and (min-width:992px){.navbar ul.desktop-top-menu li.menu-item-type-tt-search-form #navbar-s{display:inline-block}}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-counter{padding-left:0;position:relative}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-counter:hover{color:#fff;cursor:pointer}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-counter .cart-claim-menu{position:absolute;top:28px;right:0;background-color:#121319;border-radius:4px;padding:12px 30px 8px}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-counter .cart-claim-menu a{color:#e5e5e5}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-counter .cart-claim-menu a:hover{color:#fff}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-menu-btn{padding-left:5px;padding-right:5px}@media only screen and (min-width:992px){.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-menu-btn{padding-left:15px}}@media only screen and (min-width:1200px){.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .cart-menu-btn{padding-left:35px}}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container{display:inline-block;background-color:#cf7a00;min-width:10px;padding:3px 10px 2px;vertical-align:baseline;border-radius:3px;font-size:14px;line-height:23px;letter-spacing:.05px;position:relative;text-transform:uppercase;color:#e5e5e5}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container:hover{background-color:#f89200!important}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-counter{display:inline-block;color:#fff;white-space:nowrap;text-align:center}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-counter:active,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-counter:focus,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-counter:hover,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-countervisited{text-decoration:none;outline:0}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .navbar-counter-container .navbar-cart-counter .nr-items{font-family:'Conduit ITC W01 Bold','Helvetica Neue',Helvetica,Arial,sans-serif}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav{display:none;position:absolute;background-color:#121319;min-width:245px;left:-75px;padding-bottom:20px}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav a{color:#e5e5e5;text-transform:uppercase}.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav a:active,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav a:focus,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav a:hover,.navbar ul.desktop-top-menu li.menu-item-type-tt-mini-cart .claim-nav avisited{text-decoration:none}.navbar .navbar-item-right{float:right;margin-right:20px}.navbar .navbar-item-right ul li.menu-item:last-child>ul.sub-menu{margin-left:-2px;min-width:135px}@media only screen and (min-width:992px){.navbar .navbar-item-right ul li.menu-item:last-child>ul.sub-menu{margin-left:-4px;min-width:142px}}@media only screen and (min-width:1200px){.navbar .navbar-item-right ul li.menu-item:last-child>ul.sub-menu{margin-left:-3px;min-width:146px}}@media (max-width:767px){ul#menu-mobile-top-top-v1{margin-bottom:0}ul#menu-mobile-top-top-v1 .logo-xs.svg-logo-container{float:left;margin-top:3px}ul#menu-mobile-top-top-v1 .svg-container.menu-search-btn{float:right;margin-right:0;margin-top:0;position:relative;width:22px}ul#menu-mobile-top-top-v1 .svg-container.menu-search-btn svg{position:absolute;top:7px;width:22px;height:22px}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart{position:relative;margin-right:20px;margin-bottom:-4px;float:right}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-menu-btn{padding:0;font-size:0}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-menu-btn .svg-container{display:inline-block;position:relative;vertical-align:baseline;width:22px;height:22px}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-menu-btn .svg-container svg{position:absolute;top:6px;left:-5px;width:22px;height:22px}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-counter{margin-right:10px;margin-left:0}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-counter .navbar-counter-container{display:inline-block;vertical-align:baseline;background-color:#cf7a00;line-height:23px;padding:1px 7px 0 8px;position:relative;text-align:left;font-size:14px;border-radius:4px;color:#e5e5e5;text-transform:uppercase}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-counter .navbar-counter-container:hover{background-color:#f89200!important}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-counter .cart-claim-menu{position:absolute;width:270px;right:-40px;background-color:#121319;padding:5px 38px 10px;top:38px}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart .cart-counter .cart-claim-menu a{color:#e5e5e5;letter-spacing:.05em}ul#menu-mobile-top-top-v1 .menu-item-type-tt-mini-cart.show-claimable-menu .cart-counter{margin-right:6px;letter-spacing:0}.navbar_logo{height:40px;margin-top:13px}.navbar-toggle{position:relative;float:right;padding:9px 10px;background-image:none;border:1px solid transparent;border-radius:4px;width:65px;height:35px;margin-top:0;margin-bottom:2px;background-color:#121319;border-color:#121319}.navbar-toggle:focus,.navbar-toggle:hover{background-color:#121319}.navbar-toggle .icon-bar{display:block;margin-bottom:5px;width:100%;background-color:#fff;border-radius:1px;height:2px}.navbar-collapse{max-height:none}.navbar-inverse .navbar-toggle{border-color:#121319}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#121319}.navbar-cart-counter{font-size:19px!important}}.admin-bar .affix,.admin-bar .navbar-absolute-top,.admin-bar .navbar-fixed-top{top:46px}@media (min-width:783px){.admin-bar .affix,.admin-bar .navbar-absolute-top,.admin-bar .navbar-fixed-top{top:32px}}.tt-navbar{display:block;background-color:#121319;min-height:38px;padding:0!important}@media only screen and (min-width:768px){.tt-navbar{padding:2px 0!important}}.tt-navbar .container{display:block!important}@media only screen and (min-width:768px){.tt-navbar .navbar-collapse{display:block!important}}.tt-navbar .navbar-nav{display:block;float:left}.tt-navbar .navbar-nav.navbar-item-right{float:right}.tt-navbar .navbar-nav a{text-decoration:none!important}.tt-navbar .navbar-nav .caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.navbar-absolute-top{position:absolute!important;top:0;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0;margin-bottom:0}#wpadminbar{position:fixed!important}#navbar-search-button{position:absolute;left:2px;top:7px;border:none;background-color:transparent;font-size:16px;color:#fff}#navbar-search-results{display:none;position:absolute;right:0;width:250px;border:1px solid #6e6e6e;border-top:0;background-color:#121319;font-size:14px;border-radius:0 0 1rem 1rem}@media only screen and (min-width:768px){#navbar-search-results{display:none}}@media only screen and (min-width:1200px){#navbar-search-results{width:375px}}#navbar-search-results .search-results-header{padding:0 30px}#navbar-search-results .search-results-footer{padding:10px 30px 30px 30px}#navbar-search-results .search-results-footer .btn-more-results{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#e5e5e5;border:1px solid #e5e5e5;text-transform:none;width:100%;max-width:250px}#navbar-search-results .search-results-footer .btn-more-results:hover{background:#000}#navbar-search-results hr{padding:0;color:#6e6e6e}#navbar-search-results h2{font-size:16px;line-height:27px;color:#e5e5e5}#navbar-search-results li,#navbar-search-results ul{list-style:none;padding:10px 0}#navbar-search-results li a,#navbar-search-results ul a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#navbar-search-results a{font-size:14px;line-height:18px;color:#e5e5e5}#navbar-search-results a:hover{text-decoration:none}#navbar-search-results p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:18px;margin:0;color:#e5e5e5}#navbar-search-results li.selected,#navbar-search-results li:hover{background-color:#000}#navbar-search-results li{clear:both;overflow:hidden;cursor:pointer;padding-left:30px;padding-right:30px}#navbar-search-results li.more-results{margin:0;padding:0}#navbar-search-spinner{position:absolute;right:18px;top:20px;display:none}.search-result-image{float:left}.search-result-image img{width:55px;height:auto;margin-right:10px}#navbar-search-results li.more-results{height:auto}ul.search-page-result{list-style:none;padding:0;margin:0;border-top:1px solid #eee}.search-page-result li{margin:0;padding:0 0 15px 0;border-bottom:1px solid #eee}.search-page-result-image{float:left;margin-right:40px}.search-page-result-image img{height:70px;width:auto}.search-result-link-wrapper{float:right;height:70px;margin-left:10px}.search-result-link-wrapper .search-result-link{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;line-height:15px;background-color:#e26223;border-color:#e26223;color:#fff;font-size:14px;width:140px;margin-top:30px}.search-result-link-wrapper .search-result-link:hover{text-decoration:none;color:#fff}.search-result-link-wrapper .search-result-link.color-beige,.search-result-link-wrapper .search-result-link.color-gray-lighter,.search-result-link-wrapper .search-result-link.color-gray-lightest,.search-result-link-wrapper .search-result-link.color-white,.search-result-link-wrapper .search-result-link.contact-support-btn,.search-result-link-wrapper .search-result-link.helpful-btn{color:#333!important}.search-result-link-wrapper .search-result-link.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.search-result-link-wrapper .search-result-link.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.search-result-link-wrapper .search-result-link.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.search-result-link-wrapper .search-result-link.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.search-result-link-wrapper .search-result-link.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.search-result-link-wrapper .search-result-link.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.search-result-link-wrapper .search-result-link.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.search-result-link-wrapper .search-result-link.color-black:hover{background-color:#363636!important;border-color:#363636!important}.search-result-link-wrapper .search-result-link.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.search-result-link-wrapper .search-result-link.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.search-result-link-wrapper .search-result-link.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.search-result-link-wrapper .search-result-link.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.search-result-link-wrapper .search-result-link.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.search-result-link-wrapper .search-result-link.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.search-result-link-wrapper .search-result-link.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.search-result-link-wrapper .search-result-link.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.search-result-link-wrapper .search-result-link.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.search-result-link-wrapper .search-result-link.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.search-result-link-wrapper .search-result-link.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.search-result-link-wrapper .search-result-link.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.search-result-link-wrapper .search-result-link.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.search-result-link-wrapper .search-result-link.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.search-result-link-wrapper .search-result-link.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.search-result-link-wrapper .search-result-link.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.search-result-link-wrapper .search-result-link.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.search-result-link-wrapper .search-result-link.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.search-result-link-wrapper .search-result-link.color-mm-yellow-dark,.search-result-link-wrapper .search-result-link.color-mm-yellow-light{color:#181519!important}.search-result-link-wrapper .search-result-link.color-mm-gray-dark:hover{background-color:#2d282f!important}.search-result-link-wrapper .search-result-link.color-mm-gray-light:hover{background-color:#39343b!important}.search-result-link-wrapper .search-result-link.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.search-result-link-wrapper .search-result-link.color-mm-yellow-light:hover{background-color:#fff!important}.search-result-link-wrapper .search-result-link.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.search-page-result h5{margin-bottom:0;font-size:24px}.search-page-result p{margin-top:0}.search-page-result-form{margin-top:50px}.search-page-result-form h3{float:left;margin-top:0;margin-right:20px}.search-page-result-form input{margin-top:2px!important;width:100%!important}#tt-mini-cart-container{position:absolute;background:#fff;width:500px;max-width:500px;border-radius:10px;border:none;box-shadow:rgba(0,0,0,.1) 0 20px 25px -5px,rgba(0,0,0,.04) 0 10px 10px -5px;transform:translateX(-55%);max-height:80vh;overflow-y:scroll}@media only screen and (min-width:768px){#tt-mini-cart-container{transform:translateX(-55%)}}@media only screen and (min-width:992px){#tt-mini-cart-container{transform:translateX(-46%)}}.cart-popover,.popover{width:500px;max-width:500px}@media only screen and (min-width:768px){.cart-popover,.popover{border-radius:10px;border:none;box-shadow:rgba(0,0,0,.1) 0 20px 25px -5px,rgba(0,0,0,.04) 0 10px 10px -5px}}.view-cart-btn{background-color:#555!important;border-color:#555!important}.popover .popover-content{padding:14px}.minicart-productname{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:17px}.woocommerce-mini-cart-item .cart-text{padding-top:5px}.popover-body{padding:1rem 0}.mini-cart{margin:20px 0;padding:0}.mini-cart a:hover{text-decoration:none}.mini-cart li{display:flex;list-style-type:none;align-items:center;padding:10px 40px}.mini-cart .cart-image{float:left;margin-right:35px;margin-bottom:10px}.mini-cart .cart-image img{max-width:60px;height:auto}.mini-cart .cart-text{color:#686766!important;padding-top:0}.mini-cart .cart-text .variation{margin-bottom:12px}.mini-cart .cart-text .variation .variation-Delivery{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.mini-cart .cart-text .variation .variation-Delivery{font-size:16px;line-height:20px}}.mc-btn-container{margin:0 40px 25px}.mc-btn-container .mc_cart_click,.mc-btn-container .mc_checkout_click{display:block;color:#686766;border-color:#686766;border-radius:12px;font-size:16px;padding:16px 16px 15px 16px;line-height:1.4;margin-bottom:10px}p.woocommerce-mini-cart__empty-message{padding:5px 25px}#navbar .spelling-message{margin-bottom:10px}#mobile-search-form{display:none;background-color:#e6e6e6;padding-top:15px;padding-bottom:15px}#mobile-search-form .form-group{margin-bottom:0}@media only screen and (min-width:768px){#mobile-search-form .form-group{padding-right:0}}#mobile-search-form .form-group input{width:100%!important}#mobile-search-form .form-group .mobile-search-button{width:100%}.navbar .popover ul{list-style:none}.navbar .popover li,.navbar .popover ul{margin-left:0;padding-left:0}#wpadminbar .quicklinks #wp-admin-bar-w3tc.menupop .ab-item img{display:none}.breadcrumb{padding:8px 15px;margin-bottom:28px;list-style:none;background-color:#f5f5f5;border-radius:4px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc;margin-left:8px}.audioplayer{position:fixed;bottom:-150px;left:0;width:100%;height:150px;background-color:#000;color:#fff;-webkit-transition-property:bottom;-webkit-transition-duration:.5s}.audioplayer.active{bottom:0}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}@media only screen and (max-width:767px){.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}.text-xs-justify{text-align:justify!important}}@media only screen and (min-width:768px) and (max-width:991px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}}@media only screen and (min-width:992px) and (max-width:1200px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}}@media only screen and (min-width:1200px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}}.faq-page .tt_message_wrap{padding-left:15px;padding-right:15px}.faq-page h3{margin-top:35px;margin-bottom:10px}.faq-page .btn-search{border-radius:8px;font-size:15px;padding:11px 16px 9px 16px;line-height:1.4}.faq-page .left-column,.faq-page .right-column{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media only screen and (min-width:768px){.faq-page .left-column{float:left;width:25%}}@media only screen and (min-width:768px){.faq-page .right-column{float:left;width:66.66666667%}}.faq-page .search-input{width:100%}.faq-page a.release-notes-list:not(.collapsed){text-decoration:underline}.faq-page .faq-helpful button{border:1px solid transparent;border-color:#ccc}.faq-page .modal-dialog{position:relative;width:auto;margin:10px}@media only screen and (min-width:768px){.faq-page .modal-dialog{width:600px;margin:30px auto}}.faq-page .modal-dialog .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.faq-page .modal-dialog .modal-body{position:relative;padding:20px}.faq-page .modal-dialog .form-group{margin-bottom:15px}.faq-page .modal-dialog label{display:inline-block;max-width:100%;margin-bottom:5px}.faq-page .modal-dialog input,.faq-page .modal-dialog select{padding:6px 12px;font-size:17px;line-height:29px;background-color:#fff}.faq-page .modal-dialog input[type=file]{display:block;padding:inherit;font-size:inherit;line-height:inherit;margin-bottom:3px;padding-left:0}.faq-page .modal-dialog button[type=submit]{width:100%;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:17px;line-height:1.7}.faq-page .breadcrumb-item.category{color:#9b9a99}@media only screen and (min-width:992px){.faq-page .breadcrumb-item.category{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}.faq-filter{padding-left:0}.faq-filter li,.faq-filter ul{list-style:none}.faq-helpful{border-top:1px solid #eee;border-bottom:1px solid #eee;font-size:.8em;padding:5px 0;margin-bottom:10px;margin-top:40px}.faq-helpful .faq-tag-list{font-size:.8em}.faq-helpful .faq-tag-list input{margin-right:8px}.faq-helpful .faq-tags{font-size:.8em}.faq-helpful .faq-contact-support{margin-top:20px}.left-inner-addon{position:relative}.left-inner-addon input{padding-left:40px}.left-inner-addon span{position:absolute;padding:10px 12px;pointer-events:none}#contactSupportForm .required{color:red}.helpful-btn span svg{width:14px;height:14px;margin-left:5px}.breadcrumb-item a{color:#9b9a99!important;font-size:14px;line-height:20px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.breadcrumb-item a{font-size:16px;line-height:24px}}@media only screen and (min-width:992px){.breadcrumb-item a{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}.breadcrumb-item a.active{color:#686766}.tt-faq-cards a:hover{text-decoration:none}.tt-faq-cards .faq-card{border:1px solid rgba(0,0,0,.125);border-radius:7px}@media only screen and (min-width:768px){.tt-faq-cards .faq-card{border-radius:8px}}.tt-faq-cards .faq-card:hover{background-color:#f5f5f5}.tt-faq-cards .faq-card a:hover{text-decoration:none}.tt-float-left{float:left}.tt-float-right{float:right}.tt-float-xs-left{float:left}.tt-float-xs-right{float:right}.tt-float-xs-none{float:none}@media only screen and (min-width:768px){.tt-float-sm-left{float:left}.tt-float-sm-right{float:right}.tt-float-sm-none{float:none}}@media only screen and (min-width:992px){.tt-float-md-left{float:left}.tt-float-md-right{float:right}.tt-float-md-none{float:none}}@media only screen and (min-width:1200px){.tt-float-lg-left{float:left}.tt-float-lg-right{float:right}.tt-float-lg-none{float:none}}body.pod-manual{padding-top:46px!important}body.pod-manual.admin-bar{padding-top:0!important}@media only screen and (min-width:768px){body.pod-manual{padding-top:42px!important}body.pod-manual.admin-bar{padding-top:8px!important}}body.pod-manual .navbar-absolute-top,body.pod-manual .navbar-fixed-top{top:0}body.pod-manual #wpadminbar{display:none}body.pod-manual div.gtm-start-post>p.attachment{display:none}body.pod-manual h1,body.pod-manual h2,body.pod-manual h3,body.pod-manual h4,body.pod-manual h5,body.pod-manual h6{line-height:1}body.pod-manual ul.no-list{padding-left:18px}body.pod-manual ul.no-list li{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif}body.pod-manual .product-navbar{margin-top:-8px;height:28px}@media only screen and (min-width:768px){body.pod-manual .product-navbar{margin-top:0;height:35px}}body.pod-manual .product-navbar .current-line{display:inline}body.pod-manual .products-breadcrumb{display:block;font-size:9px;line-height:14px}@media only screen and (min-width:768px){body.pod-manual .products-breadcrumb{font-size:12px;line-height:20px}}body.pod-manual img.aligncenter{display:block;margin:20px auto}body.pod-manual .manual{margin-bottom:30px}@media only screen and (min-width:768px){body.pod-manual .manual{min-height:500px;margin-bottom:60px}}@media only screen and (min-width:768px){body.pod-manual .manual h1{margin-top:28px;margin-bottom:20px}}@media only screen and (min-width:768px){body.pod-manual .manual h2.anchor,body.pod-manual .manual h3.anchor,body.pod-manual .manual h4.anchor{margin-top:0;padding-top:28px;margin-bottom:20px}}body.pod-manual .manual .strong{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}@media only screen and (min-width:768px){body.pod-manual .manual .strong{font-size:16px;line-height:24px}}body.pod-manual .manual dl{margin-bottom:45px}body.pod-manual .manual dt{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;margin-top:15px}@media only screen and (min-width:768px){body.pod-manual .manual dt{font-size:16px;line-height:24px}}body.pod-manual .manual dd{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;letter-spacing:.2px;font-kerning:auto;hyphens:manual}@media only screen and (min-width:768px){body.pod-manual .manual dd{font-size:16px;line-height:24px}}body.pod-manual .manual dfn{font-style:normal;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}@media only screen and (min-width:768px){body.pod-manual .manual dfn{font-size:16px;line-height:24px}}body.pod-manual .manual ul:not(.breadcrumb):not(.no-list){font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;letter-spacing:.3px;margin-left:5px}@media only screen and (min-width:768px){body.pod-manual .manual ul:not(.breadcrumb):not(.no-list){font-size:18px;line-height:32px}}body.pod-manual .manual ul.no-list{list-style:none;margin-left:-18px}body.pod-manual .manual ul.no-list h5{line-height:1.2em}body.pod-manual .manual ul.no-list li.li-indent{margin-left:20px}@media only screen and (min-width:768px){body.pod-manual .manual ul.no-list li.li-indent{margin-left:40px}}body.pod-manual .manual ul.no-list li.li-indent-large{margin-left:30px}@media only screen and (min-width:768px){body.pod-manual .manual ul.no-list li.li-indent-large{margin-left:70px}}body.pod-manual .manual ul.no-list li.li-indent-large p.index{font-size:13px;line-height:normal}@media only screen and (min-width:768px){body.pod-manual .manual ul.no-list li.li-indent-large p.index{font-size:19px}}body.pod-manual .manual ul.no-list li.li-indent p.index{font-size:16px;line-height:normal}@media only screen and (min-width:768px){body.pod-manual .manual ul.no-list li.li-indent p.index{font-size:24px}}body.pod-manual .manual img{max-width:100%;height:auto}body.pod-manual .manual img:not(.no-border){box-shadow:3px 3px 10px #ccc}body.pod-manual .manual .wp-caption.aligncenter{max-width:100%!important;height:auto}body.pod-manual .manual .alignleft{float:left;margin-top:6px;margin-right:20px}@media only screen and (min-width:768px){body.pod-manual .manual .alignleft{margin-bottom:20px}}body.pod-manual .manual .alignright{float:right;margin-top:6px;margin-left:20px}@media only screen and (min-width:768px){body.pod-manual .manual .alignright{margin-bottom:20px}}body.pod-manual .manual .aligncenter{margin:30px auto}body.pod-manual .manual p.wp-caption-text{margin:0 0 10px 0;font-size:12px;line-height:16px;letter-spacing:.3px;margin:10px}body.pod-manual .manual .manual-well{margin-top:15px;margin-bottom:15px;padding:7px 0;font-size:14px;line-height:20px}body.pod-manual .manual .manual-well p{padding-left:15px;padding-right:15px}body.pod-manual .manual .manual-well .label{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;background-color:#fff;color:inherit;display:block;text-align:left;padding:6px 15px;margin-top:-7px;margin-bottom:11px;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-well .label{font-size:16px;line-height:24px}}body.pod-manual .manual .manual-well .label p{margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-well{margin-top:20px;margin-bottom:20px;font-size:16px;line-height:27px}}body.pod-manual .manual .manual-notice{margin-top:15px;margin-bottom:15px;padding:7px 0;font-size:14px;line-height:20px;background-color:#fff;border-color:#e5e5e5}body.pod-manual .manual .manual-notice p{padding-left:15px;padding-right:15px}body.pod-manual .manual .manual-notice .label{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;background-color:#fff;color:inherit;display:block;text-align:left;padding:6px 15px;margin-top:-7px;margin-bottom:11px;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-notice .label{font-size:16px;line-height:24px}}body.pod-manual .manual .manual-notice .label p{margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-notice{margin-top:20px;margin-bottom:20px;font-size:16px;line-height:27px}}body.pod-manual .manual .manual-notice .label{background-color:#e5e5e5;border-top-left-radius:0;border-top-right-radius:0}body.pod-manual .manual .manual-important{margin-top:15px;margin-bottom:15px;padding:7px 0;font-size:14px;line-height:20px;background-color:#f2f2f2;border-color:#686766}body.pod-manual .manual .manual-important p{padding-left:15px;padding-right:15px}body.pod-manual .manual .manual-important .label{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;background-color:#fff;color:inherit;display:block;text-align:left;padding:6px 15px;margin-top:-7px;margin-bottom:11px;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-important .label{font-size:16px;line-height:24px}}body.pod-manual .manual .manual-important .label p{margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-important{margin-top:20px;margin-bottom:20px;font-size:16px;line-height:27px}}body.pod-manual .manual .manual-important .label{background-color:#686766;color:#fff;border-top-left-radius:0;border-top-right-radius:0;text-transform:uppercase}body.pod-manual .manual .manual-warning{margin-top:15px;margin-bottom:15px;padding:7px 0;font-size:14px;line-height:20px;color:#e32223!important;background-color:#fbdadb;border-color:#e32223;border-style:dashed}body.pod-manual .manual .manual-warning p{padding-left:15px;padding-right:15px}body.pod-manual .manual .manual-warning .label{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;background-color:#fff;color:inherit;display:block;text-align:left;padding:6px 15px;margin-top:-7px;margin-bottom:11px;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-warning .label{font-size:16px;line-height:24px}}body.pod-manual .manual .manual-warning .label p{margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}@media only screen and (min-width:768px){body.pod-manual .manual .manual-warning{margin-top:20px;margin-bottom:20px;font-size:16px;line-height:27px}}body.pod-manual .manual .manual-warning strong{color:#e32223!important}body.pod-manual .manual .manual-warning .label{background-color:#e32223;color:#fff;text-transform:uppercase}body.pod-manual .manual .legal p{margin:0 0 10px 0;font-size:12px;line-height:16px;letter-spacing:.3px}body.pod-manual .manual .sidebar-wrapper{position:relative}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper{background-color:#fff}}body.pod-manual .manual .sidebar-wrapper .sidebar{width:100%;z-index:1;margin-top:36px}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper .sidebar{max-width:293.3px}}@media only screen and (min-width:1200px){body.pod-manual .manual .sidebar-wrapper .sidebar{max-width:262.5px}}body.pod-manual .manual .sidebar-wrapper .sidebar li{margin-top:0;margin-bottom:5px}body.pod-manual .manual .sidebar-wrapper .sidebar.affix{display:none}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper .sidebar.affix{display:block;margin-top:0;height:100%;overflow:scroll;overflow-x:hidden;top:5px}}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper .sidebar.affix .sidebar-bottom{margin-bottom:180px}}body.pod-manual .manual .sidebar-wrapper .sidebar.affix-top{display:none}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper .sidebar.affix-top{display:block;margin-top:36px}}body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box{background-color:#f2f2f2;padding:20px 15px;margin-bottom:20px}@media only screen and (min-width:992px){body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box{margin-bottom:36px}}body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box h5{margin-bottom:5px}body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box .pods-form-filters-search{line-height:29px;padding:3px 6px;max-width:245px;height:38px}@media only screen and (min-width:768px){body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box .pods-form-filters-search{max-width:172px}}@media only screen and (min-width:1200px){body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box .pods-form-filters-search{max-width:141px}}body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-box .pods-form-filters-submit{width:auto;border-radius:7px}body.pod-manual .manual .sidebar-wrapper .sidebar .sidebar-bottom{margin-bottom:-40px}body.pod-manual .manual .sidebar-wrapper .sidebar .table-of-contents{margin-bottom:30px}body.pod-manual .manual .main-chapter{margin-top:20px}@media only screen and (min-width:768px){body.pod-manual .manual .main-chapter{margin-top:40px}}@media only screen and (min-width:768px){body.pod-manual .manual .go-back{margin:40px 0}}body.pod-manual .not-published{background-color:#43a9d9;color:#fff;padding:2px 7px;font-size:10px;margin-left:8px;text-transform:uppercase;vertical-align:middle}body.pod-manual .not-published.big{font-size:14px;margin-left:10px;vertical-align:middle}body.pod-manual footer{position:relative;z-index:2}body.pod-manual div.manual-print-version{margin-top:10px}@media print{body.pod-manual div.manual-print-version body,body.pod-manual div.manual-print-version html{height:auto!important;-webkit-print-color-adjust:exact}body.pod-manual div.manual-print-version.superiorline h1,body.pod-manual div.manual-print-version.superiorline h2,body.pod-manual div.manual-print-version.superiorline h3,body.pod-manual div.manual-print-version.superiorline h4,body.pod-manual div.manual-print-version.superiorline h5,body.pod-manual div.manual-print-version.superiorline h6{color:#43a9d9!important}body.pod-manual div.manual-print-version.superiorline h1 span,body.pod-manual div.manual-print-version.superiorline h2 span,body.pod-manual div.manual-print-version.superiorline h3 span,body.pod-manual div.manual-print-version.superiorline h4 span,body.pod-manual div.manual-print-version.superiorline h5 span,body.pod-manual div.manual-print-version.superiorline h6 span{color:#43a9d9!important}body.pod-manual div.manual-print-version.ezbassline h1,body.pod-manual div.manual-print-version.ezbassline h2,body.pod-manual div.manual-print-version.ezbassline h3,body.pod-manual div.manual-print-version.ezbassline h4,body.pod-manual div.manual-print-version.ezbassline h5,body.pod-manual div.manual-print-version.ezbassline h6{color:#e32223!important}body.pod-manual div.manual-print-version.ezbassline h1 span,body.pod-manual div.manual-print-version.ezbassline h2 span,body.pod-manual div.manual-print-version.ezbassline h3 span,body.pod-manual div.manual-print-version.ezbassline h4 span,body.pod-manual div.manual-print-version.ezbassline h5 span,body.pod-manual div.manual-print-version.ezbassline h6 span{color:#e32223!important}body.pod-manual div.manual-print-version h1{font-size:72px!important;line-height:68px!important}body.pod-manual div.manual-print-version h2{font-size:48px!important;line-height:48px!important}body.pod-manual div.manual-print-version h3{font-size:36px!important;line-height:42px!important}body.pod-manual div.manual-print-version h4{font-size:28px!important;line-height:34px!important}body.pod-manual div.manual-print-version h5{font-size:22px!important;line-height:26px!important}body.pod-manual div.manual-print-version h6{font-size:16px!important;line-height:16px!important}body.pod-manual div.manual-print-version dd,body.pod-manual div.manual-print-version dfn,body.pod-manual div.manual-print-version dt,body.pod-manual div.manual-print-version li,body.pod-manual div.manual-print-version p{font-size:18px!important;line-height:32px!important}body.pod-manual div.manual-print-version p.wp-caption-text{font-size:14px!important;line-height:20px!important}body.pod-manual div.manual-print-version a[href]:after{content:none!important}body.pod-manual div.manual-print-version .col-md-8{width:100%!important}body.pod-manual div.manual-print-version #extraProductsModal,body.pod-manual div.manual-print-version #fb-root,body.pod-manual div.manual-print-version #wpadminbar,body.pod-manual div.manual-print-version .footer,body.pod-manual div.manual-print-version .modal,body.pod-manual div.manual-print-version .play,body.pod-manual div.manual-print-version .sm2-bar-ui,body.pod-manual div.manual-print-version .tt-video-popup-wrapper,body.pod-manual div.manual-print-version .youtube,body.pod-manual div.manual-print-version footer{height:1px!important;display:none!important}body.pod-manual div.manual-print-version .gtm-start-post{background-color:red!important}}@media print{body.pod-manual #wpadminbar,body.pod-manual .tt-navbar,body.pod-manual div.gtm-start-post{height:1px;display:none}body.pod-manual ul.no-list li.main-chapter{margin-top:26px;line-height:18px!important}body.pod-manual ul.no-list li.main-chapter h4{font-size:24px!important;line-height:1!important}body.pod-manual ul.no-list li.li-indent p,body.pod-manual ul.no-list li.li-indent-large p{font-size:16px!important;line-height:1!important}}@media only screen and (max-width:767px){.tt-panorama-container{padding-left:0;padding-right:0}}.tt-panorama-container .tt-panorama{width:100%;height:auto;padding-bottom:56.25%}.tt-panorama-container .tt-panorama:after{position:absolute;content:'';top:25px;right:30px;background:url(/app/themes/wpbootstrap/assets/images/icons/360.png);height:50px;width:100px;background-repeat:no-repeat;background-size:contain}.tt-parallax-bg{object-fit:cover;object-position:top center;position:absolute;top:-1%;margin:0 auto;z-index:-1;width:100%;min-height:100vh}.tt-fade-in-on-scroll{opacity:0;transform:translate3d(0,120px,0);-webkit-transform:translate3d(0,120px,0)}@-webkit-keyframes moveInFromBottom{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes moveInFromBottom{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes moveInFromBottom{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes moveInFromBottom{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes moveInFromBottom{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.moveInFromBottom{-webkit-animation-name:moveInFromBottom;animation-name:moveInFromBottom}@-webkit-keyframes moveInFromTop{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes moveInFromTop{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes moveInFromTop{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes moveInFromTop{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes moveInFromTop{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.moveInFromTop{-webkit-animation-name:moveInFromTop;animation-name:moveInFromTop}@-webkit-keyframes moveInFromLeft{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes moveInFromLeft{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes moveInFromLeft{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes moveInFromLeft{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes moveInFromLeft{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.moveInFromLeft{-webkit-animation-name:moveInFromLeft;animation-name:moveInFromLeft}@-webkit-keyframes moveInFromRight{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes moveInFromRight{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes moveInFromRight{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes moveInFromRight{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes moveInFromRight{from{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.moveInFromRight{-webkit-animation-name:moveInFromRight;animation-name:moveInFromRight}@-webkit-keyframes dropFromTop{from{background-position:0 -500px}to{background-position:0 -100px}}@-moz-keyframes dropFromTop{from{background-position:0 -500px}to{background-position:0 -100px}}@-o-keyframes dropFromTop{from{background-position:0 -500px}to{background-position:0 -100px}}@-ms-keyframes dropFromTop{from{background-position:0 -500px}to{background-position:0 -100px}}@keyframes dropFromTop{from{background-position:0 -500px}to{background-position:0 -100px}}.dropFromTop{-webkit-animation-name:dropFromTop;animation-name:dropFromTop}@-webkit-keyframes fadeAndMoveInFromBottom{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes fadeAndMoveInFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes fadeAndMoveInFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes fadeAndMoveInFromBottom{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes fadeAndMoveInFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.fadeAndMoveInFromBottom{-webkit-animation-name:fadeAndMoveInFromBottom;animation-name:fadeAndMoveInFromBottom}@-webkit-keyframes fadeAndMoveInFromTop{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes fadeAndMoveInFromTop{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes fadeAndMoveInFromTop{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes fadeAndMoveInFromTop{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes fadeAndMoveInFromTop{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-20,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.fadeAndMoveInFromTop{-webkit-animation-name:fadeAndMoveInFromTop;animation-name:fadeAndMoveInFromTop}@-webkit-keyframes fadeAndMoveInFromLeft{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes fadeAndMoveInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes fadeAndMoveInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes fadeAndMoveInFromLeft{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes fadeAndMoveInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.fadeAndMoveInFromLeft{-webkit-animation-name:fadeAndMoveInFromLeft;animation-name:fadeAndMoveInFromLeft}@-webkit-keyframes fadeAndMoveInFromRight{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes fadeAndMoveInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes fadeAndMoveInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes fadeAndMoveInFromRight{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes fadeAndMoveInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.fadeAndMoveInFromRight{-webkit-animation-name:fadeAndMoveInFromRight;animation-name:fadeAndMoveInFromRight}@-webkit-keyframes foldOut{from{height:0}to{height:500px}}@-moz-keyframes foldOut{from{height:0}to{height:500px}}@-o-keyframes foldOut{from{height:0}to{height:500px}}@-ms-keyframes foldOut{from{height:0}to{height:500px}}@keyframes foldOut{from{height:0}to{height:500px}}.foldOut{-webkit-animation-name:foldOut;animation-name:foldOut}@-webkit-keyframes fadeFromBlack{from{background:rgba(0,0,0,.6)}to{background:rgba(0,0,0,0)}}@-moz-keyframes fadeFromBlack{from{background:rgba(0,0,0,.6)}to{background:rgba(0,0,0,0)}}@-o-keyframes fadeFromBlack{from{background:rgba(0,0,0,.6)}to{background:rgba(0,0,0,0)}}@-ms-keyframes fadeFromBlack{from{background:rgba(0,0,0,.6)}to{background:rgba(0,0,0,0)}}@keyframes fadeFromBlack{from{background:rgba(0,0,0,.6)}to{background:rgba(0,0,0,0)}}.fadeFromBlack{-webkit-animation-name:fadeFromBlack;animation-name:fadeFromBlack}@-webkit-keyframes pulsate{0%{filter:saturate(1)}50%{filter:saturate(1.3)}100%{filter:saturate(1)}}@-moz-keyframes pulsate{0%{filter:saturate(1)}50%{filter:saturate(1.3)}100%{filter:saturate(1)}}@-o-keyframes pulsate{0%{filter:saturate(1)}50%{filter:saturate(1.3)}100%{filter:saturate(1)}}@-ms-keyframes pulsate{0%{filter:saturate(1)}50%{filter:saturate(1.3)}100%{filter:saturate(1)}}@keyframes pulsate{0%{filter:saturate(1)}50%{filter:saturate(1.3)}100%{filter:saturate(1)}}.pulsate{-webkit-animation-name:pulsate;animation-name:pulsate}@-webkit-keyframes imgZoomOut{from{transform:scale(1.03)}to{transform:scale(1)}}@-moz-keyframes imgZoomOut{from{transform:scale(1.03)}to{transform:scale(1)}}@-o-keyframes imgZoomOut{from{transform:scale(1.03)}to{transform:scale(1)}}@-ms-keyframes imgZoomOut{from{transform:scale(1.03)}to{transform:scale(1)}}@keyframes imgZoomOut{from{transform:scale(1.03)}to{transform:scale(1)}}.imgZoomOut{-webkit-animation-name:imgZoomOut;animation-name:imgZoomOut}@-webkit-keyframes fadeAndZoomIn{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-moz-keyframes fadeAndZoomIn{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-o-keyframes fadeAndZoomIn{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-ms-keyframes fadeAndZoomIn{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeAndZoomIn{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.fadeAndZoomIn{-webkit-animation-name:fadeAndZoomIn;animation-name:fadeAndZoomIn}@-webkit-keyframes appearFromBottom{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,50,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes appearFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,50,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes appearFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,50,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes appearFromBottom{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,50,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes appearFromBottom{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,50,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.appearFromBottom{-webkit-animation-name:appearFromBottom;animation-name:appearFromBottom}@-webkit-keyframes stretchInLeft{from{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-moz-keyframes stretchInLeft{from{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-o-keyframes stretchInLeft{from{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-ms-keyframes stretchInLeft{from{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@keyframes stretchInLeft{from{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}.stretchInLeft{-webkit-animation-name:stretchInLeft;animation-name:stretchInLeft}@-webkit-keyframes stretchInRight{from{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-moz-keyframes stretchInRight{from{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-o-keyframes stretchInRight{from{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@-ms-keyframes stretchInRight{from{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@keyframes stretchInRight{from{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}.stretchInRight{-webkit-animation-name:stretchInRight;animation-name:stretchInRight}@keyframes snowfall{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 200px,-100px 150px}100%{background-position:500px 1000px,200px 400px,-100px 300px}}@-moz-keyframes snowfall{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 200px,-100px 150px}100%{background-position:400px 1000px,200px 400px,100px 300px}}@-webkit-keyframes snowfall{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 200px,-100px 150px}100%{background-position:500px 1000px,200px 400px,-100px 300px}}@-o-keyframes snowfall{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 200px,-100px 150px}100%{background-position:500px 1000px,200px 400px,-100px 300px}}@-ms-keyframes snowfall{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 200px,-100px 150px}100%{background-position:500px 1000px,200px 400px,-100px 300px}}@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0)}50%{transform:translateX(80px)}100%{transform:translateX(0)}}@-webkit-keyframes responsiveFadeInFromLeft{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes responsiveFadeInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes responsiveFadeInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes responsiveFadeInFromLeft{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes responsiveFadeInFromLeft{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,-20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.responsiveFadeInFromLeft{-webkit-animation-name:fadeAndMoveInFromBottom;animation-name:fadeAndMoveInFromBottom}@media only screen and (min-width:768px){.responsiveFadeInFromLeft{-webkit-animation-name:fadeAndMoveInFromLeft;animation-name:fadeAndMoveInFromLeft}}@media only screen and (min-width:992px){.responsiveFadeInFromLeft{-webkit-animation-name:fadeAndMoveInFromLeft;animation-name:fadeAndMoveInFromLeft}}@-webkit-keyframes responsiveFadeInFromRight{from{opacity:0;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes responsiveFadeInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-o-keyframes responsiveFadeInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-ms-keyframes responsiveFadeInFromRight{from{opacity:0;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes responsiveFadeInFromRight{from{opacity:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,20,0,0,1)}to{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.responsiveFadeInFromRight{-webkit-animation-name:fadeAndMoveInFromBottom;animation-name:fadeAndMoveInFromBottom}@media only screen and (min-width:768px){.responsiveFadeInFromRight{-webkit-animation-name:fadeAndMoveInFromRight;animation-name:fadeAndMoveInFromRight}}@media only screen and (min-width:992px){.responsiveFadeInFromRight{-webkit-animation-name:fadeAndMoveInFromRight;animation-name:fadeAndMoveInFromRight}}.animated.affix{position:relative;top:inherit}.tt-scroll-container{display:block;overflow:hidden}.tt-scroll-container .tt-scrolling-text{white-space:nowrap;-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.tt-scroll-container .tt-scrolling-text:hover{cursor:pointer}@-moz-keyframes tt-scrolling-text-animation{from{-moz-transform:translateX(100%)}to{-moz-transform:translateX(-100%)}}@-webkit-keyframes tt-scrolling-text-animation{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(-100%)}}@keyframes tt-scrolling-text-animation{from{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}to{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}}body.woocommerce-order-received{background-color:#f5f5f5}body.woocommerce-order-received i.thank-you-extra-text,body.woocommerce-order-received p.thank-you-extra-text,body.woocommerce-order-received span.thank-you-extra-text,body.woocommerce-order-received ul.thank-you-extra-text li{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:20px;line-height:26px;text-transform:none}body.woocommerce-order-received i.thank-you-extra-text strong,body.woocommerce-order-received p.thank-you-extra-text strong,body.woocommerce-order-received span.thank-you-extra-text strong,body.woocommerce-order-received ul.thank-you-extra-text li strong{color:#292929;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif}body.woocommerce-order-received .thank-you-extra-header{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:20px;line-height:24px;color:#292929}@media only screen and (min-width:992px){body.woocommerce-order-received .thank-you-extra-header{font-size:36px;line-height:36px}}@media only screen and (min-width:768px){body.woocommerce-order-received .tt-thankyou-container{background-color:#fff;padding:45px 0}}body.woocommerce-order-received .tt-thankyou-container table.shop_table,body.woocommerce-order-received .tt-thankyou-container table.shop_table a,body.woocommerce-order-received .tt-thankyou-container table.shop_table p{color:#292929}body.woocommerce-order-received .tt-thankyou-container table.shop_table h2{white-space:nowrap;margin-bottom:10px}body.woocommerce-order-received .tt-thankyou-container table.shop_table .product-name a,body.woocommerce-order-received .tt-thankyou-container table.shop_table .product-name p{margin:0;font-size:16px;line-height:18px}body.woocommerce-order-received .tt-thankyou-container table.shop_table .product-name.fastspring-tax p{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:14px}body.woocommerce-order-received .tt-thankyou-container table.shop_table .product-total{vertical-align:baseline;text-align:right;font-size:16px;line-height:18px}body.woocommerce-order-received .tt-thankyou-container table.shop_table .product-total.fastspring-tax{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:14px}body.woocommerce-order-received .tt-thankyou-container table.shop_table li a,body.woocommerce-order-received .tt-thankyou-container table.shop_table li strong.wc-item-meta-label,body.woocommerce-order-received .tt-thankyou-container table.shop_table ul.wc-item-meta{font-size:12px;line-height:14px;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:1200px){body.woocommerce-order-received .tt-thankyou-container table.shop_table{max-width:95%}}body.woocommerce-order-received .tt-thankyou-container .tt_serial_number_box{margin-top:5px;margin-bottom:20px}body.woocommerce-order-received .tt-thankyou-container .woocommerce-customer-details{margin:20px 0 0}@media only screen and (min-width:768px){body.woocommerce-order-received .tt-thankyou-container .woocommerce-customer-details{display:none}}body.woocommerce-order-received .tt-thankyou-container .woocommerce-customer-details p{font-size:14px!important;line-height:20px;margin:0!important}@media only screen and (max-width:767px){body.woocommerce-order-received .thankyou-section{background-color:#fff}}body.woocommerce-order-received .instructions-section{background-color:#fff}@media only screen and (min-width:992px){body.woocommerce-order-received .instructions-section{background-color:inherit}}body.woocommerce-order-received .tt-wc-checkout-bg{background-color:#f5f5f5}body.woocommerce-order-received .tt-wc-checkout-bg .woocommerce-order h1{font-size:48px;line-height:40px}@media only screen and (min-width:768px){body.woocommerce-order-received .tt-wc-checkout-bg .woocommerce-order h1{font-size:64px;line-height:54px}}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item{display:flex;flex-direction:row;margin-bottom:45px}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item .tt-order-image-wrapper img{width:80px;height:auto}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item .tt-order-product-info{font-size:16px;line-height:16px;margin-left:18px;color:#292929;-webkit-font-smoothing:antialiased}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item .tt-order-product-info .tt-order-product-name{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item .tt-order-product-info .tt-order-product-serial-header{font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px}body.woocommerce-order-received .tt-wc-checkout-bg .tt-order-item .tt-order-product-info .tt-order-product-serial-box{font-family:"Times New Roman";font-weight:700;font-size:14px;line-height:20px;color:#6c6c6c;padding:8px 20px;border:2px solid #5d8dbf;border-radius:8px;letter-spacing:0;margin-top:5px}@media only screen and (min-width:768px){body.woocommerce-order-received .tt_woocommerce-notices .tt_message_info_icon{padding-left:24px;padding-right:0}}.thank-you-page-wrapper{margin-top:40px;position:relative;margin-bottom:80px}@media only screen and (min-width:768px){.thank-you-page-wrapper{margin-bottom:120px}}.thank-you-page-wrapper a{color:#e26223!important}.thank-you-page-wrapper h4{text-align:center;line-height:40px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif!important;margin-bottom:5px}.thank-you-page-wrapper h4 .thank-you-header{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;display:block}@media only screen and (min-width:768px){.thank-you-page-wrapper h4{text-align:left;margin-bottom:0;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif!important}.thank-you-page-wrapper h4 .thank-you-header{display:inline-block}}.thank-you-page-wrapper .pm-header{margin-top:20px;font-size:32px;line-height:40px;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif}.thank-you-page-wrapper .pm-image{max-width:700px;width:100%;height:auto;margin:50px 0 0}@media only screen and (min-width:1200px){.thank-you-page-wrapper .pm-image{margin:100px 0 5px}}.thank-you-page-wrapper .list_nr{display:block;font-size:36px;line-height:13px;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#292929;float:left;min-width:40px}.thank-you-page-wrapper p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:20px;line-height:26px;display:table-cell}.thank-you-page-wrapper p strong{color:#292929;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif}.thank-you-page-wrapper .bread_text{font-size:16px;line-height:20px;font-weight:400;margin-bottom:0;text-align:center}@media only screen and (min-width:768px){.thank-you-page-wrapper .bread_text{text-align:left}}.thank-you-page-wrapper .pm-btn{margin-top:25px}.thank-you-page-wrapper .pm-btn .tt-min-width{min-width:100px}.thank-you-woo{width:100%!important;margin-left:0!important;padding-top:10px;padding-bottom:50px}@media only screen and (min-width:768px){.thank-you-woo{padding-top:30px;padding-bottom:100px}}.thank-you-woo h2{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:32px;line-height:35px;margin-top:50px;margin-bottom:15px}@media only screen and (min-width:768px){.thank-you-woo h2{margin-top:65px;margin-bottom:20px}}.thank-you-woo .woocommerce-table{width:100%}.thank-you-woo #ajax-loaded-order-detail-container{font-size:14px;line-height:22px}.thank-you-woo #ajax-loaded-order-detail-container a{text-decoration:underline!important;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.thank-you-woo #ajax-loaded-order-detail-container .strong{margin-bottom:18px}.thank-you-woo tfoot tr td,.thank-you-woo tfoot tr th{padding:0!important;border:none!important;text-align:right;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:27px!important;vertical-align:initial}.thank-you-woo tfoot tr th{width:70%}@media only screen and (min-width:768px){.thank-you-woo tfoot tr th{width:82px}}.thank-you-woo tfoot tr td{width:30%}@media only screen and (min-width:768px){.thank-you-woo tfoot tr td{width:18%}}.woocommerce-checkout .thank-you-woo table>tbody>tr:nth-child(odd)>td{background-color:transparent!important}.thank-you-woo .product-name,.thank-you-woo .product-total{padding:25px 0!important}.thank-you-woo .product-name a,.thank-you-woo .product-total a{font-size:17px;line-height:23px}.thank-you-woo .product-name .wc-item-meta a,.thank-you-woo .product-total .wc-item-meta a{font-size:14px;line-height:18px}.thank-you-woo .product-name li,.thank-you-woo .product-total li{font-size:14px;line-height:18px}.thank-you-woo .product-name .image-wrapper img,.thank-you-woo .product-total .image-wrapper img{margin:2px 14px 2px 0;max-width:50px}@media only screen and (min-width:768px){.thank-you-woo .product-name .image-wrapper img,.thank-you-woo .product-total .image-wrapper img{max-width:60px}}.thank-you-woo .amount,.thank-you-woo .product-total{text-align:right;font-size:17px;line-height:20px}.thank-you-woo tfoot tr:last-child .amount{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.thank-you-woo small.includes_tax{vertical-align:initial;white-space:nowrap;font-size:14px!important;line-height:14px!important}.thank-you-woo small.includes_tax .amount{white-space:nowrap;font-size:12px!important;line-height:27px!important}.thank-you-woo .bundle-content td{padding-left:0}.thank-you-woo .bundle-content .btn-more{margin-left:0!important}@media only screen and (min-width:768px){.thank-you-woo .bundle-content .btn-more{margin-left:75px!important}}.thank-you-woo tr.bundle_table_item,.thank-you-woo tr.component_container_table_item{padding-bottom:0!important}.thank-you-woo tr.bundle_table_item .product-name,.thank-you-woo tr.component_container_table_item .product-name{padding-bottom:25px!important}.thank-you-woo tr.bundled_table_item,.thank-you-woo tr.component_table_item{display:table-row}.thank-you-woo tr.bundled_table_item .product-name,.thank-you-woo tr.component_table_item .product-name{padding:0 0 25px 0!important}.thank-you-woo tr.bundled_table_item .product-name .bundled_table_item_indent,.thank-you-woo tr.component_table_item .product-name .bundled_table_item_indent{padding-left:0}@media only screen and (min-width:768px){.thank-you-woo tr.bundled_table_item .product-name .bundled_table_item_indent,.thank-you-woo tr.component_table_item .product-name .bundled_table_item_indent{padding-left:32px}}.thank-you-woo tr.component_table_item dd{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.thank-you-woo tr.component_table_item .composited-product-quantity{display:none;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.thank-you-woo tr.component_table_item .composited-product-quantity{display:block}}.thank-you-woo tr.component_table_item dt{display:none}.thank-you-woo tr.component_table_item .wc-item-meta{margin-top:5px}.thank-you-woo .woocommerce-customer-details{display:none}#loginModal,.tt-wp-login-wrapper{font-size:12px;line-height:18px;margin-top:25px;z-index:1065}@media only screen and (min-width:768px){#loginModal,.tt-wp-login-wrapper{margin-top:50px}}#loginModal .message.register,#loginModal h5,#loginModal h6,.tt-wp-login-wrapper .message.register,.tt-wp-login-wrapper h5,.tt-wp-login-wrapper h6{font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:500;font-size:1.75em!important;line-height:.8!important;text-align:center;color:#686766;text-transform:uppercase}@media only screen and (min-width:768px){#loginModal .message.register,#loginModal h5,#loginModal h6,.tt-wp-login-wrapper .message.register,.tt-wp-login-wrapper h5,.tt-wp-login-wrapper h6{text-align:left}}@media only screen and (min-width:768px){#loginModal .message.register,#loginModal h5,.tt-wp-login-wrapper .message.register,.tt-wp-login-wrapper h5{margin-bottom:25px}}#loginModal h5.login-header,.tt-wp-login-wrapper h5.login-header{margin-bottom:17px}#loginModal input[type=checkbox],.tt-wp-login-wrapper input[type=checkbox]{height:1rem;width:1rem}#loginModal .modal-dialog,.tt-wp-login-wrapper .modal-dialog{width:auto!important;max-width:none}#loginModal .tt_woocommerce-notices,.tt-wp-login-wrapper .tt_woocommerce-notices{margin:0 0 30px 0}#loginModal .tt_woocommerce-notices a,.tt-wp-login-wrapper .tt_woocommerce-notices a{font-size:inherit;line-height:inherit}#loginModal .tt_woocommerce-notices.tt-error,.tt-wp-login-wrapper .tt_woocommerce-notices.tt-error{padding:20px 20px;border-radius:4px;background:#b91f1f}#loginModal .tt_woocommerce-notices.tt-error p,.tt-wp-login-wrapper .tt_woocommerce-notices.tt-error p{margin:0;font-size:14px;line-height:18px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#loginModal .tt_woocommerce-notices.tt-error a,.tt-wp-login-wrapper .tt_woocommerce-notices.tt-error a{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;text-decoration:underline;color:#fff}#loginModal .container,.tt-wp-login-wrapper .container{max-width:1000px}#loginModal a.btn,.tt-wp-login-wrapper a.btn{width:220px;display:block;margin:20px auto 30px}@media only screen and (min-width:768px){#loginModal a.btn,.tt-wp-login-wrapper a.btn{font-size:22px;width:280px;margin:30px auto;line-height:1.2}}#loginModal #wp-submit,.tt-wp-login-wrapper #wp-submit{color:#fff;display:block;border-color:#4cae4c;background-color:#5cb85c;width:220px;font-size:18px;margin-top:24px;border-radius:12px;margin-left:auto;margin-right:auto}#loginModal #wp-submit:hover,.tt-wp-login-wrapper #wp-submit:hover{color:#fff;background-color:#449d44;border-color:#398439}@media only screen and (min-width:768px){#loginModal #wp-submit,.tt-wp-login-wrapper #wp-submit{width:280px;font-size:22px;font-weight:400;line-height:1.2;margin-top:50px;padding:23px 16px 20px 16px;border-radius:16px;margin-left:auto;margin-right:auto}}#loginModal .modal-content,.tt-wp-login-wrapper .modal-content{border-radius:0;padding:10px 0 10px}@media only screen and (min-width:768px){#loginModal .modal-content,.tt-wp-login-wrapper .modal-content{padding:0}}@media only screen and (min-width:768px){#loginModal .modal-content .modal-body,.tt-wp-login-wrapper .modal-content .modal-body{padding:0 15px;background-color:#f2f2f2}}@media only screen and (min-width:768px){#loginModal .modal-content .tt-login-modal-block,.tt-wp-login-wrapper .modal-content .tt-login-modal-block{padding:60px}}@media only screen and (min-width:768px){#loginModal .modal-content .tt-login-modal-block.left,.tt-wp-login-wrapper .modal-content .tt-login-modal-block.left{background-color:#fff}}#loginModal .modal-content .tt_woocommerce-notices .tt_message_info_icon,.tt-wp-login-wrapper .modal-content .tt_woocommerce-notices .tt_message_info_icon{display:none}@media only screen and (min-width:992px){#loginModal .modal-content .tt_woocommerce-notices .tt_message_info_icon,.tt-wp-login-wrapper .modal-content .tt_woocommerce-notices .tt_message_info_icon{display:block;padding:15px 0 15px 25px}}#loginModal .modal-content .tt_woocommerce-notices .tt_message,.tt-wp-login-wrapper .modal-content .tt_woocommerce-notices .tt_message{padding:5px 0 5px 15px}#loginModal .modal-content .tt_woocommerce-notices .tt_message_close_icon,.tt-wp-login-wrapper .modal-content .tt_woocommerce-notices .tt_message_close_icon{display:none}@media only screen and (min-width:992px){#loginModal .login-submit,.tt-wp-login-wrapper .login-submit{margin-bottom:0}}@media only screen and (min-width:768px){#loginModal .login-password,.tt-wp-login-wrapper .login-password{margin-bottom:10px}}#loginModal .lost-password,.tt-wp-login-wrapper .lost-password{text-align:center;margin:25px auto;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}#loginModal p#login-html,.tt-wp-login-wrapper p#login-html{margin-top:40px;text-align:center;margin-bottom:0;font-size:12px;line-height:18px}@media only screen and (min-width:768px){#loginModal p#login-html,.tt-wp-login-wrapper p#login-html{margin-top:0;font-size:11px}}#loginModal .forgetmenot label,#loginModal p.login-remember label,.tt-wp-login-wrapper .forgetmenot label,.tt-wp-login-wrapper p.login-remember label{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:18px}#loginModal .forgetmenot #rememberme,#loginModal p.login-remember #rememberme,.tt-wp-login-wrapper .forgetmenot #rememberme,.tt-wp-login-wrapper p.login-remember #rememberme{vertical-align:text-bottom;font-size:12px;margin-right:3px}@media only screen and (min-width:768px){#loginModal .forgetmenot,#loginModal p.login-remember,.tt-wp-login-wrapper .forgetmenot,.tt-wp-login-wrapper p.login-remember{margin-bottom:15px}}#loginModal .guest-checkout-wrapper,.tt-wp-login-wrapper .guest-checkout-wrapper{display:block;margin-top:40px}@media only screen and (min-width:768px){#loginModal .guest-checkout-wrapper,.tt-wp-login-wrapper .guest-checkout-wrapper{margin-top:58px}}#loginModal label[for=pass1],#loginModal label[for=user_email],#loginModal label[for=user_login],#loginModal label[for=user_pass],.tt-wp-login-wrapper label[for=pass1],.tt-wp-login-wrapper label[for=user_email],.tt-wp-login-wrapper label[for=user_login],.tt-wp-login-wrapper label[for=user_pass]{display:none}#loginModal input#user_email,#loginModal input#user_login,#loginModal input#user_pass,.tt-wp-login-wrapper input#user_email,.tt-wp-login-wrapper input#user_login,.tt-wp-login-wrapper input#user_pass{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;box-shadow:none;padding:3px 10px;line-height:25px;border:1px solid #ddd;border-radius:0;height:32px;font-size:13px;display:block;width:100%}@media only screen and (min-width:768px){#loginModal input#user_email,#loginModal input#user_login,#loginModal input#user_pass,.tt-wp-login-wrapper input#user_email,.tt-wp-login-wrapper input#user_login,.tt-wp-login-wrapper input#user_pass{font-size:16px;margin:38px auto;border-top:none;border-left:none;border-right:none;box-shadow:none!important;outline:0}}#loginModal .grecaptcha-badge,.tt-wp-login-wrapper .grecaptcha-badge{visibility:visible}@media only screen and (min-width:768px){body.tt-wp-login{background:#252525}}body.tt-wp-login .color-fill-gray-icon{fill:#e0e0e0!important}body.tt-wp-login .tt-wp-login-wrapper #backtoblog,body.tt-wp-login .tt-wp-login-wrapper #nav,body.tt-wp-login .tt-wp-login-wrapper .privacy-policy-link,body.tt-wp-login .tt-wp-login-wrapper .privacy-policy-page-link,body.tt-wp-login .tt-wp-login-wrapper button.wp-hide-pw,body.tt-wp-login .tt-wp-login-wrapper h1{display:none!important}body.tt-wp-login .tt-wp-login-wrapper #login{padding:60px;background:#fff;width:390px;max-width:584px;margin-bottom:100px;border-radius:32px}@media only screen and (min-width:768px){body.tt-wp-login .tt-wp-login-wrapper #login{width:550px;padding:60px 80px}}@media only screen and (min-width:992px){body.tt-wp-login .tt-wp-login-wrapper #login{width:auto}}body.tt-wp-login .tt-wp-login-wrapper #login h4{color:#252525}body.tt-wp-login .tt-wp-login-wrapper #login svg{color-fill:#252525;width:115px;height:115px}body.tt-wp-login .tt-wp-login-wrapper #login ol{margin-top:35px;padding-left:18px;font-size:16px;line-height:40px}@media only screen and (min-width:768px){body.tt-wp-login .tt-wp-login-wrapper #login ol{margin-top:40px;padding-left:22px;font-size:20px;line-height:48px}}body.tt-wp-login .tt-wp-login-wrapper #login ol a{text-decoration:underline}body.tt-wp-login .tt-wp-login-wrapper #login .tt_message_wrap{padding-top:0}body.tt-wp-login .tt-wp-login-wrapper #login .tt_woocommerce-notices{margin-top:0}body.tt-wp-login .tt-wp-login-wrapper #login label[for=privacy_policy]{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:18px}body.tt-wp-login .tt-wp-login-wrapper #login label[for=privacy_policy] #privacy_policy{vertical-align:text-bottom;font-size:12px;margin-right:3px}body.tt-wp-login .tt-wp-login-wrapper #login #login_error{background-color:#b91f1f;color:#fff;padding:20px 20px;font-size:14px;line-height:18px;font-weight:400;margin-bottom:40px;border-radius:4px}body.tt-wp-login .tt-wp-login-wrapper #login #login_error p{color:#fff;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:20x}body.tt-wp-login .tt-wp-login-wrapper #login #login_error a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#fff;text-decoration:underline;font-size:16px;line-height:20x}body.tt-wp-login .tt-wp-login-wrapper #login #pass1{margin-bottom:15px;width:100%;font-size:20px;padding:5px 15px}body.tt-wp-login .tt-wp-login-wrapper #login #pass-strength-result{width:100%}body.tt-wp-login .tt-wp-login-wrapper #login .pw-weak{padding-top:15px}body.tt-wp-login .tt-wp-login-wrapper #login .submit.reset-pass-submit{text-align:center}@media only screen and (min-width:768px){body.tt-wp-login .tt-wp-login-wrapper #login .submit.reset-pass-submit{text-align:left}}body.tt-wp-login .grecaptcha-badge{visibility:visible}.nav-link,.nav-link:active,.nav-link:hover,.nav-link:visited{color:inherit;text-decoration:inherit}.pagination .page-link,.pagination .page-link:active,.pagination .page-link:hover,.pagination .page-link:visited{color:inherit;text-decoration:inherit}#price-box-modal .entry-summary{text-align:center}#price-box-modal .entry-summary .price{padding:0;margin:0;line-height:1em}#price-box-modal .entry-summary .quantity{display:none!important}#price-box-modal .entry-summary .variations{margin-bottom:10px}#price-box-modal .entry-summary .posted_in{display:none}#price-box-modal .entry-summary button{text-transform:uppercase;margin-top:0;padding-top:7px;color:#fff}#price-box-modal .entry-summary .price-slogan{text-transform:uppercase;line-height:1em;margin-bottom:10px}.price-box{text-align:center}.price-box .price{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;padding:0;margin:0;line-height:.9}.price-box .price .woocommerce-Price-currencySymbol{margin-right:10px}.price-box .quantity{display:none!important}.price-box .variations{margin-bottom:10px}.price-box .posted_in{display:none}.price-box button{text-transform:uppercase;margin-top:10px;color:#fff}.price-box .price-slogan{text-transform:uppercase;line-height:1em;margin-bottom:10px}.full-strike-price .woocommerce-Price-currencySymbol{margin-right:0}.full-strike-price .woocommerce-Price-currencySymbol:after{content:" "}.woocommerce-Price-currencySymbol{margin-right:5px}.cart th{text-transform:uppercase;font-weight:400}body.theme-wpbootstrap.woocommerce-checkout.page-id-197{background-color:#313131}body.theme-wpbootstrap.woocommerce-cart.page-id-183{background-color:#313131}body.theme-wpbootstrap.woocommerce-cart.page-id-183 .cart-header-pills{position:relative;text-align:center;height:85px}body.theme-wpbootstrap.woocommerce-cart.page-id-183 .cart-header-pills span{position:absolute;border-radius:16px;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;background-color:#212121;color:#fff;width:190px;padding:10px 0;font-size:14px;line-height:20px;margin-top:-20px;margin-left:calc(-190px/2)}body.woocommerce-checkout.checkout-top-border{margin-bottom:20px}@media only screen and (min-width:768px){body.woocommerce-checkout.checkout-top-border{width:100%;height:18px;background-color:#e65916}}body.woocommerce-checkout div.woocommerce-NoticeGroup-checkout div.woocommerce-error,body.woocommerce-checkout ul.woocommerce-error{margin-top:15px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:4px;background-color:#b91f1f;color:#fff;font-size:14px;line-height:18px;font-weight:400;padding:16px 12px}@media only screen and (min-width:768px){body.woocommerce-checkout div.woocommerce-NoticeGroup-checkout div.woocommerce-error,body.woocommerce-checkout ul.woocommerce-error{padding:28px 30px}}.quantity .qty{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2.618em!important;line-height:1.5em!important;height:2em!important;float:left;margin:0 .618em;text-align:center!important}.quantity .minus{display:inline-block;font-family:'Glyphicons Halflings';font-size:24px;font-style:normal;font-weight:700;line-height:0;position:relative;top:5px;-webkit-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;float:left;outline:0;width:24px;height:24px;-webkit-font-smoothing:antialiased;border:0;background:#7d7d7b;color:#fff;text-align:center!important;padding-bottom:15px}.quantity .plus{display:inline-block;font-family:'Glyphicons Halflings';font-size:13px;font-style:normal;font-weight:700;line-height:0;position:relative;top:5px;-webkit-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;float:left;outline:0;width:24px;height:24px;-webkit-font-smoothing:antialiased;border:0;background:#7d7d7b;color:#fff;text-align:center!important;padding-bottom:5px}.checkout_coupon{margin-bottom:80px}#billing_phone_field ul.iti__country-list{z-index:1000}#billing_phone_field .iti--allow-dropdown input,#billing_phone_field .iti--allow-dropdown input[type=tel],#billing_phone_field .iti--allow-dropdown input[type=text],#billing_phone_field .iti--separate-dial-code input,#billing_phone_field .iti--separate-dial-code input[type=tel],#billing_phone_field .iti--separate-dial-code input[type=text]{padding-left:52px;margin-left:0}.order-again{display:none}.place-order{border-top:none!important}input.input-text.qty.text{padding:0!important;width:67px;text-align:right}.remove{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px}.actions{text-align:right}.variation{margin-top:0;margin-bottom:0;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;line-height:12px}@media only screen and (min-width:768px){.variation{font-size:12px;line-height:16px}}.variation .value{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.variation .product_variant{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px}@media only screen and (min-width:768px){.variation .product_variant{font-size:14px}}.variation p{margin:0;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:15px}@media only screen and (min-width:768px){.variation p{font-size:14px;line-height:18px}}.actions{border-top:none!important;background-color:#fff!important;padding-bottom:2em}body h1:not(.responsive).cart_items_heading{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#222;text-transform:none;font-size:16px;line-height:18px}@media only screen and (min-width:768px){body h1:not(.responsive).cart_items_heading{font-size:24px;line-height:26px}}@media only screen and (min-width:992px){body h1:not(.responsive).cart_items_heading{font-size:32px;line-height:34px}}.cart-collaterals h3,.woocommerce-page .products h3,.woocommerce-related-products h3{font-size:14px;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;height:25px}.cart-collaterals li,.cart-collaterals ul,.woocommerce-page .products li,.woocommerce-page .products ul,.woocommerce-related-products li,.woocommerce-related-products ul{margin:0;padding:0}.cart-collaterals ul,.woocommerce-page .products ul,.woocommerce-related-products ul{list-style-type:none}.cart-collaterals li,.woocommerce-page .products li,.woocommerce-related-products li{padding-right:0;text-transform:none}.cart-collaterals .price,.woocommerce-page .products .price,.woocommerce-related-products .price{display:block;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#9f1a23;padding-bottom:10px}.cart-collaterals .add_to_cart_button,.woocommerce-page .products .add_to_cart_button,.woocommerce-related-products .add_to_cart_button{text-transform:uppercase;font-size:12px;width:100%}.cart-collaterals a:hover,.woocommerce-page .products a:hover,.woocommerce-related-products a:hover{text-decoration:none}.cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,.woocommerce-page .products .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,.woocommerce-related-products .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;text-align:left}.cart-collaterals .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination strong,.woocommerce-page .products .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination strong,.woocommerce-related-products .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination strong{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.scroll-add-to-cart{padding-left:50px;padding-right:50px}.woocommerce-result-count{display:none}.woocommerce-ordering{display:none}.woocommerce header{background-color:transparent;border-bottom:1px solid #ccc}span.localized-price{display:block;text-align:right;margin-right:3px;font-size:10px;line-height:14px}@media only screen and (min-width:768px){span.localized-price{margin-right:5px;font-size:14px;line-height:20px}}.woocommerce-order-details h2,.woocommerce-order-details h3{font-size:40px;line-height:44px}@media only screen and (min-width:768px){.woocommerce-order-details h2,.woocommerce-order-details h3{font-size:inherit;line-height:inherit}}.woocommerce-order-details .tt_serial_number_box{background-color:#fff;color:#7d8188;display:inline-block;font-family:"Times New Roman",Georgia,Serif;font-size:14px;margin-top:6px;padding:7px 12px 6px 11px;border:2px solid #498ec7;border-radius:5px}.cart_item.component_table_item{display:none!important}.cart_item .product-total span{line-height:18px}@media only screen and (min-width:768px){.cart_item .product-total span{line-height:14px}}.cart_item .product-total small{display:block;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.cart_item .product-total .striked-price{display:block;text-decoration:line-through;color:#999;line-height:10px}@media only screen and (min-width:768px){.cart_item .product-total .striked-price{line-height:14px}}.cart_item .product-total .striked-price .amount{font-size:10px}@media only screen and (min-width:768px){.cart_item .product-total .striked-price .amount{font-size:14px}}.cart_item .product-total .striked-price .amount .woocommerce-Price-currencySymbol{margin-right:0}@media only screen and (min-width:768px){.cart_item .product-total .striked-price .amount .woocommerce-Price-currencySymbol{line-height:14px}}ul.wc-item-meta{list-style-type:none;padding-left:0;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:20px}@media only screen and (min-width:768px){ul.wc-item-meta{font-size:14px;line-height:24px}}ul.wc-item-meta li strong.wc-item-meta-label{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#ship-to-different-address-checkbox{margin-left:10px!important;margin-top:9px!important}#ship-to-different-address-checkbox+label{font-size:14px!important;margin-left:0!important}#ship-to-different-address-checkbox+label:after{content:""!important}#shiptobilling{font-size:12px}#shiptobilling label{font-weight:400;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#payment .woocommerce-terms-and-conditions-wrapper{width:260px;margin:25px auto 0}@media only screen and (min-width:1400px){#payment .woocommerce-terms-and-conditions-wrapper{float:left;margin:0;width:50%}}#payment .checkbox input[type=checkbox]{position:static;margin:5px 10px 40px 0}#payment .payment_methods{list-style-type:none;margin:0;padding:0}@media only screen and (min-width:768px){#payment .payment_methods{margin:0 -3px 0 -3px}}#payment .payment_methods label{display:inline;margin-left:4px;font-size:17px;line-height:20px}@media only screen and (min-width:1200px){#payment .payment_methods label{font-size:19px;line-height:22px}}#payment .payment_methods .gateway-icon-img{max-height:44px;width:auto;margin:5px 0}#payment .payment_methods .swedbank-icon-img{max-height:35px;width:auto;margin:3px 0}@media only screen and (min-width:768px){#payment .payment_methods .swedbank-icon-img{max-height:33px;margin:4px 0}}@media only screen and (min-width:992px){#payment .payment_methods .swedbank-icon-img{max-height:44px;margin:4px 0}}@media only screen and (min-width:1200px){#payment .payment_methods .swedbank-icon-img{max-height:28px;margin:6px 0 2px}}@media only screen and (min-width:1400px){#payment .payment_methods .swedbank-icon-img{max-height:33px;margin:8px 0 2px}}#payment .payment_methods li{display:block;margin-bottom:20px;min-height:39px!important;padding:15px}#payment .payment_methods li .input-radio{margin-top:0}@media only screen and (min-width:768px){#payment .payment_methods li .input-radio{margin-top:8px}}@media only screen and (min-width:768px){#payment .payment_methods li{padding:10px 15px;margin:5px 5px 20px 5px}}@media only screen and (min-width:768px){#payment .payment_methods li:last-child{margin-bottom:18px}}#payment .payment_methods li.payment_method_fastspring img{margin:7px 3px 5px!important}#payment .payment_methods li.payment_method_fastspring img:first-child{margin-left:13px!important}#payment .payment_methods .payment-desc,#payment .payment_methods .payment_box p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:24px}@media only screen and (min-width:1200px){#payment .payment_methods .payment_method_payex_checkout p.payment-desc{float:right;max-width:345px;margin-top:10px}}@media only screen and (min-width:1400px){#payment .payment_methods .payment_method_payex_checkout p.payment-desc{max-width:435px}}@media only screen and (min-width:1200px){#payment .payment_methods .payment_method_ppcp-gateway p.payment-desc{float:right;max-width:305px}}@media only screen and (min-width:1400px){#payment .payment_methods .payment_method_ppcp-gateway p.payment-desc{max-width:395px}}#payment .payment_methods .payment_box.payment_method_payex,#payment .payment_methods .payment_box.payment_method_payex_factoring,#payment .payment_methods .payment_box.payment_method_ppec_paypal p,#payment .payment_methods a.about_paypal{display:block;font-size:14px;line-height:24px}#payment .place-order{padding-top:0;margin-top:0;padding-bottom:20px}#pa_variant{width:145px}.wc-proceed-to-checkout::after{display:block;clear:both;content:""}.blockUI.blockOverlay{top:20px!important}@media only screen and (min-width:768px){.blockUI.blockOverlay{border-top-left-radius:32px;border-top-right-radius:32px}}body.woocommerce-checkout #order_review .blockUI.blockOverlay{top:0!important;border-radius:8px}body.woocommerce-checkout .woocommerce-checkout.processing .blockUI.blockOverlay{display:none!important}body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-left-column,body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-right-column{position:relative}body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-left-column:after,body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-right-column:after{content:'';position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.6}@media only screen and (min-width:768px){body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-left-column:after,body.woocommerce-checkout .woocommerce-checkout.processing .row .checkout-right-column:after{border-radius:32px}}#accept-terms label{margin-top:0;padding-top:0;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce-tabs ul.tabs{display:none}form.checkout ul.woocommerce-error .tt_message_wrap{padding-left:30px;padding-right:30px}.woocommerce-notices-wrapper{padding:0 12px 0 0!important;margin-left:24px;margin-right:10px}@media only screen and (min-width:768px){.woocommerce-notices-wrapper{margin-left:13px;margin-right:0}}body.woocommerce-checkout .woocommerce-notices-wrapper{padding-left:0!important;padding-right:0!important;margin-left:13px}@media only screen and (min-width:768px){body.woocommerce-checkout .woocommerce-notices-wrapper{margin-left:0}}.tt_woocommerce-notices{margin-top:15px;margin-bottom:12px;color:#fff;font-size:14px;line-height:18px;font-weight:400;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:.04em;border-radius:4px}.tt_woocommerce-notices a{color:#fff;font-size:15px;line-height:22px}.tt_woocommerce-notices a:active,.tt_woocommerce-notices a:hover{color:#ddd}body.woocommerce-checkout .tt_woocommerce-notices.woocommerce-error,body.woocommerce-checkout .tt_woocommerce-notices.woocommerce-info{margin-left:15px;margin-right:15px}@media only screen and (min-width:768px){body.woocommerce-checkout .tt_woocommerce-notices.woocommerce-error,body.woocommerce-checkout .tt_woocommerce-notices.woocommerce-info{margin-left:0;margin-right:0}}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message_info_icon{padding-left:40px;text-align:left}}.tt_woocommerce-notices .tt_message_info_icon svg{width:100%;height:auto}.tt_woocommerce-notices .tt_message{padding-top:15px;padding-bottom:15px}.tt_woocommerce-notices .tt_message .tt_message_close_icon{padding:0}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message{padding-top:inherit;padding-bottom:inherit}}.tt_woocommerce-notices .tt_message .tt_message_table{display:table;height:30px;min-height:30px;width:100%}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message .tt_message_table{height:82px;min-height:82px}}.tt_woocommerce-notices .tt_message .tt_message_table .tt_message_table_cell{display:table-cell;vertical-align:middle;width:100%}.tt_woocommerce-notices .tt_message .tt_message_table .center-xs{text-align:center}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message .tt_message_table .center-xs{text-align:inherit}}.tt_woocommerce-notices .tt_message_button{padding-bottom:25px;text-align:center;padding-top:0}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message_button{padding-top:25px;padding-right:40px;text-align:right}}.tt_woocommerce-notices .tt_message_button .btn{border:1px solid #fff;width:100%;max-width:250px}.tt_woocommerce-notices .tt_message_close_icon{padding:15px 15px 15px 0;text-align:right;float:right}@media only screen and (min-width:768px){.tt_woocommerce-notices .tt_message_close_icon{float:none;padding:0 40px 0 0}}.tt_woocommerce-notices .right-xs{float:right;padding:0 0 5px 5px;margin:0}@media only screen and (min-width:768px){.tt_woocommerce-notices .right-xs{float:inherit;padding:inherit;margin:inherit}}.tt_woocommerce-notices .tt_close_message{cursor:pointer}.woocommerce-message{background-color:#5cb85c}.woocommerce-info{background-color:#4f7ca6}.woocommerce-error{background-color:#b91f1f;padding-inline-start:0;list-style-type:none}.cart-empty{margin:0;padding-top:8px}@media only screen and (min-width:768px){.cart-empty{padding-top:inherit}}body.woocommerce-cart p.cart-empty{font-size:14px;line-height:18px;color:#fff;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;margin-top:-14px;padding-top:0}body.woocommerce-cart .tt-all-main-products{background:#efefef!important}.woocommerce .current-line{padding-left:15px}.woocommerce .current-line.no-padding-left{padding-left:0}.woocommerce .alert{margin-left:-15px;margin-right:-15px}.woocommerce .panel{box-shadow:none;-webkit-box-shadow:none;border:none;margin:0}.woocommerce .inline{display:inline-block}.woocommerce input[type=submit]{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;width:auto}.woocommerce input[type=submit]:hover{text-decoration:none;color:#fff}.woocommerce input[type=submit].color-beige,.woocommerce input[type=submit].color-gray-lighter,.woocommerce input[type=submit].color-gray-lightest,.woocommerce input[type=submit].color-white,.woocommerce input[type=submit].contact-support-btn,.woocommerce input[type=submit].helpful-btn{color:#333!important}.woocommerce input[type=submit].color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.woocommerce input[type=submit].color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.woocommerce input[type=submit].color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.woocommerce input[type=submit].color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.woocommerce input[type=submit].color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.woocommerce input[type=submit].color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.woocommerce input[type=submit].color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.woocommerce input[type=submit].color-black:hover{background-color:#363636!important;border-color:#363636!important}.woocommerce input[type=submit].color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.woocommerce input[type=submit].color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.woocommerce input[type=submit].color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.woocommerce input[type=submit].color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.woocommerce input[type=submit].color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.woocommerce input[type=submit].color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.woocommerce input[type=submit].color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.woocommerce input[type=submit].color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.woocommerce input[type=submit].color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.woocommerce input[type=submit].color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.woocommerce input[type=submit].color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.woocommerce input[type=submit].transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.woocommerce input[type=submit].color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.woocommerce input[type=submit].color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.woocommerce input[type=submit].color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.woocommerce input[type=submit].color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.woocommerce input[type=submit].color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.woocommerce input[type=submit].color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.woocommerce input[type=submit].color-mm-yellow-dark,.woocommerce input[type=submit].color-mm-yellow-light{color:#181519!important}.woocommerce input[type=submit].color-mm-gray-dark:hover{background-color:#2d282f!important}.woocommerce input[type=submit].color-mm-gray-light:hover{background-color:#39343b!important}.woocommerce input[type=submit].color-mm-yellow-dark:hover{background-color:#fbcc94!important}.woocommerce input[type=submit].color-mm-yellow-light:hover{background-color:#fff!important}.woocommerce input[type=submit].color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media (max-width:767px){.woocommerce input[type=submit]{margin:5px 0;width:100%}}.woocommerce table{margin-bottom:0}.woocommerce .form-row-first,.woocommerce .form-row-last,.woocommerce .form-row-wide{padding-left:0}.woocommerce fieldset{width:100%;margin-top:15px;float:left}.woocommerce .bundled_table_item,.woocommerce .component_table_item{display:none}.woocommerce .bundle-content td{border-top:none;font-size:14px;line-height:20px;padding-top:0!important}.woocommerce .bundle-content .bundle-toggler-wrapper{margin-top:-18px;margin-bottom:-10px}.woocommerce .bundle-content .bundle-toggler-spacer{height:15px}.woocommerce .bundle-content .container-wrapper::after{display:block;clear:both;content:""}@media only screen and (min-width:992px){.woocommerce .bundle-content .container-wrapper .item{width:14.28%}}.woocommerce .bundle-content .container-wrapper .item p{padding-top:5px;min-height:45px;color:#f1f1f1;font-size:10px;line-height:1.2}.woocommerce .bundle-content .tt-icon-toggle{text-decoration:none!important;outline:0!important}.woocommerce .bundle-content .btn-more{position:relative;display:block;width:20px;margin:0 auto;color:#ddd;opacity:1;z-index:1;transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.woocommerce .bundle-content .btn-more::after{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:100;line-height:12px;white-space:nowrap;color:#3c3c3c;content:"SHOW CONTENT";position:absolute;top:25px;left:-32px}.woocommerce .bundle-content .btn-more .plus-inv{width:20px;height:20px}.woocommerce .bundle-content .tt-icon-rotate:not(.collapsed) .btn-more::before{position:absolute;width:12px;height:12px;background-color:#fff;content:'';margin-left:3px;top:5px}.woocommerce .bundle-content .tt-icon-rotate:not(.collapsed) .btn-more::after{color:transparent}.woocommerce .myaccount_user{margin-top:40px}.woocommerce .addresses .edit{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;float:right;text-transform:uppercase}.woocommerce .addresses .title{margin-bottom:3px}.woocommerce .addresses .title h3{padding-left:0}.woocommerce #customer_login h2{margin-left:15px}.woocommerce #customer_login label[for=rememberme]{width:auto;float:right;margin-right:15px}.woocommerce #customer_login .lost_password{margin-right:15px;float:right}.woocommerce .lost_reset_password{padding-top:40px}.woocommerce .lost_reset_password input[type=submit]{margin-left:0}.woocommerce .my_account_orders{width:100%}.woocommerce .my_account_orders .woocommerce-orders-table__cell-order-actions a{margin:3px 5px}.woocommerce form.woocommerce-cart-form{margin-top:70px;padding-bottom:20px}.woocommerce form.woocommerce-cart-form::after{display:block;clear:both;content:""}.woocommerce form.woocommerce-cart-form .product-thumbnail{width:14%;margin:0 2px 0 12px;max-width:50px}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-thumbnail{max-width:none;width:95px;margin:0;padding-left:25px}}@media only screen and (min-width:992px){.woocommerce form.woocommerce-cart-form .product-thumbnail{width:130px;padding-left:50px}}.woocommerce form.woocommerce-cart-form .product-thumbnail a img{width:40px;height:auto}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-thumbnail a img{width:60px}}.woocommerce form.woocommerce-cart-form .product-name{width:55%}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-name{width:235px;padding-right:5px}}@media only screen and (min-width:992px){.woocommerce form.woocommerce-cart-form .product-name{padding-right:20px;width:380px}}@media only screen and (min-width:1400px){.woocommerce form.woocommerce-cart-form .product-name{width:520px}}.woocommerce form.woocommerce-cart-form .product-price{display:none}.woocommerce form.woocommerce-cart-form .product-quantity{width:15%}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-quantity{width:70px}}@media only screen and (min-width:1400px){.woocommerce form.woocommerce-cart-form .product-quantity{width:100px}}.woocommerce form.woocommerce-cart-form .product-subtotal{width:24%;margin-right:12px;text-align:right}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal{width:150px;margin:0;padding-right:25px}}@media only screen and (min-width:992px){.woocommerce form.woocommerce-cart-form .product-subtotal{width:220px;padding-right:50px}}@media only screen and (min-width:1400px){.woocommerce form.woocommerce-cart-form .product-subtotal{width:350px}}.woocommerce form.woocommerce-cart-form .product-subtotal span{line-height:18px}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal span{line-height:22px}}.woocommerce form.woocommerce-cart-form .product-subtotal small{display:block;font-size:10px;line-height:12px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal small{font-size:12px;line-height:14px}}.woocommerce form.woocommerce-cart-form .product-subtotal .striked-price{display:block;text-decoration:line-through;color:#999;line-height:10px}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal .striked-price{line-height:inherit}}.woocommerce form.woocommerce-cart-form .product-subtotal .striked-price .amount{font-size:10px}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal .striked-price .amount{font-size:14px}}.woocommerce form.woocommerce-cart-form .product-subtotal .striked-price .amount .woocommerce-Price-currencySymbol{margin-right:0}@media only screen and (min-width:768px){.woocommerce form.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount.amount{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}}.woocommerce form.woocommerce-cart-form button[name=update_cart]{display:none}.woocommerce .cart-collaterals{width:100%;padding-bottom:88px;margin-bottom:48px}.woocommerce .cart-collaterals::after{display:block;clear:both;content:""}.woocommerce .cart-collaterals tr.cart-subtotal th{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce .cart-collaterals td,.woocommerce .cart-collaterals th{padding:20px 0;text-transform:uppercase;font-size:12px;line-height:16px}@media only screen and (min-width:768px){.woocommerce .cart-collaterals td,.woocommerce .cart-collaterals th{font-size:14px;line-height:20px;padding:15px 0}}@media only screen and (min-width:992px){.woocommerce .cart-collaterals td,.woocommerce .cart-collaterals th{font-size:16px;line-height:20px}}.woocommerce .cart-collaterals td .includes_tax,.woocommerce .cart-collaterals td .localized-price,.woocommerce .cart-collaterals td .tax_label,.woocommerce .cart-collaterals th .includes_tax,.woocommerce .cart-collaterals th .localized-price,.woocommerce .cart-collaterals th .tax_label{text-transform:initial;white-space:nowrap}@media only screen and (min-width:768px){.woocommerce .cart-collaterals td .includes_tax,.woocommerce .cart-collaterals td .localized-price,.woocommerce .cart-collaterals td .tax_label,.woocommerce .cart-collaterals th .includes_tax,.woocommerce .cart-collaterals th .localized-price,.woocommerce .cart-collaterals th .tax_label{white-space:nowrap}}@media only screen and (min-width:1200px){.woocommerce .cart-collaterals td .includes_tax,.woocommerce .cart-collaterals td .localized-price,.woocommerce .cart-collaterals td .tax_label,.woocommerce .cart-collaterals th .includes_tax,.woocommerce .cart-collaterals th .localized-price,.woocommerce .cart-collaterals th .tax_label{font-size:14px;margin-bottom:10px;white-space:nowrap}}.woocommerce .cart-collaterals td .includes_tax .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals td .localized-price .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals td .tax_label .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .includes_tax .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .localized-price .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .tax_label .woocommerce-Price-amount.amount{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;line-height:16px}@media only screen and (min-width:768px){.woocommerce .cart-collaterals td .includes_tax .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals td .localized-price .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals td .tax_label .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .includes_tax .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .localized-price .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals th .tax_label .woocommerce-Price-amount.amount{font-size:12px;line-height:18px}}.woocommerce .cart-collaterals td .tax_label,.woocommerce .cart-collaterals th .tax_label{display:block}.woocommerce .cart-collaterals tr.cart-discount td{color:#b91d1d;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce .cart-collaterals tr.cart-discount a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce-account .tt_my_info_nav{margin-top:30px;margin-bottom:40px}.woocommerce-account .woocommerce{margin-bottom:30px}@media only screen and (max-width:767px){.woocommerce-account .woocommerce{padding-left:12px!important;padding-right:12px!important}}@media only screen and (min-width:768px){.woocommerce-account .woocommerce{margin-bottom:60px}}.woocommerce-account .woocommerce-Button{margin-top:15px}.woocommerce-account .woocommerce-MyAccount-content .my-dashboard a,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a{color:#e26223!important}.woocommerce-account .woocommerce-MyAccount-content h3{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;line-height:41px}.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-Message.woocommerce-info{background-color:initial;font-weight:900}.woocommerce-account .woocommerce-MyAccount-content .button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;color:#fff;background-color:#428bca;border-color:#357ebd;font-size:12px;padding:7px 16px 5px 16px;line-height:1.4;width:98px;border-style:solid;font-size:14px;line-height:1.5;padding:5px 15px 4px 16px;border-radius:6px}.woocommerce-account .woocommerce-MyAccount-content .button:hover{text-decoration:none;color:#fff}.woocommerce-account .woocommerce-MyAccount-content .button.color-beige,.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-lighter,.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-lightest,.woocommerce-account .woocommerce-MyAccount-content .button.color-white,.woocommerce-account .woocommerce-MyAccount-content .button.contact-support-btn,.woocommerce-account .woocommerce-MyAccount-content .button.helpful-btn{color:#333!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.woocommerce-account .woocommerce-MyAccount-content .button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-yellow-dark,.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-yellow-light{color:#181519!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-gray-dark:hover{background-color:#2d282f!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-gray-light:hover{background-color:#39343b!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-mm-yellow-light:hover{background-color:#fff!important}.woocommerce-account .woocommerce-MyAccount-content .button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.woocommerce-account .woocommerce-MyAccount-content .button.tt-min-width{min-width:130px}@media only screen and (min-width:768px){.woocommerce-account .woocommerce-MyAccount-content .button.tt-min-width{min-width:160px}}@media only screen and (min-width:768px){.woocommerce-account .woocommerce-MyAccount-content .button{border-radius:7px;font-size:13px;padding:9px 16px 7px 16px;line-height:1.4}}@media only screen and (min-width:768px){.woocommerce-account .woocommerce-MyAccount-content .button{width:140px;font-size:16px;line-height:24px;padding:7px 32px;border-radius:8px}}.woocommerce-account .woocommerce-MyAccount-content .form-row-first{float:left}@media only screen and (min-width:768px){.woocommerce-account .woocommerce-MyAccount-content .form-row-first{padding-right:15px}}.woocommerce-account .woocommerce-MyAccount-content .form-row-last{float:left}.woocommerce-account .woocommerce-MyAccount-content .required{color:#941914!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.woocommerce-Button--alt{margin-bottom:20px!important}.woocommerce-account .woocommerce-MyAccount-content .tt_account_back{font-size:17px}.woocommerce-account .woocommerce-MyAccount-content .tt_account_back .glyphicon{font-size:13px}.woocommerce-password-strength{text-align:center;padding:8px;font-size:14px;color:#23282d;font-weight:700!important}.woocommerce-password-strength.strong{border:1px solid #83c373;background-color:#c1e1b9}.woocommerce-password-strength.good{border:1px solid #ffc733;background-color:#ffe399}.woocommerce-password-strength.bad{border:1px solid #f78b53;background-color:#fbc5a9}.woocommerce-password-strength.short{border:1px solid #e35b5b;background-color:#f1adad}.returning-customer-login a{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.returning-customer-login a{color:#31708f}.returning-customer-login a{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce-invalid-required-field input{border-color:red!important}.woocommerce-validated input{border-color:green!important}.woocommerce-checkout .tt-wc-checkout-bg{background:#313131}.woocommerce-checkout .checkout-header-pills{z-index:3;position:relative;text-align:center;height:70px}.woocommerce-checkout .checkout-header-pills div{position:absolute;display:inline-block;width:330px;bottom:-14px;padding:0;margin-left:calc(-330px/2)}@media only screen and (min-width:992px){.woocommerce-checkout .checkout-header-pills div{width:450px;bottom:-16px;font-size:14px;margin-left:calc(-450px/2)}}.woocommerce-checkout .checkout-header-pills div span{display:inline-block;width:110px;color:#c3c3c3;background-color:#212121;font-size:10px;line-height:28px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:992px){.woocommerce-checkout .checkout-header-pills div span{width:150px;font-size:14px;line-height:34px}}.woocommerce-checkout .checkout-header-pills div span:first-child{border-right:1px solid #efefef;border-bottom-left-radius:32px;border-top-left-radius:32px}.woocommerce-checkout .checkout-header-pills div span:last-child{border-left:1px solid #efefef;border-bottom-right-radius:32px;border-top-right-radius:32px}.woocommerce-checkout .checkout-header-pills div span.active{color:#fff;background-color:#73b665;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce-checkout h3{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-align:center;font-size:24px!important;line-height:24px!important;margin:0 0 25px 0}@media only screen and (min-width:768px){.woocommerce-checkout h3{margin:25px 0}}@media only screen and (min-width:992px){.woocommerce-checkout h3{margin:40px 0}}@media only screen and (max-width:767px){form.woocommerce-checkout{padding-right:12px!important;padding-left:12px!important}}.woocommerce-checkout .woocommerce-notices-wrapper{padding:0}.woocommerce-checkout .woocommerce-NoticeGroup{padding-left:12px;padding-right:12px}.woocommerce-checkout .checkout-left-column{background-color:#fff;padding:40px 12px}@media only screen and (min-width:768px){.woocommerce-checkout .checkout-left-column{margin:0 0 40px 0;padding:40px 20px}}@media only screen and (min-width:992px){.woocommerce-checkout .checkout-left-column{padding:40px}}.woocommerce-checkout .checkout-right-column{background-color:#e8e8e8;padding:40px 0 0}@media only screen and (min-width:768px){.woocommerce-checkout .checkout-right-column{margin:0 0 40px 0;padding:40px 20px 60px 20px}}@media only screen and (min-width:992px){.woocommerce-checkout .checkout-right-column{padding:40px 40px 80px 40px}}.woocommerce-checkout .remove{font-size:16px;line-height:16px;opacity:.2}.woocommerce-checkout #customer_details label{float:left;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;font-weight:400;margin-left:11px;font-size:14px;line-height:24px;color:#555;margin-bottom:0;padding-top:5px}.woocommerce-checkout #customer_details label:after{content:":";position:relative;right:3px;width:10px;color:#686766}.woocommerce-checkout #customer_details label .required{display:none}.woocommerce-checkout #customer_details label .optional{display:none}@media only screen and (min-width:768px){.woocommerce-checkout #customer_details label{display:block}}.woocommerce-checkout #customer_details .form-row-wide{padding-right:0}.woocommerce-checkout #customer_details .form-row-first{padding-right:0}.woocommerce-checkout #customer_details .form-row-last{padding-right:0}.woocommerce-checkout #customer_details .woocommerce-shipping-fields{padding-bottom:16px}.woocommerce-checkout .auto-register-products{padding-left:10px}.woocommerce-checkout .auto-register-products label{max-width:none!important;font-size:14px!important}.woocommerce-checkout label:not(.checkbox){display:none}.woocommerce-checkout strong.product-quantity{display:flex!important;float:right;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif!important;font-size:12px!important;line-height:16px!important;font-weight:400}.woocommerce-checkout .product-name>strong.product-quantity{margin-top:-13px}@media only screen and (min-width:768px){.woocommerce-checkout .product-name>strong.product-quantity{margin-top:-16px}}@media only screen and (min-width:992px){.woocommerce-checkout .product-name>strong.product-quantity{margin-top:-17px}}.woocommerce-checkout .bundle-content .item{width:25%!important}.woocommerce-checkout .bundle-content .bundle-toggler-wrapper{margin-top:-15px}.woocommerce-checkout .cart-discount,.woocommerce-checkout .cart-subtotal,.woocommerce-checkout .order-total{font-size:12px}@media only screen and (min-width:768px){.woocommerce-checkout .cart-discount,.woocommerce-checkout .cart-subtotal,.woocommerce-checkout .order-total{font-size:14px;line-height:18px}}.woocommerce-checkout .form-row #billing_phone,.woocommerce-checkout .form-row input[type=email],.woocommerce-checkout .form-row input[type=password],.woocommerce-checkout .form-row input[type=tel],.woocommerce-checkout .form-row input[type=text]{border-radius:0;box-shadow:none;padding:4px 12px;line-height:25px;width:100%;height:auto;border:1px solid #fff}.woocommerce-checkout .form-row #billing_phone:active,.woocommerce-checkout .form-row #billing_phone:focus,.woocommerce-checkout .form-row #billing_phone:visited,.woocommerce-checkout .form-row input[type=email]:active,.woocommerce-checkout .form-row input[type=email]:focus,.woocommerce-checkout .form-row input[type=email]:visited,.woocommerce-checkout .form-row input[type=password]:active,.woocommerce-checkout .form-row input[type=password]:focus,.woocommerce-checkout .form-row input[type=password]:visited,.woocommerce-checkout .form-row input[type=tel]:active,.woocommerce-checkout .form-row input[type=tel]:focus,.woocommerce-checkout .form-row input[type=tel]:visited,.woocommerce-checkout .form-row input[type=text]:active,.woocommerce-checkout .form-row input[type=text]:focus,.woocommerce-checkout .form-row input[type=text]:visited{border-color:#fff}@media only screen and (min-width:768px){.woocommerce-checkout .form-row #billing_phone,.woocommerce-checkout .form-row input[type=email],.woocommerce-checkout .form-row input[type=password],.woocommerce-checkout .form-row input[type=tel],.woocommerce-checkout .form-row input[type=text]{width:auto;min-width:190px;font-size:14px;line-height:24px;padding:4px 4px}.woocommerce-checkout .form-row #billing_phone::-webkit-input-placeholder,.woocommerce-checkout .form-row input[type=email]::-webkit-input-placeholder,.woocommerce-checkout .form-row input[type=password]::-webkit-input-placeholder,.woocommerce-checkout .form-row input[type=tel]::-webkit-input-placeholder,.woocommerce-checkout .form-row input[type=text]::-webkit-input-placeholder{color:transparent}.woocommerce-checkout .form-row #billing_phone:-moz-placeholder,.woocommerce-checkout .form-row input[type=email]:-moz-placeholder,.woocommerce-checkout .form-row input[type=password]:-moz-placeholder,.woocommerce-checkout .form-row input[type=tel]:-moz-placeholder,.woocommerce-checkout .form-row input[type=text]:-moz-placeholder{color:transparent}.woocommerce-checkout .form-row #billing_phone::-moz-placeholder,.woocommerce-checkout .form-row input[type=email]::-moz-placeholder,.woocommerce-checkout .form-row input[type=password]::-moz-placeholder,.woocommerce-checkout .form-row input[type=tel]::-moz-placeholder,.woocommerce-checkout .form-row input[type=text]::-moz-placeholder{color:transparent}.woocommerce-checkout .form-row #billing_phone:-ms-input-placeholder,.woocommerce-checkout .form-row input[type=email]:-ms-input-placeholder,.woocommerce-checkout .form-row input[type=password]:-ms-input-placeholder,.woocommerce-checkout .form-row input[type=tel]:-ms-input-placeholder,.woocommerce-checkout .form-row input[type=text]:-ms-input-placeholder{color:transparent}.woocommerce-checkout .form-row #billing_phone::placeholder,.woocommerce-checkout .form-row input[type=email]::placeholder,.woocommerce-checkout .form-row input[type=password]::placeholder,.woocommerce-checkout .form-row input[type=tel]::placeholder,.woocommerce-checkout .form-row input[type=text]::placeholder{color:transparent}}@media only screen and (min-width:992px){.woocommerce-checkout .form-row #billing_phone,.woocommerce-checkout .form-row input[type=email],.woocommerce-checkout .form-row input[type=password],.woocommerce-checkout .form-row input[type=tel],.woocommerce-checkout .form-row input[type=text]{min-width:235px}}@media only screen and (min-width:768px){.woocommerce-checkout .form-row.woocommerce-invalid-required-field #billing_phone,.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type=email],.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type=password],.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type=tel],.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type=text]{border-color:#b91f1f!important}}.woocommerce-checkout .form-row input[type=email]{min-width:300px}.woocommerce-checkout .select2-container--default .select2-selection--single{background-color:#ddd;border-color:#ddd;border-radius:0;height:35px;margin-bottom:0;color:#fff;font-size:10px;font-family:HelveticaNeueW01-75Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase}@media only screen and (min-width:768px){.woocommerce-checkout .select2-container--default .select2-selection--single{border-color:#b5b5b5;border-radius:4px;font-size:12px;height:37px;background-color:#cecccd;padding-left:15px}}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px;color:#fff}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{line-height:35px;color:#fff}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{top:4px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{border-top-color:#fff;border-bottom-color:#fff!important}.woocommerce-checkout .select2-container--default .select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:#fff}@media only screen and (min-width:992px){.woocommerce-checkout #billing_country_field .select2-container--default,.woocommerce-checkout #billing_state_field .select2-container--default,.woocommerce-checkout #payex_ssn_country_field .select2-container--default,.woocommerce-checkout #shipping_country_field .select2-container--default,.woocommerce-checkout #shipping_state_field .select2-container--default{max-width:214px}}@media only screen and (min-width:1200px){.woocommerce-checkout #billing_country_field .select2-container--default,.woocommerce-checkout #billing_state_field .select2-container--default,.woocommerce-checkout #payex_ssn_country_field .select2-container--default,.woocommerce-checkout #shipping_country_field .select2-container--default,.woocommerce-checkout #shipping_state_field .select2-container--default{max-width:264px}}.woocommerce-checkout div#payex_ssn{display:none}@media only screen and (min-width:768px){.woocommerce-checkout div#payex_ssn p#payex_ssn_zip_field{width:50%}}.woocommerce-checkout div#payex_ssn #payex_ssn_country_field .select2-container--default{display:none}.woocommerce-checkout p.payex-ssn-country-class{display:none!important}.woocommerce-checkout div.payment_method_payex_factoring p{margin-bottom:0}.woocommerce-checkout div.payment_method_payex_factoring label{margin-left:0!important;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.woocommerce-checkout p.form-row{margin-bottom:20px;border-bottom:1px solid #e1e1e1;padding-bottom:0}@media only screen and (min-width:768px){.woocommerce-checkout p.form-row{margin-bottom:30px}}.woocommerce-checkout p.form-row#billing_country_field,.woocommerce-checkout p.form-row#billing_state_field{border-bottom:none!important}.woocommerce-checkout p.form-row#billing_country_field label,.woocommerce-checkout p.form-row#billing_state_field label{display:none!important}.woocommerce-checkout .woocommerce-validated input{border-color:#fff!important}.woocommerce-checkout .woocommerce-invalid-required-field input{border-color:#9f1a23!important}.woocommerce-checkout #payment{padding-top:35px}@media only screen and (min-width:768px){.woocommerce-checkout #payment{padding-top:0;margin-top:35px}}.woocommerce-checkout #payment .payment_methods li{border-radius:0;box-shadow:none;border:1px solid #cfcfcf;border-radius:8px;margin-bottom:20px;margin-left:12px;margin-right:12px}@media only screen and (min-width:768px){.woocommerce-checkout #payment .payment_methods li{margin-right:2px;margin-left:2px}}.woocommerce-checkout #payment .payment_methods li .payment-info,.woocommerce-checkout #payment .payment_methods li p{display:block;font-size:14px;line-height:20px;padding-left:21px;margin-left:0;margin-top:2px;margin-bottom:4px}.woocommerce-checkout #payment .payment_methods li .payment-info{color:#555;margin-bottom:1px}.woocommerce-checkout #payment .payment_methods li:hover{cursor:pointer}.woocommerce-checkout #payment .payment_methods li.active{background-color:#f1f1f1;border-color:#0474ff}@media only screen and (min-width:768px){.woocommerce-checkout div#woo_pp_ec_button_checkout{margin-left:8px}}.woocommerce-checkout #ship-to-different-address label,.woocommerce-checkout .auto-register-products label,.woocommerce-checkout .wc-terms-and-conditions label{display:inline-block;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:20px;max-width:260px}.woocommerce-checkout #ship-to-different-address input,.woocommerce-checkout .auto-register-products input,.woocommerce-checkout .wc-terms-and-conditions input{float:left;margin:7px 8px 0 0}.woocommerce-checkout .wc-terms-and-conditions{margin-bottom:0!important;border-bottom:0!important}.woocommerce-checkout .wc-terms-and-conditions label{text-transform:none}@media only screen and (min-width:768px){.woocommerce-checkout .wc-terms-and-conditions label{margin:0 0 0 3px}}.woocommerce-checkout .wc-terms-and-conditions input{margin-left:4px}.woocommerce-checkout .image-wrapper img{max-width:45px;height:auto;float:left;margin:3px 14px 2px 0}.woocommerce-checkout .product-name-wrapper{margin-top:0;display:block;line-height:22px}.cart_item .product-quantity{display:none}@media only screen and (min-width:768px){.cart_item .product-quantity{display:flex}}.cart_item .product-quantity .quantity{width:115px}@media (max-width:767px){.cart_item .product-quantity .quantity{width:45px}}.cart_item .product-quantity .quantity-button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;border:0;padding:0;margin:0;background:0 0;font-size:24px;color:#7d7d7b;box-shadow:none}.cart_item .product-quantity .quantity-button:hover{text-decoration:none;color:#fff}.cart_item .product-quantity .quantity-button.color-beige,.cart_item .product-quantity .quantity-button.color-gray-lighter,.cart_item .product-quantity .quantity-button.color-gray-lightest,.cart_item .product-quantity .quantity-button.color-white,.cart_item .product-quantity .quantity-button.contact-support-btn,.cart_item .product-quantity .quantity-button.helpful-btn{color:#333!important}.cart_item .product-quantity .quantity-button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.cart_item .product-quantity .quantity-button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.cart_item .product-quantity .quantity-button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.cart_item .product-quantity .quantity-button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.cart_item .product-quantity .quantity-button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.cart_item .product-quantity .quantity-button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.cart_item .product-quantity .quantity-button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.cart_item .product-quantity .quantity-button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.cart_item .product-quantity .quantity-button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.cart_item .product-quantity .quantity-button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.cart_item .product-quantity .quantity-button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.cart_item .product-quantity .quantity-button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.cart_item .product-quantity .quantity-button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.cart_item .product-quantity .quantity-button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.cart_item .product-quantity .quantity-button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.cart_item .product-quantity .quantity-button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.cart_item .product-quantity .quantity-button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.cart_item .product-quantity .quantity-button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.cart_item .product-quantity .quantity-button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.cart_item .product-quantity .quantity-button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.cart_item .product-quantity .quantity-button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.cart_item .product-quantity .quantity-button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.cart_item .product-quantity .quantity-button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.cart_item .product-quantity .quantity-button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.cart_item .product-quantity .quantity-button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.cart_item .product-quantity .quantity-button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.cart_item .product-quantity .quantity-button.color-mm-yellow-dark,.cart_item .product-quantity .quantity-button.color-mm-yellow-light{color:#181519!important}.cart_item .product-quantity .quantity-button.color-mm-gray-dark:hover{background-color:#2d282f!important}.cart_item .product-quantity .quantity-button.color-mm-gray-light:hover{background-color:#39343b!important}.cart_item .product-quantity .quantity-button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.cart_item .product-quantity .quantity-button.color-mm-yellow-light:hover{background-color:#fff!important}.cart_item .product-quantity .quantity-button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media only screen and (min-width:768px){.cart_item .product-total{font-size:14px;line-height:18px}}.cart_totals,.woocommerce .coupon{width:100%;padding:0 22px}@media only screen and (min-width:768px){.cart_totals,.woocommerce .coupon{margin:0 auto;padding:0;max-width:500px}}@media only screen and (min-width:992px){.cart_totals,.woocommerce .coupon{max-width:530px;float:right;padding-right:118px}}@media only screen and (min-width:1200px){.cart_totals,.woocommerce .coupon{max-width:615px;padding-right:205px}}@media only screen and (min-width:1400px){.cart_totals,.woocommerce .coupon{max-width:560px;padding-right:148px}}.cart_totals h2,.woocommerce .coupon h2{display:none}.cart_totals td strong,.cart_totals th strong,.woocommerce .coupon td strong,.woocommerce .coupon th strong{font-weight:400;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}.cart_totals table,.woocommerce .coupon table{width:100%;margin-bottom:35px}.cart_totals table tr,.woocommerce .coupon table tr{border-bottom:1px solid #efefef}.cart_totals table tr:last-child,.woocommerce .coupon table tr:last-child{border-bottom:none}.cart_totals table tr>th,.woocommerce .coupon table tr>th{width:20%}.cart_totals table td,.woocommerce .coupon table td{width:80%;text-align:right}.cart_totals .total th strong,.woocommerce .coupon .total th strong{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}.cart_totals .order-total .amount,.woocommerce .coupon .order-total .amount{font-weight:400;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}#order_review .shop_table .cart_item{width:100%;margin-bottom:0;border-radius:0;background-color:#f1f1f1;padding:18px 0;margin-left:0}#order_review .shop_table .cart_item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}#order_review .shop_table .cart_item .product-name{width:70%;padding-left:12px}@media only screen and (min-width:768px){#order_review .shop_table .cart_item .product-name{padding-left:18px}}@media only screen and (min-width:992px){#order_review .shop_table .cart_item .product-name{padding-left:30px}}#order_review .shop_table .cart_item .product-name p{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;margin-top:10px}#order_review .shop_table .cart_item .product-name,#order_review .shop_table .cart_item .product-name p{font-size:12px;line-height:16px}#order_review .shop_table .cart_item .product-name .variation,#order_review .shop_table .cart_item .product-name p{margin-bottom:0}#order_review .shop_table .cart_item .product-total{width:30%;padding-right:12px;text-align:right;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:16px}@media only screen and (min-width:768px){#order_review .shop_table .cart_item .product-total{padding-right:16px}}@media only screen and (min-width:992px){#order_review .shop_table .cart_item .product-total{padding-right:30px}}#order_review .shop_table .cart_item.hasSubItem{padding-bottom:0}#order_review .shop_table .cart_item.isSubItem{padding:5px 0}#order_review .shop_table .cart_item.isSubItem .product-thumbnail{margin-left:70px}@media only screen and (min-width:768px){#order_review .shop_table .cart_item.isSubItem .product-thumbnail{margin-left:78px}}@media only screen and (min-width:992px){#order_review .shop_table .cart_item.isSubItem .product-thumbnail{margin-left:90px}}#order_review .shop_table .cart_item.isSubItem .product-name{padding-left:0;display:table-cell}#order_review .shop_table .cart_item.isSubItem .product-name .image-wrapper img{max-width:30px}#order_review .shop_table .cart_item.isSubItem .product-name .variation{display:block}#order_review .shop_table .cart_item.isLastSubItem{padding-bottom:18px}#order_review .shop_table .bundle-content td{padding-bottom:0!important}#order_review .shop_table .bundle-content td .container-wrapper{border-radius:0!important}#order_review .shop_table tfoot{display:block;background-color:#f1f1f1;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:0 28px 28px;padding:10px 28px}#order_review .shop_table .cart-discount,#order_review .shop_table .cart-subtotal,#order_review .shop_table .order-total,#order_review .shop_table .shipping{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8;border-bottom:1px solid #cfcfcf;padding:12px 0}#order_review .shop_table .cart-discount:last-child,#order_review .shop_table .cart-subtotal:last-child,#order_review .shop_table .order-total:last-child,#order_review .shop_table .shipping:last-child{border-bottom:none}#order_review .shop_table .cart-discount td,#order_review .shop_table .cart-discount th,#order_review .shop_table .cart-subtotal td,#order_review .shop_table .cart-subtotal th,#order_review .shop_table .order-total td,#order_review .shop_table .order-total th,#order_review .shop_table .shipping td,#order_review .shop_table .shipping th{font-size:12px;line-height:14px}#order_review .shop_table .cart-discount th,#order_review .shop_table .cart-subtotal th,#order_review .shop_table .order-total th,#order_review .shop_table .shipping th{padding-right:10px;text-transform:uppercase}#order_review .shop_table .cart-discount td,#order_review .shop_table .cart-subtotal td,#order_review .shop_table .order-total td,#order_review .shop_table .shipping td{text-align:right}#order_review .shop_table .cart-discount .includes_tax,#order_review .shop_table .cart-discount .tax_label,#order_review .shop_table .cart-subtotal .includes_tax,#order_review .shop_table .cart-subtotal .tax_label,#order_review .shop_table .order-total .includes_tax,#order_review .shop_table .order-total .tax_label,#order_review .shop_table .shipping .includes_tax,#order_review .shop_table .shipping .tax_label{display:block}#order_review .shop_table .cart-discount.cart-subtotal th,#order_review .shop_table .cart-subtotal.cart-subtotal th,#order_review .shop_table .order-total.cart-subtotal th,#order_review .shop_table .shipping.cart-subtotal th{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#order_review .shop_table .order-total{border-bottom-left-radius:8px;border-bottom-right-radius:8px}#order_review .shop_table .cart-discount td{color:#b91d1d;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif}#order_review .shop_table .cart-discount a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase}#order_review td[data-title=Shipping]{font-size:14px;line-height:20px}#order_review td[data-title=Shipping] ul.woocommerce-shipping-methods{list-style:none;margin-bottom:0}#order_review td[data-title=Shipping] ul.woocommerce-shipping-methods li>label{display:block}.products .add_to_cart_button{display:none}.products .price{display:none!important}.products h3{margin:0;padding:5px 0 0 0;font-size:8px;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif!important;color:#555!important;line-height:125%;text-transform:uppercase}.products .product_type_variable{display:none}.variations_form.variable_b .single_add_to_cart_button,.variations_form.variable_b .variation_add_to_cart,.variations_form.variable_b select#pa_product-variant.form-control.input-sm{width:100%!important}.variations_form.variable_b .variations,.variations_form.variable_b .variations_button{margin:0!important}.variations_form.variable_b .variations .label label{font-size:15px}.variations_form.variable_b .variations .label,.variations_form.variable_b .woocommerce-variation-price{height:65px;text-align:center;display:table-cell;vertical-align:middle;width:614px;background-color:#fff!important}.variations_form.variable_b .variations .label>span,.variations_form.variable_b .woocommerce-variation-price .single_variation{display:inline-block}.variations_form.variable_b .woocommerce-variation-price{font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif}.variations_form.variable_b .amount{font-size:42px;line-height:1em}.variations_form.variable_b .upgrade_or_full{color:#6e6e6c!important}.woocommerce #place_order,.woocommerce a.checkout-button{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:block;float:none;margin:0 auto;padding:18px 15px 17px;width:230px;max-width:100%;font-size:18px;border-radius:12px;border-style:solid;color:#fff}@media only screen and (min-width:768px){.woocommerce #place_order,.woocommerce a.checkout-button{float:right;padding:19px 15px;width:260px;margin:0 -10px 0 0}}.woocommerce #place_order{margin:25px auto 30px}@media only screen and (min-width:768px){.woocommerce #place_order{float:none;margin:25px auto 40px}}.woocommerce .paying-options-img{display:none}.woocommerce #payex_ssn_button{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;font-family:'Conduit ITC W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif!important;text-transform:uppercase;float:none;width:auto;padding:3px 12px;min-width:140px;margin-bottom:20px}.woocommerce #payex_ssn_button:hover{text-decoration:none;color:#fff}.woocommerce #payex_ssn_button.color-beige,.woocommerce #payex_ssn_button.color-gray-lighter,.woocommerce #payex_ssn_button.color-gray-lightest,.woocommerce #payex_ssn_button.color-white,.woocommerce #payex_ssn_button.contact-support-btn,.woocommerce #payex_ssn_button.helpful-btn{color:#333!important}.woocommerce #payex_ssn_button.color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.woocommerce #payex_ssn_button.color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.woocommerce #payex_ssn_button.color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.woocommerce #payex_ssn_button.color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.woocommerce #payex_ssn_button.color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.woocommerce #payex_ssn_button.color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.woocommerce #payex_ssn_button.color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.woocommerce #payex_ssn_button.color-black:hover{background-color:#363636!important;border-color:#363636!important}.woocommerce #payex_ssn_button.color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.woocommerce #payex_ssn_button.color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.woocommerce #payex_ssn_button.color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.woocommerce #payex_ssn_button.color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.woocommerce #payex_ssn_button.color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.woocommerce #payex_ssn_button.color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.woocommerce #payex_ssn_button.color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.woocommerce #payex_ssn_button.color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.woocommerce #payex_ssn_button.color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.woocommerce #payex_ssn_button.color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.woocommerce #payex_ssn_button.color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.woocommerce #payex_ssn_button.transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.woocommerce #payex_ssn_button.color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.woocommerce #payex_ssn_button.color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.woocommerce #payex_ssn_button.color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.woocommerce #payex_ssn_button.color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.woocommerce #payex_ssn_button.color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.woocommerce #payex_ssn_button.color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.woocommerce #payex_ssn_button.color-mm-yellow-dark,.woocommerce #payex_ssn_button.color-mm-yellow-light{color:#181519!important}.woocommerce #payex_ssn_button.color-mm-gray-dark:hover{background-color:#2d282f!important}.woocommerce #payex_ssn_button.color-mm-gray-light:hover{background-color:#39343b!important}.woocommerce #payex_ssn_button.color-mm-yellow-dark:hover{background-color:#fbcc94!important}.woocommerce #payex_ssn_button.color-mm-yellow-light:hover{background-color:#fff!important}.woocommerce #payex_ssn_button.color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.woocommerce .coupon{width:100%}.woocommerce .coupon::after{display:block;clear:both;content:""}.woocommerce .coupon>label{display:none!important}.woocommerce .coupon #coupon-toggle-link{float:right;font-size:12px;line-height:36px}@media only screen and (min-width:768px){.woocommerce .coupon #coupon-toggle-link{font-size:14px}}@media only screen and (min-width:992px){.woocommerce .coupon #coupon-toggle-link{font-size:16px}}.woocommerce .coupon #coupon_code{border-radius:0;box-shadow:none;padding:3px 10px;line-height:25px;border:1px solid #ddd;margin-right:5px;font-size:13px;height:36px;width:calc(100% - 180px);float:right;display:none}@media only screen and (min-width:768px){.woocommerce .coupon #coupon_code{font-size:inherit;height:36px}}@media only screen and (min-width:992px){.woocommerce .coupon #coupon_code{width:220px}}@media only screen and (min-width:1400px){.woocommerce .coupon #coupon_code{width:222px}}.woocommerce .coupon button[name=apply_coupon],.woocommerce .coupon input[name=apply_coupon]{font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif!important;text-transform:uppercase;padding:6px 12px;border-color:#aaa;background-color:#aaa;border-style:solid;margin-top:0;margin-left:15px;font-size:16px;line-height:20px;color:#fff;width:160px;float:right;border-radius:8px;outline:0;display:none}.woocommerce .coupon button[name=apply_coupon]:hover,.woocommerce .coupon input[name=apply_coupon]:hover{text-decoration:none;color:#fff}.woocommerce .coupon button[name=apply_coupon].color-beige,.woocommerce .coupon button[name=apply_coupon].color-gray-lighter,.woocommerce .coupon button[name=apply_coupon].color-gray-lightest,.woocommerce .coupon button[name=apply_coupon].color-white,.woocommerce .coupon button[name=apply_coupon].contact-support-btn,.woocommerce .coupon button[name=apply_coupon].helpful-btn,.woocommerce .coupon input[name=apply_coupon].color-beige,.woocommerce .coupon input[name=apply_coupon].color-gray-lighter,.woocommerce .coupon input[name=apply_coupon].color-gray-lightest,.woocommerce .coupon input[name=apply_coupon].color-white,.woocommerce .coupon input[name=apply_coupon].contact-support-btn,.woocommerce .coupon input[name=apply_coupon].helpful-btn{color:#333!important}.woocommerce .coupon button[name=apply_coupon].color-ezbass:hover,.woocommerce .coupon input[name=apply_coupon].color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.woocommerce .coupon button[name=apply_coupon].color-ezdrummer:hover,.woocommerce .coupon input[name=apply_coupon].color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.woocommerce .coupon button[name=apply_coupon].color-ezkeys:hover,.woocommerce .coupon input[name=apply_coupon].color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.woocommerce .coupon button[name=apply_coupon].color-ezmix:hover,.woocommerce .coupon input[name=apply_coupon].color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.woocommerce .coupon button[name=apply_coupon].color-midi:hover,.woocommerce .coupon input[name=apply_coupon].color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.woocommerce .coupon button[name=apply_coupon].color-superior:hover,.woocommerce .coupon input[name=apply_coupon].color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.woocommerce .coupon button[name=apply_coupon].color-tst:hover,.woocommerce .coupon input[name=apply_coupon].color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.woocommerce .coupon button[name=apply_coupon].color-black:hover,.woocommerce .coupon input[name=apply_coupon].color-black:hover{background-color:#363636!important;border-color:#363636!important}.woocommerce .coupon button[name=apply_coupon].color-dark:hover,.woocommerce .coupon input[name=apply_coupon].color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.woocommerce .coupon button[name=apply_coupon].color-gray-darker:hover,.woocommerce .coupon input[name=apply_coupon].color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.woocommerce .coupon button[name=apply_coupon].color-gray-dark:hover,.woocommerce .coupon input[name=apply_coupon].color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.woocommerce .coupon button[name=apply_coupon].color-gray:hover,.woocommerce .coupon input[name=apply_coupon].color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.woocommerce .coupon button[name=apply_coupon].color-gray-light:hover,.woocommerce .coupon input[name=apply_coupon].color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.woocommerce .coupon button[name=apply_coupon].color-gray-lighter:hover,.woocommerce .coupon input[name=apply_coupon].color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.woocommerce .coupon button[name=apply_coupon].color-gray-lightest:hover,.woocommerce .coupon input[name=apply_coupon].color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.woocommerce .coupon button[name=apply_coupon].color-beige:hover,.woocommerce .coupon input[name=apply_coupon].color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.woocommerce .coupon button[name=apply_coupon].color-brown:hover,.woocommerce .coupon input[name=apply_coupon].color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.woocommerce .coupon button[name=apply_coupon].color-white:hover,.woocommerce .coupon input[name=apply_coupon].color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.woocommerce .coupon button[name=apply_coupon].color-sale:hover,.woocommerce .coupon input[name=apply_coupon].color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.woocommerce .coupon button[name=apply_coupon].transparent:hover,.woocommerce .coupon input[name=apply_coupon].transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.woocommerce .coupon button[name=apply_coupon].color-gold:hover,.woocommerce .coupon input[name=apply_coupon].color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.woocommerce .coupon button[name=apply_coupon].color-charcoal:hover,.woocommerce .coupon input[name=apply_coupon].color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.woocommerce .coupon button[name=apply_coupon].color-silver:hover,.woocommerce .coupon input[name=apply_coupon].color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.woocommerce .coupon button[name=apply_coupon].color-green:hover,.woocommerce .coupon input[name=apply_coupon].color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.woocommerce .coupon button[name=apply_coupon].color-cart-orange:hover,.woocommerce .coupon input[name=apply_coupon].color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.woocommerce .coupon button[name=apply_coupon].color-ezline:hover,.woocommerce .coupon input[name=apply_coupon].color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.woocommerce .coupon button[name=apply_coupon].color-mm-yellow-dark,.woocommerce .coupon button[name=apply_coupon].color-mm-yellow-light,.woocommerce .coupon input[name=apply_coupon].color-mm-yellow-dark,.woocommerce .coupon input[name=apply_coupon].color-mm-yellow-light{color:#181519!important}.woocommerce .coupon button[name=apply_coupon].color-mm-gray-dark:hover,.woocommerce .coupon input[name=apply_coupon].color-mm-gray-dark:hover{background-color:#2d282f!important}.woocommerce .coupon button[name=apply_coupon].color-mm-gray-light:hover,.woocommerce .coupon input[name=apply_coupon].color-mm-gray-light:hover{background-color:#39343b!important}.woocommerce .coupon button[name=apply_coupon].color-mm-yellow-dark:hover,.woocommerce .coupon input[name=apply_coupon].color-mm-yellow-dark:hover{background-color:#fbcc94!important}.woocommerce .coupon button[name=apply_coupon].color-mm-yellow-light:hover,.woocommerce .coupon input[name=apply_coupon].color-mm-yellow-light:hover{background-color:#fff!important}.woocommerce .coupon button[name=apply_coupon].color-bf-gray-hover-red:hover,.woocommerce .coupon input[name=apply_coupon].color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}@media only screen and (min-width:768px){.woocommerce .coupon button[name=apply_coupon],.woocommerce .coupon input[name=apply_coupon]{font-size:inherit}}@media only screen and (min-width:992px){.woocommerce .coupon button[name=apply_coupon],.woocommerce .coupon input[name=apply_coupon]{width:170px}}.woocommerce .coupon button[name=apply_coupon]:hover,.woocommerce .coupon input[name=apply_coupon]:hover{background-color:#bbb;border-color:#bbb}.myaccount_user a{text-decoration:underline}.woocommerce-account{padding-top:40px}.woocommerce-account .nav-tabs .nav-link:focus,.woocommerce-account .nav-tabs .nav-link:hover{border-bottom:1px solid #fff}.woocommerce-account button[name=save_account_details],.woocommerce-account button[name=save_address]{margin-top:28px;border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out}.woocommerce-account button[name=save_account_details]:hover,.woocommerce-account button[name=save_address]:hover{text-decoration:none;color:#fff}.woocommerce-account button[name=save_account_details].color-beige,.woocommerce-account button[name=save_account_details].color-gray-lighter,.woocommerce-account button[name=save_account_details].color-gray-lightest,.woocommerce-account button[name=save_account_details].color-white,.woocommerce-account button[name=save_account_details].contact-support-btn,.woocommerce-account button[name=save_account_details].helpful-btn,.woocommerce-account button[name=save_address].color-beige,.woocommerce-account button[name=save_address].color-gray-lighter,.woocommerce-account button[name=save_address].color-gray-lightest,.woocommerce-account button[name=save_address].color-white,.woocommerce-account button[name=save_address].contact-support-btn,.woocommerce-account button[name=save_address].helpful-btn{color:#333!important}.woocommerce-account button[name=save_account_details].color-ezbass:hover,.woocommerce-account button[name=save_address].color-ezbass:hover{background-color:#e84647!important;border-color:#e84647!important}.woocommerce-account button[name=save_account_details].color-ezdrummer:hover,.woocommerce-account button[name=save_address].color-ezdrummer:hover{background-color:#e77c47!important;border-color:#e77c47!important}.woocommerce-account button[name=save_account_details].color-ezkeys:hover,.woocommerce-account button[name=save_address].color-ezkeys:hover{background-color:#c2202b!important;border-color:#c2202b!important}.woocommerce-account button[name=save_account_details].color-ezmix:hover,.woocommerce-account button[name=save_address].color-ezmix:hover{background-color:#fac658!important;border-color:#fac658!important}.woocommerce-account button[name=save_account_details].color-midi:hover,.woocommerce-account button[name=save_address].color-midi:hover{background-color:#bcaf33!important;border-color:#bcaf33!important}.woocommerce-account button[name=save_account_details].color-superior:hover,.woocommerce-account button[name=save_address].color-superior:hover{background-color:#65b9e0!important;border-color:#65b9e0!important}.woocommerce-account button[name=save_account_details].color-tst:hover,.woocommerce-account button[name=save_address].color-tst:hover{background-color:#b9c1c5!important;border-color:#b9c1c5!important}.woocommerce-account button[name=save_account_details].color-black:hover,.woocommerce-account button[name=save_address].color-black:hover{background-color:#363636!important;border-color:#363636!important}.woocommerce-account button[name=save_account_details].color-dark:hover,.woocommerce-account button[name=save_address].color-dark:hover{background-color:#3f4248!important;border-color:#3f4248!important}.woocommerce-account button[name=save_account_details].color-gray-darker:hover,.woocommerce-account button[name=save_address].color-gray-darker:hover{background-color:#373737!important;border-color:#373737!important}.woocommerce-account button[name=save_account_details].color-gray-dark:hover,.woocommerce-account button[name=save_address].color-gray-dark:hover{background-color:#474747!important;border-color:#474747!important}.woocommerce-account button[name=save_account_details].color-gray:hover,.woocommerce-account button[name=save_address].color-gray:hover{background-color:#6a6a6a!important;border-color:#6a6a6a!important}.woocommerce-account button[name=save_account_details].color-gray-light:hover,.woocommerce-account button[name=save_address].color-gray-light:hover{background-color:#adadad!important;border-color:#adadad!important}.woocommerce-account button[name=save_account_details].color-gray-lighter:hover,.woocommerce-account button[name=save_address].color-gray-lighter:hover{background-color:#dadada!important;border-color:#dadada!important}.woocommerce-account button[name=save_account_details].color-gray-lightest:hover,.woocommerce-account button[name=save_address].color-gray-lightest:hover{background-color:#e1e1e1!important;border-color:#e1e1e1!important}.woocommerce-account button[name=save_account_details].color-beige:hover,.woocommerce-account button[name=save_address].color-beige:hover{background-color:#d9d7cf!important;border-color:#d9d7cf!important}.woocommerce-account button[name=save_account_details].color-brown:hover,.woocommerce-account button[name=save_address].color-brown:hover{background-color:#382e2c!important;border-color:#382e2c!important}.woocommerce-account button[name=save_account_details].color-white:hover,.woocommerce-account button[name=save_address].color-white:hover{background-color:#e6e6e6!important;border-color:#e6e6e6!important}.woocommerce-account button[name=save_account_details].color-sale:hover,.woocommerce-account button[name=save_address].color-sale:hover{background-color:#dc2323!important;border-color:#dc2323!important}.woocommerce-account button[name=save_account_details].transparent:hover,.woocommerce-account button[name=save_address].transparent:hover{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.woocommerce-account button[name=save_account_details].color-gold:hover,.woocommerce-account button[name=save_address].color-gold:hover{background-color:#ca9f45!important;border-color:#ca9f45!important}.woocommerce-account button[name=save_account_details].color-charcoal:hover,.woocommerce-account button[name=save_address].color-charcoal:hover{background-color:#232531!important;border-color:#232531!important}.woocommerce-account button[name=save_account_details].color-silver:hover,.woocommerce-account button[name=save_address].color-silver:hover{background-color:#d7d7d7!important;border-color:#d7d7d7!important}.woocommerce-account button[name=save_account_details].color-green:hover,.woocommerce-account button[name=save_address].color-green:hover{background-color:#78c478!important;border-color:#78c478!important}.woocommerce-account button[name=save_account_details].color-cart-orange:hover,.woocommerce-account button[name=save_address].color-cart-orange:hover{background-color:#f89200!important;border-color:#f89200!important}.woocommerce-account button[name=save_account_details].color-ezline:hover,.woocommerce-account button[name=save_address].color-ezline:hover{background-color:#b99d67!important;border-color:#b99d67!important}.woocommerce-account button[name=save_account_details].color-mm-yellow-dark,.woocommerce-account button[name=save_account_details].color-mm-yellow-light,.woocommerce-account button[name=save_address].color-mm-yellow-dark,.woocommerce-account button[name=save_address].color-mm-yellow-light{color:#181519!important}.woocommerce-account button[name=save_account_details].color-mm-gray-dark:hover,.woocommerce-account button[name=save_address].color-mm-gray-dark:hover{background-color:#2d282f!important}.woocommerce-account button[name=save_account_details].color-mm-gray-light:hover,.woocommerce-account button[name=save_address].color-mm-gray-light:hover{background-color:#39343b!important}.woocommerce-account button[name=save_account_details].color-mm-yellow-dark:hover,.woocommerce-account button[name=save_address].color-mm-yellow-dark:hover{background-color:#fbcc94!important}.woocommerce-account button[name=save_account_details].color-mm-yellow-light:hover,.woocommerce-account button[name=save_address].color-mm-yellow-light:hover{background-color:#fff!important}.woocommerce-account button[name=save_account_details].color-bf-gray-hover-red:hover,.woocommerce-account button[name=save_address].color-bf-gray-hover-red:hover{background-color:#b91c1d!important;border-color:#b91c1d!important}.woocommerce-account.woocommerce-add-address label,.woocommerce-account.woocommerce-edit-account label,.woocommerce-account.woocommerce-edit-address label{margin-bottom:0}.woocommerce-account .my_account_orders ins{text-decoration:none}input[name=update_cart]{margin-right:5px}.shop_table{width:100%}@media only screen and (min-width:768px){.shop_table{max-width:550px}}@media only screen and (min-width:992px){.shop_table{max-width:800px}}@media only screen and (min-width:1400px){.shop_table{max-width:1100px}}.shop_table thead{display:none}.shop_table .cart_item{position:relative;display:flex;background:#efefef;margin:0 10px 6px;padding:25px 0;margin-bottom:6px;border-radius:10px;justify-content:center;align-items:center}@media only screen and (min-width:768px){.shop_table .cart_item{margin:0 0 6px;padding:40px 0}}.shop_table .cart_item.hasSubItem{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:0;margin-bottom:0}.shop_table .cart_item.isSubItem{border-radius:0;padding:10px 0;margin-bottom:0;justify-content:start}.shop_table .cart_item.isSubItem .product-thumbnail{width:38px;margin-left:60px;padding-left:0!important}@media only screen and (min-width:768px){.shop_table .cart_item.isSubItem .product-thumbnail{margin-left:95px}}@media only screen and (min-width:992px){.shop_table .cart_item.isSubItem .product-thumbnail{margin-left:130px}}.shop_table .cart_item.isSubItem .product-thumbnail a img{max-width:30px}.shop_table .cart_item.isSubItem .product-name{width:60%}.shop_table .cart_item.isSubItem .product-name a,.shop_table .cart_item.isSubItem .product-name p{font-size:10px;line-height:12px;display:table-cell}.shop_table .cart_item.isSubItem .product-name span{font-size:8px;line-height:10px;display:table-cell}.shop_table .cart_item.isSubItem.isLastSubItem{border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-bottom:6px;padding-bottom:25px}@media only screen and (min-width:768px){.shop_table .cart_item.isSubItem.isLastSubItem{padding-bottom:40px}}.shop_table .product-remove{position:absolute;top:0;right:8px}.shop_table .product-remove .remove{cursor:pointer;background:0 0;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:25.5px;line-height:25.5px;font-weight:700;color:#000;border:0;text-shadow:0 1px 0 #fff;opacity:.2!important;-webkit-appearance:none}.shop_table .product-remove .remove:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5!important}.shop_table .product-name a{font-weight:400;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:16px;text-decoration:none!important;margin-bottom:0}@media only screen and (min-width:768px){.shop_table .product-name a{font-size:14px}}@media only screen and (min-width:992px){.shop_table .product-name a{font-size:16px;line-height:18px}}.shop_table .product-name dl.variation p{margin-top:0;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:18px}@media only screen and (min-width:768px){.shop_table .product-name dl.variation p{margin-top:0}}.shop_table .product-name .product_variant{line-height:24px}.shop_table .product-name .product-quantity,.shop_table .product-name .variation-Delivery,.shop_table .product-name .variation-Freeproductfor.value p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;vertical-align:initial;font-size:10px;line-height:12px}@media only screen and (min-width:768px){.shop_table .product-name .product-quantity,.shop_table .product-name .variation-Delivery,.shop_table .product-name .variation-Freeproductfor.value p{font-size:12px;line-height:14px}}.shop_table .product-name .product-quantity a,.shop_table .product-name .variation-Delivery a,.shop_table .product-name .variation-Freeproductfor.value p a{font-size:10px}@media only screen and (min-width:768px){.shop_table .product-name .product-quantity a,.shop_table .product-name .variation-Delivery a,.shop_table .product-name .variation-Freeproductfor.value p a{font-size:12px}}.shop_table .product-name .variation-Freeproductfor.value p{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif!important;margin-top:0;margin-bottom:0}.shop_table .product-name .free-product-cart-btn{float:none;display:block;margin-top:6px;max-width:150px;font-size:9px;line-height:22px}@media only screen and (min-width:1400px){.shop_table .product-name .free-product-cart-btn{float:right;max-width:180px;font-size:12px;line-height:31px;margin-right:10px;margin-top:-45px!important}}.shop_table .product-name .free-product-cart-btn.tt-select-free-product-btn-mandatory{position:relative;border-color:#b91d1d!important;border-width:3px}.shop_table .product-name .free-product-cart-btn.tt-select-free-product-btn-mandatory::after{content:"Please select your free product.";position:absolute;display:block;color:#b91d1d;margin-top:5px;text-transform:none;left:-3px}@media only screen and (min-width:1200px){.shop_table .product-name .free-product-cart-btn.sd3-free-product-btn{float:none;margin-top:0!important}}.shop_table .product-name dl.component dd p{margin:0}.shop_table .product-subtotal{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:16px}@media only screen and (min-width:768px){.shop_table .product-subtotal{font-size:14px}}@media only screen and (min-width:992px){.shop_table .product-subtotal{font-size:16px;line-height:18px}}.shop_table .tt-number-spinner{width:58px!important;float:right;height:30px}.shop_table .tt-number-spinner input.input-text.qty.text{text-align:right;border-radius:5px;border:0;background-color:#cecccd;color:#fff;padding:4px 2px!important;height:34px!important;box-shadow:none;margin:0;width:26px!important;text-align:right!important;border-bottom-right-radius:0;border-top-right-radius:0;-moz-appearance:textfield;pointer-events:none}.shop_table .tt-number-spinner input.input-text.qty.text:-webkit-inner-spin-button,.shop_table .tt-number-spinner input.input-text.qty.text:-webkit-outer-spin-button{-webkit-appearance:none}.shop_table .tt-number-spinner .btn-group-vertical{position:relative;white-space:nowrap;width:33px;vertical-align:middle;display:table-cell;background-color:#cecccd;border-top-right-radius:4px;border-bottom-right-radius:4px}.shop_table .tt-number-spinner .btn-group-vertical>.btn{display:block;float:none;width:29px;max-width:29px;padding:0 8px;margin-left:0!important;margin-right:0;position:relative;border-radius:0;line-height:16px;background-color:#cecccd;color:#fff;outline:0!important;height:18px}.shop_table .tt-number-spinner .btn-group-vertical>.btn:last-child{margin-top:-2px}.shop_table .tt-number-spinner .btn-group-vertical i{position:absolute;top:0;left:4px}.shop_table .tt-number-spinner svg{width:14px;height:14px}.shop_table .tt-number-spinner svg use{fill:#fff}.shop_table .bundle-content .bundle-toggler-wrapper .btn-more::after{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;top:-15px;left:-27px;font-size:12px;color:#656563;content:"Show content"}.shop_table .bundle-content .bundle-toggler-wrapper+div{border-radius:8px;margin:3px 10px 0 10px}@media only screen and (min-width:768px){.shop_table .bundle-content .bundle-toggler-wrapper+div{margin:3px 0 0 0}}.shop_table .bundle-content .bundle-toggler-spacer{height:2px}.product-type-service_fee .price{display:none}#coi-banner-wrapper .coi-banner__page{background:#fff}#coi-banner-wrapper .coi-banner__headline{margin-top:0;margin-bottom:0;font-family:ConduitITCW01-ExtraBold_731262,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#e26223;text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width:768px){#coi-banner-wrapper .coi-banner__headline{font-size:38px;line-height:34px}}@media only screen and (min-width:992px){#coi-banner-wrapper .coi-banner__headline{font-size:48px;line-height:42px}}#coi-banner-wrapper .coi-banner__maintext{color:#686766;margin:8px 0 15px 0;font-size:16px;line-height:20px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#coi-banner-wrapper .coi-banner__maintext a{color:#e26223;text-decoration:none;font-weight:400;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#coi-banner-wrapper .coi-banner__maintext a:hover{text-decoration:underline}#coi-banner-wrapper .coi-banner__maintext .top-column__bold-text{color:#686766;font-size:16px;line-height:20px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#coi-banner-wrapper .coi-button-group .coi-banner__accept,#coi-banner-wrapper .coi-button-group .coi-banner__decline,#coi-banner-wrapper .coi-button-group .coi-banner__lastpage{border-radius:8px;font-family:'Conduit ITC W01 Light','Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-webkit-transition:background-color .1s ease-in-out;min-width:100px;font-size:16px;padding:11px 16px;line-height:1.4;font-weight:400}@media only screen and (min-width:768px){#coi-banner-wrapper .coi-button-group .coi-banner__accept,#coi-banner-wrapper .coi-button-group .coi-banner__decline,#coi-banner-wrapper .coi-button-group .coi-banner__lastpage{min-width:210px;border-radius:10px;font-size:18px;padding:14px 16px 15px;line-height:1.4}}#coi-banner-wrapper .coi-button-group .coi-banner__accept:hover,#coi-banner-wrapper .coi-button-group .coi-banner__decline:hover,#coi-banner-wrapper .coi-button-group .coi-banner__lastpage:hover{text-decoration:none;color:#fff}#coi-banner-wrapper .coi-button-group .coi-banner__accept{background:#5cb85c}#coi-banner-wrapper .coi-button-group .coi-banner__accept:hover{background-color:#78c478!important;border-color:#78c478!important}#coi-banner-wrapper .coi-button-group .coi-banner__decline,#coi-banner-wrapper .coi-button-group .coi-banner__lastpage{background:#fff}#coi-banner-wrapper .coi-button-group .coi-banner__decline:hover,#coi-banner-wrapper .coi-button-group .coi-banner__lastpage:hover{background-color:#e6e6e6!important;color:#000}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__category-controls button h3{font-size:20px;color:#373737;font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;text-transform:none}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__category-controls button h3:hover{text-decoration:none;color:#373737}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__category-controls .ci-arrow{width:6px;height:6px}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__category-controls .coi-consent-banner__category-description{color:#686766;margin:0 0 15px 0;font-size:16px;line-height:20px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__description-container{font-size:.9rem;width:96%}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__description-container .cookie-details__detail-title{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__description-container .cookie-details__detail-content{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__description-container a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;text-decoration:none;color:#e26223}#coi-banner-wrapper .coi-consent-banner__category-container .coi-consent-banner__description-container a:hover{color:#e26223;text-decoration:underline}#coi-banner-wrapper .coi-banner__footer a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#e26223;text-decoration:none;font-weight:400}#coi-banner-wrapper .cookiedeclaration_wrapper h2{font-family:HelveticaNeueW01-65Medi,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;text-transform:none;font-size:24px;line-height:32px;margin-bottom:0}#coi-banner-wrapper .cookiedeclaration_wrapper a{font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#e26223;text-decoration:none;font-weight:400}#coi-banner-wrapper .cookiedeclaration_wrapper a:hover{text-decoration:underline}#coi-banner-wrapper .cookiedeclaration_wrapper li{color:#686766;font-size:1em;line-height:20px;letter-spacing:.2px;font-kerning:auto;hyphens:manual;font-family:HelveticaNeueW01-45Ligh,'Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){#coi-banner-wrapper .cookiedeclaration_wrapper li{font-family:HelveticaNeueW01-Thin,'Helvetica Neue',Helvetica,Arial,sans-serif}}#coi-banner-wrapper .checkbox-toggle{height:20px;width:40px}#coi-banner-wrapper .checkbox-toggle:before{width:16px;height:16px;top:2px;left:2px}#coi-banner-wrapper .coi-checkboxes input[type=checkbox]:checked+.checkbox-toggle{background:#5cb85c}#coi-banner-wrapper .coi-checkboxes input[type=checkbox]:checked+.checkbox-toggle:before{left:22px}#Coi-Renew .renew_path{fill:#e26223!important}.toggles-wrapper{float:right;margin:17px -5px 0 0}.toggles [disabled]+label,.toggles [disabled]:hover+label{color:#686766!important}.togglesExcludedLabel{color:#686766;float:left;padding-top:2px}.togglesExcludedLabel.disabled{color:#686766!important}.toggles label.sliderActive{color:#15aa05}.toggles label.sliderInactive{color:#686766}.toggles [type=checkbox]{position:absolute;top:auto;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;white-space:nowrap}.toggles [type=checkbox]+label{display:block;position:relative;padding:.5em;padding-left:4em;max-width:calc(100% - 2em);padding-bottom:0;padding-top:3px}.toggles [type=checkbox]:hover+label::before{box-shadow:0 0 .5em #333}.toggles [type=checkbox]+label::after,.toggles [type=checkbox]+label::before{content:"";position:absolute;height:1.5em;transition:all .25s ease}.toggles [type=checkbox]+label::before{left:0;top:.2em;width:40px;border:.2em solid #888;background:#888;border-radius:1.1em;height:20px}.toggles [type=checkbox]+label::after{left:0;background-color:#fff;background-position:center center;border-radius:50%;border:.15em solid #888;width:20px;height:20px;top:3px}.toggles [type=checkbox]:checked+label::after{border-color:#5cb85c;color:#5cb85c;left:19px;width:20px;height:20px}.toggles [type=checkbox]:indeterminate+label::after{left:.8em}.toggles [type=checkbox]:indeterminate+label::before{background-color:#ddd}.toggles [type=checkbox]:checked+label::before{background-color:#5cb85c;border-color:#5cb85c;height:20px;width:39px}.toggles [type=checkbox][disabled]+label::before{background-color:transparent;border-color:#ddd}.toggles [type=checkbox][disabled]+label::after{border-color:#ddd}.toggles [disabled]:hover+label{color:#999}.toggles [type=checkbox][disabled]:hover+label::before{box-shadow:none}.toggles [type=checkbox][disabled]:hover+label::after{background-image:none}.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A) repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-sprite{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A)}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,.1);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-hot-spot-debug-indicator,.pnlm-orientation-button{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-author-box a,.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:active,.pnlm-about-msg a:hover{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:rgba(255,255,255,.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A);cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}