* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
}
html {
  height: 100%;
}
.noscroll {
  overflow: hidden !important;
}
.wrap {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
strong {
  font-weight: 700;
}
body,
html {
  overflow: initial !important;
}
body {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
body .basket-add-tooltip {
  z-index: 1;
}
a,
a:visited {
  color: #444;
}
a:hover {
  color: #000;
}
a.contentBtn,
button.contentBtn {
  width: 250px;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: #33b4e7;
  display: block;
  text-align: center;
  text-decoration: none !important;
  border: none;
}
a.contentBtn:hover,
button.contentBtn:hover {
  background: #1CA6DE;
}
a.contentBtn.centered {
  margin: 0 auto;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -420px;
  background-color: transparent;
}
.wrapper:after {
  content: "";
  display: block;
}
footer,
.wrapper:after {
  height: 380px;
}
.container {
  width: 100% !important;
  max-width: 1265px;
}
header {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 1001;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
header .container {
  max-width: 100%;
}
header .branding {
  float: left;
  margin: 20px 0 0 20px;
}
header .branding .logo {
  width: 213px;
  height: 61px;
  float: left;
}
header .branding .logo img {
  width: 100%;
  height: auto;
}
header .branding h1.tagline {
  float: left;
  margin: 23px 0 0 6px;
  font-size: 22px;
  font-family: 'Oswald';
  font-weight: 400;
  display: none;
}
header .nav {
  float: right;
  margin: 30px 0 0;
  padding-right: 20px;
}
header .nav ul {
  list-style: none;
  float: left;
  margin: 0 0 0 20px;
  font-size: 15px;
  font-weight: 400;
}
header .nav ul.links li {
  display: inline;
  margin: 0 10px;
  float: left;
  padding: 4px 0;
}
header .nav ul.links li a {
  color: #fff;
  text-decoration: none;
}
header .nav ul.links li a.v_tutorialsLink span {
  padding-left: 27px;
  background: url(../images/iconHeaderVideoTutorial.png) 1px 1px no-repeat;
  height: 17px;
  display: inline-block;
}
header .nav ul.links li a.v_tutorialsLink:hover span {
  background-position: 1px -15px;
}
header .nav ul.links > li > a {
  text-shadow: 0 0 3px #000000;
}
header .nav ul.links li.signup-link {
  position: relative;
}
header .nav ul.links li.signup-link ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 440px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -200px;
  padding: 0 10px;
}
header .nav ul.links li.signup-link ul .ddContainer {
  background: #fff;
  margin-top: 25px;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #999;
  width: 100%;
  float: left;
  display: none;
}
header .nav ul.links li.signup-link ul .ddContainer .arrow {
  position: absolute;
  left: 50%;
  top: -8px;
  background: url(../images/arrowUpWhite.png) 0 0 no-repeat;
  width: 16px;
  margin-left: -8px;
  height: 8px;
}
header .nav ul.links li.signup-link ul .ddContainer li {
  margin: 0;
  text-align: center;
  float: left;
  display: inline-block;
  padding: 0 5px 10px;
  width: 50%;
}
header .nav ul.links li.signup-link ul .ddContainer li a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  padding-top: 100px;
  display: block;
}
header .nav ul.links li.signup-link ul .ddContainer li a span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
header .nav ul.links li.signup-link ul .ddContainer li:nth-of-type(1) {
  border-right: solid 1px #999;
}
header .nav ul.links li.signup-link ul .ddContainer li:nth-of-type(1) a {
  background: url(../images/iconLoginBuyer3.png) center 15px no-repeat;
}
header .nav ul.links li.signup-link ul .ddContainer li:nth-of-type(1) a span {
  color: #333;
}
header .nav ul.links li.signup-link ul .ddContainer li:nth-of-type(2) a {
  background: url(../images/iconLoginSupplier3.png) center 15px no-repeat;
}
header .nav ul.links li.signup-link ul .ddContainer li:nth-of-type(2) a span {
  color: #333;
}
header .nav ul.links li.signup-link * {
  -webkit-transition: opacity 600ms ease-out;
  -moz-transition: opacity 600ms ease-out;
  -ms-transition: opacity 600ms ease-out;
  -o-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out;
}
header .nav ul.links li.signup-link:hover ul {
  height: 240px;
  opacity: 1;
}
header .nav ul.links li.signup-link:hover ul .ddContainer {
  display: block;
}
header .nav ul.links li.signup-link:hover ul .ddContainer li a:hover {
  background-position: center -145px;
}
header .nav ul.links li.signup-link:hover ul .ddContainer li a:hover span {
  color: #000;
}
header .nav ul.links li.signup-link > a {
  text-transform: uppercase;
}
header .nav ul.links li.userDropdown {
  position: relative;
  padding: 5px 30px;
  border: 1px solid gainsboro;
  line-height: 16px;
  font-size: 13px;
}
header .nav ul.links li.userDropdown a i:last-child {
  transition: all 0.3s ease-in-out;
}
header .nav ul.links li.userDropdown:hover,
header .nav ul.links li.userDropdown:focus-within {
  cursor: pointer;
  background: #dcdcdc7d;
}
header .nav ul.links li.userDropdown:focus-within a {
  outline: none;
}
header .nav ul.links li.userDropdown:hover a i:last-child,
header .nav ul.links li.userDropdown:focus-within a i:last-child {
  transform: rotate(-180deg);
}
header .nav ul.links li.userDropdown ul {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  top: 26px;
  display: none;
  margin-left: 0;
  float: none;
  min-width: 100%;
  border: solid 1px #9999991a;
}
header .nav ul.links li.userDropdown:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
header .nav ul.links li.userDropdown:hover > ul,
header .nav ul.links li.userDropdown:focus-within > ul,
header .nav ul.links li.userDropdown ul:hover,
header .nav ul.links li.userDropdown ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
header .nav ul.links li.userDropdown ul li {
  clear: both;
  color: #333333;
  width: 100%;
  background: white;
  float: none;
  display: block;
  margin-left: 0;
  padding: 0;
}
header .nav ul.links li.userDropdown ul li:last-child {
  border-top: 1px solid gainsboro;
}
header .nav ul.links li.userDropdown ul li a {
  display: block;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
header .nav ul.links li.userDropdown ul li:hover a,
header .nav ul.links li.userDropdown ul li:focus a,
header .nav ul.links li.userDropdown ul li a:focus {
  background: #dcdcdc7d;
}
header .nav ul.selectors li.currDD {
  padding: 4px 10px;
  cursor: pointer;
  position: relative;
  float: left;
}
header .nav ul.selectors li.currDD a {
  text-transform: uppercase;
  text-decoration: none;
}
header .nav ul.selectors li.currDD a i {
  margin-left: 10px;
}
header .nav ul.selectors li.currDD > ul {
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: 100%;
  padding: 0 10px 5px;
  background: #fff;
  border: solid 1px #999;
  display: none;
  margin: 0;
}
header .nav ul.selectors li.currDD > ul li {
  padding: 5px 0 0;
}
header .nav ul.selectors li.currDD ul li.currSelected {
  display: none;
}
header .nav ul.selectors li.currDD.clicked a i,
header .nav ul.selectors li.currDD:hover a i {
  transform: rotate(-180deg);
}
header .nav ul.selectors li.currDD.clicked ul,
header .nav ul.selectors li.currDD:hover ul {
  display: block;
}
header .nav ul.tools li {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  position: relative;
}
header .nav ul.tools li a {
  display: block;
  width: 100%;
  height: 100%;
}
header .nav ul.tools li .disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default!important;
}
header .nav ul.tools li a.playlistsOpt {
  background: url(../images/iconHeaderPlaylists4.png) center 0 no-repeat;
}
header .nav ul.tools li a.productionsOpt {
  background: url(../images/iconHeaderProductions2.png) center 0 no-repeat;
}
header .nav ul.tools li a.basket {
  background: url(../images/iconHeaderBasket2.png) center 0 no-repeat;
}
header .nav ul.tools li a:hover {
  background-position: center -30px;
}
header .nav ul.tools li .basket-count,
header .nav ul.tools li .playlist-count,
header .nav ul.tools li .production-count {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 17px;
  height: 17px;
  color: #000;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  font-weight: 700;
  background: #faa61a;
  border: solid 1px #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header .nav ul.tools li .basket-count-empty,
header .nav ul.tools li .playlist-count-empty,
header .nav ul.tools li .production-count-empty {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header .nav ul.tools li .basket-count:empty,
header .nav ul.tools li .playlist-count:empty,
header .nav ul.tools li .production-count:empty {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.inner header,
header.in {
  position: fixed;
  top: -105px;
  top: 0;
  height: 85px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  border-bottom: solid 1px #999;
}
.inner header .branding .logo,
header.in .branding .logo {
  width: 160px;
  height: 46px;
}
.inner header .nav,
header.in .nav {
  margin: 30px 0 0;
}
.inner header .nav ul li a,
header.in .nav ul li a {
  color: #333333;
  text-shadow: none;
}
.inner header .nav ul li a:hover,
header.in .nav ul li a:hover {
  color: #000;
}
.inner header .nav ul.links li.signup-link ul .ddContainer,
header.in .nav ul.links li.signup-link ul .ddContainer {
  margin-top: 25px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveUp {
  from {
    top: 189px;
  }
  to {
    top: -42px;
  }
}
/* Standard syntax */
@keyframes moveUp {
  from {
    top: 189px;
  }
  to {
    top: -42px;
  }
}
@-webkit-keyframes moveDown {
  from {
    top: -42px;
  }
  to {
    top: 189px;
  }
}
/* Standard syntax */
@keyframes moveDown {
  from {
    top: -42px;
  }
  to {
    top: 189px;
  }
}
.copy {
  width: 100%;
  height: 42px;
  background: rgba(213, 43, 66, 0.8);
  position: fixed;
  z-index: 998;
  text-align: center;
  top: -42px;
}
.copy h1 {
  font-size: 30px;
  display: inline;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
}
copy.out {
  top: -42px;
  -webkit-animation: moveUp500ms;
  /* Safari 4.0 - 8.0 */
  animation: moveUp 500ms;
}
.copy.in {
  top: 189px;
  -webkit-animation: moveDown 500ms;
  /* Safari 4.0 - 8.0 */
  animation: moveDown 500ms;
}
.search {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 106px;
  left: 0;
  /*top: 380px;*/
}
.search .searchPlaceholder {
  float: left;
  width: 100%;
  padding: 5px 5px 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.search .searchPlaceholder .container {
  max-width: 100%;
}
.search .searchPlaceholder .navigation {
  width: 100%;
}
.search .searchPlaceholder .navigation ul.filters {
  text-align: center;
  width: 100%;
}
.search .searchPlaceholder .navigation ul.filters > li {
  /*float: left;*/
  padding: 0 2px;
  padding: 1px 1px 0 1px;
  display: inline-block;
  width: calc(100% / 6);
}
.search .searchPlaceholder .navigation ul.filters > li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
}
.search .searchPlaceholder .navigation ul.filters > li a.active,
.search .searchPlaceholder .navigation ul.filters > li a.active:hover {
  opacity: 1;
}
.search .searchPlaceholder .navigation ul.filters > li a.other {
  opacity: 0.5;
}
.search .searchPlaceholder .f_cont {
  width: calc(100% - 4px);
  padding: 0;
  margin-left: 2px;
}
.search .searchPlaceholder .f_cont ul {
  list-style: none;
  padding: 2px;
}
.search .searchPlaceholder .f_cont > ul {
  width: calc(100% - 8px);
  float: left;
}
.search .searchPlaceholder .f_cont .f_panel {
  width: 100%;
  padding: 0 0 2px;
}
.search .searchPlaceholder .f_cont .f_panel ul {
  width: 100%;
}
.search .searchPlaceholder .f_cont .f_panel ul li {
  width: calc(100% / 6 - 2px);
  margin: 2px 1px 0;
}
.search .searchPlaceholder .f_cont .f_panel ul li a {
  text-decoration: none;
  font-weight: 400;
}
.search .searchPlaceholder .f_cont .f_panel ul li a:first-child {
  width: 100%;
}
.search .searchPlaceholder .f_cont .f_panel ul li a.plus {
  font-weight: 700;
}
.search .searchPlaceholder .f_cont ul.alphabet li {
  width: calc(100% / 27);
  height: 20px;
}
.search .searchPlaceholder .f_cont ul.alphabet li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-size: 13px;
}
.search .searchPlaceholder .f_cont .breadcrumb {
  margin: 3px 0 0 5px;
}
.search .searchPlaceholder .searchHolder {
  background: transparent;
}
.search .searchPlaceholder .searchHolder .searchInput {
  margin-left: 2px;
}
.search .searchPlaceholder .searchInput {
  width: calc(100% / 12 * 11 - 4px);
}
.search .searchPlaceholder .searchSelectHolder {
  display: none;
  width: calc(100% / 12 * 2 - 4px);
}
.search .searchPlaceholder .searchButton {
  width: calc(100% / 12 - 4px);
  box-shadow: none;
  border-radius: 1px;
}
.search .searchPlaceholder .searchButton:hover {
  opacity: 0.9;
}
.search .searchPlaceholder .searchButton .lds-dual-ring {
  display: none;
}
.search .searchPlaceholder .searchButtonLoading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .searchPlaceholder .searchButtonLoading .lds-dual-ring {
  display: inline-block;
}
.search .searchPlaceholder .searchButtonLoading img {
  display: none;
}
.search .searchPlaceholder .advancedSearchWrapper {
  width: 100%;
}
.search .searchPlaceholder .advancedSearchWrapper .advancedSearchLink {
  right: calc(100% / 12 *1 + 15px);
}
.filterLabel {
  background: url(../images/titleLine.png) 0 center repeat-x;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  width: 100%;
  margin-top: 4px;
}
.filterLabel span {
  background: #fff;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px !important;
}
.filterHeader {
  display: flex;
  clear: both;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  margin-top: 10px!important;
}
.filterHeader .sort {
  min-width: 200px;
  z-index: 10;
}
.filterHeader .sort .dropdown li {
  height: 30px;
}
.filterHeader .trackLegend {
  margin: 0!important;
  font-size: 12px;
  text-transform: uppercase;
}
.filterHeader .monetizationLegend {
  text-decoration: none;
  font-size: 12px;
}
.filterHeader .monetizationLegend ul li {
  margin-right: 10px;
}
.filterHeader .monetizationLegend ul li a {
  height: 20px;
  text-decoration: none;
}
.filterHeader .monetizationLegend ul li a i {
  margin-right: 2px;
}
.monetization-icon {
  background: gainsboro;
  padding: 5px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px!important;
  text-align: center;
  color: white;
  line-height: 7px!important;
}
.monetization-icon.monetizable {
  background-color: #D5A72A;
}
.monetization-icon.nonmonetizable {
  background-color: #CC0F31;
}
.monetization-icon.paygo {
  background-color: #009A53;
}
.search.scroll-to-fixed-fixed .searchPlaceholder {
  background: #ffffff;
  background: #fff;
}
.home-video {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 85px;
}
.home-video .container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.home-video video {
  position: absolute;
  z-index: 1;
  float: left;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
ul.processExplained {
  width: 750px;
  margin: 50px auto 80px;
  list-style: none;
  position: relative;
  padding: 0 !important;
}
ul.processExplained hr {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  width: 370px;
  width: 280px;
  height: 0px;
  padding: 0px;
  border: 1px solid #aeaeae;
  position: absolute;
  top: 220px;
  top: 170px;
  left: -153px;
  left: -108px;
}
ul.processExplained i {
  font-weight: 700;
  font-size: 26px;
  color: #aeaeae;
  position: absolute;
  left: 24px;
}
ul.processExplained i:nth-of-type(1) {
  top: 80px;
}
ul.processExplained i:nth-of-type(2) {
  top: 210px;
}
ul.processExplained i:nth-of-type(3) {
  top: 340px;
  display: none;
}
ul.processExplained li {
  padding: 5px 0 50px 85px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
ul.processExplained li.processSignUp {
  background-image: url(../images/iconProcessSignup.png);
  display: none;
}
ul.processExplained li.processSearch {
  background-image: url(../images/searchMusic.png);
}
ul.processExplained li.processBuy {
  background-image: url(../images/addMusicToCart.png);
}
ul.processExplained li.processDownload {
  background-image: url(../images/downloadMusic.png);
}
ul.processExplained li.processAgreement {
  background-image: url(../images/iconProcessAgreement.png);
}
ul.processExplained li.processUpload {
  background-image: url(../images/iconProcessUpload.png);
}
ul.processExplained li.processPricesSet {
  background-image: url(../images/iconProcessPricesSet.png);
}
ul.processExplained li.processRight {
  background-image: url(../images/arrowRight.png);
  width: 40px;
  height: 100px;
  background-position: center;
  background-size: contain;
}
ul.processExplained h1 {
  font-size: 22px;
  padding: 0;
}
ul.processExplained p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding: 40px 0;
  text-align: center;
}
ul.processExplained li p {
  padding: 0;
  text-align: left;
}
section h2.section-title {
  margin: 0 auto;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background: url(../images/titleLine.png) 0 center repeat-x;
  color: #fff;
  clear: both;
}
section h2.section-title span {
  display: inline-block;
  padding: 2px 10px;
  background: #aeaeae;
}
.home-content-section {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.home-content-section h1.highlight {
  width: 100%;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
  padding: 10px 100px 0;
}
.home-content-section p.highlight-info {
  text-align: center;
  width: 100%;
  padding: 20px 50px 10px;
  font-size: 20px;
  font-weight: 300;
}
.home-content-section .user-benefits {
  width: 100%;
  /*height: 260px;*/
  text-align: center;
  padding: 20px 10px 0;
  float: left;
}
.home-content-section .user-benefits li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 120px 0 20px;
  font-size: 16px;
  float: left;
}
.home-content-section a.register {
  padding: 10px 20px;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.home-hero {
  padding-top: 190px;
  margin-top: 0;
}
.home-hero .container {
  padding: 90px 0 50px;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.home-hero .container h1 {
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 65px;
  color: #000;
}
.home-hero .container h2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  padding: 7px 0px 0px;
}
.home-hero .container .pricing {
  background: #e85a6d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 10px 10px;
  position: absolute;
  top: 30px;
  left: -137px;
  width: 420px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home-hero .container .pricing span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}
.featuredLabels {
  text-align: center;
}
.featuredLabels ul {
  list-style: none;
}
.featuredLabels ul li {
  display: inline-block;
  height: 130px;
  margin: 0 15px;
}
.featuredLabels ul li a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.featuredLabels ul li.k7 {
  background: url(../images/label-k7.png) center -25px no-repeat;
  width: 140px;
}
.featuredLabels ul li.bbc {
  background: url(../images/label-bbc.png) center -25px no-repeat;
  width: 150px;
}
.featuredLabels ul li.kartel {
  background: url(../images/label-kartel.png) center -25px no-repeat;
  width: 70px;
}
.featuredLabels ul li.soundway {
  background: url(../images/label-soundway.png) center -25px no-repeat;
  width: 290px;
}
.featuredLabels ul li.marathon-artists {
  background: url(../images/label-marathon-artists.png) center -25px no-repeat;
  width: 70px;
}
.featuredLabels ul li.wall-of-sound {
  background: url(../images/label-wall-of-sound.png) center -25px no-repeat;
  width: 160px;
}
.featuredLabels ul li.farout-recordings {
  background: url(../images/label-farout-recordings.png) center -25px no-repeat;
  width: 110px;
}
.featuredLabels ul li.hospital {
  background: url(../images/label-hospital.png) center -25px no-repeat;
  width: 110px;
}
.featuredLabels ul li.fierce-panda {
  background: url(../images/label-fierce-panda.png) center -25px no-repeat;
  width: 190px;
}
.home-featured-playlists .container {
  /*max-width: 100%;*/
}
.home-featured-playlists .featured-playlists-wrapper {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 0 20px;
  height: 320px;
}
.home-featured-playlists .featured-playlists-wrapper a.playlistPrev,
.home-featured-playlists .featured-playlists-wrapper a.playlistNext {
  position: absolute;
  top: 40px;
  height: 230px;
  width: 40px;
  z-index: 99;
  cursor: pointer;
}
.home-featured-playlists .featured-playlists-wrapper a.playlistPrev {
  left: -20px;
  background: rgba(255, 255, 255, 0.5) url(../images/slider-prev.png) 0 center no-repeat;
}
.home-featured-playlists .featured-playlists-wrapper a.playlistNext {
  right: -20px;
  background: rgba(255, 255, 255, 0.5) url(../images/slider-next.png) 0 center no-repeat;
}
.home-featured-playlists .featured-playlists-wrapper .playlists {
  padding: 40px 0;
  height: 320px;
  height: calc(100% + 80px);
}
.home-featured-playlists .featured-playlists-wrapper .playlists .slick-list {
  overflow: visible;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item {
  width: 235px;
  height: 235px;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item .playlist-item-title {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-size: 24px;
  padding: 2px 5px;
  left: 0;
  top: 50%;
  /*text-shadow: 3px 3px 3px #000000;*/
  background: rgba(0, 0, 0, 0.3);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item a.playIcon {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url(../images/playlist-icon-play.png) center center no-repeat;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item .bgr {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item * {
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item:hover {
  z-index: 2;
  overflow: visible;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item:hover .playlist-item-title {
  opacity: 0;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item:hover img {
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  margin: -60% 0 0 -60%;
  opacity: 0.5;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.7);
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item:hover .bgr {
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  margin: -60% 0 0 -60%;
  opacity: 1;
}
.home-featured-playlists .featured-playlists-wrapper .playlists .playlist-item:hover a.playIcon {
  opacity: 1;
}
.home-howItWorks .container {
  position: relative;
  padding-bottom: 100px;
}
.home-howItWorks .container a.partnersLink {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 50px);
  display: block;
  background: url(../images/iconLoginSupplier3.png) center top no-repeat;
  padding-top: 80px;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  color: #333;
}
.home-howItWorks .container a.partnersLink:hover {
  color: #000;
  background-position: center -160px;
}
.home-howItWorksHorizontal .processExplained {
  width: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
}
.home-howItWorksHorizontal .processExplained li {
  padding: 0!important;
  max-width: 25%;
  text-align: center;
  padding-top: 120px!important;
  background-position-x: center;
  background-size: 30%;
}
.home-howItWorksHorizontal .processExplained li h3 {
  padding-bottom: 10px;
}
.home-howItWorksHorizontal .processExplained li p {
  text-align: center;
  font-size: 13px;
}
.home-howItWorksHorizontal .processExplained i {
  display: block;
  left: auto;
  right: auto;
  top: 25px!important;
  float: none;
}
.home-buyers h1.highlight {
  color: #1aa4bb;
}
.home-buyers .user-benefits li:nth-of-type(1) {
  background: url(../images/buyerBenefitIconLicensing.png) center 0 no-repeat;
}
.home-buyers .user-benefits li:nth-of-type(2) {
  background: url(../images/buyerBenefitIconPurchase.png) center 0 no-repeat;
}
.home-buyers .user-benefits li:nth-of-type(3) {
  background: url(../images/buyerBenefitIconReporting.png) center 0 no-repeat;
}
.home-buyers .user-benefits li:nth-of-type(4) {
  background: url(../images/buyerBenefitIconReversioning.png) center 0 no-repeat;
}
.home-buyers .user-benefits li:nth-of-type(5) {
  background: url(../images/buyerBenefitIconSearch.png) center 0 no-repeat;
}
.home-buyers a.register {
  background: #1aa4bb;
  width: 660px;
  margin: 40px 0 40px -330px;
  position: relative;
  left: 50%;
}
.home-suppliers h1.highlight {
  color: #b34faf;
}
.home-suppliers .user-benefits li:nth-of-type(1) {
  background: url(../images/supplierBenefitIconFee.png) center 0 no-repeat;
}
.home-suppliers .user-benefits li:nth-of-type(2) {
  background: url(../images/supplierBenefitIconOwnership.png) center 0 no-repeat;
}
.home-suppliers .user-benefits li:nth-of-type(3) {
  background: url(../images/supplierBenefitIconNonexclusive.png) center 0 no-repeat;
}
.home-suppliers .user-benefits li:nth-of-type(4) {
  background: url(../images/supplierBenefitIconShare.png) center 0 no-repeat;
}
.home-suppliers .user-benefits li:nth-of-type(5) {
  background: url(../images/supplierBenefitIconSecure.png) center 0 no-repeat;
}
.home-suppliers a.register {
  background: #b34faf;
  width: 600px;
  margin: 40px 0 40px -300px;
  position: relative;
  left: 50%;
}
footer {
  width: 100%;
  /*float: left;*/
  clear: both;
  margin-top: 40px;
  padding: 50px 80px;
  background: #949494;
}
footer .container {
  max-width: 100%;
  position: relative;
}
footer nav {
  float: left;
  width: 540px;
  position: relative;
  z-index: 2;
}
footer nav ul {
  list-style: none;
  width: 100%;
  float: left;
  color: #fff;
}
footer nav ul > li {
  text-transform: uppercase;
  float: left;
  font-size: 16px;
  width: 50%;
  font-weight: 700;
  margin: 20px 0;
}
footer nav ul > li ul {
  float: none;
  margin-right: 0;
}
footer nav ul > li ul li {
  text-transform: none;
  float: none;
  font-weight: 300;
  margin: 5px 0;
  width: 100%;
}
footer nav ul > li ul li a,
footer nav ul > li ul li a:visited {
  text-decoration: none;
  color: #fff;
}
footer nav ul > li ul li a:hover {
  color: #eef4f6;
}
footer ul.socialLinks {
  list-style: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  width: 160px;
  margin-top: 20px;
  margin-left: -80px;
}
footer ul.socialLinks li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
footer ul.socialLinks li a {
  background: #eef4f6;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
footer ul.socialLinks li a .fa {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #949494;
  font-size: 30px;
}
footer a.contentBtn {
  background: #333;
  position: relative;
  z-index: 3;
  float: right;
  margin: 100px 0 0;
}
footer a.contentBtn:hover {
  background: #252525;
}
footer .v_tutorialsLink {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  float: left;
  text-decoration: none;
  color: #333333;
  display: none !important;
}
footer p.copyright {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.media-player {
  width: 100%;
  height: 70px;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  border-top: solid 1px #999;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: -75px;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  display: none;
}
.media-player .container {
  max-width: 100%;
}
.media-player .player-wrap {
  width: 100%;
}
.media-player .player-wrap .playerContainer {
  width: 100%;
  height: 70px;
  display: block;
  background: transparent;
  position: relative;
  text-align: center;
}
.media-player .player-wrap .playerContainer .trackInfo {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 8px;
  left: -120px;
  pointer-events: none;
}
.media-player .player-wrap .playerContainer .trackInfo li {
  display: inline-block;
  color: #333333;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
  line-height: normal;
}
.media-player .player-wrap .playerContainer .buttons {
  z-index: 5;
  height: 70px;
  width: 200px;
  border-right: solid 1px #cfcfcf;
  top: 0;
  left: 0;
  position: relative;
  float: left;
}
.media-player .player-wrap .playerContainer .buttons a {
  display: inline-block;
  position: relative;
  float: left;
}
.media-player .player-wrap .playerContainer .buttons a.prev {
  width: 11px;
  height: 18px;
  background: url(../images/sv-prev-track_f_player.png) 0 0 no-repeat;
  left: 40px;
  top: 24px;
}
.media-player .player-wrap .playerContainer .buttons a.prev:hover {
  background-position: 0 -18px;
}
.media-player .player-wrap .playerContainer .buttons a.next {
  width: 11px;
  height: 18px;
  background: url(../images/sv-next-track_f_player.png) 0 0 no-repeat;
  left: 120px;
  top: 24px;
}
.media-player .player-wrap .playerContainer .buttons a.next:hover {
  background-position: 0 -18px;
}
.media-player .player-wrap .playerContainer .buttons a.play,
.media-player .player-wrap .playerContainer .buttons a.pause {
  width: 14px;
  height: 27px;
  top: 20px;
  left: 80px;
}
.media-player .player-wrap .playerContainer .buttons a.play {
  background: url(../images/sv-play_f_player.png) center 0 no-repeat;
}
.media-player .player-wrap .playerContainer .buttons a.pause {
  background: url(../images/sv-pause_f_player.png) center 0 no-repeat;
}
.media-player .player-wrap .playerContainer .buttons a.play:hover,
.media-player .player-wrap .playerContainer .buttons a.pause:hover {
  background-position: center -27px;
}
.media-player .player-wrap .playerContainer .trackWaveform {
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 0 0 220px;
  height: 70px;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 549px;
}
.media-player .player-wrap .playerContainer .trackWaveform i {
  background: #8c8c8c;
  width: 2px;
}
.media-player .player-wrap .playerContainer .trackWaveform i.over {
  background: #333333;
  background: #ff9900;
}
.media-player .player-wrap .playerContainer .progress {
  display: none;
}
.media-player .player-wrap .playerContainer .volumeBlock {
  /*position: relative;*/
  position: absolute;
  right: 280px;
  /*left: 610px;*/
  top: 0;
  width: 170px;
  height: 70px;
  z-index: 5;
  float: left;
  border-right: solid 1px #cfcfcf;
  border-left: solid 1px #cfcfcf;
}
.media-player .player-wrap .playerContainer .volumeBlock .icon {
  background: url(../images/sv-volume_f_player.png) 0 0 no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 23px;
  top: 25px;
}
.media-player .player-wrap .playerContainer .volumeBlock .icon:hover {
  background-position: 0 -20px;
}
.media-player .player-wrap .playerContainer .volumeBlock .volumeLine {
  position: absolute;
  width: 80px;
  height: 8px;
  background: #8c8c8c;
  margin: 0;
  top: 30px;
  left: 64px;
}
.media-player .player-wrap .playerContainer .volumeBlock .volumeLine .value {
  height: 8px;
  background: #4b4b4b;
}
.media-player .player-wrap .playerContainer .volumeBlock .volumeLine .value:hover {
  background: #333333;
}
.media-player .player-wrap .icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 285px;
  height: 70px;
}
.media-player .player-wrap .icons ul.tools {
  list-style: none;
  margin: 20px 0 0 30px;
}
.media-player .player-wrap .icons ul.tools li {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.media-player .player-wrap .icons ul.tools li a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-player .player-wrap .icons ul.tools li a:hover {
  opacity: 0.75;
}
.media-player .player-wrap .icons ul.tools li.add a {
  background: url(../images/iconTrackAddPlaylist3.png) center center no-repeat;
}
.media-player .player-wrap .icons ul.tools li.share a {
  background: url(../images/iconTrackShare.png) center center no-repeat;
}
.media-player .player-wrap .icons ul.tools li.info a {
  background: url(../images/iconTrackInfo.png) center center no-repeat;
}
.media-player .player-wrap .icons ul.tools li.edits a {
  background: url(../images/iconTrackEdits.png) center center no-repeat;
}
.media-player .player-wrap .icons ul.tools li.edits .disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default!important;
  opacity: 0.3;
}
.media-player .player-wrap .icons a.basket {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #4c4c4c url(../images/iconTrackBasket.png) center center no-repeat;
  background: #4c4c4c url(../images/iconTrackBasketAdd.png) center center no-repeat;
}
.media-player .player-wrap .icons a.basket.basketPOA {
  background: #4c4c4c url(../images/iconTrackBasketAddPOA.png) center center no-repeat;
}
.media-player .player-wrap .icons a.basket.in-basket {
  background: #4c4c4c url(../images/iconTrackBasketAdded.png) center center no-repeat;
}
.inner .media-player,
.media-player.in {
  bottom: -5px;
}
.media-player.hidden {
  display: none;
}
/**** Latest Track List (Search Results) *****/
.track-list-wrapper {
  padding: 0 10px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.track-list-wrapper div > div {
  float: left;
}
.track-list-wrapper ul {
  list-style: none;
}
.track-list-wrapper ul li {
  display: inline-block;
}
.track-list-wrapper .track-list-header,
.track-list-wrapper .track-list-item {
  float: left;
  width: 100%;
}
.track-list-wrapper .track-list-header {
  font-size: 12px;
  text-transform: uppercase;
}
.track-list-wrapper .track-list-header a {
  color: #333333;
}
.track-list-wrapper .track-list-header a.selected {
  text-decoration: none;
  cursor: default;
}
.track-list-wrapper .track-list-header .trackTitle {
  margin-left: 80px;
}
.track-list-wrapper .trackTitle {
  width: calc(18% - 10px);
}
.track-list-wrapper .trackTitle ul.trackPrices {
  text-transform: none;
}
.track-list-wrapper .trackTitle ul.trackPrices li.streamingPrice {
  color: #28a44a;
}
.track-list-wrapper .trackTitle ul.trackPrices li:nth-of-type(2) {
  margin: 0 5px;
}
.track-list-wrapper .trackTitle ul.trackPrices li.broadcastPrice {
  color: #7961ab;
}
.track-list-wrapper .track-list-item {
  height: 70px;
  font-size: 13px;
  margin-top: 5px;
}
.track-list-wrapper .track-list-item .thumb {
  height: 70px;
  width: 70px;
  position: relative;
}
.track-list-wrapper .track-list-item .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  /**/
}
.track-list-wrapper .track-list-item .thumb a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #f5f5f5;
  border: solid 1px #dfdfdf;
  bottom: 50%;
  left: 50%;
  margin: 0 0 -20px -20px;
}
.track-list-wrapper .track-list-item .thumb a.play {
  background: #fff url(../images/iconThumbPlay.png) center center no-repeat;
  background: #fff url(../images/iconThumbPlay02.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .thumb a.pause {
  background: #fff url(../images/iconThumbPause.png) center center no-repeat;
  background: #fff url(../images/iconThumbPause02.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .trackTitle {
  width: 18%;
  padding-left: 10px;
}
.track-list-wrapper .track-list-item .trackTitle h1 {
  font-size: 15px;
  margin-top: 10px;
}
.track-list-wrapper .track-list-item .trackTitle .useInfo span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  text-transform: uppercase;
}
.track-list-wrapper .track-list-item .trackTitle .useInfo .iconCommercial {
  background: #0a97b9;
}
.track-list-wrapper .track-list-item .trackTitle .useInfo .iconProduction {
  background: #e85a6d;
}
.track-list-wrapper .track-list-item .trackTitle .useInfo .iconSoundFX {
  background: #28a44a;
}
.track-list-wrapper .track-list-item .trackTitle .libraryName {
  clear: left;
}
.track-list-wrapper .track-list-item .trackTitle .libraryName a {
  color: #999;
  text-decoration: none;
  width: auto;
}
.track-list-wrapper .track-list-item .trackLength {
  position: relative;
  height: 70px;
}
.track-list-wrapper .track-list-item .trackLength div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.track-list-wrapper .track-list-item .trackDesc {
  height: 70px;
}
.track-list-wrapper .track-list-item .icons {
  position: relative;
}
.track-list-wrapper .track-list-item .icons ul.tools {
  margin: 20px 40px 0 0;
}
.track-list-wrapper .track-list-item .icons ul.tools li {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.track-list-wrapper .track-list-item .icons ul.tools li a {
  display: block;
  width: 100%;
  height: 100%;
}
.track-list-wrapper .track-list-item .icons ul.tools li a.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default!important;
  opacity: 0.3;
}
.track-list-wrapper .track-list-item .icons ul.tools li a:hover {
  opacity: 0.75;
}
.track-list-wrapper .track-list-item .icons ul.tools li.add {
  cursor: pointer;
}
.track-list-wrapper .track-list-item .icons ul.tools li.add a {
  background: url(../images/iconTrackAddPlaylist3.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons ul.tools li.share a {
  background: url(../images/iconTrackShare.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons ul.tools li.info a {
  background: url(../images/iconTrackInfo.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons ul.tools li.edits a {
  background: url(../images/iconTrackEdits.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons ul.tools li.edits a .edits-count {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 17px;
  height: 17px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  font-weight: 700;
  background: #333;
  border: solid 1px #fff;
}
.track-list-wrapper .track-list-item .icons a.basket {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #4c4c4c url(../images/iconTrackBasket.png) center center no-repeat;
  background: #4c4c4c url(../images/iconTrackBasketAdd.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons a.basket.basketPOA {
  background: #4c4c4c url(../images/iconTrackBasketAddPOA.png) center center no-repeat;
}
.track-list-wrapper .track-list-item .icons a.basket.in-basket {
  background: #4c4c4c url(../images/iconTrackBasketAdded.png) center center no-repeat;
}
.track-list-wrapper .track-list-item a {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
}
.track-list-wrapper .track-list-item a.toDesc,
.track-list-wrapper .track-list-item a.toWave {
  position: absolute;
  right: 40px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none !important;
}
.track-list-wrapper .track-list-item a.toDesc {
  background: url(../images/iconSwitchToDesc.png) 0 2px no-repeat;
}
.track-list-wrapper .track-list-item a.toWave {
  background: url(../images/iconSwitchToWave.png) 0 2px no-repeat;
}
.track-list-wrapper .track-list-item a:hover {
  background-position: 0 -23px;
}
.track-list-wrapper .track-list-item:nth-child(even) {
  background: #eeeeee;
}
.track-list-wrapper .trackLength {
  width: 7%;
  text-align: center;
}
.track-list-wrapper .trackDesc {
  width: 30%;
  position: relative;
}
.track-list-wrapper .trackDesc .trackWaveform {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  display: none;
  /*height: 70px;*/
}
.track-list-wrapper .trackDesc .trackWaveform i {
  background: #8c8c8c;
}
.track-list-wrapper .trackDesc .trackWaveform i.over {
  background: #333333;
  background: #ff9900;
}
.track-list-wrapper .trackDesc .trackWaveform .big {
  display: none;
}
.track-list-wrapper .trackDesc .trackWaveform .small {
  display: block;
}
.track-list-wrapper .trackDesc .trackWaveform.wfbox {
  display: block !important;
  opacity: 1 !important;
}
.track-list-wrapper .trackDesc .description {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.track-list-wrapper .trackDesc .description.descbox {
  display: none !important;
}
.track-list-wrapper .trackLegend,
.track-list-wrapper .icons {
  float: right;
  width: calc(40% - 70px);
}
.track-list-wrapper .trackLegend {
  text-transform: none;
  text-align: right;
  width: auto;
  margin-top: 20px;
  margin-bottom: 5px;
}
.track-list-wrapper .trackLegend ul li {
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
}
.track-list-wrapper .trackLegend ul li a {
  text-decoration: none;
}
.track-list-wrapper .trackLegend ul li span {
  color: #fff;
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  text-align: center;
}
.track-list-wrapper .trackLegend ul li.commercial span {
  background: #0a97b9;
}
.track-list-wrapper .trackLegend ul li.production span {
  background: #e85a6d;
}
.track-list-wrapper .trackLegend ul li.soundFX span {
  background: #28a44a;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveRight {
  from {
    right: 0px;
  }
  to {
    right: -119px;
  }
}
/* Standard syntax */
@keyframes moveRight {
  from {
    right: 0px;
  }
  to {
    right: -119px;
  }
}
@-webkit-keyframes moveLeft {
  from {
    right: -119px;
  }
  to {
    right: 0;
  }
}
/* Standard syntax */
@keyframes moveLeft {
  from {
    right: -119px;
  }
  to {
    right: 0;
  }
}
.helpLink {
  position: fixed;
  background: #33b4e7;
  top: 302px;
  right: 0px;
  width: 137px;
  height: 120px;
  z-index: 999;
}
.helpLink .expander {
  display: block;
  width: 18px;
  height: 100%;
  float: left;
  background: #aeaeae;
}
.helpLink .expander a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.helpLink .expander a i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 6px;
  font-weight: 700;
  font-size: 18px;
}
.helpLink ul {
  list-style: none;
  float: left;
  width: calc(100% - 18px);
  height: 100%;
}
.helpLink ul li {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 33%;
  border-top: solid 1px #8FD8F5;
}
.helpLink ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 9px;
}
.helpLink ul li a:hover {
  background: #1CA6DE;
}
.helpLink ul li:first-child {
  border-top: none;
}
.helpLink.collapsed {
  -webkit-animation: moveRight 500ms;
  /* Safari 4.0 - 8.0 */
  animation: moveRight 500ms;
  right: -119px;
}
.helpLink.collapsed .expander a {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.helpLink.expanded {
  -webkit-animation: moveLeft 500ms;
  /* Safari 4.0 - 8.0 */
  animation: moveLeft 500ms;
}
/********* Tracks Options *********/
.tracksOpts {
  position: fixed;
  min-height: auto;
  float: none;
  right: 0;
  top: 85px;
  z-index: 500;
  z-index: 1002;
  height: 510px;
  width: 310px;
  background: #5e5e5e;
  display: none;
  -webkit-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.tracksOpts #playlistsBox,
.tracksOpts #productionsBox {
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px;
  overflow: visible;
  position: relative;
}
.tracksOpts #playlistsBox .plTopArrow,
.tracksOpts #productionsBox .plTopArrow {
  width: 11px;
  height: 6px;
  position: absolute;
}
.tracksOpts #playlistsBox a.close,
.tracksOpts #productionsBox a.close {
  position: absolute;
  padding: 2px 7px 2px 18px;
  display: block;
  background-image: url(../images/closeWhiteSmall.png);
  background-repeat: no-repeat;
  background-position: 5px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.tracksOpts #playlistsBox {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}
.tracksOpts #playlistsBox .plTopArrow {
  background: url(../images/playlistsTopArrow2.png) 0 0 no-repeat;
  top: -8px;
  right: 75px;
}
.tracksOpts #playlistsBox a.close {
  background-color: #333;
  top: 0;
  right: 52px;
}
.tracksOpts #playlistsBox p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.tracksOpts #productionsBox {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}
.tracksOpts #productionsBox .plTopArrow {
  background: url(../images/productionsTopArrow.png) 0 0 no-repeat;
  background: url(../images/playlistsTopArrow2.png) 0 0 no-repeat;
  top: -8px;
  right: 75px;
}
.tracksOpts #productionsBox a.close {
  background-color: #D986F9;
  background-color: #333;
  top: 0;
  right: 52px;
}
.tracksOpts #playlistsBox .newButton,
.tracksOpts #productionsBox .newButton {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #545454;
  border: solid 1px #363636;
  margin: 15px 0 0 7px;
  padding: 0 10px;
}
.tracksOpts #playlistsBox .newButton i,
.tracksOpts #productionsBox .newButton i {
  margin-right: 4px;
}
.tracksOpts #playlistsBox .newButton:hover,
.tracksOpts #productionsBox .newButton:hover {
  border: solid 1px #000;
  background: #363636;
}
.tracksOpts #playlistsBox .ddLists,
.tracksOpts #productionsBox .ddLists {
  float: left;
  margin: 15px 0 0;
  list-style: none;
  position: relative;
  z-index: 3;
}
.tracksOpts #playlistsBox .ddLists li.title,
.tracksOpts #productionsBox .ddLists li.title {
  height: 30px;
  line-height: 30px;
  width: 205px;
  background: #fff;
  border: solid 1px #363636;
  overflow: hidden;
  padding: 0 30px 0 5px;
  color: #000;
  font-size: 15px;
  position: relative;
  float: left;
}
.tracksOpts #playlistsBox .ddLists li.title i,
.tracksOpts #productionsBox .ddLists li.title i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.tracksOpts #playlistsBox .ddLists li .dd,
.tracksOpts #productionsBox .ddLists li .dd {
  background: #fff;
  border: solid 1px #363636;
  position: absolute;
  left: -1px;
  top: 100%;
  float: left;
  width: calc(100% + 2px);
  padding: 5px;
  max-height: 200px;
  overflow-y: auto;
}
.tracksOpts #playlistsBox .ddLists li .dd ul,
.tracksOpts #productionsBox .ddLists li .dd ul {
  list-style: none;
  margin-top: 10px;
  border-top: solid 1px #a4a4a4;
}
.tracksOpts #playlistsBox .ddLists li .dd ul li,
.tracksOpts #productionsBox .ddLists li .dd ul li {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.tracksOpts #playlistsBox .ddLists li .dd ul li.label,
.tracksOpts #productionsBox .ddLists li .dd ul li.label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  color: #363636;
  cursor: default;
}
.tracksOpts #playlistsBox .ddLists li .dd ul:first-child,
.tracksOpts #productionsBox .ddLists li .dd ul:first-child {
  margin-top: 0;
  border: none;
}
.tracksOpts #playlistsBox .plName,
.tracksOpts #productionsBox .plName {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 5px;
  border-top: solid 1px #444444;
  position: relative;
  z-index: 2;
}
.tracksOpts #playlistsBox .plName h1,
.tracksOpts #productionsBox .plName h1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.tracksOpts #playlistsBox .plName ul,
.tracksOpts #productionsBox .plName ul {
  float: left;
  clear: left;
  list-style: none;
}
.tracksOpts #playlistsBox .plName ul li,
.tracksOpts #productionsBox .plName ul li {
  font-size: 13px;
  font-weight: 300;
  color: #b7b7b7;
  display: block;
}
.tracksOpts #playlistsBox .plName ul li span,
.tracksOpts #productionsBox .plName ul li span {
  color: #fff;
  font-weight: 400;
}
.tracksOpts #playlistsBox .plName .tools,
.tracksOpts #productionsBox .plName .tools {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  background: #bdbdbd;
  border: solid 1px #363636;
  text-align: center;
  color: #000;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 20px;
}
.tracksOpts #playlistsBox .plName .tools:hover,
.tracksOpts #productionsBox .plName .tools:hover {
  background: #fff;
  border: solid 1px #000;
}
.tracksOpts #playlistsBox .plName .projectOptions,
.tracksOpts #productionsBox .plName .projectOptions {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  border: solid 1px #000;
  padding: 5px 10px;
  width: 150px;
  display: none;
}
.tracksOpts #playlistsBox .plName .projectOptions ul,
.tracksOpts #productionsBox .plName .projectOptions ul {
  margin: 0;
  padding: 0;
}
.tracksOpts #playlistsBox .plName .projectOptions ul li,
.tracksOpts #productionsBox .plName .projectOptions ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0 5px;
  color: #000;
}
.tracksOpts #playlistsBox .plName .projectOptions ul li a,
.tracksOpts #productionsBox .plName .projectOptions ul li a {
  color: #000;
  text-decoration: none;
}
.tracksOpts #playlistsBox .plName .projectOptions ul li a:hover,
.tracksOpts #productionsBox .plName .projectOptions ul li a:hover {
  color: #444;
}
.tracksOpts #playlistsBox .plName .projectOptions ul li.label,
.tracksOpts #productionsBox .plName .projectOptions ul li.label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.tracksOpts #playlistsBox section.playlistItems,
.tracksOpts #productionsBox section.playlistItems {
  float: left;
  width: 100%;
  padding: 5px 0;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  margin-bottom: 10px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll,
.tracksOpts #productionsBox section.playlistItems .scroll {
  overflow-y: auto;
  padding: 0 5px 0 0;
  margin: 0;
  width: 100%;
  float: left;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem {
  width: 100%;
  border-top: solid 1px #444;
  background: transparent;
  position: relative;
  height: 40px;
  overflow: hidden;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .play,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .play,
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .pause,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .pause {
  float: left;
  display: block;
  width: 13px;
  height: 12px;
  margin: 13px 0 0 5px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .play,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .play {
  background: url(../images/iconPlaylistPlay.png) 0 0 no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .pause,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .pause {
  background: url(../images/iconPlaylistPause.png) 0 0 no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .play:hover,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .play:hover,
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .pause:hover,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .pause:hover {
  opacity: 0.5;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistItemTitle,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistItemTitle {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  float: left;
  margin: 11px 0 0 5px;
  padding: 0;
  line-height: normal;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .trackLength,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .trackLength {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  float: left;
  margin: 11px 0 0 5px;
  padding: 0;
  clear: none;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .expand,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .expand,
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .collapse,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .collapse {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #fff;
  font-size: 14px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .collapse,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .collapse {
  display: none;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools {
  list-style: none;
  float: right;
  padding: 0;
  margin: 15px 20px 0 0;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li {
  float: left;
  display: inline-block;
  margin: 0 5px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a {
  display: block;
  width: 20px;
  height: 20px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a.share,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a.share {
  background: url(../images/iconTrackShare.png) center center no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a.trackDetails,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a.trackDetails {
  background: url(../images/iconTrackInfo.png) center center no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a.basket,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a.basket {
  background: url(../images/iconHeaderBasket.png) center center no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  margin-top: 0;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a.edits,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a.edits {
  background: url(../images/iconTrackEdits.png) center center no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem .playlistTools li a.remove,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem .playlistTools li a.remove {
  background: url(../images/iconTrackClear.png) center center no-repeat;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem.expanded,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem.expanded {
  height: 80px;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem.dragging,
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem.dragging {
  background-color: #505050;
  opacity: 0.8;
}
.tracksOpts #playlistsBox section.playlistItems .scroll .playlistItem:nth-of-type(1),
.tracksOpts #productionsBox section.playlistItems .scroll .playlistItem:nth-of-type(1) {
  border: none;
}
.tracksOpts #playlistsBox section.playlistItems.empty,
.tracksOpts #productionsBox section.playlistItems.empty {
  border-bottom: none;
}
.tracksOpts #playlistsBox .toBasket,
.tracksOpts #productionsBox .toBasket {
  margin: 0 auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #f89d3e;
  border: solid 1px #e38624;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  display: block;
  clear: both;
}
.tracksOpts #playlistsBox .toBasket i,
.tracksOpts #productionsBox .toBasket i {
  margin-right: 5px;
}
/* inner pages */
.noresults {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search.in {
  position: fixed;
  top: 84px;
  z-index: 1000;
}
.search.in .searchPlaceholder {
  background: #ffffff;
  background: #fff;
}
section.search-results {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 200px;
  width: 100%;
}
section.search-results .container .resultsheader {
  font-size: 14px;
  margin: 10px 0px;
}
section.search-results .container .resultsheader * {
  font-size: 14px !important;
}
section.search-results .container .resultsheader p {
  padding: 30px 0 20px;
  font-size: 20px !important;
}
section.search-results .container .resultsheader p b {
  font-weight: 700;
  font-size: 20px !important;
}
section.search-results .container .resultsheader h1 {
  background: url(../images/titleLine.png) 0 center repeat-x;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  width: 100%;
}
section.search-results .container .resultsheader h1 span {
  background: #fff;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px !important;
}
section.search-results .container .resultsheader .sort {
  margin: 0;
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
section.search-results .container .resultsheader .sort .dropdown ul li {
  height: auto;
}
section.search-results .container .resultsheader .licence {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
section.search-results .container .resultsheader .licence ul {
  list-style: none;
  padding: 0 0 0 20px;
  clear: left;
}
section.search-results .container .resultsheader .licence ul li {
  margin: 5px 0 0;
}
section.search-results .container .resultsheader .licence div {
  float: left;
  margin-right: 30px;
}
section.search-results .container .resultsheader .licence .licenseOnline {
  color: #e3106e;
}
section.search-results .container .resultsheader .licence .licenseOnline span.label {
  text-transform: uppercase;
}
section.search-results .container .resultsheader .licence .licenseOnline label.checkboxLabel {
  background-image: url("../images/radioBgrOnline.png");
}
section.search-results .container .resultsheader .licence .licenseAdvertising {
  color: #28a44a;
}
section.search-results .container .resultsheader .licence .licenseAdvertising span.label {
  text-transform: uppercase;
}
section.search-results .container .resultsheader .licence .licenseAdvertising label.checkboxLabel {
  background-image: url("../images/radioBgrAdvertising.png");
}
section.search-results .container .resultsheader .licence .licenseFilms {
  color: #1aa4bb;
  width: auto;
}
section.search-results .container .resultsheader .licence .licenseFilms span.label {
  text-transform: uppercase;
}
section.search-results .container .resultsheader .licence .licenseFilms label.checkboxLabel {
  background-image: url("../images/radioBgrFilm.png");
}
section.search-results .container .resultsheader .licence .licenseFilms ul:nth-of-type(2) {
  clear: none;
}
section.search-results .container .resultsheader .licence .licenseOtherMedia {
  color: #7961ab;
  width: auto;
}
section.search-results .container .resultsheader .licence .licenseOtherMedia span.label {
  text-transform: uppercase;
}
section.search-results .container .resultsheader .licence .licenseOtherMedia label.checkboxLabel {
  background-image: url("../images/radioBgrOther.png");
}
section.search-results .container .resultsheader .licence .licenseOtherMedia ul:nth-of-type(2) {
  clear: none;
}
section.search-results .container .resultsheader .licence span.label {
  font-weight: 700;
  text-transform: none;
  padding: 0 0 0 20px;
}
section.search-results .container .resnav {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-top: 20px;
  width: 100%;
  font-size: inherit;
  text-align: center;
  font-weight: 400;
  font-size: 14px !important;
}
section.search-results .container .resnav * {
  font-size: 14px !important;
}
section.search-results .container .resnav > span {
  float: left;
}
section.search-results .container .resnav .resPerPage {
  width: auto;
}
section.search-results .container .resnav .resPerPage .ddSmall {
  margin-top: 10px;
}
section.search-results .container .resnav .resPerPage .ddSmall .dropdown {
  text-align: left;
  height: 22px;
  width: 100%;
}
section.search-results .container .resnav .resPerPage .ddSmall .dropdown li {
  height: auto;
}
.inner {
  background: #fff;
}
.inner .wrap {
  width: 100%;
}
.inner .wrap .content {
  margin-top: calc(205px);
  width: 100%;
}
.inner .wrap .content .container {
  max-width: 90%;
}
.inner .wrap .content .profileNav {
  width: 100%;
}
.inner .wrap .content .profileNav .profileTabsNav {
  position: relative;
  z-index: 1;
}
.inner .wrap .content .profileNav .profileTabsNav ul li a {
  color: #000;
  text-decoration: none;
}
.inner .wrap .content .profileNav .profileTabsNav ul li a:hover {
  color: #444;
}
.inner .wrap .content .profilePage .staticPageContent {
  width: auto;
  width: 100%;
}
.inner .wrap .content .profilePage h1.bulkTitle {
  float: left;
  clear: left;
}
.inner .wrap .content .profilePage h3 {
  float: left;
  clear: left;
}
.inner .wrap .content .profilePage .col2 {
  width: auto;
  margin-right: 25px;
}
.inner .wrap .content .profilePage .colRight {
  float: left;
}
.inner .wrap .content .profilePage .profileTable {
  border-spacing: 0;
}
.inner .wrap .content .profilePage .profileTable th {
  font-size: 11px;
  padding: 5px 15px;
}
.inner .wrap .content .profilePage .profileTable td {
  font-size: 13px;
  padding: 15px;
}
.inner .wrap .content .profilePage .profileTable td.subTableHolder {
  padding: 15px 0;
}
.inner .wrap .content .profilePage .profileTable a.dnl56,
.inner .wrap .content .profilePage .profileTable a.dnl320 {
  margin-right: 10px;
}
.inner .wrap .content .profilePage .profileTable a.fakeSelectTrigger {
  /*width: 100%;
                        display: inline-block;*/
}
.inner .wrap .content .profilePage .subTable {
  width: 100%;
  border-spacing: 0;
}
.inner .wrap .content .profilePage .subTable tr:nth-child(2n) {
  background: transparent;
}
.inner .wrap .content .profilePage .subTable tr td {
  padding: 5px 15px;
  border-bottom: solid 1px #333;
}
.inner .wrap .content .profilePage .subTable tr td div.playerButton a {
  font-size: 25px;
  color: #808080;
  display: inline-block;
}
.inner .wrap .content .profilePage .subTable tr td div.playerButton a.play span.play {
  display: initial;
}
.inner .wrap .content .profilePage .subTable tr td div.playerButton a.play span.pause {
  display: none;
}
.inner .wrap .content .profilePage .subTable tr td div.playerButton a.pause span.play {
  display: none;
}
.inner .wrap .content .profilePage .subTable tr td div.playerButton a.pause span.pause {
  display: initial;
}
.inner .wrap .content .profilePage .subTable tr:nth-of-type(2) td {
  border-top: solid 1px #333;
}
.inner .wrap .content .profilePage .subTable a.dnl56,
.inner .wrap .content .profilePage .subTable a.dnl320,
.inner .wrap .content .profilePage .subTable a.dnlHQ {
  padding: 5px 0 5px 15px;
  margin: 0 5px;
  background: url(../images/tableDnlArrow.png) 0 9px no-repeat;
}
.inner .wrap .content .profilePage .subTable a.fakeSelectTrigger {
  margin-top: 2px;
}
.inner .wrap .content .profilePage .basketOrdersTable .subTable .num {
  width: 30px;
}
.inner .wrap .content .profilePage .basketOrdersTable .subTable .expireDate {
  width: 120px;
}
.inner .wrap .content .profilePage .basketOrdersTable .subTable .production {
  width: 200px;
}
.inner .wrap .content .profilePage .basketOrdersTable .subTable .songLength {
  width: 100px;
}
.inner .wrap .content .profilePage .basketOrdersTable .subTable .download {
  width: 270px;
}
.inner .wrap .content .profilePage .unassignedTracks .num {
  width: 30px;
}
.inner .wrap .content .profilePage .unassignedTracks .date {
  width: 120px;
}
.inner .wrap .content .profilePage .unassignedTracks .duration {
  width: 100px;
}
.inner .wrap .content .profilePage .unassignedTracks .paymentType {
  width: 150px;
}
.inner .wrap .content .profilePage .unassignedTracks .expireDate {
  width: 120px;
}
.inner .wrap .content .profilePage .unassignedTracks .price {
  width: 100px;
}
.inner .wrap .content .profilePage .unassignedTracks .assign {
  width: 200px;
}
.inner .wrap .content .profilePage .unassignedTracks div.playerButton a {
  font-size: 25px;
  color: #808080;
  display: inline-block;
}
.inner .wrap .content .profilePage .unassignedTracks div.playerButton a.play span.play {
  display: initial;
}
.inner .wrap .content .profilePage .unassignedTracks div.playerButton a.play span.pause {
  display: none;
}
.inner .wrap .content .profilePage .unassignedTracks div.playerButton a.pause span.play {
  display: none;
}
.inner .wrap .content .profilePage .unassignedTracks div.playerButton a.pause span.pause {
  display: initial;
}
.inner .wrap .content .profilePage .assign {
  position: relative;
}
.inner .wrap .content .profilePage .assign ul {
  margin: 0;
  list-style: none;
  float: none;
  clear: none;
}
.inner .wrap .content .profilePage .assign ul > li a {
  font-weight: 400;
}
/* payment process */
section.cart {
  width: 100%;
  float: left;
  padding: 0 25px;
  margin-top: 100px;
}
section.cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.cart .disabled {
  opacity: 0.3;
  cursor: default;
}
section.cart .disabled * {
  cursor: default;
}
section.cart h1.pageTitle {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: url(../images/titleLine.png) center center repeat-x;
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
section.cart h1.pageTitle span {
  background: #fff;
  padding-right: 10px;
}
section.cart h1.pageTitle span i {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}
section.cart .cart-list-wrapper {
  float: left;
  width: 100%;
  /* widths */
}
section.cart .cart-list-wrapper .cart-list-header,
section.cart .cart-list-wrapper .cart-list-item {
  float: left;
  width: 100%;
}
section.cart .cart-list-wrapper .cart-list-header > div,
section.cart .cart-list-wrapper .cart-list-item > div {
  float: left;
  position: relative;
  min-height: 35px;
  padding: 0 5px;
}
section.cart .cart-list-wrapper .cart-list-header {
  font-size: 12px;
  text-transform: uppercase;
}
section.cart .cart-list-wrapper .cart-list-header > div {
  position: relative;
  overflow: visible;
}
section.cart .cart-list-wrapper .cart-list-header > div > span,
section.cart .cart-list-wrapper .cart-list-header > div > label {
  position: absolute;
  bottom: 0;
}
section.cart .cart-list-wrapper .cart-list-header > div .infoTrigger {
  margin-left: 5px;
}
section.cart .cart-list-wrapper .cart-list-item {
  font-size: 13px;
  height: 70px;
  margin-top: 5px;
  position: relative;
}
section.cart .cart-list-wrapper .cart-list-item > div {
  height: 70px;
}
section.cart .cart-list-wrapper .cart-list-item .thumb {
  padding: 0;
}
section.cart .cart-list-wrapper .cart-list-item .title {
  padding-left: 10px;
}
section.cart .cart-list-wrapper .cart-list-item .licence-use-text {
  margin-top: 15px;
  text-transform: uppercase;
}
section.cart .cart-list-wrapper .cart-list-item .licence-use-text span {
  text-transform: initial;
  color: #929090;
}
section.cart .cart-list-wrapper .cart-list-item .production-text {
  position: relative;
}
section.cart .cart-list-wrapper .cart-list-item .production-text p {
  position: absolute;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.cart .cart-list-wrapper .cart-list-item .bitrateBroadcast label,
section.cart .cart-list-wrapper .cart-list-item .bitrateStreaming label,
section.cart .cart-list-wrapper .cart-list-item .bitrateWav label {
  position: absolute;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.cart .cart-list-wrapper .cart-list-item .duration p,
section.cart .cart-list-wrapper .cart-list-item .mediaType p {
  position: absolute;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.cart .cart-list-wrapper .cart-list-item .delete .clear {
  position: absolute;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/clear_10x10.png) center center no-repeat;
  display: block;
}
section.cart .cart-list-wrapper .cart-list-item .delete .clear:hover {
  opacity: 0.5;
}
section.cart .cart-list-wrapper .cart-list-item:nth-child(even) {
  background: #eeeeee;
}
section.cart .cart-list-wrapper .thumb.playerButton {
  width: 40px;
  height: 100%;
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
}
section.cart .cart-list-wrapper .thumb.playerButton a {
  border: 1px solid #d0d0d0;
  border-radius: 100px;
  text-decoration: none;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  color: #a0a0a0;
  background: #fff url(../images/iconThumbPlay02.png) center center no-repeat !important;
}
section.cart .cart-list-wrapper .thumb.playerButton a.play.pause {
  background: #fff url(../images/iconThumbPause02.png) center center no-repeat !important;
}
section.cart .cart-list-wrapper .thumb.playerButton a.play span.play {
  display: initial;
}
section.cart .cart-list-wrapper .thumb.playerButton a.play span.pause {
  display: none;
}
section.cart .cart-list-wrapper .thumb.playerButton a.play.pause span.play {
  display: none;
}
section.cart .cart-list-wrapper .thumb.playerButton a.play.pause span.pause {
  display: initial;
}
section.cart .cart-list-wrapper .thumb {
  width: 70px;
  position: relative;
  display: none;
}
section.cart .cart-list-wrapper .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.cart .cart-list-wrapper .thumb a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
}
section.cart .cart-list-wrapper .thumb a.play {
  background: #fff url(../images/iconThumbPlay.png) center center no-repeat;
}
section.cart .cart-list-wrapper .thumb a.pause {
  background: #fff url(../images/iconThumbPause.png) center center no-repeat;
}
section.cart .cart-list-wrapper .title {
  box-sizing: border-box;
  padding-left: 60px !important;
  width: calc(44% - 290px);
}
section.cart .cart-list-wrapper .title h1 {
  font-size: 15px;
  margin-top: 15px;
}
section.cart .cart-list-wrapper .title a.libraryName {
  color: #999;
  text-decoration: none;
}
section.cart .cart-list-wrapper .licenseUse {
  width: 20%;
}
section.cart .cart-list-wrapper .retail {
  width: 21%;
}
section.cart .cart-list-wrapper .runtime {
  width: 0%;
}
section.cart .cart-list-wrapper .assign {
  width: 20%;
}
section.cart .cart-list-wrapper .duration {
  width: 40px;
}
section.cart .cart-list-wrapper .bitrateStreaming {
  width: 80px;
}
section.cart .cart-list-wrapper .bitrateWav {
  width: 60px;
}
section.cart .cart-list-wrapper .bitrateBroadcast {
  width: 80px;
}
section.cart .cart-list-wrapper .mediaType {
  width: 60px;
}
section.cart .cart-list-wrapper .delete {
  width: 30px;
}
section.cart .cart-list-wrapper .infoBox {
  display: none;
  position: absolute;
  z-index: 2;
  background: #5e5e5e;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  overflow: visible;
  width: 180px;
}
section.cart .cart-list-wrapper .infoBox p,
section.cart .cart-list-wrapper .infoBox ul {
  padding: 10px;
  float: left;
  color: #fff;
}
section.cart .cart-list-wrapper .infoBox ul li {
  text-transform: none;
  margin: 0;
}
section.cart .cart-list-wrapper .infoBox .arrow {
  display: block;
  width: 10px;
  height: 10px;
  background: #5e5e5e;
  position: absolute;
  bottom: -5px;
  right: 20px;
  left: auto;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.cart .infoTrigger {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #5e5e5e;
  color: #fff;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
section.cart .inlineInfoBox {
  display: none;
  position: absolute;
  z-index: 2;
  background: #5e5e5e;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  overflow: visible;
  padding: 10px;
}
section.cart .inlineInfoBox p,
section.cart .inlineInfoBox ul {
  padding: 10px;
  float: left;
  color: #fff;
}
section.cart .inlineInfoBox ul li {
  text-transform: none;
  margin: 0;
}
section.cart .topUpAccount {
  float: left;
  clear: none;
  width: 300px;
}
section.cart .topUpAccount a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #F89D3E;
  border: solid 1px #e38624;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}
section.cart .summary {
  float: right;
  width: 255px;
  position: relative;
  overflow: visible;
}
section.cart .summary .shoppingLink {
  float: right;
  margin: 15px 10px 0 0;
  color: #444444;
}
section.cart .summary .shoppingLink:hover {
  color: #888888;
}
section.cart .summary ul {
  color: #000;
  padding: 10px;
}
section.cart .summary ul li {
  float: left;
  width: 100%;
  margin: 2px 0;
  text-transform: uppercase;
}
section.cart .summary ul li span {
  float: right;
}
section.cart .summary ul li input[type="text"] {
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  border: solid 1px #333;
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  width: 170px;
  text-transform: none;
  margin-top: 10px;
}
section.cart .summary ul li .apply {
  float: right;
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
}
section.cart .summary ul li .checkout {
  float: left;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #F89D3E;
  border: solid 1px #e38624;
}
section.cart .summary ul li .checkout:hover {
  background: #e38624;
}
section.cart .summary ul li.total {
  padding: 8px 0;
  margin: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  font-size: 20px;
  font-weight: 700;
}
section.cart .summary .infoBox ul li:nth-last-child(1) {
  border-top: solid 1px #afafaf;
  margin-top: 2px;
  padding-top: 2px;
}
section.cart .price-loading {
  opacity: 0.5;
}
section.cart .cart-list-wrapper .summary span {
  transition: all 0.4s ease-in-out;
}
section.cart-empty {
  margin-top: 200px;
}
section.cart-empty h2.emptyCartTitle {
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
section.cart-empty h3.emptyCartSubtitle {
  color: #555;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
/* FORM ELEMENTS */
.selector {
  width: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selector .selecthidden {
  display: none!important;
}
.selector > li {
  background: #fff;
  border: solid 1px #333;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.selector > li a {
  width: 100%;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  color: #000;
}
.selector > li a i {
  float: right;
}
.selector > li > ul {
  position: absolute;
  min-width: calc(100% + 2px);
  width: auto;
  top: 100%;
  left: -1px;
  text-transform: none;
  padding: 5px 10px;
  display: none;
}
.selector > li > ul li {
  padding: 0;
  width: 100%;
  float: left;
  /*white-space: nowrap;*/
}
.selector > li > ul li:hover {
  background: #00000024;
}
.selector > li:hover {
  background: #5e5e5e;
  color: #fff;
}
.selector > li:hover a {
  color: #fff;
}
.selector.active {
  z-index: 1;
}
.selector.active li {
  overflow: visible;
  z-index: 999;
}
.selector.active > li,
.selector.active > li:hover,
.selector.active li ul {
  background: #5e5e5e;
  color: #fff;
}
.selector.active > li a,
.selector.active > li:hover a,
.selector.active li ul a {
  color: #fff;
}
.selector.active li ul {
  border: solid 1px #333;
  border-top: none;
  display: block;
  max-height: 300px;
  overflow: auto;
  padding: 0;
}
.selector.disabled {
  opacity: 0.5;
}
.runtime .selector input[type="text"] {
  opacity: 1;
  position: relative;
  margin-right: 5px;
  width: 80px;
  padding: 0 3px;
  border: solid 1px #333;
  font-size: 12px;
}
.assign .selector li ul li:nth-last-child(2) {
  border-bottom: solid 1px #afafaf;
}
.assign .selector li ul .newProductionFirst {
  position: relative;
  height: 42px;
  border-bottom: solid 1px #afafaf;
}
.assign .selector li ul .newProductionFirst a {
  position: absolute;
  top: 6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #F89D3E;
  border: solid 1px #e38624;
  display: block;
  text-align: center;
  width: auto;
  white-space: nowrap;
  height: 28px;
  line-height: 26px;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.assign .selector li ul .newProductionFirst a i {
  float: left;
  margin: 6px 4px 0 -10px;
}
.assign .selector li ul .newProductionFirst a:hover {
  background: #e38624;
}
.assign .selector li ul li:nth-last-child(1) {
  position: relative;
  height: 42px;
}
.assign .selector li ul li:nth-last-child(1) a {
  position: absolute;
  top: 6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #F89D3E;
  border: solid 1px #e38624;
  display: block;
  text-align: center;
  width: auto;
  white-space: nowrap;
  height: 28px;
  line-height: 26px;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.assign .selector li ul li:nth-last-child(1) a i {
  float: left;
  margin: 6px 4px 0 -10px;
}
.assign .selector li ul li:nth-last-child(1) a:hover {
  background: #e38624;
}
.assign .selector li ul li .useType {
  color: #9dcee1;
}
.fakeSelectTrigger {
  border: solid 1px #333;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
}
.fakeSelectTrigger span {
  float: left;
}
.fakeSelectTrigger i {
  float: right;
}
.fakeSelect {
  position: absolute;
  display: none;
  z-index: 999;
  height: 300px;
  overflow-y: auto;
}
.fakeSelect ul {
  width: 100%;
  /*padding: 10px 5px;*/
}
.fakeSelect ul li {
  display: block;
  float: left;
  clear: both;
  font-size: 13px;
  width: 100%;
}
.fakeSelect ul li .useType {
  color: #9dcee1;
}
.fakeSelect ul li a {
  text-decoration: none;
}
.fakeSelect ul li a:hover {
  background-color: #f00;
}
.fakeSelect ul li.first,
.fakeSelect ul li.last {
  position: relative;
  height: 42px;
  border-bottom: solid 1px #afafaf;
}
.fakeSelect ul li.first a,
.fakeSelect ul li.last a {
  position: absolute;
  top: 6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #F89D3E;
  border: solid 1px #e38624;
  display: block;
  text-align: center;
  width: auto;
  white-space: nowrap;
  height: 28px;
  line-height: 26px;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.fakeSelect ul li.first a i,
.fakeSelect ul li.last a i {
  float: left;
  margin: 6px 4px 0 -10px;
}
.fakeSelect ul li.last {
  border-top: solid 1px #afafaf;
}
.fakeSelectTrigger:hover,
.fakeSelectTrigger.active,
.fakeSelect {
  background: #5e5e5e;
  border: solid 1px #333;
  color: #fff;
}
.checkboxElement,
.radioBtnElement {
  display: block;
  position: relative;
  padding-left: 22px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxElement input,
.radioBtnElement input {
  position: absolute;
  opacity: 0;
}
.checkboxElement .checkmark,
.radioBtnElement .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border: solid 1px #999;
}
.checkboxElement:hover input ~ .checkmark,
.radioBtnElement:hover input ~ .checkmark {
  border: solid 1px #333;
}
.checkboxElement input:checked ~ .checkmark,
.radioBtnElement input:checked ~ .checkmark {
  border: solid 1px #999;
}
.checkboxElement .checkmark:after,
.radioBtnElement .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxElement input:checked ~ .checkmark:after,
.radioBtnElement input:checked ~ .checkmark:after {
  display: block;
}
.checkboxElement .checkmark:after,
.radioBtnElement .checkmark:after {
  left: 2px;
  bottom: 2px;
  width: 16px;
  height: 14px;
  background: url(../images/thick2.png) 0 0 no-repeat;
}
.radioBtnElement {
  padding: 10px 10px;
}
.radioBtnElement .checkmark {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: solid 1px #333;
}
.radioBtnElement .checkmark:after {
  left: 3px;
  bottom: 3px;
  width: 7px;
  height: 7px;
  background: none;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.radioBtnElement:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/************ Fancy box *************/
.overlay {
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fancyBox,
.warningBox {
  position: fixed;
  z-index: 9999999;
  float: left;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancyBox {
  width: 900px;
  background: #fff;
}
.fancyBox .close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/fancyClose.png) center center no-repeat;
}
.fancyBox > div > div {
  float: left;
  height: 100%;
  padding: 20px 50px;
  margin: 30px 0;
  position: relative;
}
.fancyBox > div h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
}
.fancyBox > div h1 span {
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}
.fancyBox > div h1 i {
  text-transform: none;
  font-style: normal;
}
.fancyBox > div h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.fancyBox > div form .inputLabel {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
}
.fancyBox > div form input[type="text"],
.fancyBox > div form input[type="password"] {
  padding: 5px;
  height: 40px;
  width: 100%;
  border: solid 1px #999;
  float: left;
}
.fancyBox > div form .helper,
.fancyBox > div form .forgottenPwd {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  float: left;
}
.fancyBox > div form .checkboxElement {
  float: left;
  font-size: 13px;
  font-weight: 300;
}
.fancyBox > div form button {
  width: 120px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
}
.fancyBox > div form .formBtn-primary {
  background: #F89D3E;
  border: solid 1px #e38624;
}
.fancyBox > div form .formBtn-primary:hover {
  background: #e38624;
}
.fancyBox > div form .formBtn-secondary {
  background: #1AA4BB;
  border: solid 1px #16899c;
}
.fancyBox > div form .formBtn-secondary:hover {
  background: #16899c;
}
.fancyBox .fancyLogin {
  height: 350px;
}
.fancyBox .fancyLogin > div {
  width: 50%;
}
.fancyBox .fancyLogin > div:nth-of-type(1) {
  border-right: solid 1px #afafaf;
}
.fancyBox .fancyLogin form .inputLabel {
  clear: left;
  margin: 10px 0 0;
}
.fancyBox .fancyLogin form input[type="text"],
.fancyBox .fancyLogin form input[type="password"] {
  clear: left;
  margin: 5px 0 0;
}
.fancyBox .fancyLogin form .helper,
.fancyBox .fancyLogin form .forgottenPwd {
  clear: left;
  margin: 5px 0 0;
}
.fancyBox .fancyLogin form .checkboxElement {
  clear: left;
  margin: 25px 0 0;
  max-width: 170px;
}
.fancyBox .fancyLogin form button {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.fancyBox .fancyLogin form .error {
  border: solid 1px red;
}
.fancyBox .fancyCheckout {
  height: 350px;
}
.fancyBox .fancyCheckout > div > div {
  width: 33.33%;
  float: left;
  padding: 10px 20px;
  margin: 20px 0;
  min-height: 150px;
}
.fancyBox .fancyCheckout > div > div > ul {
  margin: 15px 0 0;
  list-style: none;
}
.fancyBox .fancyCheckout > div > div > ul > li > a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  display: block;
  border: solid 1px #999;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}
.fancyBox .fancyCheckout > div > div > ul > li > a:hover {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
}
.fancyBox .fancyCheckout > div div:nth-of-type(1) {
  padding-left: 0;
  clear: left;
}
.fancyBox .fancyCheckout > div div:nth-of-type(2) {
  border-right: solid 1px #afafaf;
  border-left: solid 1px #afafaf;
}
.fancyBox .fancyCheckout > div div:nth-of-type(3) {
  padding-right: 0;
}
.fancyBox .fancyCheckout > div > p {
  float: left;
  width: 100%;
}
.fancyBox .fancyCheckout > div > p:nth-of-type(1) {
  max-width: 60%;
}
.fancyBox .fancyCheckout > div > p:nth-of-type(2) {
  color: #33B4E7;
  margin: 20px 0 0;
}
.fancyBox .fancyCheckout > div .creditCard a span {
  display: inline-block;
  width: 29px;
  height: 100%;
  background: url(../images/iconCreditCard.png) center no-repeat;
  margin: 0 10px;
  float: left;
}
.fancyBox .fancyCheckout > div .creditCard .cCards {
  float: left;
  margin: 10px 0 0;
  width: 212px;
  height: 31px;
  background: url(../images/creditCards.png) 0 0 no-repeat;
}
.fancyBox .fancyCheckout > div .SVCredit > ul {
  list-style: none;
}
.fancyBox .fancyCheckout > div .SVCredit > ul li.creditInfo {
  display: none;
}
.fancyBox .fancyCheckout > div .SVCredit > ul li.buyCredit {
  margin-top: 10px;
}
.fancyBox .fancyCheckout > div .SVCredit > ul li.buyCredit a {
  color: #F66228;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li {
  position: relative;
  height: 40px;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li > a span {
  display: inline-block;
  width: 27px;
  height: 100%;
  background: url(../images/iconSV.png) center no-repeat;
  margin: 0 7px 0 10px;
  float: left;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD {
  position: absolute;
  top: 100%;
  display: none;
  list-style: none;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li {
  float: left;
  width: 100%;
  height: 40px;
  background: #fff;
  border: solid 1px #999;
  margin-top: -1px;
  padding: 5px 0;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span {
  display: inline-block;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span i {
  font-style: normal;
  float: left;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span i:nth-of-type(1) {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span i:nth-of-type(2) {
  font-size: 18px;
  font-weight: 700;
  clear: left;
  line-height: 15px;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span:nth-of-type(1) {
  float: left;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li a span:nth-of-type(2) {
  float: right;
  width: 64%;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li:nth-of-type(1) span:nth-of-type(2) i:nth-of-type(2) {
  color: #28A44A;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li:nth-of-type(2) span:nth-of-type(2) i:nth-of-type(2) {
  color: #1AA4BB;
}
.fancyBox .fancyCheckout > div .SVCredit > ul > li .creditDD li:nth-of-type(3) span:nth-of-type(2) i:nth-of-type(2) {
  color: #7961AB;
}
.fancyBox .fancyCheckout > div .SVCredit > ul .buyCredit:hover .creditDD {
  display: block;
}
.fancyBox .fancyCheckout > div .SVCredit p {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.fancyBox .fancyCheckout > div .SVCredit p span {
  color: #28A44A;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.fancyBox .fancyCheckout > div .paypal a {
  padding: 0 15px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
.fancyBox .fancyCheckout > div .paypal a i {
  font-size: 0;
  display: inline-block;
  float: right;
  margin-right: 10px;
  width: 89px;
  height: 100%;
  background: url(../images/paypalLogo.png) center 9px no-repeat;
}
.fancyBox .fancyCheckout > div .paypal p {
  float: left;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 300;
}
.fancyBox .fancyNewProject {
  height: 470px;
}
.fancyBox .fancyNewProject > div {
  width: 100%;
}
.fancyBox .fancyNewProject > div > div {
  width: 75%;
  float: left;
  border-left: solid 1px #afafaf;
  margin-top: 20px;
}
.fancyBox .fancyNewProject > div > div form {
  width: 100%;
  float: left;
  padding: 0 0 0 20px;
}
.fancyBox .fancyNewProject > div > div form .inputLabel {
  clear: left;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  width: 30%;
}
.fancyBox .fancyNewProject > div > div form .inputLabel:nth-of-type(1) {
  margin: 0 10px 12px 0;
  height: auto;
  line-height: normal;
  width: auto;
}
.fancyBox .fancyNewProject > div > div form input[type="text"] {
  float: right;
  width: 70%;
  margin: 10px 0 0;
}
.fancyBox .fancyNewProject > div > div form input[type="time"] {
  float: right;
  width: 70%;
  margin: 10px 0 0;
  padding: 5px;
  height: 40px;
  border: solid 1px #999;
  background: #e5e6e8;
  outline: none;
}
.fancyBox .fancyNewProject > div > div form input[type="text"].short {
  width: 15%;
  float: left;
  margin-right: 5px;
}
.fancyBox .fancyNewProject > div > div form input[type="text"].short + label {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin: 10px 10px 0 0;
}
.fancyBox .fancyNewProject > div > div form .checkboxElement {
  margin-right: 10px;
}
.fancyBox .fancyNewProject > div > div form .checkboxElement:nth-last-of-type(1) {
  width: 220px;
  margin-top: 25px;
}
.fancyBox .fancyNewProject > div > div form .checkboxElement:nth-last-of-type(1) a {
  color: #333333;
}
.fancyBox .fancyNewProject > div > div form button {
  position: absolute;
  bottom: 35px;
}
.fancyBox .fancyNewProject > div > div form .formBtn-primary {
  right: 50px;
}
.fancyBox .fancyNewProject > div > div form .formBtn-secondary {
  right: 185px;
}
.fancyBox .fancyNewProject > div > div:nth-of-type(1) {
  border: none;
  width: 25%;
}
.fancyBox .fancyNewProject > div > div:nth-of-type(1) ul {
  float: right;
  margin: 0 20px;
  text-align: right;
  list-style: none;
}
.fancyBox .fancyNewProject > div > div:nth-of-type(1) ul li {
  text-transform: uppercase;
  font-size: 15px;
}
.fancyBox .fancyNewProject > div > div:nth-of-type(1) ul li span {
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
}
.fancyBox .fancySelectUse > div {
  width: 100%;
}
.fancyBox .fancySelectUse form {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.fancyBox .fancySelectUse form .onlineChannelSelectWrapper {
  margin-top: 60px;
}
.fancyBox .fancySelectUse form .onlineChannelSelectWrapper select {
  height: 29px;
  box-sizing: border-box;
}
.fancyBox .fancySelectUse form .onlineChannelSelectWrapper button {
  background: #F89D3E;
  text-align: center;
  color: white;
  border: solid 1px #e38624;
  height: 27px;
  width: 94px;
  box-sizing: border-box;
}
.fancyBox .fancySelectUse form .checkboxElement {
  margin-right: 20px;
  font-size: 15px;
}
.fancyBox .fancySelectUse form .radioBtnElement {
  font-size: 15px;
  padding: 10px 0 10px 20px;
}
.fancyBox .fancySelectUse form .radioBtnElement .checkmark {
  top: 10px;
}
.fancyBox .fancySelectUse form .submitForm {
  float: right;
  clear: both;
  margin: 30px 0 0;
}
.fancyBox .fancySelectUse form .submitForm button {
  float: left;
  margin-top: 0 !important;
}
.fancyBox .fancySelectUse form .submitForm .checkboxElement {
  margin-top: 12px;
  font-size: 13px;
}
.warningBox {
  width: 340px;
  background: #5e5e5e;
  color: #fff;
}
.warningBox > div {
  width: 100%;
  padding: 20px;
}
.warningBox p {
  font-size: 15px;
  text-align: center;
}
.warningBox p .emphasized {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.warningBox ul {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.warningBox ul li {
  display: inline-block;
  padding: 0 1px;
}
.warningBox ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
}
.warningBox ul li a i {
  margin-right: 5px;
}
.warningBox ul li a.link-primary {
  background: #F89D3E;
  border: solid 1px #e38624;
}
.warningBox ul li a.link-primary:hover {
  background: #e38624;
}
.warningBox ul li a.link-secondary {
  background: #1AA4BB;
  border: solid 1px #16899c;
}
.warningBox ul li a.link-secondary:hover {
  background: #16899c;
}
.advancedSearch {
  width: 100% !important;
}
.advancedSearch .sec01,
.advancedSearch .sec02 {
  width: 100% !important;
}
.advancedSearch .sec02 .commercial .labelCheckbox {
  border-radius: 50%;
}
.animation-scale {
  animation: scaleDiv 1.5s;
  animation-delay: .3s;
  animation-iteration-count: 2;
}
.animation-basket-add {
  animation: basketAdd 4s;
  animation-iteration-count: 3;
}
@keyframes basketAdd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDiv {
  0% {
    opacity: 1;
  }
  50% {
    background: #F66228;
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
/* stupidni iframe poopup */
.basketInvoicePanel {
  width: 100%;
  height: 100%;
  float: left;
  padding: 40px;
  background: #fff;
  font-size: 15px;
}
.basketInvoicePanel h1 {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 20px;
}
.basketInvoicePanel ul {
  list-style: none;
}
.basketInvoicePanel ul li {
  font-weight: 700;
  margin: 5px 0;
}
.basketInvoicePanel ul li span {
  font-weight: 300;
}
.basketInvoicePanel .basketInvoiceTable {
  margin: 20px 0;
  border-spacing: 0;
}
.basketInvoicePanel .basketInvoiceTable tr td {
  padding: 15px;
  font-size: 13px;
}
.basketInvoicePanel .basketInvoiceTable tr th {
  padding: 5px 15px;
  font-size: 11px;
}
.basketInvoicePanel .basketInvoiceTable tr:nth-child(2n) {
  background: #eeeeee;
}
.basketInvoicePanel .submitForm {
  width: 100%;
  margin: 30px 0;
  text-align: right;
}
.basketInvoicePanel .submitForm button,
.basketInvoicePanel .submitForm .button {
  width: 120px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
}
.basketInvoicePanel .submitForm .formBtn-primary {
  background: #F89D3E;
  border: solid 1px #e38624;
}
.basketInvoicePanel .submitForm .formBtn-primary:hover {
  background: #e38624;
}
.basketInvoicePanel .submitForm .formBtn-secondary {
  background: #1AA4BB;
  border: solid 1px #16899c;
}
.basketInvoicePanel .submitForm .formBtn-secondary:hover {
  background: #16899c;
}
/*STATIC PAGES*/
.staticPageSection {
  width: 100%;
  display: flex;
  align-content: center;
}
.staticPageSection .content {
  width: 100%;
}
.staticPageSection .content .staticPageContainer {
  width: 100%;
  display: block;
  max-width: 100%;
  position: relative;
}
.staticPageSection .content .staticPageContainer .staticPageNoMargin {
  margin-top: 0!important;
}
.staticPageSection .content .staticPageContainer .staticPage {
  margin-top: 187px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageHeader {
  float: none!important;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent {
  float: none;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent .copyrightViolationReport .musicDetails {
  float: none;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent .copyrightViolationReport .contactDetails {
  text-align: left;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent .contactDetails {
  width: inherit;
  text-align: center;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent .contactDetails h3 {
  width: inherit;
  margin: 0;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent ul {
  float: none!important;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent p {
  float: none!important;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent h1,
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent h2 {
  text-align: center;
}
.staticPageSection .content .staticPageContainer .staticPage .staticPageContent h3 {
  float: none!important;
  text-align: center;
}
/* static pages vanja */
.staticPageSection {
  padding: 191px 0 50px;
}
.staticPageSection .staticPageContainer .content {
  width: 800px;
  margin: 0 auto;
  float: none;
}
.staticPageSection .staticPageContainer .content a {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}
.staticPageSection .staticPageContainer .content ul.processExplained hr {
  width: 370px;
  top: 200px;
  left: -153px;
}
.staticPageSection .staticPageContainer .content ul.processExplained i:nth-of-type(3) {
  display: block;
}
.staticPageSection .staticPageContainer .content ul.processExplained li.processSignUp {
  display: block;
}
.staticPageSection .staticPageContainer .featuredLabels {
  margin-top: 45px;
}
.staticPageSection .section-title {
  margin-top: 50px;
}
.staticPageSection h1 {
  font-size: 22px;
  padding: 40px 0 10px;
}
.staticPageSection p {
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0 10px;
  line-height: 150%;
}
.staticPageSection ol,
.staticPageSection ul {
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0 15px 17px;
}
.staticPageSection ol li,
.staticPageSection ul li {
  padding: 15px 0 10px;
  line-height: 150%;
  float: left;
  width: 100%;
}
.staticPageSection ul li {
  padding: 0;
}
.staticPageSection b {
  font-weight: 700;
}
.staticPageSection .contactDetails {
  padding: 30px 0;
}
.staticPageSection .contactDetails h3 {
  text-align: center;
  padding: 20px 0 0;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
}
.staticPageSection .contactDetails ul {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.staticPageSection .licensingContent,
.staticPageSection .ppContent,
.staticPageSection .tcsContent,
.staticPageSection .usageScanning,
.staticPageSection .cueSheets,
.staticPageSection .revenueReporting {
  padding: 10px 0;
}
.staticPageSection .licensingContent h1.svhead,
.staticPageSection .ppContent h1.svhead,
.staticPageSection .tcsContent h1.svhead,
.staticPageSection .usageScanning h1.svhead,
.staticPageSection .cueSheets h1.svhead,
.staticPageSection .revenueReporting h1.svhead {
  text-align: center;
  padding: 40px 0 10px;
}
.staticPageSection .licensingContent h1.mainhead,
.staticPageSection .ppContent h1.mainhead,
.staticPageSection .tcsContent h1.mainhead,
.staticPageSection .usageScanning h1.mainhead,
.staticPageSection .cueSheets h1.mainhead,
.staticPageSection .revenueReporting h1.mainhead {
  font-size: 22px;
  font-weight: 400;
  padding: 30px 0px 0px;
  text-align: center;
}
.staticPageSection .licensingContent p.moddate,
.staticPageSection .ppContent p.moddate,
.staticPageSection .tcsContent p.moddate,
.staticPageSection .usageScanning p.moddate,
.staticPageSection .cueSheets p.moddate,
.staticPageSection .revenueReporting p.moddate {
  font-weight: 400;
  padding: 0;
  text-align: center;
}
.staticPageSection .licensingContent h4,
.staticPageSection .ppContent h4,
.staticPageSection .tcsContent h4,
.staticPageSection .usageScanning h4,
.staticPageSection .cueSheets h4,
.staticPageSection .revenueReporting h4 {
  padding: 20px 0 10px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  float: left;
}
.staticPageSection .licensingContent ul li h4,
.staticPageSection .ppContent ul li h4,
.staticPageSection .tcsContent ul li h4,
.staticPageSection .usageScanning ul li h4,
.staticPageSection .cueSheets ul li h4,
.staticPageSection .revenueReporting ul li h4 {
  text-transform: none;
}
.staticPageSection .licensingContent .contentBtn {
  float: right;
  margin: 40px 0;
}
.staticPageSection .faqContent h2,
.staticPageSection .ppContent h2 {
  font-size: 22px;
  padding: 40px 0 10px;
}
.staticPageSection .faqContent ol li,
.staticPageSection .ppContent ol li {
  padding: 10px 0 0;
  line-height: normal;
}
.staticPageSection .faqContent ol li p,
.staticPageSection .ppContent ol li p {
  padding: 5px 0 0;
}
.staticPageSection .faqContent ol li .question,
.staticPageSection .ppContent ol li .question {
  font-weight: 700;
}
.staticPageSection .crewContent {
  width: 990px !important;
}
.staticPageSection .crewContent .crew {
  list-style: none;
  text-align: center;
  margin-top: 50px;
}
.staticPageSection .crewContent .crew li {
  display: inline-block;
  width: 240px;
  height: 280px;
  padding: 180px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
}
.staticPageSection .crewContent .crew li span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.staticPageSection .crewContent .crew li.graham {
  background-image: url(../images/crew/the-crew-graham.jpg);
}
.staticPageSection .crewContent .crew li.nathan {
  background-image: url(../images/crew/the-crew-nathan.jpg);
}
.staticPageSection .crewContent .crew li.richard {
  background-image: url(../images/crew/the-crew-richard.jpg);
}
.staticPageSection .crewContent .crew li.merhawi {
  background-image: url(../images/crew/the-crew-merhawi.jpg);
}
.staticPageSection .crewContent .crew li.jessica {
  background-image: url(../images/crew/the-crew-jessica.jpg);
}
.staticPageSection .crewContent .crew li.debbie {
  background-image: url(../images/crew/the-crew-debbie.jpg);
  background-image: url(../images/crew/the-crew-female.png);
}
.staticPageSection .crewContent .crew li.viktor {
  background-image: url(../images/crew/the-crew-viktor.jpg);
  background-image: url(../images/crew/the-crew-male.png);
}
.staticPageSection .crewContent .crew li.vanja {
  background-image: url(../images/crew/the-crew-vanja.jpg);
  background-image: url(../images/crew/the-crew-male.png);
}
.staticPageSection .crewContent .crew li.toni {
  background-image: url(../images/crew/the-crew-toni.jpg);
}
.staticPageSection .crewContent .crew li.alastair {
  background-image: url(../images/crew/the-crew-alastair.jpg);
}
.staticPageSection .crewContent .crew li.lucilla {
  background-image: url(../images/crew/the-crew-lucilla.jpg);
}
.staticPageSection .crewContent .crew li.oskar {
  background-image: url(../images/crew/the-crew-oskar.jpg);
}
.staticPageSection .crewContent .crew li.will {
  background-image: url(../images/crew/the-crew-will.jpg);
}
.staticPageSection .crewContent .crew li.james {
  background-image: url(../images/crew/the-crew-james.jpg);
}
.staticPageSection .crewContent .crew li.crispin {
  background-image: url(../images/crew/the-crew-crispin.jpg);
}
.staticPageSection .crewContent .crew li.jackie {
  background-image: url(../images/crew/the-crew-jackie.jpg);
}
.staticPageSection .crewContent .crew li.rassami {
  background-image: url(../images/crew/the-crew-rassami.jpg);
}
.staticPageSection .crewContent .crew li.maria {
  background-image: url(../images/crew/the-crew-maria.jpg);
}
.staticPageSection .crewContent .crew li.vince {
  background-image: url(../images/crew/the-crew-vince.jpg);
}
.staticPageSection .blogContent .blogIntro {
  width: 100%;
}
.staticPageSection .blogContent .blogIntro p {
  float: none;
  width: auto;
  font-size: 16px;
}
.staticPageSection .blogContent .blogItem {
  float: left;
  width: 100%;
}
.staticPageSection .blogContent .blogItem .blogItemExcerpt,
.staticPageSection .blogContent .blogItem .blogItemRest {
  float: left;
  width: 100%;
}
.staticPageSection .blogContent .blogItem h1,
.staticPageSection .blogContent .blogItem h2,
.staticPageSection .blogContent .blogItem p {
  float: left;
  width: 100%;
}
.staticPageSection .blogContent .blogItem h2 {
  font-size: 22px;
  padding: 40px 0 10px;
}
.staticPageSection .blogContent .blogItem p {
  padding: 15px 0 10px;
}
.staticPageSection .blogContent .blogItem ul li {
  font-size: inherit;
}
.staticPageSection .usageScanning,
.staticPageSection .cueSheets,
.staticPageSection .revenueReporting {
  padding-top: 30px;
}
.staticPageSection .usageScanning h4,
.staticPageSection .cueSheets h4,
.staticPageSection .revenueReporting h4 {
  float: left;
}
.staticPageSection .usageScanning .icon,
.staticPageSection .cueSheets .icon,
.staticPageSection .revenueReporting .icon {
  float: left;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding-top: 180px;
  width: 160px;
  background-position: center 20px;
  background-repeat: no-repeat;
}
.staticPageSection .usageScanning .explain,
.staticPageSection .cueSheets .explain,
.staticPageSection .revenueReporting .explain {
  float: left;
  width: 640px;
  padding-left: 30px;
}
.staticPageSection .usageScanning p,
.staticPageSection .cueSheets p,
.staticPageSection .revenueReporting p {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.staticPageSection .usageScanning .icon {
  background-image: url(../images/myCueSheets.png);
  background-size: contain;
}
.staticPageSection .cueSheets .icon {
  background-image: url(../images/brandProtection.png);
  background-size: contain;
}
.staticPageSection .cueSheets .workflow {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 15px;
}
.staticPageSection .cueSheets .workflow p,
.staticPageSection .cueSheets .workflow ul {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  padding: 20px 0 0;
}
.staticPageSection .cueSheets .workflow ul {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  height: 156px;
}
.staticPageSection .cueSheets .workflow ul li {
  float: left;
  display: block;
  width: 33.33%;
  height: 138px;
  position: relative;
  top: 0;
  background: url(../images/workflowItemBgr.png) 0 0 no-repeat;
  padding: 30px 40px 0 80px;
}
.staticPageSection .cueSheets .workflow ul li .workflowIcon {
  width: 50px;
  height: 38px;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(1) {
  left: 0;
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(1) .workflowIcon {
  background-image: url(../images/iconWorkflowCueSheets.png);
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(2) {
  left: -32px;
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(2) .workflowIcon {
  background-image: url(../images/iconWorkflowFlags.png);
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(3) {
  left: -65px;
}
.staticPageSection .cueSheets .workflow ul li:nth-of-type(3) .workflowIcon {
  background-image: url(../images/iconWorkflowTakeDown.png);
}
.staticPageSection .revenueReporting .icon {
  background-image: url(../images/iconOnlineRevenueMonitoring.png);
}
.lds-dual-ring {
  display: inline-block;
  padding-left: 5px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Youtube box*/
#youtubeConfirmBox .channelUrl {
  font-weight: 700;
  text-decoration: none;
}
#youtubeConfirmBox #youtubeList {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#youtubeConfirmBox #youtubeList li {
  display: inline-block;
  text-align: center;
  padding: 10px;
  border: 1px solid gainsboro;
  background: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
#youtubeConfirmBox #youtubeList li a {
  display: block;
  text-decoration: none;
}
#youtubeConfirmBox #youtubeList li a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#youtubeConfirmBox #youtubeList li:hover {
  background: #f5f5f5;
}
/*******************************************************/
.rCardContent {
  width: 100% !important;
  max-width: 1265px;
}
section.rCard {
  float: left;
  width: 100%;
  margin-top: 40px;
}
section.rCard h1 {
  text-align: center;
  width: 100%;
}
section.rCard span.priceExpl {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0 10px 0 0;
  text-align: right;
  font-weight: 300;
  font-style: italic;
  display: blocK;
}
section.rCard .rCardSec {
  width: calc(100% - 100px);
  border: solid 2px #dadada;
  margin: 5px auto;
  height: 120px;
}
section.rCard .rCardSec > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  float: left;
  border-left: solid 1px #dadada;
}
section.rCard .rCardSec > div p {
  width: 100%;
  border-top: solid 1px #dadada;
  font-size: 17px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
section.rCard .rCardSec > div p:nth-of-type(1) {
  border: none;
}
section.rCard .rCardSec .use {
  border: none;
  padding: 0 0 0 90px;
  width: 35%;
  /**/
}
section.rCard .rCardSec .use h1 {
  text-transform: uppercase;
  text-align: left !important;
  font-size: 24px;
  padding: 0 10px 0 0;
}
section.rCard .rCardSec .expl {
  width: 45%;
  /**/
}
section.rCard .rCardSec .expl p span.help {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 0 0 10px;
  cursor: pointer;
}
section.rCard .rCardSec .expl p span.help:after {
  content: "i";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}
section.rCard .rCardSec .price {
  width: 20%;
  /**/
}
section.rCard .rCardSec .price p {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
section.rCard .rCardSec .price p span {
  font-size: 15px;
  font-weight: 400;
}
.rCard.onlineVideoContent .rCardSec {
  height: 440px;
  background: url(../images/rcUseOnline.png) 492px 130px no-repeat;
}
.rCard.onlineVideoContent .rCardSec > div {
  border: none;
  width: 100%;
  height: auto;
  text-align: center;
}
.rCard.onlineVideoContent .rCardSec .use {
  padding: 0;
}
.rCard.onlineVideoContent .rCardSec .use h1 {
  text-align: center !important;
  color: #e3106e;
  padding: 30px 0 0;
  font-size: 35px;
}
.rCard.onlineVideoContent .rCardSec .expl p {
  height: auto;
  line-height: normal;
  padding: 5px;
}
.rCard.onlineVideoContent .rCardSec span.priceExpl {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 220px;
  padding: 0px;
  font-style: normal;
  font-weight: 400;
}
.rCard.onlineVideoContent .rCardSec .price p {
  margin: 20px auto;
  width: 100px;
  height: 45px;
  line-height: 45px;
  font-size: 33px;
  color: #fff;
  background: #e3106e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.rCard.otherMedia .rCardSec .use h1 {
  color: #f8932a;
  color: #1aa4bb;
}
.rCard.otherMedia .rCardSec .expl span.help {
  color: #f8932a;
  border: solid 1px #f8932a;
}
.rCard.otherMedia .rCardSec:nth-of-type(1) {
  height: 160px;
}
.rCard.otherMedia .rCardSec:nth-of-type(2n) .use h1 {
  color: #1aa4bb;
  color: #f8932a;
}
.rCard.otherMedia .rCardSec:nth-of-type(2n) .expl span.help {
  color: #1aa4bb;
  border: solid 1px #1aa4bb;
}
.rCard.otherMedia .rCardSec .use.rcUseCCMedia {
  background: url(../images/rcUseCCMedia.png) 20px 20px no-repeat;
}
.rCard.otherMedia .rCardSec .use.rcUseCCFilm {
  background: url(../images/rcUseCCFilm.png) 15px 35px no-repeat;
}
.rCard.otherMedia .rCardSec .use.rcUseCCRadioTV {
  background: url(../images/rcUseCCRadioTV.png) 10px 20px no-repeat;
}
.rCard.otherMedia .rCardSec .use.rsUseCCGames {
  background: url(../images/rsUseCCGames.png) 10px 10px no-repeat;
}
.rCard.otherMedia .rCardSec .use.rcUseCCOther {
  background: url(../images/rcUseCCOther.png) 14px 23px no-repeat;
}
.rCard.advertisingIndustry .rCardSec .use h1 {
  color: #e85a6d;
}
.rCard.advertisingIndustry .rCardSec .expl span.help {
  color: #e85a6d;
  border: solid 1px #e85a6d;
}
.rCard.advertisingIndustry .rCardSec:nth-of-type(2n) .use h1 {
  color: #28a44a;
}
.rCard.advertisingIndustry .rCardSec:nth-of-type(2n) .expl span.help {
  color: #28a44a;
  border: solid 1px #28a44a;
}
.rCard.advertisingIndustry .rCardSec .use.rcUseAdvOnline {
  background: url(../images/rcUseAdvOnline.png) 14px 22px no-repeat;
}
.rCard.advertisingIndustry .rCardSec .use.rcUseAdvAudio {
  background: url(../images/rcUseAdvAudio3.png) 14px 13px no-repeat;
}
.rCard.advertisingIndustry .rCardSec .use.rcUseAdvAll {
  background: url(../images/rcUseAdvAll2.png) 15px 15px no-repeat;
}
.rCard.soundEffects .rCardSec .use {
  background: url(../images/rcUseSFXAll2.png) 15px 15px no-repeat;
}
.rCard.soundEffects .rCardSec .use h1 {
  color: #7961ab;
}
.rCard.reproduction .rCardSec {
  min-height: 120px;
  height: auto;
}
.rCard.reproduction .rCardSec > div {
  height: auto;
}
.rCard.reproduction .rCardSec .use.rcUseOtherDownload {
  height: 120px;
  width: 100%;
  background: url(../images/rcUseOtherDownload.png) 12px center no-repeat;
  position: relative;
}
.rCard.reproduction .rCardSec .use.rcUseOtherDownload h1 {
  color: #cd8de5;
}
.rCard.reproduction .rCardSec .use.rcUseOtherDownload a.expander {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: solid 1px #cd8de5;
  background: url(../images/rcUseOtherDownloadArrow.png) center 15px no-repeat;
  position: absolute;
  top: 42px;
  right: 20px;
}
.rCard.reproduction .rCardSec .use.rcUseOtherDownload a.expander.up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rCard.reproduction .rCardSec .expandable {
  border: solid 2px #dadada;
  border-top: none;
  width: calc(100% + 4px);
  display: block;
  display: none;
  margin-left: -2px;
  margin-top: -2px;
}
.rCard.reproduction .rCardSec .expandable > div {
  width: 33.33%;
  float: left;
  border-left: solid 1px #dadada;
}
.rCard.reproduction .rCardSec .expandable > div div {
  width: 100%;
}
.rCard.reproduction .rCardSec .expandable > div div p {
  width: 100%;
  text-align: center;
  height: auto;
  line-height: normal;
  padding: 20px 10px;
}
.rCard.reproduction .rCardSec .expandable > div div.price {
  margin-top: 120px;
}
.rCard.reproduction .rCardSec .expandable .rcUsersUnder1K {
  background: url(../images/rcUsersUnder1K.png) center center no-repeat;
}
.rCard.reproduction .rCardSec .expandable .rcUsersUnder10K {
  background: url(../images/rcUsersUnder10K.png) center center no-repeat;
}
.rCard.reproduction .rCardSec .expandable .rcUsersOver10K {
  background: url(../images/rcUsersOver10K.png) center center no-repeat;
}
.rCard.reproduction .rCardSec .expandable .note {
  width: 100%;
  border-top: solid 1px #dadada;
}
.rCard.reproduction .rCardSec .expandable .note p {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  height: auto;
  line-height: normal;
}
.rCard.reproduction .rCardSec .expandable > div:nth-of-type(1),
.rCard.reproduction .rCardSec .expandable div.note {
  border-left: none;
}
.rCard.reversioningDiscount {
  margin-top: 20px;
}
.rCard.reversioningDiscount .rCardSec {
  border: solid 1px #cd8de5;
  background: #f9e8ff;
}
.rCard.reversioningDiscount .rCardSec span.title {
  margin: -13px auto 0;
  width: 190px;
  display: block;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #cd8de5;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 1px #cd8de5;
  background: #fff;
}
.rCard.reversioningDiscount .rCardSec h1 {
  font-size: 45px;
  text-transform: uppercase;
  padding: 8px 0 0;
  text-align: center;
  width: 100%;
}
.rCard.reversioningDiscount .rCardSec p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
section.needHelp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10000;
}
section.needHelp .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background-color: #fff;
}
section.needHelp .content button {
  cursor: pointer;
}
section.needHelp .content button.close {
  float: right;
  position: relative;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #333 url(../images/closeWhiteSmall.png) center center no-repeat;
  border: none;
}
section.needHelp .content h1 {
  padding: 60px 40px 40px;
  text-align: center;
  font-size: 22px;
}
section.needHelp .content p {
  float: left;
  width: 100%;
  text-align: center;
}
section.needHelp .content form {
  width: 420px;
  margin: 0 auto;
}
section.needHelp .content form .formItem {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
section.needHelp .content form .formItem .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding: 2px 0;
}
section.needHelp .content form .formItem input[type="text"],
section.needHelp .content form .formItem textarea {
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 5px;
  font-size: 15px;
  font-family: 'Roboto Condensed';
}
section.needHelp .content form .formItem textarea {
  min-height: 140px;
}
section.needHelp .content form .formItem .contentBtn {
  margin: 25px auto 20px;
}
section.needHelp.show {
  display: block;
}
section.subscribe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10000;
}
section.subscribe .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 450px;
  background-color: #fff;
}
section.subscribe .content button {
  cursor: pointer;
}
section.subscribe .content button.close {
  float: right;
  position: relative;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #333 url(../images/closeWhiteSmall.png) center center no-repeat;
  border: none;
}
section.subscribe .content h1 {
  padding: 60px 40px 40px;
  text-align: center;
  font-size: 22px;
}
section.subscribe .content p {
  float: left;
  width: 100%;
  text-align: center;
}
section.subscribe .content form {
  width: 80%;
  margin: 0 auto;
}
section.subscribe .content form .formItem {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
section.subscribe .content form .formItem .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding: 2px 0;
}
section.subscribe .content form .formItem label {
  float: none!important;
}
section.subscribe .content form .formItem input[type="text"],
section.subscribe .content form .formItem textarea {
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 5px;
  font-size: 15px;
  font-family: 'Roboto Condensed';
}
section.subscribe .content form .formItem textarea {
  min-height: 140px;
}
section.subscribe .content form .formItem .contentBtn {
  margin: 25px auto 20px;
}
section.subscribe.show {
  display: block;
}
section.subscribeCheck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10000;
}
section.subscribeCheck .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 200px;
  background-color: #fff;
  text-align: center;
}
section.subscribeCheck .content button {
  cursor: pointer;
  display: inline-block;
}
section.subscribeCheck .content button.close {
  float: right;
  position: relative;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #333 url(../images/closeWhiteSmall.png) center center no-repeat;
  border: none;
}
section.subscribeCheck .content h1 {
  padding: 60px 40px 40px;
  text-align: center;
  font-size: 22px;
}
section.subscribeCheck .content p {
  float: left;
  width: 100%;
  text-align: center;
}
section.subscribeCheck .content form {
  width: 80%;
  margin: 0 auto;
}
section.subscribeCheck .content form .formItem {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
section.subscribeCheck .content form .formItem .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding: 2px 0;
}
section.subscribeCheck .content form .formItem label {
  float: none!important;
}
section.subscribeCheck .content form .formItem input[type="text"],
section.subscribeCheck .content form .formItem textarea {
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 5px;
  font-size: 15px;
  font-family: 'Roboto Condensed';
}
section.subscribeCheck .content form .formItem textarea {
  min-height: 140px;
}
section.subscribeCheck .content form .formItem .contentBtn {
  margin: 25px auto 20px;
}
section.subscribeCheck.show {
  display: block;
}
/*BLOG*/
.blog-content {
  display: flex!important;
  justify-content: center!important;
  flex-direction: column!important;
  width: auto!important;
}
.blog-content p {
  font-size: 1.1em!important;
}
.blog-content ul li {
  font-size: 1.1em!important;
}
.blog-content .blogItemExcerpt {
  width: auto;
}
.blog-content .blogItemRest {
  width: auto;
}
.blog-heading {
  flex-direction: column;
  text-align: center;
  height: 140px!important;
  margin-bottom: 0!important;
}
.blog-heading .title {
  padding-top: 0!important;
}
.blog-list .newsItem {
  display: flex!important;
  justify-content: center!important;
  align-items: center;
  margin-top: 1em;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  padding: 0;
  width: auto;
}
.blog-list .newsItem .accordionTitle {
  color: #b34faf;
}
.blog-list .newsItem .accordionTitle h2 {
  padding: 0;
}
.blog-list .newsItem .accordionTitle h3 {
  padding: 0;
}
.blog-list .newsItem .post-info {
  flex-direction: column;
  background: transparent;
}
.blog-list .newsItem .post-info img {
  padding-bottom: 1em;
  height: 125px;
  width: 223px;
}
.blog-list .newsItem:hover {
  background: gainsboro;
  cursor: pointer;
}
.staticPageSection .subtitle {
  text-align: center;
  margin: 1em;
}
.post-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #dcdcdc3d;
  padding: 1em;
}
.post-info .author h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-info .author h3 img {
  margin-right: 1rem;
}
.post-info .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
table.paygoTable tr th {
  font-size: 11px;
}
table.paygoTable tr.video td {
  border-bottom: 1px solid #fff;
  background-color: #d5eaf3;
}
table.paygoTable tr td.tableContainer {
  padding: 0 !important;
  padding-bottom: 20px !important;
}
table.paygoTable tr td.tableContainer table tr th {
  font-size: 11px;
}
table.paygoTable tr td.tableContainer table tr td {
  font-size: 1em;
}
.creditsAvailableBlock {
  width: 600px;
  padding: 20px 20px;
  margin-top: 20px;
  border: 1px solid #d0d0d0;
}
.creditsAvailableBlock span {
  color: #F89D3E;
  font-size: 30px;
  display: inline-block;
  margin-left: 30px;
  font-weight: 700;
}
.creditsAvailableBlock a {
  display: inline-block;
  text-decoration: none !important;
  padding: 5px 20px;
  color: #fff;
  background-color: #F89D3E;
  position: relative;
  top: -5px;
  margin-left: 50px;
}
/*LOADER*/
.ajax-content {
  position: relative;
}
.loader-wrapper-ajax {
  position: absolute;
  top: 20%;
  left: 0;
  height: 100%;
  width: 100%;
}
.loader-wrapper-ajax .loader-inner {
  text-align: center;
  background: #fffcfcc7;
  padding: 20px;
  border-radius: 4px;
}
.loader-wrapper-ajax .loader {
  display: inline-block;
  padding-left: 5px;
}
.loader-wrapper-ajax .loader:after {
  content: " ";
  display: block;
  width: 100px!important;
  height: 100px!important;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #F89D3E!important;
  border-color: #F89D3E transparent #F89D3E transparent!important;
  animation: lds-dual-ring 1.2s linear infinite;
}
.loader-wrapper-ajax .loader-text {
  text-align: center;
  opacity: .5;
  animation: fadeinout 1.2s linear infinite;
  padding-top: 10px;
}
.loader-wrapper-ajax .loader-visible {
  display: flex;
}
.brand-protect-button {
  display: inline-block;
  border: none;
  width: 40px;
  height: 20px;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 60px;
  bottom: 23px;
}
.brand-protect-button.green {
  background-color: #52b00c99;
}
.brand-protect-button.orange {
  background: #febd19;
}
.brand-protect-button.red {
  background-color: #fe3f19;
}
.licenceList {
  width: 100%;
}
.licenceList .licenseAdvertising ul:nth-of-type(2) {
  clear: none!important;
}
.licenceList .licenseOtherMedia ul:nth-of-type(3) {
  clear: none!important;
}
li.paygo {
  color: #009A53;
}
.paygo-banner {
  background-color: #009A53 !important;
  color: #fff !important;
  border: none !important;
}
@media (min-width: 960px) {
  header .branding h1.tagline {
    display: block;
  }
  .home-content-section .user-benefits li {
    width: calc(20% - 10px);
    padding: 130px 10px 0;
  }
  footer {
    /*padding: 20px 20px 85px;*/
  }
  footer .container {
    /*max-width: 100%;*/
  }
  footer nav ul li {
    font-size: 16px;
  }
  footer nav ul li ul {
    margin-right: 10px;
  }
  footer nav ul li.socialLinks {
    /*clear: none;
                margin-top: 0;
                width: 180px;*/
  }
  footer .v_tutorialsLink {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    float: left;
    text-decoration: none;
    color: #333333;
    display: none !important;
  }
  footer p.copyright {
    /*font-size: 13px;
        margin: 20px 0 0 0;*/
  }
}
@media (min-width: 1200px) {
  .search {
    position: absolute;
    width: 100%;
    left: 0;
    /*top: 380px;*/
  }
  .search .searchPlaceholder .navigation ul.filters > li {
    /*float: left;*/
    padding: 0 2px;
    width: calc(100% / 12);
  }
  .search .searchPlaceholder .navigation ul.filters > li a.other {
    opacity: initial;
  }
  .search .searchPlaceholder .navigation ul.filters > li a:hover,
  .search .searchPlaceholder .navigation ul.filters > li a.other:hover {
    opacity: 0.8;
  }
  .search .searchPlaceholder .searchInput {
    width: calc(100% / 12 * 11 - 4px);
  }
  .search .searchPlaceholder .searchSelectHolder {
    width: calc(100% / 12 * 2 - 4px);
  }
  .search .searchPlaceholder .searchButton {
    width: calc(100% / 12 - 4px);
  }
  .search .searchPlaceholder .advancedSearchWrapper {
    width: 100%;
  }
  .search .searchPlaceholder .advancedSearchWrapper .advancedSearchLink {
    right: calc(100% / 12 *1 + 15px);
  }
  footer {
    /*padding: 20px 20px 85px;*/
  }
  footer .container {
    /*max-width: 100%;*/
  }
  footer nav ul li ul {
    /*margin-right: 50px;*/
  }
  /**** Latest Track List (Search Results) *****/
  .track-list-wrapper .trackDesc {
    width: 50%;
  }
  .track-list-wrapper .trackDesc .trackWaveform {
    height: 70px;
  }
  .track-list-wrapper .trackDesc .trackWaveform .big {
    display: block;
  }
  .track-list-wrapper .trackDesc .trackWaveform .small {
    display: none;
  }
  .track-list-wrapper .trackLegend,
  .track-list-wrapper .icons {
    float: left;
    width: calc(25% - 70px);
  }
  .track-list-wrapper .trackLegend {
    width: auto;
    margin-right: 30px;
  }
  .advancedSearch {
    width: 100%;
  }
  .advancedSearch .sec01,
  .advancedSearch .sec02,
  .advancedSearch .sec03 {
    width: 33% !important;
  }
  .advancedSearch .sec03 {
    width: 100% !important;
  }
  .advancedSearch .sec03 .commercial .labelCheckbox {
    border-radius: 50%;
  }
  .resultsheaderAdvancedSearch {
    width: 100%;
    background: white;
    max-width: 100%;
  }
  .media-player {
    display: block;
  }
  .media-player .player-wrap .playerContainer .trackWaveform {
    margin: 0 auto;
    margin-left: -440px;
    position: relative;
    float: none;
  }
  .blog-content {
    padding-left: 200px;
    padding-right: 200px;
  }
}
