@import "//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/grid.css?v=2443601972957053957";

/* Colors */
/* Font Family & Sizes */
/* Font Weights */
/* Retina mixins */
/* Selection & Placeholder */
::selection {
  color: #ffffff;
  background: #03a9f4;
}
::-moz-selection {
  color: #ffffff;
  background: #03a9f4;
}
::-webkit-selection {
  color: #ffffff;
  background: #03a9f4;
}
::-webkit-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
input:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
input:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
/* Firefox's outline */
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
a:focus {
  outline: none;
}
/* Anchor */
a {
  color: #03a9f4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:visited {
  color: #03a9f4;
}
a:hover {
  color: #0288d1;
}
.softgreyhover {
  color: #607d8b;
}
.softgreyhover:hover,
.softgreyhover:active,
.softgreyhover:focus,
.softgreyhover.active {
  color: #b0bec5;
}
/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
/* Challenge */
.shopify-challenge__container {
  padding: 100px 0;
  letter-spacing: 0;
}
.shopify-challenge__button.btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 11px 23px 12px;
  min-width: 130px;
  -webkit-appearance: button;
  cursor: pointer;
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
}
.shopify-challenge__message {
  color: #263238;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  display: block;
  margin-bottom: 9px;
}
/* Quote */
.quote quote {
  display: block;
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.quote quote:before {
  content: '“';
}
.quote quote:after {
  content: '”';
}
.quote .owner {
  margin-top: 31px;
}
.quote .owner > div {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  padding-left: 21px;
}
.quote .owner > div span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  margin-bottom: 6px;
}
.quote .owner > div span.people {
  position: relative;
  left: -11px;
}
.quote .owner > div span.meta {
  color: #02679E;
}
.quote .owner.no-avatar {
  margin-top: 34px;
  margin-left: -21px;
}
/* Alignment */
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.inlineblock {
  display: inline-block;
  vertical-align: top;
}
/* Html & Body */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #607d8b;
}
/* Global Styling */
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.antialiasedletterspacing {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
/* Bootstrape Overwrite */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav-pills > li > a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn {
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none !important;
}
.btn.btn-margin {
  margin: 0 15px;
}
.btn.btn-lg {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding-top: 14px;
  padding-bottom: 14px;
  min-width: 178px;
}
.btn.btn-xlg {
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 200px;
  color: #ffffff;
  text-shadow: 0 1px 1px #0288D1;
}
.btn.btn-xlg:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.btn.btn-xlg.btn-default-grey {
  padding-top: 14px;
  padding-bottom: 14px;
  text-shadow: none;
  font-weight: 400;
}
.btn.btn-default {
  text-align: center;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  background: transparent;
}
.btn.btn-default:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.btn.btn-default:active {
  background: #ffffff;
  box-shadow: none;
  color: #263238 !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.btn.btn-default.btn-default-grey {
  border-color: #b0bec5 !important;
  color: #607d8b !important;
}
.btn.btn-checkout {
  text-transform: uppercase;
}
.btn.btn-cta {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 11px 15px 12px;
  width: 200px;
}
.btn.btn-cta:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.btn.btn-buy-now {
  border-color: #607d8b;
  color: #607d8b !important;
  font-weight: 600;
}
.btn.btn-buy-now:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.btn.btn-buy-now:active {
  background: #607d8b;
  color: #ffffff !important;
}
.btn.btn-search {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  padding: 9px 16px 10px;
  border-radius: 3px;
}
.btn.btn-search:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.btn.btn-discover {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 11px 23px 12px;
  min-width: 130px;
}
.btn.btn-discover:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
.btn.update-cart {
  color: #607d8b !important;
  border-color: #b0bec5 !important;
  padding: 10px 23px 10px !important;
  margin-right: 10px;
}
.btn.btn-add-cart {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  padding: 27px 0 26px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -4px;
  min-width: 173px;
  padding-left: 35px;
  letter-spacing: 1px;
}
.btn.btn-add-cart:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
.btn.btn-add-cart.disabled {
  padding-left: 0;
}
/* Gradient */
.grad-mid {
  background: #ff9f02;
  background: -moz-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9f02), color-stop(100%, #ff8f00));
  background: -webkit-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -o-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -ms-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: linear-gradient(to bottom, #ff9f02 0%, #ff8f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f02', endColorstr='#ff8f00', GradientType=0);
}
.grad-mid:active {
  background: #ff9f02;
  background: -moz-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9f02), color-stop(100%, #ff8f00));
  background: -webkit-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -o-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: -ms-linear-gradient(top, #ff9f02 0%, #ff8f00 100%);
  background: linear-gradient(to bottom, #ff9f02 0%, #ff8f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f02', endColorstr='#ff8f00', GradientType=0);
}
.grad-good {
  background: #85be12;
  background: -moz-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85be12), color-stop(100%, #64ad0d));
  background: -webkit-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -o-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -ms-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: linear-gradient(to bottom, #85be12 0%, #64ad0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85be12', endColorstr='#64ad0d', GradientType=0);
}
.grad-good:active {
  background: #85be12;
  background: -moz-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85be12), color-stop(100%, #64ad0d));
  background: -webkit-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -o-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: -ms-linear-gradient(top, #85be12 0%, #64ad0d 100%);
  background: linear-gradient(to bottom, #85be12 0%, #64ad0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85be12', endColorstr='#64ad0d', GradientType=0);
}
.grad-bad {
  background: #e75426;
  background: -moz-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e75426), color-stop(100%, #d84315));
  background: -webkit-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -o-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -ms-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: linear-gradient(to bottom, #e75426 0%, #d84315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e75426', endColorstr='#d84315', GradientType=0);
}
.grad-bad:active {
  background: #e75426;
  background: -moz-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e75426), color-stop(100%, #d84315));
  background: -webkit-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -o-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: -ms-linear-gradient(top, #e75426 0%, #d84315 100%);
  background: linear-gradient(to bottom, #e75426 0%, #d84315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e75426', endColorstr='#d84315', GradientType=0);
}
.grad-cool {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}
.grad-cool:active {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}
.grad-transparent {
  background: rgba(96, 125, 139, 0.8);
}
.grad-search {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}
.grad-search:active {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}
/* Grid Support */
#wrapper {
/*   max-width: 1800px; */
  margin: 0 auto;
}
.block-split > div:not(.clearfix) {
  float: left;
  width: 50%;
}
.block-split-feature {
  height: 772px;
}
.block-split-feature .wrapper {
  padding: 65px 0 0 127px;
}
.play-icon {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  text-decoration: none !important;
}
.play-icon:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.play-icon span {
  margin-top: 20px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 600;
}
.big-player-wrapper {
  position: relative;
  text-align: center;
  margin-top: 29px;
}
.big-player-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.big-player-wrapper img {
  width: 100%;
}
.big-player-wrapper .play-icon img {
  width: auto;
}
.tracklist-desktop .audio-player-wrapper a img {
    width: 100%;
  	height: auto;
}
.audio-player-wrapper {
  position: relative;
}
.audio-player-wrapper.has-audio:after {
  content: " ";
  background: rgba(0,0,0,0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.audio-player-wrapper > img {
  width: 100%;
}
.audio-player-wrapper .play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -40px;
}
.audio-player-wrapper.no-audio .play-icon {
  display: none;
}
.audio-player-wrapper .play-icon i {
  display: block;
  width: 42px;
  height: 42px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-play.png?v=7202595140098440248) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.audio-player-wrapper .play-icon.played i {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-pause.png?v=5013262844567174321) no-repeat;
}
.audio-player-wrapper .play-icon span {
  margin-top: 8px;
  font-size: 14px;
}
/* Global Content Styling */
.index-category-grid {
 margin-bottom: 72px;
 overflow: hidden;
 max-height: 218px;
}
.category-grid {
  width: 100%;
  overflow: hidden;
  background: #263238;
}
.category-grid.left-viewed {
  position: relative;
}
.category-grid.left-viewed:after {
  content: " ";
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/category-grid-gradient-right.png?v=4176553434666992661) center right repeat-y;
  width: 133px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-grid ul {
  margin: 0;
  padding: 0;
  width: 200%;
}
.category-grid ul li {
  list-style-type: none;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.category-grid ul li:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.category-grid ul li span {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  bottom: 27px;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  left: 0;
}
.category-grid ul li:after {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 120px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/category-grid-shadow.png?v=6692058885179831843) repeat-x;
  pointer-events: none;
}
.category-grid ul:after {
  content: " ";
  float: none;
  clear: both;
  display: block;
}
.category-grid .next,
.category-grid .prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -18px;
}
.category-grid .next:hover,
.category-grid .prev:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.category-grid .next {
  right: 32px;
}
.category-grid .prev {
  left: 32px;
}
.blog-grid-header {
  background: #EFF2F3;
  padding: 16px 0;
}
.blog-grid-header h3 {
  margin: 0 0 0 41px;
  display: inline-block;
  text-transform: uppercase;
  color: #607d8b;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.blog-grid-header h3:after {
  content: " ";
  width: 1px;
  height: 41px;
  background: #b0bec5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0 22px;
}
.blog-grid-header a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 15px;
  color: #607d8b;
}
.blog-grid {
  background: #263238;
  position: relative;
}
.blog-grid > a:not(.help-chat) {
  float: left;
  width: 33.333%;
  height: 216px;
  position: relative;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-grid > a:not(.help-chat):hover {
  text-decoration: none;
}
.blog-grid > a:not(.help-chat):hover .gradient {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.blog-grid > a:not(.help-chat) .gradient {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/blog-grid-gradient.png?v=14610621118932726951) top center repeat-x;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-grid > a:not(.help-chat) h2,
.blog-grid > a:not(.help-chat) p {
  position: relative;
  z-index: 1;
}
.blog-grid > a:not(.help-chat) h2 {
  font-size: 24px;
  line-height: 30px;
  max-width: 335px;
  margin: 36px 41px 20px;
}
.blog-grid > a:not(.help-chat) p {
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  margin-left: 41px;
}
.block-title {
  font-size: 42px;
  line-height: 50px;
  color: #0288d1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.block-subtitle {
  font-size: 24px;
  color: #263238;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  margin-top: 3px;
  margin-bottom: 39px;
}
.block-subtitle span {
  color: #b0bec5;
}
.block-meta {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #263238;
  -webkit-font-smoothing: antialiased;
}
p.block-description {
  font-size: 18px;
  line-height: 26px;
  max-width: 400px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
ul.block-list {
  margin: 32px 0 0;
  padding: 0;
}
ul.block-list li {
  list-style-type: none;
  font-size: 18px;
  line-height: 26px;
  padding-left: 16px;
  margin-bottom: 22px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
ul.block-list li:before {
  display: inline-block;
  position: relative;
  content: " ";
  width: 16px;
  height: 14px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-check.png?v=11861486215705812878) no-repeat;
  left: -16px;
  top: 2px;
}
ul.block-list.small li {
  font-size: 16px;
  margin-bottom: 3px;
}
ul.block-grid-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.block-grid-content li {
  display: inline-block;
  vertical-align: top;
  width: 46.5%;
}
ul.block-grid-content li h6 {
  font-size: 14px;
  color: #263238;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 22px;
  margin-bottom: 6px;
}
ul.block-grid-content li p {
  font-size: 14px;
  color: #607d8b;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  max-width: 78%;
  margin-bottom: 20px;
}
ul.block-grid-content li .learn-more {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
ul.block-grid-content-vertical {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.block-grid-content-vertical li {
  display: block;
  margin-bottom: 36px;
}
ul.block-grid-content-vertical li > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
  font-size: 20px;
}
ul.block-grid-content-vertical li > span h4 {
  font-size: 20px;
  color: #263238;
  margin-bottom: -1px;
}
ul.block-grid-content-vertical li > span h4 span {
  color: #BDCAD0;
}
ul.block-grid-content-vertical li > span:last-child {
  position: relative;
  top: -1px;
}
.top-landing .breadcrumb {
  background: none;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 14px;
  padding: 57px 0 0;
}
.top-landing .breadcrumb > li + li:before {
  letter-spacing: 0;
  padding: 0;
  max-width: 6px;
  display: inline-block;
}
.top-landing .breadcrumb.dark {
  color: #263238;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.top-landing .breadcrumb.dark a,
.top-landing .breadcrumb.dark > li + li:before {
  color: #263238;
}
.top-landing .breadcrumb.light {
  color: #b0bec5;
}
.top-landing .breadcrumb.light a,
.top-landing .breadcrumb.light > li + li:before {
  color: #b0bec5;
}
.top-landing .breadcrumb.lighter {
  color: #ffffff;
}
.top-landing .breadcrumb.lighter a,
.top-landing .breadcrumb.lighter > li + li:before {
  color: #ffffff;
}
.top-landing .push {
  margin-left: 53px;
}
.top-landing .push h1 {
  margin-top: 26px;
  font-weight: 300;
  font-size: 72px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.top-landing .push p {
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  max-width: 360px;
  margin-top: 20px;
  margin-left: 6px;
}
.top-landing .push.dark h1 {
  color: #d84315;
}
.top-landing .push.dark p {
  color: rgba(38, 50, 56, 0.7);
}
.top-landing .push.light {
  margin-bottom: 70px;
}
.top-landing .push.light h1 {
  color: #ffffff;
  position: relative;
  top: 5px;
  left: 6px;
}
.top-landing .push.light p {
  color: #ffffff;
  max-width: 50%;
}
.top-landing .push.light ul,
.top-landing .push.light ol {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;  
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.top-landing .section-pills {
  margin-top: 95px;
}
.top-landing .section-pills ul {
  margin-left: 2px;
  list-style-type: none;
}
.top-landing .section-pills ul li {
  padding: 0 18px 12px;
  display: inline-block;
  position: relative;
}
.top-landing .section-pills ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.top-landing .section-pills ul li.active > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.top-landing .section-pills.dark a {
  color: #263238;
}
.top-landing .section-pills.dark li:hover a {
  text-decoration: none;
  color: #d84315;
}
.top-landing .section-pills.dark li:hover span {
  background: #d84315;
}
.top-landing .section-pills.dark li > span {
  background: #263238;
}
.top-landing .section-pills.light a {
  color: #ffffff;
}
.top-landing .section-pills.light li:hover a {
  text-decoration: none;
  color: #ffffff;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.top-landing .section-pills.light li:hover span {
  background: #ffffff;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.top-landing .section-pills.light li > span {
  background: #ffffff;
}
.top-landing .cta-line {
  margin-top: 99px;
  margin-left: 6px;
}
.cta-line span {
  color: #263238;
  font-size: 24px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.cta-line span:after {
  content: " ";
  background: #ff8f00;
  height: 50px;
  width: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 25px;
  top: -1px;
}
.cta-line a {
  position: relative;
  top: -2px;
}
.top-line {
  border-top: 1px solid #e7ebed;
}
.top-line .top-landing .breadcrumb {
  padding-top: 56px;
}
/* FORM HELPER */
.form-wrapper {
  background: #EFF2F3;
  padding: 43px 0 36px;
}
.form-wrapper h2 {
  font-size: 42px;
  font-weight: 300;
  color: #263238;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.form-wrapper h4 {
  margin-top: 20px;
  margin-bottom: 54px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.form-wrapper .btn-discover {
  margin-top: 16px;
  min-width: 178px;
}
.form-wrapper .review p {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  max-width: 328px;
  line-height: 23px;
  margin-bottom: 20px;
}
.form-wrapper .review > div {
  position: relative;
  left: -53px;
  margin-top: 23px;
}
.form-group {
  margin-bottom: 29px;
}
.small-form-group .form-group{
  margin-bottom: 10px;
}
.form-group label {
  color: #263238;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  display: block;
  margin-bottom: 9px;
}
.form-group label .optional {
  color: #607d8b;
}
#global-form .form-control {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  max-width: 400px;
}
#global-form .btn {
  padding: 21px 30px 20px;
}
#contactFormWrapper .form-control {
  max-width: 100%;
}
#contactFormWrapper,
#RecoverPasswordForm {
  max-width: 80%;
  margin: 0 auto;
}
input[type=text].form-control,
input[type=email].form-control,
input[type=phone].form-control,
input[type=number].form-control,
input[type=password].form-control,
textarea.form-control {
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  box-shadow: none;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 14px;
  color: #607d8b;
  max-width: 337px;
}
input[type=text].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder,
input[type=phone].form-control::-webkit-input-placeholder,
input[type=number].form-control::-webkit-input-placeholder,
input[type=password].form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #b0bec5;
}
input[type=text].form-control:-moz-placeholder,
input[type=email].form-control:-moz-placeholder,
input[type=phone].form-control:-moz-placeholder,
input[type=number].form-control:-moz-placeholder,
input[type=password].form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
input[type=text].form-control:-ms-input-placeholder,
input[type=email].form-control:-ms-input-placeholder,
input[type=phone].form-control:-ms-input-placeholder,
input[type=number].form-control:-ms-input-placeholder,
input[type=password].form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
input[type=text].form-control.has-many,
input[type=email].form-control.has-many,
input[type=phone].form-control.has-many
input[type=number].form-control.has-many,
input[type=password].form-control.has-many,
textarea.form-control.has-many {
  margin-bottom: 10px;
}
input[type=text].form-control:focus,
input[type=email].form-control:focus,
input[type=phone].form-control:focus,
input[type=number].form-control:focus,
input[type=password].form-control:focus,
textarea.form-control:focus {
  border-color: #607d8b;
}
.selectboxit-btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 2px !important;
  border: 1px solid transparent;
  min-width: 224px;
}
.selectboxit-btn .selectboxit-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 28px;
  color: #607d8b;
  padding-left: 4px;
}
.selectboxit-btn .selectboxit-default-arrow {
  border: 0;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-select.png?v=11626547287549719094) no-repeat;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -4px !important;
  right: 10px !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .selectboxit-btn .selectboxit-default-arrow {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-select@2x.png?v=17292785515351373505) no-repeat;
    background-size: 100%;
  }
}
/* Slider */
.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}
/* Mobile Nav */
#sidr,
.hamburger-menu {
  display: none;
  letter-spacing: 0;
}
/* Modals */
.modal-content {
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 40px;
}
.modal-content h4 {
  font-size: 42px;
  line-height: 50px;
  color: #0288d1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EFF2F3;
}
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#search-modal {
  text-align: center;
}
#search-modal input[type="text"] {
  border-radius: 4px;
  border: 2px solid #b0bec5;
  padding: 17px 51px 18px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small-gray.png?v=11562768829014459959) 19px 50.5% no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #search-modal input[type="text"] {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small-gray@2x.png?v=3146071340361734155) 19px 50.5% no-repeat;
    background-size: 17px;
  }
}
#search-modal input[type="text"]::-webkit-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#search-modal input[type="text"]:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#search-modal input[type="text"]:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#search-modal input[type="text"]:focus {
  outline: none;
  border-color: #607d8b;
}
#search-modal input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 10px;
}
#search-modal span {
  max-width: 370px;
  position: relative;
  display: block;
  margin: 20px auto;
}
#search-modal input[type="radio"] {
  margin-right: 5px;
}
#search-modal input[type="radio"] + input[type="radio"] {
  margin-left: 30px;
}
#video-modal .modal-content {
  padding-bottom: 0;
}
#video-modal .modal-content iframe {
  width: 100%;
  height: auto !important;
  min-height: 380px;
}
@media (min-width: 768px) {
  .modal[id^="video-modal"] .modal-dialog {
    width: 756px;
  }
}
.modal[id^="video-modal"] .modal-content {
  padding: 0;
  border-radius: 10px;
}
.modal[id^="video-modal"] .modal-body {
  padding: 10px;
  line-height: 0;
}
.modal[id^="video-modal"] .modal-body iframe {
  max-width: 100%;
  width: 100%;
  height: 400px;
  border-radius: 5px;
}
.modal .close {
  border: 0;
  text-shadow: none;
  position: absolute;
  right: -40px;
  top: 5px;
  opacity: 1;
}
.modal iframe {
  max-width: 100%;
}
/* Main Styling */
/* HEADER */
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  #header > .container .eight nav > ul > li.dropdown:hover > a {
    background: #263238;
    color: #ffffff !important;
    z-index: 1;

    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #header > .container .eight nav#main-nav > ul li.dropdown:hover a .caret {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-up.png?v=15979348590899522437);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header > .container .eight nav#main-nav > ul li.dropdown:hover a .caret {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-up@2x.png?v=861488306997875434);
    background-size: 10px;
  }
}

#header > .container .top-logo {
  margin-top: 32px;
  height: auto;
}
#header > .container .eight {
  text-align: right;
}
#header > .container .eight nav > ul > li {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
#header > .container .eight nav > ul > li.open > a {
  background: #263238;
  color: #ffffff !important;
  z-index: 1;
}
#header > .container .eight nav > ul > li.has-mega-menu {
  position: initial;
}
#header > .container .eight nav > ul > li .dropdown-menu {
  min-width: 285px;
  left: auto;
  right: 0;
  background: #263238;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding: 22px 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#header > .container .eight nav > ul > li .dropdown-menu > li > a {
  letter-spacing: 0;
  color: #607d8b !important;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0 !important;
}
#header > .container .eight nav > ul > li .dropdown-menu > li.fr-green > a, #header > .container .eight nav > ul > li .dropdown-menu > li.fr-green > a:hover {
  color: #80DA36 !important;
}
#header > .container .eight nav > ul > li .dropdown-menu > li > a:hover,
#header > .container .eight nav > ul > li .dropdown-menu > li > a:focus,
#header > .container .eight nav > ul > li .dropdown-menu > li > a:active,
#header > .container .eight nav > ul > li .dropdown-menu > li > a.active {
  background: none !important;
  color: #b0bec5 !important;
}
#header > .container .eight nav > ul > li .dropdown-menu > li > a.pulldown {
  margin-top: 10px;
}
#header > .container .eight nav > ul > li .dropdown-menu li.product-cart-single,
#header > .container .eight nav > ul > li .dropdown-menu li.li-subtotal,
#header > .container .eight nav > ul > li .dropdown-menu li.li-checkout {
  max-width: 225px;
  margin: 0 auto;
}
#header > .container .eight nav > ul > li .dropdown-menu li.li-checkout .btn {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-top: 10px;
  background-color: #fff !important;
  color: #263238 !important;
}
#header > .container .eight nav > ul > li .dropdown-menu li.li-subtotal {
  border-top: 1px solid rgba(96, 125, 139, 0.2);
  border-bottom: 1px solid rgba(96, 125, 139, 0.2);
  padding-top: 23px;
  padding-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 0;
}
#header > .container .eight nav > ul > li .dropdown-menu li.li-subtotal .pull-left {
  text-transform: none;
  color: #ffffff;
  font-size: 13px;
}
#header > .container .eight nav > ul > li .dropdown-menu li .btn-checkout {
  text-transform: uppercase;
  padding: 13px !important;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
}
#header > .container .eight nav#top-nav {
  margin-top: 12px;
}
#header > .container .eight nav#top-nav > ul > li {
  position: relative;
}
#header > .container .eight nav#top-nav > ul > li > a {
  color: #607d8b;
}
#header > .container .eight nav#top-nav > ul > li > a:hover,
#header > .container .eight nav#top-nav > ul > li > a:active {
  color: #263238;
}
#header > .container .eight nav#top-nav > ul > li.li-search a {
  padding: 12px 28px;
}
#header > .container .eight nav#top-nav > ul > li.li-search a:hover,
#header > .container .eight nav#top-nav > ul > li.li-search a:active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#header > .container .eight nav#top-nav > ul > li.li-search a img {
  position: relative;
  top: 1px;
  left: 1px;
}
#header > .container .eight nav#top-nav > ul > li.li-account {
  padding-left: 7px;
}
#header > .container .eight nav#top-nav > ul > li.li-account a {
  padding: 8px 24px 14px;
}
#header > .container .eight nav#top-nav > ul > li.li-account a.freelance-account {
  padding: 8px 24px 7px;
}
#header > .container .eight nav#top-nav > ul > li.li-account a.freelance-account span.account-text {
  vertical-align: top;
  line-height: 22px;
  color: #80DA36 !important;
  margin-left: 8px;
}
#header .freelance-account.has-submenu .freelancer-icon {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li#freelancer {
  /*background-color: #85DC39; display:none;*/
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li#freelancer:hover {
  /*background-color: #85DC39; display:none;*/
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li#freelancer a {
  /*color: #263238 !important; display:none;*/
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li#freelancer a:hover {
  /*background-color: #85DC39 !important; display:none;*/
}
#sidr.sidr ul li#mobile-freelancer a {
  color: #85DC39; /*display:none;*/
}
#header .freelance-account.has-submenu .account-text {
  display: inline-block !important;
  padding: 0 8px !important;
  vertical-align: top;
  line-height: 27px;
  color: #80DA36 !important;
}
#header > .container .eight nav#top-nav > ul > li.li-account .line {
  height: 25px;
  width: 1px;
  content: " ";
  position: absolute;
  background: #b0bec5;
  top: 12px;
}
#header > .container .eight nav#top-nav > ul > li.li-account:before {
  height: 19px;
  width: 1px;
  content: " ";
  position: absolute;
  background: #e6e7e9;
  top: 12px;
  left: 0;
}
#header > .container .eight nav#top-nav > ul > li.li-account:after {
  height: 19px;
  width: 1px;
  content: " ";
  position: absolute;
  background: #e6e7e9;
  top: 12px;
  right: 0;
}
#header > .container .eight nav#top-nav > ul > li.li-cart > a {
  padding: 6px 15px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .counter-wrapper {
  position: relative;
  padding-right: 1px;
  margin-right: 9px;
  margin-left: 1px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .counter-wrapper i {
  font-style: normal;
  background: #d84315;
  color: #ffffff;
  padding: 0 6px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: -12px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .counter-wrapper .img-cart {
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-cart.png?v=15255839904261766104) no-repeat;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header > .container .eight nav#top-nav > ul > li.li-cart .counter-wrapper .img-cart {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-cart@2x.png?v=12602649004251848384) no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
}
#header > .container .eight nav#top-nav > ul > li.li-cart.open .counter-wrapper .img-cart {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-cart-white.png?v=2151992821749066595) no-repeat;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .dropdown-menu {
  padding-top: 30px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item {
  margin-bottom: 19px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-left,
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-right {
  display: inline-block;
  vertical-align: top;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-right {
  max-width: 155px;
  margin-left: 7px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-right:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-right a {
  text-transform: none;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0;
  text-decoration: none;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .item .item-right strong {
  display: block;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
#header > .container .eight nav#top-nav > ul > li.li-cart .price {
  font-size: 13px;
  color: #607d8b;
  display: block;
}
#header > .container .eight nav#main-nav {
  clear: both;
  padding-top: 11px;
}
#header > .container .eight nav#main-nav > ul li a {
  color: #263238;
  padding: 14px 24px;
}
#header > .container .eight nav#main-nav > ul li a:hover {
  color: #0288d1;
}
#header > .container .eight nav#main-nav > ul li a .caret {
  border: 0;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown.png?v=12108888450744098235);
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header > .container .eight nav#main-nav > ul li a .caret {
    border: 0;
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown@2x.png?v=12912454442706438078);
    width: 10px;
    height: 6px;
    margin-left: 6px;
    background-size: 100%;
  }
}
#header > .container .eight nav#main-nav > ul li.open a .caret {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-up.png?v=15979348590899522437);
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu {
  padding: 0 !important;
  background: #324148;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li:first-child > a {
  border-top: 0 !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a {
  color: #b0bec5 !important;
  padding: 13px 30px !important;
  border-top: 1px solid #263238;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a:hover,
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a:active,
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a:focus,
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a.active {
  background: #03a9f4 !important;
  color: #ffffff !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib {
  background-color: #fff;
  padding: 15px 45px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib input {
  border: 0;
  outline: none;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small.png?v=10760878624600688313) no-repeat 0 50%;
  padding-left: 30px;
  font-size: 15px;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib input {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small@2x.png?v=9847548745863095224) no-repeat 0 50%;
    background-size: 17px;
  }
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib input::-webkit-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib input:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-search-lib input:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business {
  background: #263238;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business ul {
  padding: 32px 30px;
  text-transform: none;
  letter-spacing: 0;
  list-style-type: none;
  font-weight: normal;
  color: #ffffff;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business ul li a {
  padding: 0 !important;
  border: 0 !important;
  color: #607d8b !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business ul li a:hover {
  background: transparent !important;
  color: #b0bec5 !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business ul li.li-title {
  position: relative;
  margin-bottom: 5px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li.li-for-business ul li.li-title .line {
  border-bottom: 1px solid #b0bec5;
  position: absolute;
  top: 10px;
  width: 106px;
  margin-left: 18px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu {
  width: 100% !important;
  right: auto !important;
  left: 0 !important;
  top: 120px;
  background: #263238 !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu {
  box-shadow: none !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div {
  display: inline-block;
  vertical-align: top;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-left {
  position: relative;
  width: 285px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-left > .dropdown-menu {
  box-shadow: none !important;
  position: relative;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
  width: 75%;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content {
  padding-left: 47px;
  padding-top: 30px;
  font-size: 13px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content header {
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content header .line {
  border-bottom: 1px solid #b0bec5;
  position: absolute;
  top: 8px;
  width: 106px;
  margin-left: 18px;
  right: 0;
  width: 82.5%;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div {
  display: inline-block;
  vertical-align: top;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first {
  width: 55%;
  margin-right: 4.5%;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first > ul:nth-child(3) {
  margin-left: 6.5%;
  margin-right: 4.7%;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-second {
  width: 40%;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-second header .line {
  max-width: 358px;
  left: 43px;
  right: auto;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul {
  padding: 10px 7px;
  text-transform: none;
  letter-spacing: 0;
  list-style-type: none;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-right:20px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul li {
  margin-bottom: 2px;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul li a {
  padding: 0 !important;
  border: 0 !important;
  color: #607d8b !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul li a:hover {
  background: transparent !important;
  color: #b0bec5 !important;
}
#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul li.title a {
  color: #b0bec5 !important;
  font-weight: 600;
}
#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 300; background: #fff; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.05); }
/* FOOTER */
#footer {
  letter-spacing: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
#footer .top-footer {
  background: #263238;
  padding: 65px 0 82px;
  color: #607d8b;
}
#footer .top-footer > .container > .row > .six > div {
  max-width: 560px;
}
#footer .top-footer > .container > .row > .four > div p {
  margin-bottom: 7px;
}
#footer .top-footer > .container > .row > .four > div p:not(.title) {
  line-height: 18px;
}
#footer .top-footer > .container > .row > .four form {
  margin-top: 25px;
}
#footer .top-footer > .container > .row > .four form input[type=text] {
  margin-bottom: 25px;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 12px 0 12px 58px;
  background: #1c2429 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-mail.png?v=7042515361134053530) no-repeat 18px 50%;
  outline: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer .top-footer > .container > .row > .four form input[type=text] {
    background: #1c2429 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-mail@2x.png?v=9227479576547023180) no-repeat 18px 50%;
    background-size: 26px;
  }
}
#footer .top-footer > .container > .row > .four form input[type=text]::-webkit-input-placeholder {
  color: #3D4C55;
  font-style: italic;
}
#footer .top-footer > .container > .row > .four form input[type=text]:-moz-placeholder {
  color: #3D4C55;
  font-style: italic;
}
#footer .top-footer > .container > .row > .four form input[type=text]:-ms-input-placeholder {
  color: #3D4C55;
  font-style: italic;
}
#footer .top-footer > .container > .row > .four form input[type=submit] {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-color: #607d8b !important;
  color: #607d8b !important;
  padding-left: 17px;
  padding-right: 17px;
  letter-spacing: 1px;
}
#footer .top-footer > .container > .row > .four form input[type=submit]:active {
  background: #607d8b !important;
  color: #ffffff !important;
}
#footer .top-footer .footer-logo {
  margin-top: 10px;
}
#footer .top-footer a {
  color: #607d8b;
}
#footer .top-footer a:hover,
#footer .top-footer a:active,
#footer .top-footer a:focus,
#footer .top-footer a.active {
  color: #b0bec5;
}
#footer .top-footer p.title {
  color: #ffffff;
}
#footer .top-footer .foo-follow,
#footer .top-footer .foo-contact,
#footer .top-footer .foo-block-one,
#footer .top-footer .foo-block-two,
#footer .top-footer .foo-block-three {
  display: inline-block;
  vertical-align: top;
}
#footer .top-footer .foo-follow {
  width: 50%;
}
#footer .top-footer .foo-follow .socmed {
  margin-right: 7px;
}
#footer .top-footer .foo-follow .socmed img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .top-footer .foo-follow .socmed img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#footer .top-footer .foo-contact a {
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
}
#footer .top-footer .foo-line {
  border-top: 1px solid rgba(96, 125, 139, 0.2);
  margin-top: 33px;
  padding-top: 35px;
}
#footer .top-footer .foo-block-one {
  width: 39.5%;
}
#footer .top-footer .foo-block-two {
  width: 39.6%;
}
#footer .top-footer ul {
  margin: 0;
  padding: 0;
}
#footer .top-footer ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
#footer .bottom-footer {
  background: #2f3f48;
  font-size: 12px;
  padding: 15px 0;
  color: #607d8b;
}
#footer .bottom-footer a {
  color: #607d8b;
}
#footer .bottom-footer a:hover,
#footer .bottom-footer a:active,
#footer .bottom-footer a:focus,
#footer .bottom-footer a.active {
  color: #b0bec5;
}
#footer .help-chat {
  position: absolute;
  top: -48px;
  right: 0;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  text-align: right;
}
#footer .help-chat img {
  position: relative;
  z-index: 3;
}
/* Homepage */
#homepage .megabanner {
  letter-spacing: 0;
  position: relative;
}
#homepage .megabanner .homepage-slider {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#homepage .megabanner .pagination {
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 71px;
  top: 50%;
  margin-top: -64px;
}
#homepage .megabanner .pagination li {
  display: block;
  margin-bottom: 17px;
}
#homepage .megabanner .pagination li a {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: transparent !important;
  padding: 0;
  margin-left: 0;
  float: none;
  display: block;
}
#homepage .megabanner .pagination li a.active,
#homepage .megabanner .pagination li a:hover {
  background: #fff !important;
}
#homepage .megabanner .megabanner-item {
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding-top: 216px;
  padding-bottom: 32px;
  min-height: 771px;
}
#homepage .megabanner .megabanner-item h1 {
  margin-top: 0;
  font-size: 90px;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 0;
}
#homepage .megabanner .megabanner-item h3 {
  font-size: 42px;
  color: #b0bec5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 3px;
}
#homepage .megabanner .megabanner-item .cta {
  margin-top: 73px;
}
#homepage .megabanner .megabanner-item .cta span {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  color: #b0bec5;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 1px;
  position: relative;
  top: 1px;
  left: 1px;
}
#homepage .megabanner .clients {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: 32px;
}
#homepage .megabanner .clients h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 178px;
  margin-bottom: 25px;
}
#homepage .megabanner .clients > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.featured-product {
  margin-top: -2px;
  margin-bottom: 72px;
}
.featured-product .fp-product-item {
  float: left;
  width: 25%;
  text-align: center;
  height: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom :25%;
}
.featured-product .fp-product-item:after {
  position: absolute;
  content: " ";
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.featured-product .fp-product-item > div {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  top: 50%;
  margin-top: -40px;
  z-index: 4;
}
.featured-product .fp-product-item > div a {
  display: block;
  max-width: 116px;
  margin: 0 auto;
  margin-top: 24px;
  border-color: #fff !important;
  color: #fff !important;
}
#homepage .online-library .ol-left .player-wrapper {
  position: relative;
}
#homepage .online-library .ol-left .player-wrapper > img {
  width: 100%;
}
#homepage .online-library .ol-left .player-wrapper .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
#homepage .online-library .ol-left .quote {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/sound-bg.jpg?v=2103744020395528219) top center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 58px 72px 48px;
}
#homepage .online-library .ol-left .quote quote {
  max-width: 98%;
}
#homepage .online-library .ol-left .quote > div {
  margin-top: 30px;
}
#homepage .online-library .ol-left .quote > div span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  margin-bottom: 6px;
}
#homepage .online-library .ol-left .quote > div span.people {
  position: relative;
  left: -11px;
}
#homepage .online-library .ol-left .quote > div span.meta {
  color: #02679E;
}
#homepage .online-library .ol-right {
  padding: 88px 0 0 161px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#homepage .online-library .ol-right .block-title {
  margin-top: 0;
  margin-bottom: 18px;
}
#homepage .online-library .ol-right .block-meta {
  margin-bottom: 37px;
  letter-spacing: 1px;
}
#homepage .online-library .ol-right form {
  position: relative;
  margin-top: 120px;
}
#homepage .online-library .ol-right form > span {
  position: relative;
}
#homepage .online-library .ol-right form img {
  margin-right: 20px;
  position: relative;
  left: 3px;
  top: -1px;
}
#homepage .online-library .ol-right form input[type="text"] {
  border-radius: 4px;
  border: 2px solid #b0bec5;
  padding: 17px 51px 18px;
  width: 64.5%;
  font-weight: 600;
  font-size: 15px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small-gray.png?v=11562768829014459959) 19px 50.5% no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#homepage .online-library .ol-right form input[type="text"]::-webkit-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#homepage .online-library .ol-right form input[type="text"]:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#homepage .online-library .ol-right form input[type="text"]:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
#homepage .online-library .ol-right form input[type="text"]:focus {
  outline: none;
  border-color: #607d8b;
}
#homepage .online-library .ol-right form input[type="submit"] {
  position: absolute;
  right: 13px;
  top: -12px;
}
#homepage .online-library .ol-right form > a.browse {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 21px 0 0 74px;
}
#homepage .pse-curated {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/homepage-200plus.png?v=12034715841376754113) top center no-repeat;
  background-size: cover;
  padding-top: 164px;
  padding-bottom: 110px;
}
#homepage .pse-curated .four.columns img {
  margin-top: 31px;
  margin-left: 48px;
}
#homepage .pse-curated .eight.columns > div {
  margin-left: 83px;
}
#homepage .pse-curated .eight.columns > div h2 {
  margin-top: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 72px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#homepage .pse-curated .eight.columns > div h3 {
  color: #b0bec5;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  max-width: 500px;
  margin-top: 16px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
#homepage .pse-curated .eight.columns > div .starting span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  position: relative;
  top: 5px;
}
#homepage .pse-curated .eight.columns > div .starting span:after {
  display: inline-block;
  content: " ";
  height: 47px;
  width: 1px;
  background: #607d8b;
  vertical-align: middle;
  margin: 0 32px 0 34px;
  position: relative;
  top: -4px;
}
#homepage .pse-curated .eight.columns > div .starting .btn {
  text-transform: uppercase;
  padding: 12px 31px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
#homepage .hybrid-library {
  background: #ffc107 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/imac-hybrid-landing.jpg?v=4763385293741190663) bottom right no-repeat;
  height: 770px;
}
#homepage .hybrid-library > div {
  padding: 63px 60px;
}
#homepage .hybrid-library .block-title {
  color: #d84315;
  margin-bottom: 14px;
}
#homepage .hybrid-library .block-description {
  color: #263238;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  margin-top: 15px;
}
#homepage .hybrid-library ul {
  margin-top: 35px;
}
#homepage .hybrid-library ul li {
  color: #263238;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#homepage .hybrid-library ul li > span {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#homepage .hybrid-library ul li:before {
  background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-check-red.png?v=11039489560811280246);
}
#homepage .hybrid-library .btn {
  margin-top: 22px;
}
#homepage .master-library {
  background: #ffffff url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/imac-master-library.jpg?v=9077564031413244723) bottom left no-repeat;
  height: 772px;
}
#homepage .master-library > div {
  padding: 65px 0 0 127px;
}
#homepage .master-library .block-subtitle {
  color: #72909D;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  letter-spacing: 0;
  margin-top: 12px;
  margin-bottom: 42px;
}
#homepage .master-library .btn {
  margin-top: 22px;
}
#homepage .licensing-simply > div {
  padding: 68px 0 0 131px;
}
#homepage .licensing-simply .block-title {
  margin-bottom: 18px;
}
#homepage .licensing-simply .block-meta {
  margin-bottom: 38px;
}
#homepage .licensing-simply .block-grid-content {
  margin-top: 110px;
}
#homepage .licensing-simply .ls-right {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/home-licensing.jpg?v=16290127753280950236) no-repeat;
  background-size: cover;
  padding-left: 73px;
  padding-top: 62px;
  padding-bottom: 80px;
}
#homepage .licensing-simply .ls-right .quote quote {
  max-width: 85%;
  color: #b0bec5;
  margin-top: 269px;
}
#homepage .licensing-simply .ls-right .quote .owner > div {
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}
#homepage .licensing-simply .ls-right .quote .owner > div .people {
  color: #ffffff;
}
#homepage .licensing-simply .ls-right .quote .owner > div .meta {
  color: #b0bec5;
}
/* Landing */
#landing .hybrid-library {
  background: #ffc107 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/eq.png?v=9211228604060675807) 0 50% repeat-x;
}
#landing .hybrid-library > .container {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/hd-2.png?v=4065741236768305132) 92.7% 100% no-repeat;
  padding-bottom: 4px;
}
#landing .landing-video {
  min-height: 766px;
  position: relative;
  background-size: cover;
  background-position: top center;
}
#landing .landing-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -52px;
}
#landing .features {
  background: #ffffff url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/imac-hybrid.jpg?v=10047788046492359167) bottom left no-repeat;
  height: 766px;
}
#landing .features .block-title {
  color: #ff8f00;
  margin-bottom: 35px;
}
#landing .features .btn {
  margin-top: 28px;
}
#landing .features .wrapper {
  padding: 69px 0 0 132px;
}
#landing .features ul.block-list {
  margin-top: 27px;
}
#landing .product-block {
  background: #ffc107;
  padding-top: 100px;
  padding-bottom: 144px;
  color: #263238;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#landing .product-block .product-item {
  max-width: 278px;
  margin: 0 auto;
}
#landing .product-block .product-item h3 {
  margin-bottom: 7px;
  margin-top: 33px;
}
#landing .product-block p {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#landing .product-block p.price {
  font-size: 24px;
  margin-bottom: 17px;
}
#landing .product-block p a {
  color: #d84315;
  position: relative;
  display: inline-block;
}
#landing .product-block p a:after {
  content: " ";
  position: absolute;
  background: #d84315;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 2px;
}
#landing .product-block .product-item-featured h3 {
  color: #d84315;
  font-size: 42px;
  font-weight: 300;
}
#landing .product-block .product-item-featured img {
  margin-top: 25px;
  margin-bottom: 11px;
}
#landing .product-block .product-item-featured p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 39px;
}
#landing .product-block .product-item-featured .btn {
  margin-top: 43px;
}
#landing .add-ons > div {
  padding: 68px 0 0 131px;
}
#landing .add-ons .block-title {
  color: #ff8f00;
  margin-bottom: 35px;
}
#landing .add-ons .block-meta {
  margin-bottom: 38px;
}
#landing .add-ons .block-grid-content {
  margin-top: 110px;
}
#landing .add-ons ul.block-grid-content-vertical {
  margin-top: 80px;
}
#landing .add-ons .ls-right {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/hybrid-quote.jpg?v=754868441918074906) no-repeat;
  background-size: cover;
  padding-left: 73px;
  padding-top: 62px;
  padding-bottom: 120px;
}
#landing .add-ons .ls-right .quote quote {
  max-width: 85%;
  color: #ffffff;
  margin-top: 57px;
}
#landing .add-ons .ls-right .quote .owner > div {
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}
#landing .add-ons .ls-right .quote .owner > div .people {
  color: #ffffff;
}
#landing .add-ons .ls-right .quote .owner > div .meta {
  color: #b0bec5;
}
#landing .add-ons .ls-right .btn {
  margin-left: 10px;
  margin-top: 171px;
}
#landing .add-ons .more-info {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}
/* Product */
#product .content {
  margin-top: 36px;
  margin-bottom: 123px;
}
#product .content h1 {
  font-weight: 300;
  font-size: 42px;
  margin-top: 0;
  color: #0288d1;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  margin-top: -10px;
  margin-bottom: 9px;
}
#product .content p.lead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  max-width: 80%;
}
#product .content p.stats {
  margin-bottom: 0;
  font-size: 16px;
}
#product .content p.stats span + span {
  margin-left: 15px;
}
#product .content .btn-wrapper {
  position: relative;
  display: inline-block;
}
#product .content .btn-wrapper:after {
  content: " ";
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-plus-small.png?v=1065723524468748758) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  #product .content .btn-wrapper:after {
    content: " ";
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-plus-small@2x.png?v=7601166354948278697) no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -8px;
    background-size: 100%;
  }
}
#product .content .btn-wrapper.no-product:after {
  display: none;
}
#product .row.pull-up > .columns {
  margin-top: 20px;
}
.tracklist-wrapper {
/*   border-left: 1px solid rgba(176, 190, 197, 0.45);
  border-bottom: 1px solid rgba(176, 190, 197, 0.45);
  border-right: 1px solid rgba(176, 190, 197, 0.45);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; */
  border-radius: 2px;
  border: 1px solid rgba(176, 190, 197, 0.45);
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.tracklist-wrapper.with-top {
  border-top: 1px solid rgba(176, 190, 197, 0.45);
  border-radius: 2px;
}
.mobile-product-img {
  margin-bottom: 20px;
}
.tracklist-wrapper img {
  margin: -2px 14px 0px 6px;
}
.tracklist-wrapper a {
  color: #607d8b;
  text-decoration: none;
  padding: 25px 16px 22px;
  display: block;
}
.tracklist-wrapper a:hover {
  color: #b0bec5;
}
.product-action-list .list-group-item {
  padding: 12px 13px 14px;
}
.product-action-list .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.product-action-list .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#product .two.columns .product-action-list .list-group-item,
#product .three.columns .product-action-list .list-group-item {
  padding: 0;
}
#product .two.columns .product-action-list .list-group-item a,
#product .three.columns .product-action-list .list-group-item a {
  padding: 12px 13px 14px 42px;
  display: block;
}
.product-action-list a {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #9DA9B0;
  padding-left: 28px;
  padding-bottom: 5px;
}
.product-action-list a:hover {
  color: #607d8b;
  text-decoration: none;
}
.product-action-list a.add-wishlist {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love.png?v=9523462592061793032) 10px no-repeat;
  background-size: 21px !important;
}
.product-action-list a.add-wishlist:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love.png?v=9523462592061793032) 10px no-repeat;
  background-size: 21px !important;
}
.product-action-list a.write-review {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat-gray.png?v=3325547290442518060) 10px no-repeat;
  background-size: 16px !important;
}
.product-action-list a.write-review:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat.png?v=11824835888769797559) 10px no-repeat;
  background-size: 16px !important;
}
.product-action-list a.share-product {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-share-gray.png?v=17592058444922331665) 10px no-repeat;
  background-size: 14px !important;
}
.product-action-list a.share-product:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-share.png?v=7085881760995918750) 10px no-repeat;
  background-size: 14px !important;
}
.product-action-list a.view-tracklist {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-small-gray.png?v=10884019386837871042) 10px no-repeat;
  background-size: 14px !important;
}
.product-action-list a.view-tracklist:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-small-gray.png?v=10884019386837871042) 10px no-repeat;
  background-size: 14px !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-action-list a.add-wishlist {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love@2x.png?v=8884329099276312453) 10px no-repeat;
  }
  .product-action-list a.add-wishlist:hover {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love@2x.png?v=8884329099276312453) 10px no-repeat;
  }
  .product-action-list a.write-review {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat-gray@2x.png?v=17204831137202913755) 10px no-repeat;
  }
  .product-action-list a.write-review:hover {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat@2x.png?v=1716772587598354920) 10px no-repeat;
  }
  .product-action-list a.share-product {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-share-gray@2x.png?v=7545188436332914784) 10px no-repeat;
  }
  .product-action-list a.share-product:hover {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-share@2x.png?v=2885370116498192855) 10px no-repeat;
    background-size: contain;
  }
  .product-action-list a.view-tracklist {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-small-gray@2x.png?v=9304091656612929233) 10px no-repeat;
    background-size: 14px !important;
  }
  .product-action-list a.view-tracklist:hover {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-small-gray@2x.png?v=9304091656612929233) 10px no-repeat;
    background-size: 14px !important;
  }
}

.block-pricing {
  margin-top: 46px;
  margin-bottom: 20px;
  position: relative;
}
.block-pricing .btn-wrapper {
  position: absolute !important;
  right: 0;
  top: 0;
}
.block-pricing > div {
  width: 78%;
  padding: 5px 0 6px;
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.04);
}

.block-pricing .login-or-apply-wrapper {
  width: 100%;
  border-right: 1px solid #e6e6e6;
}

.single-product-action .login-or-apply-wrapper .login-cta-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 27px;
  width: 35%;
  text-align: center;
}

.single-product-action .login-or-apply-wrapper .login-cta-btn-wrapper a {
    color: #607D8B !important;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 3px;
}

.block-pricing > div > div {
  display: inline-block;
  position: relative;
}
.block-pricing > div > div.price {
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.license-count-hybrid {
  background-color: #FC403E;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 39px;
  line-height: 1.3;
  -webkit-font-smoothing: auto!important;
  letter-spacing: 1px!important;
}
a.license-count-hybrid:hover {
  text-decoration: underline;
  color: white;
}
.block-pricing > div > div.price:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 72px;
  width: 1px;
  top: -10px;
  border-right: 1px solid #DBE2E5;
}
.block-pricing > div > div.price > span {
  padding-right: 31px;
}
.block-pricing > div > div.license > span {
  padding-left: 12px;
  padding-top: 0;
}
.block-pricing > div > div.license > span img {
  position: relative;
  top: -4px;
}
.block-pricing > div > div.license > span span {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 15px;
  margin-left: 11px;
  position: relative;
  top: 9px;
}
.block-pricing > div > div.license > span span strong {
  font-weight: 600;
  display: block;
}
.block-pricing > div > div > span {
  display: inline-block;
  padding: 14px 29px 7px;
  position: relative;
}
.block-pricing > div > div > span.has-compare {
  top: 9px;
}
.block-pricing > div > div > span > strike {
  position: absolute;
  font-size: 15px;
  top: -5px;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
}
.variant-chooser {
  margin: 20px 10px;
  letter-spacing: 0;
}
.variant-chooser span {
  display: block;
  margin-bottom: 10px;
}
.variant-chooser span input {
  margin-right: 10px;
}
.variant-chooser {
  padding: 20px;
  margin: 10px 0 0 0;
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.variant-chooser span: last-child {
  margin-bottom:0;
}
#product-tab.nomargin .nav-tabs {
  margin-top: 4px;
}
#product-tab .nav-tabs {
  border: 0;
  margin-top: 62px;
}
#product-tab .nav-tabs li {
  width: 50%;
}
#product-tab .nav-tabs li a {
  border-radius: 0;
  margin-right: 0;
  border: 1px solid #dbe2e5;
  background: #fafbfb;
  text-transform: uppercase;
  color: #607d8b;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 19px 24px;
  font-size: 0px;
}
#product-tab .nav-tabs li a .spr-badge { display: inline-block; vertical-align: middle; max-width: calc(100% - 1px); font-size: 14px; }
#product-tab .nav-tabs li a:after { content: ''; display: inline-block; width: 0; height: 40px; vertical-align: middle; }
#product-tab .nav-tabs li:last-child a {
  border-left: 0;
}
#product-tab .nav-tabs li a .spr-badge .spr-badge-caption {
  margin-right: 10px;
  display: inline-block;
}
#product-tab .nav-tabs li.active {
  position: relative;
}
#product-tab .nav-tabs li.active a {
  background: #ffffff;
  border-bottom: 0 !important;
  color: #263238;
}
#product-tab .nav-tabs li.active:after {
  width: 100%;
  height: 4px;
  background: #03a9f4;
  content: " ";
  position: absolute;
  top: -3px;
  left: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#product-tab .tab-pane {
  border-left: 1px solid #dbe2e5;
  border-bottom: 1px solid #dbe2e5;
  border-right: 1px solid #dbe2e5;
  padding-bottom: 30px;
}
#product-tab .tab-pane.nobottom {
  padding-bottom: 0;
}
#product-tab .tab-content iframe {
  max-width: 100%;
}
#product-tab .tab-content iframe[src^="https://w.soundcloud.com/"] {
  display: none;
}
#product-tab .tab-content {
  font-size: 16px;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#product-tab .tab-content .whitespace {
  display: block;
  padding-top: 31px;
}
#product-tab .tab-content .tab-inner {
  padding: 0 45px 0 28px;
}
#product-tab .tab-content .tab-inner img {
  max-width: 100%;
  height: auto;
}
#product-tab .tab-content .tab-inner h4 {
  font-size: 20px;
  color: #263238;
  margin-top: 31px;
  margin-bottom: 24px;
}
#product-tab .tab-content .tab-inner p {
  margin-bottom: 20px;
}
#product-tab .tab-content .tab-inner .player-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
#product-tab .tab-content .tab-inner .player-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
}
#product-tab .tab-content .tab-inner .image-header {
  display: block;
  margin: 60px auto 50px;
}
#product-tab .tab-content .tab-inner table.table {
  margin-bottom: 5px;
}
#product-tab .tab-content .tab-inner table.table ~ strong {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  display: block;
  margin-bottom: 40px;
}
#product-tab .tab-content .tab-inner table.table tr th:first-child {
  padding-left: 15px;
}
#product-tab .tab-content .tab-inner table.table tr td:first-child {
  padding-left: 15px !important;
}
#product-tab .tab-content .tab-inner table.table tbody tr:hover {
  background: #EFF2F3 !important;
}
#product-tab .tab-content .tab-inner table.table tbody tr td {
  border-top: 1px solid rgba(176, 190, 197, 0.2) !important;
}
#product-tab .tab-content .tab-grid {
  border-top: 1px solid #dbe2e5;
  border-bottom: 1px solid #dbe2e5;
  margin-top: 61px;
}
#product-tab .tab-content .tab-grid > div {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: center;
  height: 185px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbe2e5;
  padding-top: 30px;
  padding-bottom: 24px;
  color: #939FA6;
  font-size: 14px;
}
#product-tab .tab-content .tab-grid > div:nth-child(2n) {
  border-left: 1px solid #dbe2e5;
}
#product-tab .tab-content .tab-grid > div:nth-last-child(2),
#product-tab .tab-content .tab-grid > div:last-child {
  border-bottom: 0;
}
#product-tab .tab-content .tab-grid > div img {
  margin-bottom: 11px;
}
#product-tab .tab-content .tab-grid > div h6 {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
  margin-bottom: 0;
}
#product-tab .tab-content .tab-grid > div.wave {
  padding-top: 50px;
}
#product-tab .tab-content .tab-grid > div.wav {
  padding-top: 42px;
}
#product-tab .tab-content .tab-grid > div.wav img {
  margin-bottom: 15px;
}
#product-tab .tab-content .tab-grid > div.hd img {
  margin-bottom: 13px;
}
#product-tab .tab-content .tab-grid > div.os {
  padding-top: 47px;
}
#product-tab .tab-content .tab-grid > div.os img {
  margin-bottom: 24px;
}
#product-tab .tab-content .tab-grid-full {
  padding-top: 44px;
  padding-bottom: 26px;
  text-align: center;
  border-bottom: 1px solid #dbe2e5;
}
#product-tab .tab-content .tab-grid-full img {
  margin-bottom: 22px;
}
#product-tab .tab-content .tab-grid-full h6 {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
  margin-bottom: 0;
}
#product-tab .tab-content .preview-soundcloud {
  padding-right: 28px;
  padding-bottom: 24px;
}
#product-tab .tab-content .preview-soundcloud h4 {
  font-size: 20px;
  color: #263238;
  margin-top: 31px;
  margin-bottom: 24px;
}
#product-tab .tab-content .with-line {
  margin-bottom: 35px;
  margin-top: 35px;
  border-bottom: 1px solid #dbe2e5;
  border-top: 1px solid #dbe2e5;
}
#product-tab .tab-content .tab-pricing {
  padding: 30px;
  background: #eff2f3 url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/pricing-gradient.png?v=3603323094707520448) repeat-x;
  text-align: center;
}
#product-tab .tab-content .tab-pricing .pricing-option {
  display: inline-block;
  vertical-align: top;
  width: 47.4%;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  position: relative;
  box-shadow: 0 2px 44px rgba(38, 50, 56, 0.2);
}
#product-tab .tab-content .tab-pricing .pricing-option:after {
  width: 100%;
  height: 4px;
  background: #03a9f4;
  content: " ";
  position: absolute;
  top: -3px;
  left: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#product-tab .tab-content .tab-pricing .pricing-option + .pricing-option {
  margin-left: 3.5%;
}
#product-tab .tab-content .tab-pricing .pricing-option .license {
  font-size: 20px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 18px 0;
  border-bottom: 1px solid #DBE2E5;
}
#product-tab .tab-content .tab-pricing .pricing-option .license strong {
  display: block;
  color: #263238;
  font-weight: 400;
}
#product-tab .tab-content .tab-pricing .pricing-option .pricing {
  font-weight: 300;
  font-size: 42px;
  padding: 30px 0;
  border-bottom: 1px solid #DBE2E5;
}
#product-tab .tab-content .tab-pricing .pricing-option .button {
  padding: 22px 0;
}
#product-tab .tab-content .tab-pricing .pricing-option .button .btn {
  padding: 14px;
  min-width: 84%;
  border-radius: 4px;
}
.related-libraries {
  margin-top: 80px;
  margin-bottom: 80px;
}
.related-libraries h4 {
  font-size: 20px;
  color: #263238;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.related-libraries ul {
  margin: 30px 0 0 12px;
  padding: 0;
  list-style-type: none;
}
.related-libraries ul li {
  display: inline-block;
  max-width: 160px;
  vertical-align: top;
}
.related-libraries ul li + li {
  margin-left: 30px;
}
.related-libraries ul li:nth-child(3n+1) {
  margin-left: 0;
}
.related-libraries ul li a {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
}
.related-libraries ul li a h6 {
  font-size: 16px;
  color: #263238;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 1px;
}
.related-libraries ul li a.product-title {
  margin-left: 6px;
  display: block;
}
/* WIDGETS */
.search-widget {
  margin-bottom: 43px;
}
.search-widget input[type=text] {
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 -1px 2px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 20px 0 19px 53px;
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small-gray.png?v=11562768829014459959) 22px 50% no-repeat;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .search-widget input[type=text] {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small-gray@2x.png?v=3146071340361734155) 22px 50% no-repeat;
    background-size: 17px;
  }
}
.search-widget input[type=text]::-webkit-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #b0bec5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-widget input[type=text]:-moz-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #b0bec5;
}
.search-widget input[type=text]:-ms-input-placeholder {
  color: #607d8b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #b0bec5;
}
.search-widget input[type=text]:focus {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small.png?v=10760878624600688313) 22px 50% no-repeat;
}
.search-widget input[type=text]:focus::-webkit-input-placeholder {
  color: #607d8b;
}
.search-widget input[type=text]:focus:-moz-placeholder {
  color: #607d8b;
}
.search-widget input[type=text]:focus:-ms-input-placeholder {
  color: #607d8b;
}
.search-widget a {
  display: block;
  color: #03A9F4;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin: 8px 23px;
}
.featured-widget,
.global-widget {
  margin-bottom: 51px;
}
.featured-widget.recently-widget,
.global-widget.recently-widget {
  margin-bottom: 47px;
}
.featured-widget h6,
.global-widget h6 {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #263238;
  font-weight: 600;
  position: relative;
  background: #ffffff;
}
.featured-widget h6 > span:not(.line),
.global-widget h6 > span:not(.line) {
  z-index: 3;
  background: #ffffff;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.featured-widget h6 .line,
.global-widget h6 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b0bec5;
  left: 0;
  top: 50%;
}
.featured-widget .normal-list,
.global-widget .normal-list {
  margin: 17px 0 0 10px;
  padding: 0;
}
.featured-widget .normal-list li,
.global-widget .normal-list li {
  margin-bottom: 8px;
  list-style-type: none;
}
.featured-widget .normal-list li a,
.global-widget .normal-list li a {
  color: #94ABB6;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.featured-widget .normal-list li a:hover,
.global-widget .normal-list li a:hover {
  color: #607d8b;
}
.featured-widget .thumb-list,
.global-widget .thumb-list {
  margin: 21px 9px;
  padding: 0;
  list-style-type: none;
}
.featured-widget .thumb-list li,
.global-widget .thumb-list li {
  margin-bottom: 15px;
}
.featured-widget .thumb-list li > a > span,
.global-widget .thumb-list li > a > span {
  display: inline-block;
  vertical-align: top;
  max-width: 125px;
  margin-right: 8px;
  font-size: 15px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #263238;
}
.featured-widget .thumb-list li > a > span > span,
.global-widget .thumb-list li > a > span > span {
  color: #607d8b;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.featured-widget .list-group,
.global-widget .list-group {
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.05);
  margin-top: 25px;
}
.featured-widget .list-group .list-group-item,
.global-widget .list-group .list-group-item {
  border-color: #E6E6E6 !important;
  padding: 17px 18px 18px 4px;
}
.list-group .list-group-monthly {
  background-color: #FAA937;
  color: #fff!important;
}
.new-purchase-widget .list-group-monthly > span.monthly-link a{
  color: #462900!important;
  text-decoration: none;
}
.new-purchase-widget .list-group-monthly > span.monthly-link a:hover{
  text-decoration: underline!important;
}



.featured-widget .list-group .list-group-item > span,
.global-widget .list-group .list-group-item > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.featured-widget .list-group .list-group-item > span.license,
.global-widget .list-group .list-group-item > span.license {
  line-height: 18px;
  margin-left: 12px;
}
.featured-widget .list-group .list-group-item > span.license small,
.global-widget .list-group .list-group-item > span.license small {
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  top: 2px;
}
.global-widget .list-group .list-group-item > span.license img {
  width: 75px;
  margin-right: 12px;
  height: auto;
}
.global-widget .list-group .list-group-monthly > span.license img {
  width: 36px!important;
}
.global-widget .list-group .list-group-item > span.link,
.global-widget .list-group .list-group-item > span.monthly-link {
  top: 0;
  margin-top: 6px;
}
.featured-widget .list-group .list-group-item > span.link a,
.global-widget .list-group .list-group-item > span.link a {
  color: #607d8b;
  position: relative;
  font-size: 14px;
}
.featured-widget .list-group .list-group-item > span.link a:hover,
.global-widget .list-group .list-group-item > span.link a:hover {
  color: #b0bec5;
}
.featured-widget .list-group .list-group-item.big > span.link a,
.global-widget .list-group .list-group-item.big > span.link a {
  top: 8px;
}
.rl-image {
/*   background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/img-background.png?v=15801320812633686283) no-repeat; */
  width: 152px;
  height: 152px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rl-image.product-item-image {
  margin: auto;
  height: auto;
  width: auto;
}
.rl-image img {
  margin: 7px 7px;
  max-height: 138px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rl-image span {
  position: absolute;
  width: 138px;
  height: 138px;
}
.rl-image span.shadow {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/related-gradient.png?v=17995462350222348593) bottom left repeat-x;
  z-index: 2;
  top: 7px;
  left: 7px;
}
.rl-image span.price {
  color: #ffffff;
  position: absolute;
  height: auto;
  bottom: 18px;
  left: 21px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  z-index: 3;
}
.rl-image span.hover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #ffffff;
  padding-top: 75px;
  padding-left: 13px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: none;
}
.rl-image:hover .hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.rl-image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.rl-image .play-icon {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -17px;
  width: 42px;
  height: 42px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-play.png?v=7202595140098440248) no-repeat;
  background-size: contain;
}
.rl-image .play-icon.played {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-pause.png?v=5013262844567174321) no-repeat;
}
/* Rating */
.br-wrapper {
  width: 120px;
  position: absolute;
  margin: 0px 0 0 -76px;
  left: auto;
  top: 50%;
  margin-top: -7px;
  right: 0;
}
.br-wrapper .br-widget {
  height: 30px;
}
.br-wrapper .br-widget a {
  background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-starEmpty-gray.png?v=5483977499502239094") !important;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  border: 0 !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  margin-right: 6px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .br-wrapper .br-widget a {
    background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-starEmpty-gray@2x.png?v=18298447805708708451") !important;
    background-size: 30px 60px;
  }
}
.br-wrapper .br-widget a:hover,
.br-wrapper .br-widget a.br-active,
.br-wrapper .br-widget a.br-selected {
  background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-star.png?v=13686369688603856355") !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .br-wrapper .br-widget a:hover,
  .br-wrapper .br-widget a.br-active,
  .br-wrapper .br-widget a.br-selected {
    background-image: url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-star@2x.png?v=10117103261845370854") !important;
    background-size: 30px 60px;
  }
}
.br-wrapper .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #646464;
  display: none;
}
/* License Choicer */
.license-type-choice {
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.05);
}
.license-type-choice .list-group-item {
  border-color: #E6E6E6 !important;
  padding: 17px 18px 18px;
  color: #b0bec5;
  background: transparent !important;
}
.license-type-choice .list-group-item.active {
  color: #607d8b;
}
.license-type-choice .list-group-item > span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.license-type-choice .list-group-item > span.choice {
  position: relative;
  top: 7px;
}
.license-type-choice .list-group-item > span.license {
  line-height: 18px;
  margin-left: 12px;
  max-width: 100px;
}
.license-type-choice .list-group-item > span.price {
  font-size: 18px;
  position: relative;
  top: 6px;
}
.license-type-choice .list-group-item > span.price.pull-right {
  text-align: right;
}
.compare-red {
  color: #d84315;
  display: block;
}
.license-type-choice .list-group-item.list-button {
  padding: 0;
}
.license-type-choice .list-group-item.list-button .btn-wrapper {
  display: block !important;
}
.license-type-choice .list-group-item.list-button .btn-wrapper .btn.btn-add-cart {
  width: 100%;
  margin-left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 21px 0 22px 34px;
}
.license-type-choice .list-group-item.list-button .btn-wrapper:after {
  left: 50% !important;
  margin-left: -57px;
}
.purchase-widget {
  margin-top: 40px;
}
.list-group-item.has-discount > span.price {
  max-width: 90px;
  top: 0px;
}
.list-group-item.has-discount strike {
  display: block;
}
@media all and (max-width: 1150px) and (min-width: 900px) {
  .license-type-choice .list-group-item > span.license {
	max-width: 80px;
    margin-left: 5px;
  }
}
/* Hybrid Library */

.hybrid-product .license-type-choice .list-group-item > span.license {
  padding-top: 8px;
}
#product.hybrid-product .smaller-aside-wrapper {
  display: none;
  margin-top: 60px;
}
@media all and (max-width: 899px) {
  #product.hybrid-product .smaller-aside-wrapper {
	display: block;
  }
  #product.hybrid-product .larger-aside {
    display: none;
  }
}
#product.hybrid-product .product-action-list a {
    padding-left: 45px;
    padding-bottom: 0px;
}
#product.hybrid-product .license-type-choice .list-group-item > span.license {
  max-width: 42%;
}
#product.hybrid-product .content h1 {
  color: #FF8F00;
}
#product.hybrid-product #product-tab .nav-tabs li.active:after {
  background: #FFC107;
}
section.logged-in-freelancer .top-landing {
  background: #80DA36;
  padding-bottom: 0;
}
section.logged-in-freelancer .top-landing .breadcrumb {
  padding-top: 56px;
  padding: 0;
  margin: 25px 0 20px;
}
section.logged-in-freelancer .top-landing a,   section.logged-in-freelancer .top-landing span,   section.logged-in-freelancer .top-landing li::before {
  color: #263238 !important;
}
#product.hybrid-product .expansion-items {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
#product.hybrid-product .expansion-items h5 {
  color: #263238;
  font-size: 14px;
  margin-top: 0;
  font-weight: 600;
  padding: 0 18px;
}
#product.hybrid-product .expansion-items .input-wrapper {
  margin-top: 25px;
  padding: 0 18px;
}
#product.hybrid-product .expansion-items .input-wrapper .expansion-name {
  margin-left: 15px;
  color: #607D8B;
  font-size: 14px;
  font-weight: 600;
}
#product.hybrid-product .expansion-items .input-wrapper .expansion-price {
  color: #9CAAB0;
  font-size: 18px;
  margin-top: -3px;
}

#product.hybrid-product .expansion-items .hybrid-total {
  padding: 25px 18px;
  border-top: 1px solid #E6E6E6;
  margin-top: 25px;
}
#product.hybrid-product .expansion-items .hybrid-total-title {
  color: #263238;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#product.hybrid-product .expansion-items .hybrid-total-val {
  color: #607D8B;
  font-size: 18px;
  margin-top: -3px;
}
#product.hybrid-product .checklist {
  font-size: 18px;
}
#product.hybrid-product .icn-check {
  width: 17px;
  height: 13px;
}
#product.hybrid-product .product-expansions-wrapper {
  text-align: center;
  font-size: 0;
}
#product.hybrid-product .product-expansions-wrapper .expansion {
  width: 50%;
  padding: 11px;
  min-width: 200px;
  display: inline-block;
  margin: 15px 0;
}
#product.hybrid-product .product-expansions-wrapper .expansion img {
  width: 45px;
  height: auto;
  display: block;
  margin: auto;
}
#product.hybrid-product .product-expansions-wrapper .expansion h4 {
  font-size: 18px;
  margin: 20px 0;
}
#product.hybrid-product .product-expansions-wrapper .expansion p {
  font-size: 14px;
}
#product.hybrid-product .product-expansions-wrapper .expansion p a {
  color: #D84315;
  text-decoration: underline;
  opacity: 0.7;
}
#product.hybrid-product .single-add-on {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 18px;
  color: #263238;
}
#product.hybrid-product .single-add-on img {
  float: left;
  margin-right: 17px;
}
#product.hybrid-product .single-add-on img {
  float: left;
}
#product.hybrid-product .single-add-on .os {
  color: #B0BEC5;
}
#product.hybrid-product .single-add-on .price {
  color: #607D8B;
}
#product.hybrid-product .tab-grid.hybrid-grid-first small {
  color: #9EAAB0;
  font-size: 14px;
  line-height: 35px;
}
#product.hybrid-product .hybrid-soundcloud {
  padding: 0 30px;
}
#product.hybrid-product .tab-grid {
  margin-top: 30px;
  overflow: auto;
}
#product.hybrid-product .tab-grid + .tab-grid {
  margin-top: 0;
  border-top: 0;
}
#product.hybrid-product .tab-grid .grid-outer {
  display: table;
  width: 50%;
  float: left;
}
#product.hybrid-product .tab-grid .grid-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#product.hybrid-product .tab-inner.single-grid-cell {
  text-align: center;
  padding: 40px 0;
}
#product.hybrid-product .tab-inner.single-grid-cell img {
  margin-bottom: 15px;
}
#product.hybrid-product .tab-inner.single-grid-cell h6 {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
  margin-bottom: 0;
}
#product.hybrid-product .library-includes {
  text-align: center;
  padding: 35px 0 !important;
  margin: 0;
}
#product.hybrid-product .library-includes .library-table {
  text-align: left;
  padding: 0 25px;
}
#product.hybrid-product .library-includes .library-table .after-pricing-text {
  color: #B0BEC5;
  font-weight: 500;
  font-size: 15px;
}
#product.hybrid-product .hybrid-pricing.freelancer .pricing-option {
  width: 100%;
}
#product.hybrid-product .hybrid-pricing.freelancer .pricing-option .license {
  text-align: left;
  padding: 18px 30px;
}
#product.hybrid-product .hybrid-pricing.freelancer .pricing-option .license p {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#product.hybrid-product .hybrid-pricing.freelancer .pricing-option .license .pricing {
  margin-top: 12px;
}
#product.hybrid-product .hybrid-pricing .pricing-option::after {
  background: #FF8F00;
}
#product.hybrid-product .hybrid-pricing.freelancer {
  background-repeat: repeat;
}
#product.hybrid-product .hybrid-pricing.freelancer form {
  padding: 18px 0;
  text-align: left;
}
#product.hybrid-product .hybrid-pricing.freelancer h5 {
  color:	#263238;
  font-size: 14px;
  font-weight: 600;
  margin: 0 30px;
}
#product.hybrid-product .hybrid-pricing.freelancer form .button {
  text-align: center;
}
#product.hybrid-product .hybrid-pricing.freelancer .input-wrapper {
  border-bottom: 1px solid #DBE2E5;
  padding: 25px 0;
  margin: 0 30px;
}
#product.hybrid-product .hybrid-pricing.freelancer .expansion-name {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
#product.hybrid-product .hybrid-pricing.freelancer .expansion-price {
  font-size: 18px;
  color: #9CAAB0;
}
#product.hybrid-product .hybrid-pricing.freelancer .hybrid-total {
  border-top: 1px solid #DBE2E5;
  margin-top: -1px;
  padding: 30px;
}
#product.hybrid-product .hybrid-pricing.freelancer .hybrid-total .hybrid-total-title {
  font-size: 20px;
}
#product.hybrid-product .hybrid-pricing.freelancer .hybrid-total .hybrid-total-val {
  color: #607D8B;
  font-size: 20px;
}
#product.hybrid-product .hybrid-pricing.freelancer .button {
  padding: 22px 30px !important;
}
#product.hybrid-product .hybrid-pricing.freelancer .button input {
  width: 100%;
  margin: 0;
}
/* Catalog */
#catalog .ambience {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/catalog-banner.jpg?v=16742598147596505978) top left no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-bottom: 72px;
}
#catalog .ambience.nobottom {
  margin-bottom: 0;
}
#catalog .catalog-heading {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: -2px;
}
#catalog .catalog-heading .sorter {
  position: relative;
}
#catalog .catalog-heading .sorter .sorter-dropdown {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown.png?v=12108888450744098235) 100% 50% no-repeat;
  margin: 0 0 0 8px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #catalog .catalog-heading .sorter .sorter-dropdown {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown@2x.png?v=12912454442706438078) 100% 50% no-repeat;
  	background-size: 10px;
  }
}
#catalog .catalog-heading .sorter .sorter-dropdown:after {
  position: absolute;
  content: " ";
  background: #b0bec5;
  height: 23px;
  top: 1px;
  right: -2px;
  width: 1px;
  display: none;
}
#catalog .catalog-heading .sorter .dropdown-menu {
  left: 75px;
  right: auto;
}
#catalog .catalog-heading .sorter .sorter-direction {
  position: relative;
  top: -2px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#catalog .catalog-heading .sorter .sorter-direction img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#catalog .catalog-heading .sorter .sorter-direction:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#catalog .catalog-heading .sorter .sorter-direction.down img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-list {
  margin-top: 45px;
  margin-bottom: 145px;
}
.catalog-list .loader,
.catalog-list #infscr-loading {
  margin-top: 48px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.catalog-list .loader img,
.catalog-list #infscr-loading img {
  display: block;
  margin: 0 auto 15px;
}
/* Licensing */
#licensing .top-banner {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/licensing-banner.jpg?v=11824129734091650718) no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 4px;
}
#licensing .top-banner .push {
  margin-left: 46px;
}
#licensing .top-banner h1 {
  margin-top: 72px;
}
#licensing .top-banner h3 {
  color: #b0bec5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 9px;
  font-size: 42px;
}
#licensing .top-banner .section-pills {
  margin-top: 210px;
}
#licensing .top-banner .section-pills.sub {
  margin-top: 124px;
}
#licensing .top-banner .btn-consultation {
  font-weight: 700;
  font-size: 14px;
  padding: 11px;
  width: 223px;
  margin-top: -13px;
  margin-right: 40px;
}
#licensing .form-wrapper {
  padding-bottom: 100px;
  margin-top: 50px;
}
#licensing p {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
}
#licensing .top-section {
  background: #EFF2F3;
  padding-top: 91px;
}
#licensing .top-section .ts-left {
  display: inline-block;
  vertical-align: top;
  max-width: 590px;
  margin-left: 60px;
}
#licensing .top-section .ts-left h2 {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 42px;
  line-height: 50px;
  color: #0288d1;
  margin-bottom: 38px;
}
#licensing .top-section .ts-left p {
  max-width: 95%;
}
#licensing .top-section .ts-left .ts-licenser-chooser {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 44px rgba(38, 50, 56, 0.2);
  display: inline-block;
  width: 362px;
  vertical-align: top;
  margin-top: 25px;
}
#licensing .top-section .ts-left .ts-licenser-chooser h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 11px 0 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #0fadf4;
  background: -moz-linear-gradient(top, #0fadf4 0%, #05a3ea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fadf4), color-stop(100%, #05a3ea));
  background: -webkit-linear-gradient(top, #0fadf4 0%, #05a3ea 100%);
  background: -o-linear-gradient(top, #0fadf4 0%, #05a3ea 100%);
  background: -ms-linear-gradient(top, #0fadf4 0%, #05a3ea 100%);
  background: linear-gradient(to bottom, #0fadf4 0%, #05a3ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fadf4', endColorstr='#05a3ea', GradientType=0);
}
#licensing .top-section .ts-left .ts-licenser-chooser > div {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding: 20px 0 16px;
  box-sizing: border-box;
}
#licensing .top-section .ts-left .ts-licenser-chooser > div img {
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  top: -2px;
  left: -5px;
}
#licensing .top-section .ts-left .ts-licenser-chooser > div + div {
  position: relative;
}
#licensing .top-section .ts-left .ts-licenser-chooser > div + div:before {
  content: " ";
  height: 71px;
  width: 2px;
  background: #EFF2F3;
  position: absolute;
  top: 0;
  left: -8px;
}
#licensing .top-section .ts-left .ts-pricing-options {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 22px;
  width: 172px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 44px rgba(38, 50, 56, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding: 62px 0 11px 0;
  position: relative;
}
#licensing .top-section .ts-left .ts-pricing-options img {
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -51px;
}
#licensing .top-section .ts-right {
  display: inline-block;
  vertical-align: top;
  background: #FAFDFF;
  padding: 84px 60px 49px 58px;
  margin-left: 80px;
  margin-top: 41px;
}
#licensing .top-section .ts-right h3 {
  margin-top: 0;
  color: #263238;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 6px;
}
#licensing .top-section .ts-right ul {
  max-width: 385px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#licensing .top-section .ts-right ul li {
  margin-bottom: 64px;
}
#licensing .top-section .ts-right ul li > span {
  display: inline-block;
  vertical-align: top;
}
#licensing .top-section .ts-right ul li > span:first-child {
  width: 109px;
}
#licensing .top-section .ts-right ul li > span:last-child {
  width: 70%;
}
#licensing .top-section .ts-right ul li > span:last-child p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 26px;
}
#licensing .partners {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/partners-background.jpg?v=14460165565357631956) repeat-x;
  color: #ffffff;
  height: 254px;
  box-sizing: border-box;
  padding-top: 63px;
}
#licensing .partners h4 {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 43px;
}
#licensing .partners .clients img {
  margin: 0 20px;
}
#licensing .licensing-details {
  position: relative;
}
#licensing .licensing-details .licensing-item {
  padding: 100px 100px 110px 110px;
}
#licensing .licensing-details .licensing-item:after {
  position: absolute;
  width: 91%;
  height: 1px;
  content: " ";
  border-bottom: 1px solid #E7EBED;
  left: 50%;
  margin-left: -45%;
  margin-top: 90px;
}
#licensing .licensing-details .licensing-item:last-child:after {
  display: none;
}
#licensing .licensing-details .licensing-item .ld-left {
  max-width: 450px;
}
#licensing .licensing-details .licensing-item .ld-left h4 {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 21px;
  color: #263238;
  margin-bottom: 15px;
}
#licensing .licensing-details .licensing-item .ld-left a {
  color: #03a9f4;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 600;
}
#licensing .licensing-details .licensing-item .ld-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#licensing .licensing-details .licensing-item .ld-left ul li {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 23px;
}
#licensing .licensing-details .licensing-item .ld-right {
  padding-top: 20px;
  padding-right: 10px;
}
#licensing .licensing-details .licensing-item .ld-right > div {
  display: inline-block;
  vertical-align: top;
}
#licensing .licensing-details .licensing-item .ld-right > div:first-child {
  width: 185px;
}
#licensing .licensing-details .licensing-item .ld-right > div:first-child img.move-left {
  margin-left: -35px;
}
#licensing .licensing-details .licensing-item .ld-right > div:last-child {
  width: 228px;
}
#licensing .licensing-details .licensing-item .ld-right > div:last-child h6 {
  color: #263238;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 7px;
}
#licensing .licensing-details .licensing-item .ld-right > div:last-child ul {
  margin: 0 0 28px;
  padding: 0;
  list-style-type: none;
}
#licensing .licensing-details .licensing-item .ld-right > div:last-child ul li {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#licensing .licensing-details .licensing-item .ld-right .btn {
  color: #607d8b !important;
  border-color: #b0bec5 !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 15px;
  text-align: center;
  width: 193px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-top: 5px;
}
#licensing .licensing-details .licensing-item .ld-right .btn strong {
  color: #324148;
  display: block;
  font-weight: 600;
}
#licensing .licensing-simply .ls-right {
  padding-top: 160px !important;
}
#licensing .licensing-simply > div {
  padding: 68px 0 0 131px;
}
#licensing .licensing-simply .block-title {
  margin-bottom: 18px;
}
#licensing .licensing-simply .block-meta {
  margin-bottom: 38px;
}
#licensing .licensing-simply .block-grid-content {
  margin-top: 52px;
}
#licensing .licensing-simply .block-grid-content li {
  margin-bottom: 38px;
}
#licensing .licensing-simply .block-grid-content span {
  display: inline-block;
  width: 85px;
}
#licensing .licensing-simply .block-grid-content h6 {
  display: inline-block;
  color: #607d8b;
  font-size: 20px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 400;
}
#licensing .licensing-simply .btn {
  padding: 8px 23px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 0;
}
#licensing .licensing-simply .block-description {
  font-size: 18px;
  line-height: 26px;
  margin-top: 34px;
}
#licensing .licensing-simply .ls-right {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/home-licensing.jpg?v=16290127753280950236) no-repeat;
  background-size: cover;
  padding-left: 73px;
  padding-top: 62px;
  padding-bottom: 80px;
}
#licensing .licensing-simply .ls-right .quote quote {
  max-width: 85%;
  color: #b0bec5;
  margin-top: 269px;
}
#licensing .licensing-simply .ls-right .quote .owner > div {
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}
#licensing .licensing-simply .ls-right .quote .owner > div .people {
  color: #ffffff;
}
#licensing .licensing-simply .ls-right .quote .owner > div .meta {
  color: #b0bec5;
}
#licensing .pricing-example {
  margin-bottom: 96px;
}
#licensing .pricing-example h2 {
  font-weight: 300;
  font-size: 42px;
  color: #b0bec5;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 122px;
}
#licensing .pricing-example .pricing-item {
  max-width: 925px;
  margin: 90px auto 0;
}
#licensing .pricing-example .pricing-item > div {
  display: inline-block;
  vertical-align: top;
}
#licensing .pricing-example .pricing-item > div.pi-img {
  margin-right: 86px;
}
#licensing .pricing-example .pricing-item > div.pi-img img {
  position: relative;
  left: 14px;
}
#licensing .pricing-example .pricing-item > div.pi-detail {
  width: 71%;
}
#licensing .pricing-example .pricing-item > div.pi-detail h3 {
  font-size: 42px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: -11px;
}
#licensing .pricing-example .pricing-item > div.pi-detail h3.hybrid {
  color: #ff8f00;
}
#licensing .pricing-example .pricing-item > div.pi-detail h3.master {
  color: #0288d1;
}
#licensing .pricing-example .pricing-item > div.pi-detail h4 {
  margin-top: 13px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 32px;
}
#licensing .pricing-example .pricing-item > div.pi-detail .table {
  width: 100%;
}
#licensing .pricing-example .pricing-item > div.pi-detail .table tr td {
  padding: 12px 8px !important;
}
#licensing .pricing-example .pricing-item > div.pi-detail .table tr th:first-child,
#licensing .pricing-example .pricing-item > div.pi-detail .table tr td:first-child {
  padding-left: 0 !important;
}
#licensing .feature-list {
  max-width: 1190px;
  margin: 100px auto 50px;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 80px 0 50px;
  border-top: 1px solid #E7EBED;
  border-bottom: 1px solid #E7EBED;
}
#licensing .feature-list ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#licensing .feature-list ul li h5 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #263238;
  margin-top: 5px;
  margin-left: 10px;
}
#licensing .feature-list ul li img {
  vertical-align: top;
}
#licensing .feature-list ul li p {
  margin-top: 10px;
}
#licensing .feature-list h2 {
  text-align: center;
  color: #0288d1;
  font-size: 42px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 50px;
}
#licensing .content-small-section,
#licensing .content-big-section {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#licensing .content-small-section p,
#licensing .content-big-section p {
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#licensing .content-small-section > .cs-left,
#licensing .content-big-section > .cs-left,
#licensing .content-small-section > .cs-right,
#licensing .content-big-section > .cs-right {
  float: left;
  width: 50%;
}
#licensing .content-small-section h4,
#licensing .content-big-section h4 {
  color: #263238;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#licensing .content-small-section h4.with-line:after,
#licensing .content-big-section h4.with-line:after {
  content: " ";
  width: 53px;
  height: 1px;
  background: #E7EBED;
  display: block;
  margin-top: 25px;
}
#licensing .content-small-section > .cs-right,
#licensing .content-big-section > .cs-right {
  padding: 14px 27px;
}
#licensing .content-small-section > .cs-right .btn-discover,
#licensing .content-big-section > .cs-right .btn-discover {
  margin-top: 15px;
}
#licensing .content-small-section > .cs-right.nopad,
#licensing .content-big-section > .cs-right.nopad {
  padding: 0;
}
#licensing .content-small-section > .cs-right.pad {
  padding: 40px 80px;
}
#licensing .content-small-section p.small {
  font-size: 16px;
  line-height: 23px;
  max-width: 430px;
}
#licensing .content-big-section > .cs-left {
  float: left;
  width: 47.5%;
}
#licensing .content-big-section > .cs-right {
  width: 52%;
  padding: 13px 0 0 0;
}
#licensing .content-big-section > .cs-right h4 {
  color: #0288d1;
  font-size: 42px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 17px;
}
#licensing .content-big-section > .cs-right p.lead {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
#licensing .pushdown {
  margin-top: 85px;
}
/* Library */
#library {
  margin-bottom: 100px;
}
#library h1 {
  font-size: 72px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #0288d1;
  margin: 31px 59px 45px 0;
}
#library .libraries {
  margin-top: 55px;
}
#library .libraries h4 {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 44px;
}
#library .three.columns .featured-widget:first-child {
  margin-top: -10px;
}
#filter-tag-wrapper {
  position: relative;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 -1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 15px 25px 14px 53px;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small.png?v=10760878624600688313) 20px 23px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #filter-tag-wrapper {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small@2x.png?v=9847548745863095224) 20px 23px no-repeat;
    background-size: 17px;
  }
}
#filter-tag-wrapper .tagit-choice {
  position: relative;
  padding-right: 0 !important;
  margin-right: 10px;
}
#filter-tag-wrapper .tagit-choice .tagit-label {
  background: #EFF2F3;
  border-radius: 55px;
  padding: 6px 39px 6px 15px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
#filter-tag-wrapper .tagit-choice .tagit-close {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-closeFilter2.png?v=12843853327101795086);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 14px;
}
#filter-tag-wrapper .clear-filter {
  position: absolute;
  right: 22px;
  margin-top: 5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 14px;
  color: #b0bec5;
  text-transform: uppercase;
  text-decoration: none;
}
#filter-tag-wrapper .clear-filter:hover {
  color: #607d8b;
}
.table th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid rgba(176, 190, 197, 0.3) !important;
}
.table th i {
  border: 0;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-sortUpSmall-gray.png?v=14209497274978251254) no-repeat;
  width: 10px;
  height: 6px;
  position: relative;
  top: -1px;
}
.table th.tablesorter-header {
  cursor: pointer;
}
.table th.sorting_asc i {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-sortDownSmall-gray.png?v=6904513209154955739) no-repeat;
}
.table tbody tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.table tbody tr:hover {
  background: #f2fafe;
}
.table tbody tr:last-child td {
  border-bottom: 1px solid rgba(176, 190, 197, 0.3) !important;
}
.table td {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  padding: 10px 8px !important;
  border-top: 1px solid rgba(176, 190, 197, 0.3) !important;
  cursor: pointer;
}
.table td:first-child img {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.iwishWrapper {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.cart-table input[type=number].form-control {
  width: 50px !important;
  margin: 0 auto;
}
.tracklist-tablet,
.tracklist-mobile {
  display: none;
}
.tracklist-mobile img { 
  max-width: 100%; 
  width: 100%;
  height: auto !important;
}
.content .navigation {
  display: none;
}
.catalog-item .rl-image span.shadow {
  display: none !important;
}
#ad-wrapper {
  margin-bottom: 30px;
}
.shapp_option_set {
  margin-top: 20px;
  letter-spacing: 0;
  padding: 20px;
  margin: 10px 0 0 0;
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.shapp_option_set label { font-weight: normal; }
.shapp_option_set input[type='checkbox'],
.shapp_option_set input[type='radio'] { vertical-align: middle !important; margin-top: -2px !important; }

#option_display_total_format {
  margin: 20px 0 !important;
  letter-spacing: 0;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
#formatted_option_total {
  font-weight: 600 !important;
}
.shappify_option_name {
  margin-bottom: 10px;
}
.shappify_check_option input {
  margin-right: 10px !important;
}
/* Responsive */
.c-hamburger {
  display: block;
  position: relative;
/*   overflow: hidden; */
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: 2px;
  width: 26px;
  height: 26px;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #1eaaf1;
  width: 26px;
  left: 0;
  top: 8px;
  border-radius: 4px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  background-color: #1eaaf1;
  content: "";
  height: 2px;
  border-radius: 4px;
  width: 26px;
}
.c-hamburger--htx span::before {
  top: -8px;
}
.c-hamburger--htx span::after {
  bottom: -8px;
}

/******/

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0 .3s;
  transition: background 0 .3s;
}

.c-hamburger--htx span::after,.c-hamburger--htx span::before {
  -webkit-transition-duration:.3s,.3s;
  transition-duration:.3s,.3s;
  -webkit-transition-delay:.3s,0s;
  transition-delay:.3s,0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property:top,transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property:bottom,transform;
}

.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: transparent;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay:0s,.3s;
  transition-delay:0s,.3s;
}

#sidr-search {
  margin: 0 20px;
  border-bottom: 1px solid #35444d;
  padding-bottom: 30px;
}
#sidr-search input[type="text"] {
  width: 100%;
  border: 0;
  background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-search-small@2x.png?v=9847548745863095224);
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: #1c2429;
  padding: 10px 0 10px 45px;
  background-position: 15px 50%;
  -webkit-font-smoothing: antialiased;
  outline: none;
  border-radius: 0 !important;
}
#sidr-search input[type="button"] {
  float: left;
  border: 0;
  width: 50%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding: 10px 0;
  background-color: #1c2429;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none !important;
}
#sidr-search input[type="button"].active {
  background-color: #35444d;
  color: #4e6470;
}
#sidr .footer-logo {
  margin: 20px auto 30px;
  display: block;
  height: 48px;
  width: 48px;
}
#sidr.sidr {
  box-shadow: none !important;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
#sidr.sidr ul {
  margin: 15px 15px 15px 10px;
  border: 0 !important;
}
#sidr.sidr ul li {
  border: 0 !important;
  line-height: 38px !important;
}
#sidr.sidr ul li a {
  font-size: 14px;
}
#sidr.sidr ul li a:hover {
  color: #b0bec5;
}
#sidr.sidr ul.submenu {
  margin: 0 0 0 20px !important;
}
#sidr .has-submenu {
  position: relative;
}
#sidr .has-submenu:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown-select@2x.png?v=17292785515351373505) center no-repeat;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: 100%;
}
#sidr .has-submenu.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sidr .submenu {
  display: none;
}
.tablet-menu {
  display: none;
}
.vis-pt {
  display: none;
}

p.text-cta {
  letter-spacing: 0;
  font-size: 16px;
  margin: 30px 0 30px;
}

p.text-cta a {
  display: block;
}

@media (max-width: 1439px) {
  .related-libraries ul li + li {
    margin-left: 5%;
  }
  #licensing .top-section .ts-left {
    max-width: 46%;
  }
  #licensing .top-section .ts-right {
    margin-left: 5%;
  }
  #licensing .top-section .ts-left .ts-licenser-chooser {
    width: 60%;
  }
  #licensing .top-section .ts-left .ts-pricing-options {
    width: 30%;
  }
}
@media (max-width: 1490px) {
  .product-action-list a, .tracklist-wrapper a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1320px) {
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu {
    width: 100%;
    left: 0 !important;
    margin-left: 0 !important;
  overflow: hidden;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-left {
    width: 24%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
    width: 75%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul {
/*     width: 29%; */
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content header .line {
    width: 80%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-second ul {
    width: 40%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content header {
    overflow: hidden;
  }
  .category-grid .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .form-wrapper .review > div {
    left: 0;
  }
  .product-action-list a,
  .tracklist-wrapper a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .tracklist-wrapper img {
    margin-right: 6px;
    margin-left: 0;
  }
  .related-libraries ul li + li {
    margin-left: 0;
  }
  #licensing .top-section .ts-right {
    margin-left: 5%;
    padding: 60px 40px 50px;
  }
  #licensing .licensing-simply .block-grid-content span img {
    max-width: 100%;
  }
  #licensing .licensing-simply .block-grid-content span {
    display: inline-block;
    width: 60px;
  }
}
@media (min-width: 1221px){
  .catalog-list .catalog-item > div.desc .action {
  /*       margin-top: 43px; */
  }
}
@media (max-width: 1220px) {
  #footer .top-footer .foo-block-two,
  #footer .top-footer .foo-block-one {
    width: 33%;
  }
  .featured-product .fp-product-item {
    height: 0;
    padding-bottom: 25%;
  }
  #homepage .master-library,
  #homepage .hybrid-library {
    background-size: 60%;
  }
  #homepage .pse-curated .eight.columns > div h2 {
    font-size: 55px;
  }
  #homepage .pse-curated .eight.columns > div h3 {
    font-size: 32px;
    line-height: 35px;
  }
  #landing .hybrid-library > .container {
    background-position: 100% 100%;
    background-size: 39%;
  }
  .block-pricing > div > div.price > span {
    padding: 14px 10px 7px;
  }
  .tracklist-wrapper {
    /*padding: 10px;*/
  }
  .product-action-list .list-group-item {
    padding: 10px;
  }
  .ad-wrapper img {
    max-width: 100%;
  }
  .catalog-list .catalog-item > div.thumb .rl-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
  }
  .catalog-list .catalog-item > div.thumb .rl-image img {
    max-width: 90%;
  }
  .catalog-list .catalog-item .rl-image span,
  .catalog-list .catalog-item > div.thumb .rl-image > span {
    width: 90%;
    height: 0;
    padding-bottom: 90%;
    padding-top: 0;
  }
  #licensing .partners .clients img {
    margin-bottom: 20px;
  }
  #licensing .partners {
    height: auto;
    padding-bottom: 20px;
    background-size: cover;
  }
  .rl-image img {
    max-height: 113px;
  }
}
@media (max-width: 1200px) {
  #homepage .online-library .ol-right {
    padding: 58px 0 0 100px;
  }
  #licensing .top-section .ts-left {
    max-width: 46%;
    margin-left: 4%;
  }
  #licensing .top-section .ts-left .ts-licenser-chooser,
  #licensing .top-section .ts-left .ts-pricing-options {
    font-size: 11px;
  }
  #licensing .top-section .ts-right {
    margin-left: 3%;
    padding: 60px 25px 50px;
  }
  #licensing .licensing-details .licensing-item .ld-left {
    max-width: 42%;
  }
  #licensing .content-small-section,
  #licensing .content-big-section {
    max-width: 90%;
  }
  #licensing .licensing-simply > div {
    padding-left: 100px;
  }
}
@media (max-width: 1160px) {
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content ul {
    width: 32%;
    margin-right: 0;
    margin-left: 0;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first > ul:nth-child(3) {
    margin: 0;
  }
}
@media (max-width: 1130px) and (min-width: 769px) {
  .offset-by-one-point.columns {
    margin-left: 4%;
    width: 30%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first {
    width: 50%;
  }
}
@media (max-width: 1180px) {

  .catalog-list .catalog-item > div.desc .detail h4 {
    font-size: 18px;
  }
  .catalog-list .catalog-item > div.desc .detail p {
    font-size: 16px;
  }
  .catalog-list .catalog-item > div.desc2 {
    display: block;
  }
  .catalog-list .catalog-item > div.desc:not(.desc2) .action {
    display: none;
  }
  .catalog-list .catalog-item > div.desc2 {
    position: relative;
    width: 100%;
    height: auto !important;
  }
  .catalog-list .catalog-item > div.desc2 .action {
    margin-top: 0 !important;
    min-height: 46px;
    position: relative;
    bottom: auto;
  }
  .catalog-list .catalog-item > div.desc .detail {
    padding-bottom: 0;
  }
}
@media (max-width: 1150px) {

  .block-pricing > div {
    width: 100%;
    border-right: 1px solid #E6E6E6;
    border-radius: 4px;
  }
  .block-pricing .btn-wrapper {
    position: relative !important;
    margin-top: 10px;
    display: block !important;
  }
  .block-pricing .btn-wrapper .btn.btn-add-cart {
    width: 100%;
    border-radius: 2px !important;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) {
  #header > .container .eight nav#main-nav > ul li a {
    padding: 14px 10px;
  }
  #footer .top-footer .foo-block-two {
    width: 30%;
  }
  #homepage .online-library .ol-right,
  #homepage .licensing-simply > div,
  #landing .add-ons > div {
    padding: 48px 0 0 48px;
  }
  #homepage .pse-curated .eight.columns > div h2 {
    line-height: 60px;
  }
  #homepage .licensing-simply .ls-right,
  #landing .add-ons .ls-right {
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .quote .owner > div {
    max-width: 60%;
  }
  #homepage .pse-curated .eight.columns > div .starting span:after {
    display: none;
  }
  #homepage .pse-curated .eight.columns > div h3 {
    margin-bottom: 30px;
  }
  #homepage .pse-curated .eight.columns > div .starting span {
    display: block;
    margin-bottom: 10px;
  }
  #homepage .hybrid-library > div {
    padding: 63px 0;
  }
  .top-landing .push {
    margin-left: 0 !important;
  }
  .top-landing .section-pills ul {
    margin-left: 0;
    padding-left: 0;
  }
  #landing .features {
    background-size: 60%;
    height: 650px;
  }
  #landing .features .wrapper {
    padding: 69px 0 0 50px;
  }
  .product-action-list a,
  .tracklist-wrapper a {
    font-size: 10px;
  }
  #product .content .btn-wrapper:after {
    display: none;
  }
  .search-widget input[type=text] {
    padding: 20px 0 19px 38px;
    background-position: 10px 50%;
  }
  .search-widget input[type=text]:focus {
    background-position: 10px 50%;
  }
  .featured-widget .thumb-list li > a > span,
  .global-widget .thumb-list li > a > span {
    float: left;
    margin-bottom: 10px;
  }
  .featured-widget .thumb-list li:after {
    content: " ";
    clear: both;
    display: block;
  }
  .global-widget .thumb-list li > a > span:first-of-type {
    max-width: 50px;
  }
  .global-widget .thumb-list li > a > span img {
    max-width: 100%;
  }
  #product-tab .nav-tabs li a .br-wrapper {
    display: none;
  }
  .global-widget .list-group .list-group-item > span.license {
    max-width: 100px;
  }
  .license-type-choice .list-group-item.list-button .btn-wrapper .btn.btn-add-cart {
    padding-left: 0;
  }
  .license-type-choice .list-group-item > span.license {
    font-size: 13px;
  }
  .license-type-choice .list-group-item > span.price {
    font-size: 14px;
  }
  .related-libraries ul li + li {
    margin-bottom: 20px;
  }
  #product .row.pull-up > .columns {
/*     margin-top: -20%; */
  }
  #licensing .top-banner .btn-consultation {
    margin-right: 0;
    width: auto;
    font-size: 12px;
  }
  #licensing .top-section .ts-left {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  #licensing .top-section .ts-right {
    padding-bottom: 1px;
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    display: block;
  }
  #licensing .top-section .ts-right ul {
    max-width: 100%;
  }
  #licensing .top-section .ts-right ul li > span {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
  }
  #licensing .top-section .ts-left .ts-licenser-chooser,
  #licensing .top-section .ts-left .ts-pricing-options {
    width: 100%;
    margin: 0 auto 30px;
  }
  #licensing .licensing-details .licensing-item .ld-right > div:first-child img.move-left {
    margin-left: 0;
  }
  #licensing .licensing-details .licensing-item {
    padding: 100px 0;
  }
  #licensing .pricing-example .pricing-item > div.pi-detail {
    width: 60%;
  }
  #licensing .licensing-simply > div {
    padding-left: 5%;
  }
  #licensing .licensing-simply .block-grid-content span {
    width: 40px;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
    width: 70%;
    margin-left: 5%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first,
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-second {
    width: 100%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-second header .line {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 899px) {
  #product .row.pull-up {
    top: 0 !important;
  }
  #header > .container .eight,
  #header > .container .four {
    width: 100%;
    text-align: center;
  }
  #header > .container .eight .pull-right,
  #header > .container .four .pull-right {
    float: none !important;
  }
  #header > .container .eight nav#main-nav {
    max-width: 530px;
    margin: 0 auto;
  }
  #header > .container .eight nav#top-nav {
    max-width: 460px;
    margin: 20px auto 0;
  }
  #footer .top-footer .six.columns {
    width: 80%;
  }
  #footer .top-footer .four.columns {
    width: 50%;
    box-sizing: border-box;
    margin-left: 17%;
  }
  #footer .top-footer .four.columns > div {
    margin: 30px auto 0;
  }
  #homepage .megabanner .megabanner-item h1 {
    font-size: 60px;
  }
  #homepage .megabanner .megabanner-item {
    padding-top: 80px;
    min-height: 580px;
  }
  #homepage .megabanner .megabanner-item .clients h6 {
    margin-top: 70px;
  }
  #homepage .megabanner .megabanner-item .clients > img {
    margin-bottom: 20px;
  }
  .featured-product .fp-product-item {
    width: 50%;
    padding-bottom: 25%;
  }
  .block-split > div:not(.clearfix) {
    float: none;
    width: 100%;
  }
  #homepage .online-library .ol-left .player-wrapper > img {
    width: 100%;
  }
  #homepage .online-library .ol-right {
    padding: 50px;
  }
  p.block-description {
    max-width: 100%;
  }
  #homepage .hybrid-library {
    background: #ffc107;
    height: auto;
  }
  #homepage .hybrid-library > div,
  #homepage .master-library > div {
    padding: 10px 0 50px;
  }
  #homepage .master-library {
    background: #fff;
    height: auto;
  }
  #homepage .master-library > div .columns {
    width: 100% !important;
    margin: 0 !important;
  }
  #homepage .licensing-simply > div.ls-left {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #homepage .licensing-simply .block-grid-content {
    margin: 30px 0 50px;
  }
  .blog-grid > a:not(.help-chat) {
    width: 50%;
  }
  #landing .hybrid-library > .container {
    background: none !important;
  }
  #landing .landing-video {
    min-height: 400px;
  }
  #landing .features {
    background: #fff !important;
    height: auto;
    padding-bottom: 50px;
  }
  #landing .features .columns {
    width: 100%;
    margin: 0 !important;
  }
  #landing .features .wrapper {
    padding: 0;
  }
  #landing .features .block-title {
    margin-bottom: 20px;
  }
  #landing .add-ons > div {
    padding-bottom: 50px;
  }
  #landing .add-ons ul.block-grid-content-vertical {
    margin-top: 30px;
  }
  #landing .add-ons .ls-right .quote quote {
    margin-top: 0;
  }
  #product-tab .tab-content .tab-grid > div h6,
  #product-tab .tab-content .tab-grid-full h6 {
    font-size: 14px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #product .content .two.columns.main-leftbar {
    width: 22%;
  }
  #product .content .six.columns.main-content {
    width: 74.0%;
  }
  #product .content .offset-by-one-point.three.columns.main-rightbar {
    margin-left: 0;
    width: 100%;
  }
  #product-tab .nav-tabs li a .br-wrapper {
    display: block;
  }
  .featured-widget .thumb-list:after {
    content: " ";
    clear: both;
    display: block;
  }
  .featured-widget .thumb-list li > a > span,
  .global-widget .thumb-list li > a > span {
    float: none;
  }
  #library h1 {
    font-size: 42px;
    margin: 20px 0;
  }
  .license-type-choice .list-group-item.list-button .btn-wrapper .btn.btn-add-cart {
    padding-left: 0;
  }
  .catalog-list {
    margin-top: 25px;
  }
  .ad-wrapper {
    margin-bottom: 50px;
  }
  .top-landing .push p {
    max-width: 100% !important;
    margin-left: 0;
  }
  .top-landing .push h1 {
    left: 0 !important;
  }
  #catalog .ambience {
    min-height: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .fp-main-image,
  .fp-main-bar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  #product .row.pull-up > .columns {
    margin-top: 0 !important;
  }
  .global-widget .list-group .list-group-item > span.license {
    max-width: 1000px;
  }
  #product-tab .tab-content .tab-pricing {
    background-size: cover;
  }
  .nomargin {
    margin: 0 !important;
  }
  #licensing .top-banner .btn-consultation {
    display: none;
  }
  #licensing .licensing-details .licensing-item .ld-left {
    max-width: 100%;
    float: none !important;
  }
  #licensing .licensing-details .licensing-item .ld-right {
    width: 100%;
    float: none !important;
    margin-top: 30px;
    text-align: center;
  }
  #licensing .licensing-details .licensing-item .ld-right > div:last-child {
    width: 60%;
  }
  #licensing .licensing-details .licensing-item {
    padding: 50px 0;
  }
  #licensing .licensing-details .licensing-item:after {
    width: 100%;
    margin-left: -50%;
  }
  #licensing .form-wrapper .four.columns {
    margin-left: 0;
    width: 50%;
  }
  #licensing .content-small-section > .cs-left,
  #licensing .content-big-section > .cs-left,
  #licensing .content-small-section > .cs-right,
  #licensing .content-big-section > .cs-right {
    float: none;
    width: 100%;
  }
  #licensing .content-small-section ul.block-list li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  #licensing .content-small-section > .cs-right,
  #licensing .content-big-section > .cs-right {
    padding-left: 0;
    padding-right: 0;
  }
  #licensing .content-small-section p,
  #licensing .content-big-section p {
    font-size: 16px;
    line-height: 23px;
  }
  #licensing .pricing-example h2 {
    margin-top: 0;
  }
  #licensing .pricing-example .pricing-item {
    margin-top: 50px;
  }
  #licensing .licensing-simply > div.ls-left {
    padding: 0;
    width: 90%;
    margin: 0 auto 40px;
  }
  #licensing .pricing-example .pricing-item > div.pi-img img {
    left: 0;
  }
  #licensing .content-small-section > .cs-right.pad {
    padding: 40px 0 0;
  }
  #licensing .content-small-section p.small {
    max-width: 100%;
  }
  #licensing .pushdown {
    margin-top: 30px;
  }
  #licensing .feature-list ul li {
    width: 49%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu {
    top: 216px;
  }
  #header > .container .eight nav > ul > li .dropdown-menu {
    min-width: 0;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content {
    padding-left: 0;
    padding-top: 20px;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
    width: 55%;
    margin-left: 2%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-left {
    width: 35%;
  }
  #header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content header .line {
    width: 75%;
  }

  .productbar-left {
    min-width: 172px;
  }

  .spr-badge-starrating {
    display: none;
  }
  .hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 20px;
  }
  #header > .container .eight nav#main-nav,
  #header > .container .eight nav#top-nav {
    display: none;
  }
  #header > .container .top-logo {
    margin: 25px 0;
    max-width: 220px;
  }
  #header > .container .four {
    text-align: left;
  }
  #footer .top-footer {
    text-align: center;
    padding: 30px;
  }
  #footer .top-footer .six.columns {
    width: 100%;
  }
  #footer .top-footer > .container > .row > .six > div {
    max-width: 100%;
  }
  #footer .top-footer .foo-follow,
  #footer .top-footer .foo-contact,
  #footer .top-footer .foo-block-one,
  #footer .top-footer .foo-block-two,
  #footer .top-footer .foo-block-three {
    width: 100%;
    margin-top: 20px;
  }
  #footer .top-footer .four.columns {
    width: 100%;
    margin: 0;
  }
  #footer .bottom-footer {
    text-align: center;
  }
  #footer .bottom-footer .text-right {
    text-align: center;
    margin-top: 10px;
  }
  #homepage .megabanner .megabanner-item .cta span {
    display: block;
    margin: 10px;
  }
  #homepage .megabanner .megabanner-item h1 {
    font-size: 38px;
  }
  #homepage .megabanner .megabanner-item h3 {
    font-size: 20px;
  }
  #homepage .megabanner .megabanner-item .cta {
    margin-top: 40px;
  }
  #homepage .megabanner .pagination {
    display: none;
  }
  #homepage .megabanner .megabanner-item {
    padding: 60px 0 40px;
  }
  #homepage .online-library .ol-right {
    padding: 20px;
  }
  #homepage .online-library .ol-right form {
    margin-top: 40px;
  }
  #homepage .online-library .ol-right form img {
    display: none;
  }
  #homepage .online-library .ol-right form input[type="text"] {
    width: 100%;
  }
  #homepage .online-library .ol-right form input[type="submit"] {
    width: 100%;
    position: relative;
    right: 0;
    top: 5px;
  }
  #homepage .online-library .ol-right form > a.browse {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  #homepage .online-library .ol-left .quote {
    padding: 40px 20px;
  }
  #homepage .online-library .ol-left .quote > div span.people {
    left: 0;
  }
  #homepage .pse-curated .four.columns img {
    margin: 0 auto 50px;
  }
  #homepage .pse-curated .eight.columns > div {
    margin: 0;
  }
  #homepage .pse-curated {
    padding: 80px 0;
    text-align: center;
  }
  ul.block-grid-content li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  ul.block-grid-content li p {
    max-width: 100%;
  }
  #homepage .licensing-simply .ls-right {
    padding: 40px 20px;
  }
  #homepage .licensing-simply .ls-right .quote quote {
    max-width: 100%;
    margin-top: 50px;
  }
  #homepage .licensing-simply .ls-right .quote .owner > div .meta {
    line-height: 20px;
  }
  .blog-grid > a:not(.help-chat) {
    width: 100%;
  }
  .blog-grid > a:not(.help-chat) h2 {
    margin: 36px 20px 20px;
  }
  .blog-grid > a:not(.help-chat) p {
    margin-left: 20px;
  }
  .blog-grid-header {
    text-align: center;
  }
  .blog-grid-header h3 {
    margin-left: 0;
  }
  .blog-grid-header h3:after {
    display: none;
  }
  .blog-grid-header a {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .category-grid .next {
    right: 15px;
  }
  .cta-line span:after {
    display: none;
  }
  .cta-line span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top-landing .section-pills ul li {
    padding: 0 5px 12px;
  }
  .top-landing .cta-line {
    margin-top: 30px;
  }
  .top-landing .push h1 {
    font-size: 38px !important;
  }
  .top-landing .section-pills {
    display: none;
  }
  .top-landing {
    padding-bottom: 40px;
  }
  #landing .landing-video {
    min-height: 250px;
  }
  #landing .product-block {
    padding: 50px 0;
  }
  #landing .product-block .product-item-featured {
    margin-bottom: 50px;
  }
  #landing .add-ons .block-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #landing .add-ons > div,
  #landing .add-ons .ls-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  #landing .add-ons > div.clearfix {
    padding: 0;
  }
  #landing .add-ons .ls-right .btn {
    margin-top: 40px;
  }
  #landing .add-ons .ls-right .quote quote {
    max-width: 100%;
  }
  .quote quote {
    font-size: 20px;
    line-height: 30px;
  }
  .top-line .top-landing .breadcrumb {
    display: none;
  }
  #product .top-landing {
    padding-bottom: 0;
  }
  #product .content {
    margin-top: 0;
  }
  .product-action-list a,
  .tracklist-wrapper a {
    font-size: 12px;
  }
  #product .content p.lead {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0;
  }
  #product .content h1 {
    margin-top: 30px;
  }
  #product-tab .nav-tabs li a .br-wrapper {
    display: none;
  }
  #product .content .two.columns.main-leftbar,
  #product .content .six.columns.main-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #footer .help-chat {
    display: none;
  }
  #filter-tag-wrapper {
    padding-right: 120px;
  }
  #filter-tag-wrapper .tagit-choice {
    margin-bottom: 10px;
  }
  #product .row.pull-up > .columns {
    margin-top: 20px;
  }
  #product-tab .tab-content .tab-pricing .pricing-option {
    margin: 0 auto 20px !important;
    display: block;
    width: 100%;
  }
  #product .content aside.offset-by-one.three-wide.columns {
    margin-top: 20px;
  }
  #homepage .megabanner .clients > img {
    margin-bottom: 14px;
  }
  #product .content .two.columns.main-leftbar {
    margin-top: 25px;
  }
  .selectboxit-container .selectboxit {
    width: 100%;
  }
  .related-libraries {
    margin-bottom: 0;
  }
  #library .table-responsive {
    margin-bottom: 50px;
  }
  #product-tab .nav-tabs li a {
    padding: 13px 24px;
  }
  #product-tab .tab-content .tab-inner {
    padding: 0 20px 0 20px;
  }
  #licensing .top-banner .push {
    margin-left: 0;
  }
  #licensing .top-banner h1 {
    margin-top: 20px;
  }
  #licensing .top-banner h3 {
    font-size: 28px;
    margin-left: 0 !important;
  }
  #licensing .top-banner {
    padding-bottom: 40px;
  }
  #licensing .top-section {
    padding-top: 20px;
  }
  #licensing .partners {
    padding-top: 40px;
  }
  #licensing .partners h4 {
    font-size: 22px;
  }
  #licensing .partners .clients img:nth-child(3),
  #licensing .partners .clients img:nth-child(5),
  #licensing .partners .clients img:nth-child(7) {
    margin-left: 0;
  }
  #licensing .licensing-details .licensing-item .ld-right > div:first-child {
    display: none;
  }
  #licensing .licensing-details .licensing-item .ld-right > div:last-child {
    width: 100%;
  }
  #licensing .licensing-details .licensing-item:after {
    margin-top: 60px;
  }
  #licensing .form-wrapper {
    padding-bottom: 20px;
  }
  #licensing .form-wrapper .four.columns {
    margin-left: 0;
    width: 100%;
  }
  #licensing .pricing-example .pricing-item {
    text-align: center;
  }
  #licensing .pricing-example .pricing-item .table {
    text-align: left;
  }
  #licensing .pricing-example .pricing-item > div.pi-img {
    margin: 0 auto 20px;
    display: block;
  }
  #licensing .pricing-example .pricing-item > div.pi-detail {
    width: 100%;
  }
  #licensing .pricing-example {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  #licensing .licensing-simply .block-grid-content li {
    text-align: left;
    margin-bottom: 10px;
  }
  #licensing .licensing-simply .block-grid-content {
    margin-top: 0;
  }
  #licensing .licensing-simply .block-grid-content span {
    width: 50px;
    margin-right: 30px;
  }
  #licensing .licensing-simply .btn {
    margin-top: 30px;
    padding: 11px 23px 12px;
  }
  #licensing .licensing-simply .ls-right {
    padding: 40px 5% !important;
  }
  #licensing .licensing-simply .ls-right .quote quote {
    margin-top: 0;
    max-width: 100%;
  }
  #licensing .top-section .ts-left h2,
  .block-title,
  #licensing .pricing-example h2,
  #licensing .content-big-section > .cs-right h4,
  #licensing .feature-list h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #licensing .licensing-simply > div.clearfix {
    display: none;
  }
  #licensing .content-big-section > .cs-right p.lead {
    line-height: 26px;
    font-size: 20px;
  }
  #licensing .feature-list ul {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #licensing .feature-list ul li {
    width: 100%;
  }
  #licensing .feature-list {
    padding-bottom: 0;
    margin-top: 0;
    border: 0;
    padding-top: 40px;
  }
  .btn.btn-xlg {
    margin: 10px;
  }
  .tablet-menu {
    display: block;
    position: absolute;
    top: 35px;
    right: 80px;
  }
  .tablet-menu a {
    padding: 0 30px;
    position: relative;
    text-decoration: none !important;
  }
  .tablet-menu a:after {
    content: " ";
    height: 25px;
    width: 1px;
    background-color: #B0BEC5;
    position: absolute;
    right: 0;
  }


  /* Additional New Layout */
  .hid-pt {
    display: none;
  }
  .vis-pt {
    display: block;
  }
  #homepage .online-library .ol-left .quote {
    display: none;
  }
  #homepage .pse-curated .columns {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
  #homepage .pse-curated .eight.columns > div h3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #homepage .hybrid-library,
  #homepage .master-library {
    background-position: top center !important;
    background-size: contain;
    height: auto;
  }
  #homepage .hybrid-library .container .twelve div,
  #homepage .master-library .container .six div {
    margin-top: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #homepage .licensing-simply .ls-right {
    margin-bottom: 50px;
  }
  #footer .top-footer .two.columns {
    display: none;
  }
/*   #footer .top-footer #newsletter {
    display: none;
  } */
  #footer .top-footer .six.columns {
    margin-left: 0;
  }
  .category-grid .next {
    display: none;
  }
  .category-grid.left-viewed:after {
    display: none;
  }
  .category-grid ul {
    width: 100%;
  }
  .category-grid ul li {
    width: 25%;
    display: none;
  }
  .category-grid ul li img {
    width: 100%;
  }
  .category-grid ul li:nth-child(1),
  .category-grid ul li:nth-child(2),
  .category-grid ul li:nth-child(3),
  .category-grid ul li:nth-child(4),
  .category-grid ul li:nth-child(5),
  .category-grid ul li:nth-child(6),
  .category-grid ul li:nth-child(7) {
    display: block;
  }
  .category-grid ul li.vis-pt {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 25%;
    position: relative;
  }
  .category-grid ul li.vis-pt a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #03A9F4;
    background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-more.png?v=6743823621895737217);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 600;
  }
  .category-grid ul li.vis-pt a span {
    left: 0;
    font-weight: 600;
  }
  .category-grid ul li.vis-pt:after {
    display: none;
  }
  #licensing .content-big-section > .cs-left .play-wrapper {
    margin-top: 20px !important;
  }
  #licensing .content-big-section > .cs-right h4 {
    max-width: 100%;
  }
  #licensing.about hr, hr.separator {
    margin-top: 20px;
  }
  #licensing.about .block-about {
    padding-top: 20px;
  }
  aside.offset-by-one-column.three.columns.main-rightbar {
    margin-left: 0;
    width: 100%;
  }
  .featured-widget + .featured-widget {
    margin-left: 5%;
  }
  .featured-widget {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  #product .content .btn-wrapper {
    margin-top: -2px;
  }
  #product .content .btn-wrapper input {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tracklist-desktop {
    display: none;
  }
  .tracklist-tablet {
    display: block;
  }
  .tracklist-tablet > img {
    float: left;
    height: 89px;
    width: auto;
  }
  .tracklist-tablet .list-group {
    float: left;
    width: calc(100% - 89px);
  }
  .tracklist-tablet .list-group li {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .tracklist-tablet .list-group li:nth-child(2n) {
    border-left: 0;
  }
  .tracklist-tablet .list-group li a {
/*     font-size: 14px; */
  }
  #footer .top-footer .foo-follow .socmed img  {
    min-height: 24px;
  }

  .index-category-grid {
   max-height: 100%;
  }
}
@media (max-width: 899px) {
    #product {
    	padding-top: 10px;
    }
  	
    #product .content > .container > .row {
    	padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .related-libraries ul {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
  
    .related-libraries ul li {
    	max-width: 50%;
        width: 50%;
        margin: 0 !important;
    }
  
    .related-libraries ul li .rl-image {
    	margin: 0 auto;
        width: 100% !important;
    }
}
@media (max-width: 899px) and (min-width: 768px){
  .productbar-left {
    width: 100% !important;
  }
  .tracklist-desktop {
    display: none;
  }
  .tracklist-tablet {
    display: block;
  }
  .tracklist-tablet > img {
    float: left;
    height: 89px;
  }
  .tracklist-tablet .list-group {
    float: left;
    width: calc(100% - 89px);
  }
  .tracklist-tablet .list-group li {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .tracklist-tablet .list-group li:nth-child(2n) {
    border-left: 0;
  }
  .tracklist-tablet .list-group li a {
/*     font-size: 14px; */
  }
  .tracklist-tablet .list-group {
    width: calc(100% - 89px);
  }
  .related-libraries ul li.visible-xs {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  #homepage .megabanner .megabanner-item h1 {
    font-size: 72px;
    max-width: 60%;
    margin: 0 auto;
  }
  #homepage .megabanner .megabanner-item h3 {
    font-size: 42px;
    margin-top: 10px;
  }
  #homepage .megabanner .megabanner-item .cta span {
    display: inline-block;
  }
  #homepage .megabanner .clients {
    max-width: 479px;
    left: 50%;
    margin-left: -240px;
  }
  #homepage .megabanner .megabanner-item {
    min-height: 680px;
  }
  #homepage .online-library .ol-right {
    padding: 80px;
  }
  #homepage .online-library .ol-right form img {
    display: inline-block;
  }
  #homepage .online-library .ol-right form > span {
    display: inline-block;
    width: 80%;
  }
  #homepage .online-library .ol-right form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 120px;
  }
  #homepage .online-library .ol-right form > a.browse {
    display: inline-block;
    margin: 21px 0 0 74px;
  }
  #licensing .top-section .ts-left h2, .block-title, #licensing .pricing-example h2, #licensing .content-big-section > .cs-right h4, #licensing .feature-list h2 {
    font-size: 42px;
    line-height: 50px;
  }
  #homepage .pse-curated .eight.columns > div h3 {
    width: 100%;
    max-width: 500px;
    font-size: 42px;
    line-height: 50px;
    margin: 0 auto 40px;
  }
  #homepage .pse-curated .eight.columns > div .starting span {
    display: inline-block;
  }
  #homepage .pse-curated .eight.columns > div .starting span:after {
    display: inline-block;
    content: " ";
    height: 47px;
    width: 1px;
    background: #607d8b;
    vertical-align: middle;
    margin: 0 32px 0 34px;
    position: relative;
    top: -4px;
  }
  .licensing-simply ul.block-grid-content li {
    width: 49%;
    display: inline-block;
    text-align: left;
  }
  .licensing-simply.block-split .ls-left div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .licensing-simply ul.block-grid-content li p {
    max-width: 80%;
  }
  #homepage .licensing-simply .ls-right {
    padding: 70px;
  }
  #homepage .licensing-simply .ls-right .quote quote {
    font-size: 24px;
    line-height: 34px;
  }
  .blog-grid-header {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .blog-grid-header a {
    display: inline-block;
  }
  .blog-grid-header h3:after {
    content: " ";
    width: 1px;
    height: 41px;
    background: #b0bec5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0 22px;
  }
  .blog-grid > a:not(.help-chat) {
    width: 50%;
  }
  #footer .top-footer .foo-follow, #footer .top-footer .foo-contact {
    width: 49%;
    text-align: left;
  }
  #footer .top-footer .foo-block-one, #footer .top-footer .foo-block-two, #footer .top-footer .foo-block-three {
    width: 33%;
    text-align: left;
  }
  #footer .bottom-footer {
    text-align: left;
  }
  #footer .bottom-footer .text-right {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .tablet-menu  {
    display: none;
  }
  .category-grid ul li {
    width: 50%;
  }
  .category-grid ul li.vis-pt {
    padding-bottom: 50%;
  }
  #homepage .megabanner .megabanner-item h1 {
    font-size: 42px;
    line-height: 50px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #homepage .megabanner .megabanner-item h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #homepage .megabanner .megabanner-item .cta span {
    display: none;
  }
  #homepage .megabanner .megabanner-item .cta .btn.btn-cta {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
  }
  #homepage .megabanner .clients {
    display: none;
  }
  #homepage .megabanner .megabanner-item {
    padding: 80px 0 80px;
    min-height: 0;
  }
  #homepage .online-library .ol-right .block-title, #homepage .online-library .ol-right .block-meta {
    text-align: center;
  }
  #homepage .online-library .ol-right form input[type="submit"] {
    height: 50px;
  }
  #homepage .online-library .ol-right > div > img:first-child {
    display: block !important;
    margin: 20px auto;
  }
  #homepage .pse-curated .eight.columns > div .starting span {
    display: none;
  }
  #homepage .pse-curated .eight.columns > div .starting .btn {
    width: 100%;
  }
  #homepage .pse-curated .eight.columns > div h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  #homepage .pse-curated .eight.columns > div h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  #homepage .pse-curated .four.columns img {
    margin-bottom: 30px;
  }
  .category-grid ul li:nth-child(6),
  .category-grid ul li:nth-child(7) {
    display: none;
  }
  #homepage .hybrid-library .btn, #homepage .master-library .btn {
    display: block;
  }
  #homepage .licensing-simply .ls-right > img {
    margin: 0 auto;
    display: block;
  }
  #homepage .licensing-simply .block-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 500;
  }
  .blog-grid-header a {
    display: none;
  }
  #footer .top-footer {
    text-align: left;
    padding: 20px 10px;
  }
  #footer .top-footer .foo-contact {
    margin-top: 30px;
  }
  #footer .top-footer .foo-line {
    margin-top: 0;
    border: 0;
    padding-top: 20px;
  }
  #footer .top-footer .foo-block-one, #footer .top-footer .foo-block-two, #footer .top-footer .foo-block-three {
    width: 49%;
  }
  .catalog-list .catalog-item > div.desc .action .add-wishlist {
    display: block;
  }
  .catalog-list .catalog-item > div.desc .action .price {
    right: 0;
    margin-top: -28px;
    float: right !important;
    margin-right: 20px;
  }
  .catalog-list .catalog-item > div.desc .action .btn-add-cart {
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 0;
  }
  .catalog-list .catalog-item > div.desc .action .btn-add-cart.btn-add-cart-more {
	max-width: 50%;
    position: relative;
  }
  .catalog-list .catalog-item > div.desc .action {
    padding-bottom: 60px;
    height: auto;
  }
  .catalog-list .catalog-item > div.desc .action .add-wishlist:after {
    display: none;
  }
  .catalog-list .catalog-item > div.desc .action .price {
	float: left !important;
  }
  .catalog-list .catalog-item > div.desc .action > form {
	float: right;
    top: 0 !important;
    right: -1px !important;
  }
  .catalog-list .catalog-item > div.desc .action .btn-add-cart {
	float: right;
    height: 40px;
  }
  .catalog-list .catalog-item > div.thumb,
  .catalog-list .catalog-item > div.desc {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    height: auto !important;
  }
  .catalog-list .catalog-item > div.thumb .rl-image {
    width: 152px;
    padding-bottom: 152px;
    margin: 0 auto;
  }
  .catalog-list .catalog-item > div.thumb .rl-image img {
    max-width: 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top:14px;
  }
  .catalog-list .catalog-item > div.thumb .rl-image > span {
    width: 138px;
    padding: 0;
    height: 138px;
  }
  .catalog-list .catalog-item > div.desc .action {
    margin-top: 0;
    padding-bottom: 7px;
  }
  .catalog-list .catalog-item > div.desc .detail {
    padding: 0 20px;
    text-align: center;
  }
  .catalog-list .catalog-item > div.desc .detail p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .catalog-list .catalog-item > div.desc .detail h4 {
    font-size: 22px;
  }
/*   #catalog .catalog-heading .sorter {
    float: none !important;
    display: block;
    margin-top: 10px;
  } */
  #catalog .catalog-heading .sorter {
    font-size: 15px;
  }
  #catalog .catalog-heading .sorter .sorter-dropdown {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown.png?v=12108888450744098235) 100% 50% no-repeat;
    padding-right: 20px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #catalog .catalog-heading .sorter .sorter-dropdown {
      background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-dropdown@2x.png?v=12912454442706438078) 100% 50% no-repeat;
      background-size: 10px;
    }
  }
  #catalog .catalog-heading .sorter .sorter-dropdown:after {
    display: none;
  }
  #catalog .catalog-heading .sorter .sorter-direction {
    float: right;
  }

  .catalog-list .catalog-item > div.desc .action .add-wishlist {
    display: block;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
  }
  .catalog-list .catalog-item > div.desc .action .add-wishlist.audioplayer a {
  	margin: 9px 9px 0 13px;
  }
  .catalog-list .catalog-item > div.desc .action .price {
    margin: 0;
    right: auto;
    display: inline-block;
    width: 50%;
    padding: 10px 20px 5px;
    text-align: center;
  }
  .catalog-list .catalog-item > div.desc .action > form {
    position: relative;
    display: inline-block;
    width: 49%;
    top: 18px;
    right: -7px;
  }
  .catalog-list .catalog-item > div.thumb {
    border: 0;
  }
  .featured-widget {
    width: 100%;
    margin-left: 0 !important;
  }
  #catalog .catalog-heading {
    font-size: 15px;
  }
  #catalog .catalog-heading .sorter .dropdown-menu {
    left: 0;
  }
  .featured-widget .thumb-list li > a > span, .global-widget .thumb-list li > a > span {
    max-width: 200px;
  }
  .tracklist-tablet {
    display: none;
  }
  .tracklist-mobile {
    display: block;
  }
  .block-pricing > div > div.price {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
  }
  .single-product-action div.price {
	border-bottom: 0 !important;
  }
  .tracklist-mobile > span {
    display: block;
    border: 1px solid rgba(176, 190, 197, 0.45);
    margin-bottom: 20px;
  }
  .tracklist-mobile > span > img {
    width: 90px;
  }
  .tracklist-mobile .tracklist-wrapper {
    display: inline-block;
    border: 0;
    margin-bottom: 0;
  }
  .tracklist-mobile .tracklist-wrapper a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 0;
  }
  .tracklist-mobile .product-action-list a, .tracklist-wrapper a {
      font-size: 14px;
  }
  #product .content h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 30px 0 0;
    letter-spacing: 0;
    font-weight: 500;
  }
  .block-pricing {
    margin-top: 30px;
  }
  .featured-product .fp-product-item {
    width: 100%;
    padding-bottom: 100%;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0.5em 10px;
  }
  .related-libraries .rl-image img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 14px;
  }
  .related-libraries ul li:last-child {
    margin-left: 3%;
  }
  .master-library-bar {
    margin-bottom: 10px;
  }
  .master-library-bar .ad-wrapper {
    display: none;
  }
  .master-library-bar div.global-widget.purchase-widget {
    margin-bottom: 0;
  }


  .table--responsive thead {
    display:none;
  }

  .table--responsive tr {
    display:block;
  }

  .table--responsive tr,.table--responsive td {
    float:left;
    clear:both;
    width:100%;
  }

  .table--responsive th,.table--responsive td {
    display:block;
    text-align:right;
    padding:15px;
  }

  .table--responsive td:before {
    content:attr(data-label);
    float:left;
    text-align:center;
    font-size:12px;
    padding-right:10px;
  }

  .table--responsive.cart-table img {
    margin:0 auto;
  }

  .table--responsive.cart-table .js-qty,.table--responsive.cart-table .ajaxcart__qty {
    float:right;
  }
  .cart-table input[type=number].form-control {
      margin-right: 0;
  }
  .btn.update-cart {
    display: block;
    width: 100%;
    float: none !important;
    margin-bottom: 10px;
  }

  .grid.cart__row .btn-discover {
    width: 100%;
  }

  tr.cart__row.table__section .h3 {
    font-size: 12px !important;
  }

  .cart__subtotal-title {
    float: left;
  }
}
@media (max-width: 568px) {
  .block-pricing > div > div {
    display: block;
    text-align: center;
  }
  .block-pricing > div > div.price:after {
    display: none;
  }
  #product-tab .tab-content .tab-grid > div img {
    max-width: 90%;
  }
  .catalog-list .catalog-item > div.desc .action > form {
     right: -2px;
  }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
  .catalog-list .catalog-item > div.desc .action > form {
     right: -3px;
  }
}
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {
  .catalog-list .catalog-item > div.desc .action > form {
     right: -3px;
  }
}


/* Page */
#page .content {
  margin-top: 36px;
  margin-bottom: 123px;
  letter-spacing: 0;
}
#page .content h1 {
  font-weight: 300;
  font-size: 42px;
  margin-top: 0;
  color: #0288d1;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #page .content h1 {
  	padding: 0 10px;
    text-align: center;
  }
}
#page .content p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#page .content p.lead {
  font-size: 24px;
  line-height: 30px;
}
#page .content .btn-wrapper {
  position: relative;
  display: inline-block;
}
#page .content .btn-wrapper:after {
  content: " ";
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-plus-small.png?v=1065723524468748758) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -8px;
}
#page .row.pull-up > .columns {
  margin-top: -57px;
}
#page.not-found h1 {
  font-size: 70px;
  margin-top: 100px;
}
#page .content h4 {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-weight: 600;
}
#account-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}
.dataTables_length,
.dataTables_filter {
	display: none;
}
.dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
  color: #607d8b !important;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #03a9f4 !important;
  background: transparent !Important;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  border: 0 !important;
  letter-spacing: 0;
  font-size: 15px;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #607d8b !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 0 !important;
    color: #607d8b !important;
}
table.dataTable.no-footer {
  border: 0 !important;
  margin-bottom: 20px;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 8px;
}
a.h4 {
  color: #607d8b;
}
a.cart__remove {
  display: block;
}
tr.cart__row.table__section td {
  vertical-align: middle;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at4-icon, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  float: none !important;
  display: inline-block;
}
.addthis_default_style .addthis_counter {
  float: none !important;
  vertical-align: top;
}
.errors ul,
.notice ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  color: red;
}
#habla_window_div.olrk-fixed-bottom .habla_panel_border {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 15px;
  letter-spacing: 0;
}
#habla_window_div #habla_panel_div {
  display: block;
  padding: 0 !important;
}
.account-pages {
  display: none;
}
.errors.error-small {
    font-size: 13px;
}
.errors,
.notice {
  border: 0;
  background-color: #D84315;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  padding: 16px 24px;
  margin-bottom: 20px;
}
.errors ul,
.notice ul {
  margin-bottom: 0;
}
.errors li,
.notice li {
  color: #fff !important;
}
.notice {
  background: #25ad2c;
}
.success-message {
  border: 0;
  background-color: #6dce1d;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  padding: 16px 24px;
  margin-bottom: 20px;
}
.success-message ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.success-message li {
  color: #fff !important;
}

.iwishMsgSuccess {
  border: 0 !important;
  background-color: #98C12F !important;
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  padding: 16px 24px !important;
}
#habla_sizebutton_a {
  display: none !important;
}
#habla_oplink_a {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat-white.png?v=7647577615135650040) 5px 40% no-repeat !important;
  display: block !important;
  padding-left: 40px !important;
  height: 22px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
  padding-top: 5px !important;
  position: relative;
  top: 2px;
  left: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #habla_oplink_a {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-chat-white@2x.png?v=7928287714019286385) 5px 40% no-repeat !important;
    background-size: 22px !important;
  }
}
#habla_panel_div {
  background: transparent !important;
}
#habla_expanded_div,
#habla_window_div #habla_middle_div,
#habla_window_div #habla_expanded_div {
  background: #fff;
}
#newsletter div.wpcf7-response-output {
  font-size: 12px;
  background-color: transparent !important;
  padding: 0 0 30px;
  color: #fff;
}
#habla_panel_div {
  background: transparent !important;
}
#habla_expanded_div,
#habla_window_div #habla_middle_div,
#habla_window_div #habla_expanded_div {
  background: #fff;
}
.hbl_pal_title_bg,
#habla_window_div #habla_topbar_div {
  background-color: #d64423 !important;
}
#habla_window_div .habla_offline_submit_input {
  background: #d54f27 none repeat scroll 0 0 !important;
}


.catalog-item {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  display: table;
}
.catalog-item .img-wrapper, .catalog-item .content-wrapper {
  display: table-cell;
  padding: 0;
}
.catalog-item .img-wrapper {
  vertical-align: middle;
  width: 22%;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #E6E6E6;
}
.catalog-item .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.catalog-item .content-wrapper .product-desc {
  display: block;
  padding: 39px 35px 20px;
}
.catalog-item .content-wrapper .product-desc h4 {
  color: #263238;
  font-size: 24px;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-weight: 500;
}
.catalog-item .content-wrapper .product-desc a {
  text-decoration: none !important;
}
.catalog-item .content-wrapper .product-desc p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 25px;
}
.catalog-item .add-wishlist {
  display: inline-block;
  height: 100%;
  width: 50px;
}
.catalog-list .add-wishlist {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 14px;
}
.catalog-list .add-wishlist {
  border-right: 1px solid #e6e6e6;
}
.catalog-list .price-block {
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-list .catalog-item .add-wishlist a {
  display: inline-block;
  letter-spacing: 1px;
  color: #b0bec5;
  text-decoration: none;
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love.png?v=9523462592061793032) no-repeat;
  height: 21px;
  width: 24px;
  margin: auto;
  background-size: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
.catalog-list .catalog-item .add-wishlist a:hover {
  opacity: 0.8;
}

.catalog-list .catalog-item .add-wishlist.audioplayer a {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-play-small.png?v=14035454831794345443) 3px 0px no-repeat;
}

.catalog-list .catalog-item .add-wishlist.audioplayer a.played {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-pause-small.png?v=4011925816697471234) 3px 0px no-repeat;
}

.catalog-list .catalog-item .add-wishlist.audioplayer a:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-play-small.png?v=14035454831794345443) 3px 0px no-repeat;
}

.catalog-list .catalog-item .add-wishlist.audioplayer a.played:hover {
  background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-pause-small.png?v=4011925816697471234) 3px 0px no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog-list .catalog-item .add-wishlist a,
  .catalog-list .add-wishlist a:hover {
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-wave-love@2x.png?v=8884329099276312453) no-repeat;
    background-size: 21px;
  }
}

.catalog-item .action {
  height: 50px;
  overflow: hidden;
  border-top: 1px solid #E6E6E6;
  position: relative;
  width: 100%;
  font-size: 0;
}
.catalog-list .price-block, .single-product-action .price-block {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  display: table;
}
.catalog-list .price-block-inner, .single-product-action .price-block-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  height: 50px;
}
.catalog-list .price-block-inner.before-left-border, .single-product-action .price-block-inner.before-left-border {
  padding-right: 10px;
}
.catalog-list .price-block-inner.after-right-border, .single-product-action .price-block-inner.after-right-border {
  padding-left: 10px;
}
.catalog-list .price-block-inner.left-border, .single-product-action .price-block-inner.left-border {
  border-left: 1px solid #e6e6e6;
  padding: 0 10px;
}
.content-wrapper .price-block-inner.right-border {
  border-right: 1px solid #e6e6e6;
  padding: 0 10px;
}
.catalog-list .price-block-inner span, .single-product-action .price-block-inner span {
  display: inline-block;
}
.catalog-list .price-block-inner.csp-price, .single-product-action .price-block-inner.csp-price {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #607D8B;
}
.catalog-list .price-block-inner.csp-price span span, .single-product-action .price-block-inner.csp-price span span {
  font-size: 12px;
}
.catalog-list .price-block-inner.csp-original, .single-product-action .price-block-inner.csp-original {
  color: #B0BEC5;
}
.catalog-list .price-block-inner .freelancer-text, .single-product-action .price-block-inner .freelancer-text {
  text-align: left;
  color: #7BCC35;
  font-size: 12px;
  line-height: 13px;
}
.catalog-list .price-block-inner .purchase-price, .single-product-action .price-block-inner .purchase-price {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 18px;
}
.catalog-list .price-block .read-more-block a, .single-product-action .price-block .read-more-block a {
  display: block;
  height: 100%;
  line-height: 50px;
}
.catalog-list .price-block form, .price-block .read-more-block, .single-product-action .price-block form, .price-block .read-more-block {
  padding-right: 0;
}
.catalog-list .price-block .btn.btn-add-cart, .single-product-action .price-block .btn.btn-add-cart {
  padding: 0;
  height:100%;
  min-width: 140px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
}
.catalog-list .price-block .cta-block a, .single-product-action .price-block .cta-block a {
  color: #607D8B !important;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0 3px;
}

.catalog-list .action-smaller-wrapper {
  display: none;
}

@media all and (max-width: 1240px) {
  .catalog-list .action-smaller-wrapper {
    display: block;
  }
  .catalog-item {
	display: block;
  }
  .catalog-list .content-wrapper .action {
	display: none;
  }
}

@media all and (max-width: 940px) {
  .catalog-list .action {
	height: 100px;
  }
  .catalog-list .action .price-block {
	top: 50px;
  }
  .catalog-list .has-demo:not(.hide-wishlist) .action {
	height: 150px;
  }
  .catalog-list .has-demo:not(.hide-wishlist) .action .price-block {
	top: 100px;
  }
  .catalog-list .hide-wishlist:not(.has-demo) .action {
	height: 50px;
  }
  .catalog-list .hide-wishlist:not(.has-demo) .action .price-block {
	top: 0px;
  }


  .catalog-list .action .add-wishlist {
	height: 50px;
    width: 100%;
	border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .catalog-list .action::before {
	content: ' ';
    position: absolute;
    top: 50px;
    width: 100%;
    height: 1px;
  }
  .catalog-list .price-block {
	width: 100%;
  }
  .catalog-list .freelancer-icon-wrapper.price-block-inner {
	width: 30px;
    padding-right: 0;
  }
  .catalog-list .price-block-inner.freelancer-text {
    width: 75px;
  }
  #NO_FR_PRICE .price-block-inner {
    width: 50%;
    padding: 0;
  }
  .catalog-list .price-block-inner .btn.btn-add-cart {
	width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 640px) {
  .catalog-list .img-wrapper, .catalog-list .content-wrapper {
	display: block;
    width: 100%;
    border: 0;
    text-align: center;
  }
  .catalog-list .img-wrapper {
    padding-top: 40px;
  }
  .catalog-list .content-wrapper .product-desc {
	padding-top: 15px;
  }
  .catalog-list .content-wrapper .product-desc h4 {
	font-size: 22px;
  }
  .catalog-list .content-wrapper .product-desc p {
	font-size: 15px;
  }
  .catalog-list .price-block-inner.csp-price span span {
    font-size: 10px;
  }
}

@media all and (max-width: 540px) {
  .catalog-list .action:not(#NO_FR_PRICE)  {
	height: 150px;
  }
  .catalog-list .action:not(#NO_FR_PRICE)  .price-block {
	top: 50px;
    height: 100px;
    display: block;
  }

  .catalog-list .action:not(#NO_FR_PRICE) .price-block form.price-block-inner, .catalog-list .action:not(#NO_FR_PRICE) .price-block .read-more-block, .catalog-list .action:not(#NO_FR_PRICE) .price-block .price-block-second-last {
    display: block;
    width: 50%;
    float: left;
    border-top: 1px solid #e6e6e6;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .price-block-second-last {
	line-height: 50px;
    vertical-align: middle;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .csp-price {
	width: 23%;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .has-demo:not(.hide-wishlist) .action {
	height: 200px;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .has-demo:not(.hide-wishlist) .action .price-block {
	top: 150px;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .hide-wishlist:not(.has-demo) .action {
	height: 100px;
  }
  .catalog-list .action:not(#NO_FR_PRICE) .hide-wishlist:not(.has-demo) .action .price-block {
	top: 50px;
  }
  .catalog-list #NOT_LOGGED_IN_FR .freelancer-text {
    width: 15%;
    text-align: left;
  }
  .catalog-list #NOT_LOGGED_IN_FR .freelancer-icon-wrapper {
	width: 15%;
    text-align: right;
  }

  .catalog-list #FR_ONLY .cta-block {
    width: 50%;
    border-top: 1px solid #e6e6e6;
  }

  .catalog-list #HIDE_FR_PRICE .freelancer-icon-wrapper {
	width: 15%;
    text-align: right;
  }
  .catalog-list #HIDE_FR_PRICE .freelancer-text {
	width: 24.33%;
    text-align: left;
  }
  .catalog-list #HIDE_FR_PRICE .cta-block {
	width: 33.33%;
  }
}

.greetings-freelancer {
  background-color: #263238;
  margin-bottom: 40px;
}
.greetings-freelancer h1 {
  color: #85DC39;
  font-weight: 200;
  font-size: 42px;
  margin-top: 0;
}
.greetings-freelancer p {
  color: #607D8B;
  font-size: 18px;
}
.greetings-freelancer a {
  color: #fff;
}
.greetings-freelancer .row {
  float: left;
  position: relative;
}

.greetings-freelancer .row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/FRIcon-All_Copy.png?v=10364356540824562193);
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-position: 90% 64%;
}
.greetings-freelancer .greeting-content {
  padding: 60px 0 50px;
  position: relative;
  z-index: 2;
}
.greetings-freelancer .greeting-image {
  text-align: right;
  display: none;
}
.greetings-freelancer .greeting-image img {
  max-width: 100%;
}

@media all and (max-width: 1250px) {
  .greetings-freelancer .row::before {
    background-size: auto 300px;
  }
}

@media all and (max-width: 899px) {
  .greetings-freelancer .row::before {
	background-image: none;
  }
  .greetings-freelancer .greeting-content {
    padding-bottom: 15px;
  }
  .greetings-freelancer .greeting-image {
  	display: block;
    text-align: center;
  }
  .greetings-freelancer .greeting-image img {
	max-width: 300px;
    height: auto;
	margin: auto;
    width: 100%;
  }
}

.greetings-freelancer-new {
  background-color: #263238;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.greetings-freelancer-new h1 {
  color: #263238;
  font-weight: 300;
  font-size: 30px;
  margin-top: 0;
}
.greetings-freelancer-new p {
  color: #263238;
  font-size: 17px;
  font-weight: 500;
  width: 65%;
}
.greetings-freelancer-new a {
  color: #fff;
}
.greetings-freelancer-new .row {
  /*float: left;*/
  position: relative;
}

.greetings-freelancer-new .row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/FRIcon-All_Copy.png?v=10364356540824562193);
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-position: 90% 64%;
}
.greetings-freelancer-new .greeting-content {
  padding: 30px 0 30px;
  position: relative;
  z-index: 2;
}
.greetings-freelancer-new .greeting-content img {
  width: 100%;
  height: auto;
}
.greetings-freelancer-new .greeting-image {
  text-align: left;
  padding: 40px 0 30px;
}
.greetings-freelancer-new .greetings-btn {
  padding: 10px 20px;
  border-radius: 2px;
}
.greetings-freelancer-new .greetings-btn:hover,
.greetings-freelancer-new .greetings-btn:focus,
.greetings-freelancer-new .greetings-btn:active {
   color: #fff;
}
.greetings-freelancer-new .greeting-image .greetings-alert {
  display: inline-block;
  color: #fff;
  background-color: #D44523;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 0 0 6px;
}


@media all and (max-width: 1250px) {
  .greetings-freelancer-new .row::before {
    background-size: auto 300px;
  }
}

@media all and (max-width: 899px) {
  .greetings-freelancer-new .darken {
    background: rgba(0, 0, 0, 0.3) /* Green background with 30% opacity */
  }
  .greetings-freelancer-new .greeting-content {
    padding-bottom: 15px;
    text-align: center;
  }
  .greetings-freelancer-new .greeting-content img {
   width: 60%;
    margin: 0 auto;
  }
  .greetings-freelancer-new .greeting-image {
  	display: block;
    text-align: center;
    padding-top: 20px;
  }
  .greetings-freelancer-new .greeting-image img {
	max-width: 300px;
    height: auto;
	margin: auto;
    width: 100%;
  }
  .greetings-freelancer-new p,
  .greetings-freelancer-new h1 {
    width: 100%;
    color: white;
  }
}


.freelancer-icon {
  height: 22px;
  width: 22px;
  background-image: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/freelancer_icon.png?v=9154624398037867460);
  background-size: contain;
  display: inline-block;
}

.single-product-action .action, .single-product-action .price-block {
  height: 73px;
  width: 100%;
}
.single-product-action .price-block {
  padding-left: 26px;
}
.single-product-action .price-block-inner.block-spacer {
  width: 173px;
}
.single-product-action .price-block-inner.purcase-price span {
  font-size: 28px;
}
.single-product-action .price-block-inner span {
  font-size: 18px;
}
.single-product-action .price-block-inner.freelancer-icon-wrapper {
  padding-right: 0;
  text-align: right;
}
.single-product-action .price-block-inner.freelancer-text {
  padding: 0;
  text-align: left;
  padding-left: 7px;
}
.single-product-action .price-block-inner.freelancer-login a {
  -webkit-transition: none;
  transition: none;
}
.single-product-action .price-block-inner.purchase-price {
  padding-left: 0;
}

.single-product-action #FR_ONLY {
  border-right: 1px solid #e6e6e6;
  border-radius: 4px;
}

.single-product-fr-cta {
  display: none !important;
}

.single-product-action .add-wishlist {
  display: none !important;
}

@media screen and (max-width: 1150px) {
  .single-product-action .price-block-inner.block-spacer {
    display: none;
  }
}

@media screen and (max-width: 600px) {
 .single-product-action .price-block {
   padding-left: 0;
 }
  .single-product-action .price-block-inner span {
    font-size: 14px;
  }
  .single-product-action .price-block-inner span span {
    font-size: 10px !important;
  }
  .single-product-action #FR_ONLY {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .single-product-action #FR_ONLY .price-block-inner.cta-block {
    display: none !important;
  }

  .single-product-fr-cta {
    display: block !important;
    text-align: center;
    border-top: 0;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 15px;
  }
  .login-cta-btn-wrapper {
	display: none !important;
  }
  .single-product-fr-cta a {
    color: #607D8B !important;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 3px;
  }
}

.fr-green, .fr-green a {
  color: #80DA36 !important;
}

.fr-col-btn {
  display: inline-block;
  color: #607D8B !important;
  border: 1px solid #E6E6E6;
  text-decoration: none !important;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 200;
  border-radius: 4px;
  outline: none !important;
  margin: 0 2.5px;
  -webkit-font-smoothing: antialiased;
  transition: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.catalog-heading-second {
  margin: 20px -2.5px 0;
}
.fr-col-btn:hover, .fr-col-btn.active {
  font-weight: 400;
  letter-spacing: 0.7px;
}

#hybrid-content-form form ul {
	margin-bottom: 0;
}

#hybrid-content-form .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

#hybrid-content-form .list-group-item:last-of-type, #hybrid-content-form .list-group .list-group-item:first-of-type {
  border-bottom: 0;
}
#hybrid-content-form .list-group .list-group-item:first-of-type {
  border-top: 0;
}

#hybrid-content-form form input[type=submit] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#hybrid-content-form .purchase-widget {
	margin-bottom: 0;
}

#hybrid-content-form .purchase-widget h6 {
  margin: 0 40px;
}

#hybrid-content-form .purchase-widget .list-group {
  margin-bottom: 0;
}

#hybrid-content-form .purchase-widget .list-group-item {
  border-left: 0;
  border-right: 0;
}

#features {
  position: relative;
}

.new-purchase-widget {
  margin-top: 0;
}

.new-purchase-widget .list-group-item {
  overflow: hidden;
}

.new-purchase-widget .list-group-item img {
  width: 75px;
  margin-right: 12px;
}

.new-purchase-widget .list-group-monthly {
  padding: 21px 18px 22px 4px!important;
}

.new-purchase-widget .list-group-item {
  padding: 10px 18px 10px 4px;
  color: #b0bec5;
}

.new-purchase-widget .list-group-item > span.link {
  position: relative;
  top: 7px;
}

.new-purchase-widget .list-group-item > span.link a {
  color: #b0bec5 !important;
}

#features .new-purchase-widget {
  position: absolute;
  width: 100%;
  font-size: 14px;
}

#features .new-purchase-widget ul {
  margin-top: 10px;
}

.pushdownfeatures {
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  #apply-freelancer-modal .modal-dialog {
      width: 845px;
  }
}

#apply-freelancer-modal .modal-content {
	padding-bottom: 0;
}

#apply-freelancer-modal .modal-body {
 	padding: 15px 0;
}

#apply-freelancer-modal .modal-content h4 {
    text-align: left;
    padding: 15px 40px 35px;
    color: #FF8F00;
    border-bottom: 1px solid #EFF2F3;
}

#apply-freelancer-modal .modal-content  form {
    padding: 20px 40px 0;
}

#apply-freelancer-modal .close {
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 14px;
    color: #CAD2D6;
    right: 50px;
    top: 60px;
    font-weight: 600;
}

#apply-freelancer-modal p {
    font-size: 16px;
    font-weight: normal;
}

#apply-freelancer-modal span.selectboxit.form-control.selectboxit-enabled.selectboxit-btn {
    max-width: 150px;
}

#apply-freelancer-modal input[type="submit"] { margin-bottom: 10px; }

#wrapper:before { content: ''; display: block; width: 100%; height: 101px; }

@media screen and (max-width: 899px) {
  #wrapper:before {height: 0;}

  #header { margin-left: 0; position: relative;}
  .sidr-animating #header { transition: all 0.3s ease 0s; margin-left: -260px; }
  .sidr-open #header { margin-left: -260px; }
}

@media screen and (max-width: 380px) {
  .new-purchase-widget .list-group-item:after { content: ''; display: block; width: 100%; height: 0; clear: both; }
  .new-purchase-widget .list-group-item > span.link { top: 0; margin-top: 6px; }
}

@media screen and (max-width: 355px) {
  .new-purchase-widget .list-group-item > span.link,
  .global-widget .list-group .list-group-item > span.link { float: none; display: block; clear: both; margin-right: -6px; float: none !important; text-align: center; }
}

@media screen and (min-width: 1430px) {
  .product-standard #product .two.productbar-left {  width: 22%; }
  .product-standard #product .six.main-content { width: 39.3333333333%; }
  .product-standard #product .two.freelancer-column {  width: 13.3333333333%!important; }
  .product-standard #product .six.freelancer-column-wide { width: 48%!important; }
}


.featured-product-single #product .tab-grid {
  margin-top: 30px;
  overflow: auto;
}
.featured-product-single #product .tab-grid + .tab-grid {
  margin-top: 0;
  border-top: 0;
}
.featured-product-single #product .tab-grid .grid-outer {
  display: table;
  width: 50%;
  float: left;
}
.featured-product-single #product .tab-grid .grid-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.featured-product-single #product .tab-inner.single-grid-cell {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #dbe2e5;
}
.featured-product-single #product .tab-inner.single-grid-cell img {
  margin-bottom: 15px;
}
.featured-product-single #product .tab-inner.single-grid-cell h6 {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #607d8b;
  margin-bottom: 0;
}
.featured-product-single #product .license-type-choice .list-group-item > span.license { max-width: 42%; }
.featured-product-single #product .license-type-choice .list-group-item > span.license { padding-top: 8px; }

.modal-content .selectboxit-container { display: block; }
.modal-content .selectboxit-container .form-control { width: 224px !important; max-width: 100%; }

.customr-edit { position: relative; max-width: 1440px; width: 90%; padding: 132px 0; margin: 0 auto; }
.customr-edit h1 { font-weight: 300; font-size: 42px; margin-top: 0; color: #0288d1; -webkit-font-smoothing: antialiased; line-height: 50px; margin-top: 0;  margin-bottom: 20px; }
.customr-edit > a { position: absolute; top: 35px; left: 0; }
.customr-edit label,
.new-customr-edit label { color: #263238; font-size: 14px; font-weight: 600; -webkit-font-smoothing: antialiased; letter-spacing: 0; display: block; margin-bottom: 9px; }
.customr-edit input[type="text"],
.customr-edit input[type="password"],
.customr-edit input[type="email"],
.new-customr-edit input[type="text"],
.new-customr-edit input[type="password"],
.new-customr-edit input[type="email"] { width: 100%; max-width: 340px; border-radius: 2px; padding: 6px 12px; border: 1px solid #DEDEDE; box-shadow: none; font-weight: 600; -webkit-font-smoothing: antialiased; letter-spacing: 0; font-size: 14px; color: #607d8b; max-width: 337px; outline: 0; }
.customr-edit input[type="text"]:focus,
.customr-edit input[type="password"]:focus,
.customr-edit input[type="email"]:focus,
.new-customr-edit input[type="text"]:focus,
.new-customr-edit input[type="password"]:focus,
.new-customr-edit input[type="email"]:focus { border-color: #607d8b; }
.customr-edit input[type="submit"],
.customr-edit button,
.new-customr-edit input[type="submit"],
.new-customr-edit button { border: 0; border-radius: 5px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; outline: none !important; color: #ffffff; font-size: 15px; font-weight: 600; -webkit-font-smoothing: antialiased; letter-spacing: 0; padding: 11px 23px 12px; min-width: 130px; }

.customr-edit input[type="submit"],
.customr-edit button,
.new-customr-edit input[type="submit"],
.new-customr-edit button {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}
.customr-edit input[type="submit"]:active,
.customr-edit button:active,
.new-customr-edit input[type="submit"]:active,
.new-customr-edit button:active  {
  background: #20adef;
  background: -moz-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20adef), color-stop(100%, #0288d1));
  background: -webkit-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -o-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: -ms-linear-gradient(top, #20adef 0%, #0288d1 100%);
  background: linear-gradient(to bottom, #20adef 0%, #0288d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20adef', endColorstr='#0288d1', GradientType=0);
}

/* Mail Chimp */

#mc_embed_signup_scroll input {
    margin: 0 0 10px;
}

#mce-success-response { position: relative; text-indent: -9999px; font-size: 0; min-height: 50px; }
#mce-success-response:before { content: 'Thank you for your application! A licensing rep will get back to you within (usually) 24 hours to get you set up.'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: 0; font-size: 14px; }a

/* Recommended Section */

.recommended-section { padding: 30px 0 0; }
.recommended-section h4 { margin-bottom: 20px; }
.recommended-section ul { font-size: 0; padding: 0; margin: 0; }
.recommended-section ul li { display: inline-block; vertical-align: top; width: 24%; margin: 0 0.5%; list-style: none; font-size: 14px; text-align: center; }
.recommended-section ul li img { width: auto; max-width: 100%; height: auto; }
.recommended-section ul li a { text-decoration: none; }
.recommended-section ul li span { display: block; padding: 10px 0 0; margin-bottom: 15px; color:#607d8b; text-decoration: none; }
span.old-price { text-decoration: line-through !important; }
.recommended-section ul li form span { padding-top: 0; display: inline-block; }
.recommended-section ul li .select-holder { display: none; margin-bottom: 10px; }
.recommended-section ul li input[type="submit"] { display: block; padding: 10px; min-width: 100px; margin: 0 auto; }

@media screen and (max-width: 640px){
  .recommended-section ul li { display: block; width: auto; margin: 0 0 20px; }
}


/* Cart Popup */

.upsell-wrapper { position: relative; max-width: 640px; margin: 0 auto; background: #fff; padding: 20px; text-align: center; }
.upsell-wrapper h3 { text-align: center; }
.upsell-popup ul { padding: 0; margin: 0; font-size: 0;}
.upsell-popup li { display: inline-block; width: 45%; margin: 0 2.4% 20px; font-size: 14px; text-align: center; }
.upsell-popup li img { width: auto; max-width: 100%; }
.upsell-popup li input[type="submit"] { padding: 10px 20px; margin: 0; min-width: 0; }
.upsell-popup li .pop-prices { margin: 10px 0; padding: 5px 0; border-top: 2px dashed #ccc; border-bottom: 2px dashed #ccc; }
.upsell-popup li a { color:#263238; text-decoration: none; }
.upsell-popup li a span { display: block; }

/* New Header & Footer */


header {
  letter-spacing: 0;
}
header .container {
  max-width: 100% !important;
}
header .brand-bar {
  float: left;
  padding: 10px 0;
}
header .brand-bar a.logo-holder {
  display: inline-block;
}

header .brand-bar a.logo-holder img {
  width: auto;
  height: 32px;
}
@media (min-width: 768px) {
  header .eight.columns.navbar-drop {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  header .hamburger-toggle {
    display: none;
  }
  header .tablet-menu-item {
    display: none;
  }
}
header #top-nav {
  margin-top: 10px !important;
  float: right;
}
header #top-nav .nav-pills li.menu-login:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  background: #e6e7e9;
  margin: 0px 15px;
  vertical-align: middle;
}
header #top-nav .nav-pills li.menu-login a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: black;
  color: black !important;
}
header #top-nav .nav-pills li .btn-fill {
  margin-left: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: black;
  color: #0094e5 !important;
  position: relative;
  border: 1px solid #0094e5;
  background: transparent;
  height: 32px;
  padding: 7px 25px 9px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
header #top-nav .nav-pills li .btn-fill:before {
  content: '';
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0094e5;
}
header #top-nav .nav-pills li .btn-fill:after {
  content: 'GET CUSTOM QUOTE';
  position: absolute;
  tpp: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 25px;
  color: white;
  opacity: 0;
}
header #top-nav .nav-pills li .btn-fill:hover:before {
  top: 0;
  transition: all ease 0.5s;
}
header #top-nav .nav-pills li .btn-fill:hover:after {
  opacity: 1;
  transition: all ease 0.5s;
}
header #top-nav .nav-pills li a.image-menu {
  padding: 6px 15px !important;
}
header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content .menu-header {
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}
header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content .menu-header .line {
  display: inline-block;
  border-bottom: 1px solid #b0bec5;
  position: absolute;
  top: 8px;
  margin-left: 18px;
  right: 0;
  width: 82.5%;
}
header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega {
  top: 101px !important;
  left: -15px !important;
  right: -15px !important;
  width: auto !important;
  background-color: #07142E !important;
}
@media (min-width: 900px) {
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega ul.dropdown-menu {
    background-color: #141F39 !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega ul.dropdown-menu li a {
    border-top: 1px solid #263238 !important;
    color: white !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega ul.dropdown-menu li:first-child a {
    border-top: none !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega ul.dropdown-menu li:hover a {
    background-color: #03a9f4 !important;
  }
}
@media (max-width: 899px) {
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega {
    left: auto !important;
    right: auto !important;
  }
}
header #main-nav {
  padding-top: 0 !important;
  border-top: 1px solid #e6e7e9;
}
header #main-nav .dropdown .dropdown-menu.dropdown-left {
  left: 0 !important;
  right: auto !important;
}
header #main-nav .nav-pills li.pricing-menu a {
  background: #0094e5;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: white;
  color: white !important;
  border-radius: 0 !important;
}
header #main-nav .nav-pills li > a {
  text-transform: none !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 400;
}
header .nav-pills li .caret {
  width: 0 !important;
  height: 0 !important;
  margin-left: 2px !important;
  border-top: 4px dashed !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  margin-top: -2px;
  background: none !important;
}
@media (min-width: 1340px) {
  header#header > .container .eight nav > ul > li.has-mega-menu {
    position: relative;
  }
  header#header > .container .eight nav#main-nav > ul li.has-mega-menu ul.dropdown-menu.mega-menu.custom-mega {
    top: auto !important;
    right: 0 !important;
    left: auto !important;
  }
  header#header > .container .eight nav#main-nav > ul li.has-mega-menu ul.dropdown-menu.mega-menu.custom-mega li {
    white-space: nowrap;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
    width: auto;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content {
    padding: 30px 67px 30px 47px;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first {
    width: 100%;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content .menu-header .line {
    right: -20px;
  }
}
@media (min-width: 900px) {
  header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 101px;
    z-index: 1030;
    background-color: white;
  }
  header #main-nav .nav-pills-left {
    margin-left: -14px;
  }
  header #main-nav .nav-pills-right {
    margin-right: -14px;
  }
  header#header > .container .eight nav > ul > li.has-mega-menu .dropdown-mobile {
    display: none;
  }
  header#header > .container .eight nav > ul > li .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
  header#header > .container .eight nav > ul > li .dropdown-menu.dropdown-cart {
    left: auto !important;
    right: 0 !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu:not(.mega-menu) {
    background: white !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu:not(.mega-menu) li a {
    border-bottom: none !important;
    border-top: none !important;
    color: black !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 400;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu:not(.mega-menu) li a strong {
    font-weight: 600;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu:not(.mega-menu) li:hover a {
    background-color: #edf0f5 !important;
    color: black !important;
  }
  header#header > .container .eight nav > ul > li.dropdown:not(.pricing-menu):hover > a {
    background: white !important;
    color: black !important;
    position: relative;
  }
  header#header > .container .eight nav > ul > li.dropdown:not(.pricing-menu):hover > a:before {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0%;
    height: 2px;
    background: #0094e5;
  }
}
@media (max-width: 1339px) {
  header#header > .container .eight nav#main-nav > ul li.has-mega-menu:hover ul.dropdown-menu.mega-menu.custom-mega {
    display: block;
  }
  header#header > .container .eight nav#main-nav > ul li.has-mega-menu:hover ul.dropdown-menu.mega-menu.custom-mega li {
    white-space: nowrap;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-left {
    width: 285px;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right {
    width: calc(100% - 285px);
    margin-left: 0;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content {
    padding: 30px 67px 30px 47px;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu .li-mega-menu > div.mega-right .mega-content > div.mega-content-first {
    width: 100%;
  }
}
@media (max-width: 899px) {
  header .container {
    width: 100%;
    padding: 0 30px;
  }
  header .brand-bar {
    padding: 12px 0;
    width: 100%;
  }
  header .brand-bar .tablet-menu {
    display: block;
    float: right;
    position: relative;
    top: 0;
    right: 0;
  }
  header .brand-bar .tablet-menu a {
    display: inline-block;
    padding: 5px 15px;
  }
  header .brand-bar .tablet-menu a:after {
    display: none;
  }
  header .brand-bar .hamburger-toggle {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 0 5px 15px;
  }
  header#header > .container .eight nav > ul > li.has-mega-menu .dropdown-mobile {
    display: block !important;
  }
  header#header > .container .eight nav > ul > li.has-mega-menu .dropdown-desktop {
    display: none;
  }
  header #main-nav {
    border-top: none;
    max-width: 100% !important;
    padding: 0 2px 15px;
  }
  header #main-nav .nav-pills {
    display: block;
    float: none !important;
    text-align: left;
  }
  header #main-nav .nav-pills > li {
    display: block;
    float: none;
  }
  header #main-nav .nav-pills > li.pricing-menu a {
    background-color: transparent;
    color: #263238 !important;
    font-weight: 600;
    font-size: 16px;
  }
  header #main-nav .nav-pills > li + li {
    margin-left: 0;
  }
  header #main-nav .nav-pills > li > a {
    padding: 5px 15px !important;
    padding-left: 0 !important;
    font-size: 16px;
    font-weight: 600;
  }
  header #main-nav .nav-pills > li ul.dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none !important;
  }
  header #main-nav .nav-pills > li ul.dropdown-menu li a {
    paddinng: 8px 30px;
    background: white;
    border: none !important;
  }
  header #main-nav .tablet-menu-item {
    border-top: 1px solid #e6e7e9;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a {
    color: #263238 !important;
    padding: 3px 0 !important;
    font-weight: 300;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu li a strong {
    font-weight: 400;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega {
    position: relative;
    top: 0 !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega .mega-left {
    width: 100% !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega .mega-left .dropdown-menu {
    display: block !important;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega .mega-left .li-search-lib {
    display: none;
  }
  header#header > .container .eight nav#main-nav > ul li ul.dropdown-menu.mega-menu.custom-mega .mega-right {
    display: none !important;
  }
}
@media (max-width: 374px) {
  header .brand-bar .tablet-menu a {
    padding: 5px 8px;
  }
  header .brand-bar .hamburger-toggle {
    padding: 5px 0 5px 7px;
  }
}


footer {
  background: #07142E;
  padding: 65px 0 35px;
  letter-spacing: 0;
  position: relative;
}
footer:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 126px;
  height: 1px;
  background: #182745;
}
footer .footer-menu-block p.title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: white;
  padding-bottom: 27px;
  margin-top: 10px;
  margin-bottom: 33px;
}
footer .footer-menu-block ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-menu-block ul li {
  margin-bottom: 28px;
}
footer .footer-menu-block ul li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #6FA5E8;
}
@media (max-width: 899px) {
  footer .footer-menu-block ul li {
    margin-bottom: 14px;
  }
}
footer .footer-menu-block .mail-form {
  margin-bottom: 50px;
}
@media (min-width: 769px) {

  footer .footer-menu-block .mail-form {
      margin-bottom: 99px;
  }
}
footer .footer-menu-block .mail-form input[type="text"] {
  background: #141F39 url("//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icon-email.svg?v=2524026750828496819") no-repeat 15px center;
  border-radius: 4px;
  border: none;
  width: 100%;
  max-width: 255px;
  padding: 16px 40px;
  margin-bottom: 15px;
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #7c8da4;
}
footer .footer-menu-block .mail-form .btn {
  height: 32px;
  padding: 7px 21px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: white;
  border-radius: 16px;
  border: none;
  background: #0094e5;
  text-transform: uppercase;
}
footer .footer-menu-block .mail-form .btn:hover,
footer .footer-menu-block .mail-form .btn:active,
footer .footer-menu-block .mail-form .btn:focus {
  background: draken(10%, #0094e5);
}
footer .footer-menu-block .customer-contact {
  margin-bottom: 40px;
}
footer .footer-menu-block .customer-contact p.title {
  margin-bottom: 14px;
  padding-bottom: 0;
}
footer .footer-menu-block .customer-contact a {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #6a90bf;
  text-decoration: none;
}
footer .footer-menu-block .follow-form p.title {
  margin-bottom: 14px;
  padding-bottom: 0;
}
footer .footer-menu-block .follow-form a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
}
footer .footer-menu-block .follow-form a + a {
  margin-left: 3px;
}
footer .footer-menu-block .follow-form a i {
  line-height: 24px;
  color: #0C1D33;
}
footer .bottom-block {
  margin-top: 75px;
}
footer .bottom-block p {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #7c8da4;
  margin-bottom: 15px;
}
footer .bottom-block p a {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #7c8da4;
}
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
  footer .tablet-no {
    display: none;
  }
  footer:before {
    display: none;
  }
  footer .footer-menu-block {
    margin-bottom: 30px;
  }
  footer .footer-menu-block p.title {
    margin-bottom: 0;
  }
  footer .footer-menu-block.contact-form-block {
    text-align: center;
  }
  footer .footer-menu-block.contact-form-block .mail-form input {
    margin-left: auto;
    margin-right: auto;
  }
  footer .bottom-block {
    margin-top: 0;
  }
  footer .bottom-block p {
    float: none !important;
    text-align: center;
  }
}

/* Proud Member of */
footer .footer-menu-block .one-percent-for-planet p.title{
    margin-bottom: 11px;
    padding-bottom: 0;
    color: #fff;
}
footer .one-percent-for-planet{
    display: none;
}
footer .one-percent-for-planet img{
    max-width: 80px
}
@media (max-width: 768px){
    footer .one-percent-for-planet.proud-member-mobile{
        display: block;
        text-align: center;
        margin: 20px auto 40px auto;
    }
    footer .one-percent-for-planet.proud-member-mobile .title{
        color: #fff;
    }
    footer .one-percent-for-planet.proud-member-mobile img{
        text-align: center;
        margin: 0 auto;
    }
}
@media (min-width: 769px){
    footer .one-percent-for-planet.proud-member-desktop{
        display: block;
        margin-top: 30px;
    }
}