one#pv_image_container{
	text-align:center;
}
#pv_image_container span.title {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: block;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 20;
}
#site_message{
	font-size:13px;
}
.h_rotation #pv_image_container span.title {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: block;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}
#pv_image_container span.login {
	background-color: rgba(240, 0, 0, 0.7);
	bottom: 20px;
	color: #fff;
	display: block;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 20;
}

.shop-paypal-form {
	text-align:center;
}
.pricing-gap form {
	text-align:center;
}

td.catalog-wishlist a.wl-add {
	background: transparent url("../images/icon-add.png") no-repeat scroll left 3px;
	display: block;
	height: 20px;
	width: 18px;
}
#catalog_content {
	/*  background: #000 url("../images/bg-main.png") no-repeat scroll center top;*/
  height: 502px;
  overflow-y: auto;
}
.catalog-table {
  border-spacing: 0;
  width: 100%;
}
th.catalog-info {
  text-align: center;
}
th.catalog-wishlist {
  text-align: center;
}
th.catalog-title {
  text-align: left;
}
th.catalog-genre {
  text-align: left;
}
.wishlist-main th.catalog-bpm {
  text-align: right;
}
.wishlist-main th.catalog-preview {
  text-align: center;
}
th.catalog-download {
  text-align: center;
}
.wishlist-main th.catalog-date {
  text-align: center;
}
#catalog_content a{
	/*color:#fff;	*/
}
.wishlist-main th {
  border: 0 none;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  height:40px;
  line-height: 18px;
  padding: 4px 5px 2px;
  background:#ccc;
  border:1px solid #ccc;
}
.catalog-table tr td {
  background-color: transparent;
  transition: background-color 0.5s ease 0s;
}
td.catalog-date {
  padding: 2px 0 2px 10px;
}
.wishlist-main td {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  line-height: 22px;
  padding: 5px 4px 5px 5px;
}
td.catalog-info {
  text-align: center;
}
.wishlist-main td.catalog-bpm {
  text-align: right;
}
.wishlist-main td.catalog-preview {
  padding-right: 10px;
  text-align: right;
}
td.catalog-download {
  padding-left: 5px;
}
td.catalog-wishlist a.wl-remove {
  background: transparent url("../images/icon-remove.png") no-repeat scroll left 3px;
  display: block;
  height: 21px;
  width: 18px;
}
td.catalog-download a {
  display: block;
  float: left;
  height: 18px;
  margin-left: 5px;
  text-decoration: none;
  width: 18px;
}
.banner1
{
	background: url("../images/banner-registration.jpg") center top no-repeat;
	background-size: cover;
	height: 55vh;
	width:100%;
}
.catalog-table td a {
  line-height: 22px;
}
td.catalog-download span.download-spacer {
  display: block;
  float: left;
  height: 18px;
  margin-left: 5px;
  width: 18px;
}

.wishlist-main td.catalog-preview select {
  font-size: 11px;
  height: 23px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  width: 90%;
}
#preview_image{

	height:450px;
}
td.catalog-download a.download-clean {
	background: transparent url('../images/download-clean.png') scroll no-repeat left top;
}

td.catalog-download a.download-dirty {
	background: transparent url('../images/download-dirty.png') scroll no-repeat left top;
}

td.catalog-download a.download-instrumental {
	background: transparent url('../images/download-instrumental.png') scroll no-repeat left top;
}

td.catalog-download a.download-remix {
	background: transparent url('../images/download-remix.png') scroll no-repeat left top;
}

td.catalog-download a.download-acapella {
	background: transparent url('../images/download-acapella.png') scroll no-repeat left top;
}

td.catalog-download a.download-clean:hover {
	background: transparent url('../images/download-hover.png') scroll no-repeat left top;
}

td.catalog-download a.download-dirty:hover {
	background: transparent url('../images/download-hover.png') scroll no-repeat left top;
}

td.catalog-download a.download-instrumental:hover {
	background: transparent url('../images/download-hover.png') scroll no-repeat left top;
}

td.catalog-download a.download-remix:hover {
	background: transparent url('../images/download-hover.png') scroll no-repeat left top;
}

td.catalog-download a.download-acapella:hover {
	background: transparent url('../images/download-hover.png') scroll no-repeat left top;
}
.catalog-title {
	padding-right:15px;
}

#catalog_content .catalog-title{
	padding-right:10px !important;
}
@media (min-width: 768px) {

	#owl-demo{
		padding-left:8px;
	}


	/*.nav > li > a{
		padding:10px !important;
	}*/
	.join{
		padding-bottom:5px !important;
	}
	.navcontainer a{
		font-size:16px;
	}
	#translations {
		position: relative;
		display: block;
		height: 40px;
		padding: 7px 5px 0;
	}
	#translations > img {
		padding: 3px;
		margin: 0 0 0 5px;
		border-radius: 3px;
	}
	.glowit{
		box-shadow: 0 0 5px #ffffff;
	}

	#translations > ul {
		background-color: #f9f9f9;
		background: linear-gradient(to top, #f9f9f9 0%, #d7d7d7 80%, #e6e6e6 100%);
		background: -webkit-linear-gradient(#e6e6e6 0%, #d7d7d7 20%, #f9f9f9 100%);
		list-style-type: none;
		display: none;
		position: absolute;
		left: 0px;
		top: 50px;
		padding: 6px 0;
		margin: 0;
		border-bottom: 4px solid #ab00a5;
		z-index: 10;
	}

	#translations > ul > li {
		list-style-type: none;
		padding: 2px 8px;
	}

	#translations > ul > li a {
		color: #333;
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 17px;
		text-decoration: none;
		padding: 0 12px 0 24px;
		margin: 0;
		border: 0;
	}

	#translations > ul > li a:hover {
		color: #ab00a5;
		text-decoration: none;
		padding: 0 12px 0 24px;
		margin: 0;
		border: 0;
	}

	#translations > ul > li a.en {
		background: transparent url('../images/flag-en.png') scroll no-repeat left center;
	}
	#translations > ul > li a.es {
		background: transparent url('../images/flag-es.png') scroll no-repeat left center;
	}
	#translations > ul > li a.fr {
		background: transparent url('../images/flag-fr.png') scroll no-repeat left center;
	}
	#translations > ul > li a.it {
		background: transparent url('../images/flag-it.png') scroll no-repeat left center;
	}
	#translations > ul > li a.de {
		background: transparent url('../images/flag-de.png') scroll no-repeat left center;
	}
	#translations > ul > li a.dk {
		background: transparent url('../images/flag-dk.png') scroll no-repeat left center;
	}
	#translations > ul > li a.pt {
		background: transparent url('../images/flag-pt.png') scroll no-repeat left center;
	}
	#translations > ul > li a.ru {
		background: transparent url('../images/flag-ru.png') scroll no-repeat left center;
	}
	#translations > ul > li a.cn {
		background: transparent url('../images/flag-cn.png') scroll no-repeat left center;
	}
	#translations > ul > li a.jp {
		background: transparent url('../images/flag-jp.png') scroll no-repeat left center;
	}
	#translations > ul > li a.hu {
		background: transparent url('../images/flag-hu.png') scroll no-repeat left center;
	}

}

@media (max-width: 767px) {


	.navbar-default .navbar-nav .dropdown-menu > li > a {
		background-color:transparent;
		border-radius: 4px;
		color: #fff !important;
		margin-top: 2px;
	}
	#translations {
		display: none;
	}
	.navbar-brand img{
		max-width:200px !important;
		height:auto;
	}


}


#login-box {
	background-color: #f9f9f9;
	background: linear-gradient(to top, #f9f9f9 0%, #d7d7d7 80%, #e6e6e6 100%);
	background: -webkit-linear-gradient(#e6e6e6 0%, #d7d7d7 20%, #f9f9f9 100%);
	display: none;
	position: absolute;
	right: 0px;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 4px solid #ab00a5;
	text-align:left;
}

#login-box input[type="text"],
#login-box input[type="password"] {
	width: 190px;
}

#login-box .login-options {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;
}

#login-box .login-options a {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

#login-box .login-options a:hover {
	text-decoration: underline;
}


#login-box input,#login-box textarea,#login-box select {
	background-color: #222222;
	color: #f0f0f0;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 2px 10px;
	margin: 5px 0;
	border: 2px solid #8a079b;
	border-radius: 2px;
}

#account-box {
	/*	background-color: #000;*/
	border-bottom:4px solid #900c98;
	/*	background: linear-gradient(to bottom, #555 0%, #777 60%);
		background: -webkit-linear-gradient(#555 0%, #777 60%);*/
	color: #fefefe;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	/*	height: 50px;*/
	float: right;
	padding: 3px 10px;
	margin: 0 0 0 28px;

}

#home_player{
  width: 100%;
  min-height: 10%;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
  position:absolute;
  top:-250px;
}
.catalog_container #vj_flash_player{
  width: 100%;
  min-height: 10%;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
#site_message a{
	color:#fff;
}
.mainmenu{
	text-transform:uppercase;
}

.foolink{
	color:#fff;
}
.foolink:hover{
	color:#fff;
	text-decoration:none;
}
.home-container ul li a{
	/*position:relative;*/
}

.home-container .play {
	bottom: 1px;
	height: 50px;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.5s ease 0s;
	width: 50px;
	z-index:3;
}
.home-container ul li:hover .play, .home-container .tracks_marquee:hover .play{
	opacity: 1;
	transition: opacity 0.5s ease 0s;
}



#owl-demo .item .tracks_marquee {
	display: block;
	width: 92% !important;
	height: auto;
	margin-bottom:15px;
}
#owl-demo .item .tracks_marquee img{
	max-width:100%;
}
#owl-demo .item .tracks_marquee p{
	padding:10px;
	font-size:12px;
	height:62px;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-pagination{
	display:none !important;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
}

.tracks_marquee{
	background:#141414 !important;
	color:#fff;
}

.tracks_marquee:hover{
	text-decoration:none !important;
	color:#fff;
}

.owl-prev{
	position: absolute;
	top: 150px;
	left: -50px;
	color:#fff;
}

.owl-next{
	position: absolute;
	top: 150px;
	right: -42px;
	color:#fff;
}

.owl-prev img,.owl-next img{
	width:20px;
}

.navbar-brand{
	padding:0 !important;
}
.form_error
{
	color:#fff;
	background:#f93535;
	font-weight:bold;
	padding:0px 5px;
	display:block;
}
.red_star
{
	color:#f93535;
}


#topslider {
	height: 235px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#topslider .logo {
	display: block;
	left: 0;
	max-width: 60%;
	position: absolute;
	top: 50px;
	z-index: 240;
}
#topslider .logo img {
	width: 100%;
}
#topslider .slides {
	background-color: #000;
	box-shadow: 0 0 25px #777;
	height: 233px;
	left: 0;
	opacity: 0;
	position: absolute;
	/* top: 70px;*/
}
#topslider .slide {
	display: block;
	float: left;
	height: 233px;
	opacity: 0.5;
	position: relative;
	transition: opacity 1s ease 0s;
	width: 325px;
}
#topslider .slide.current {
	opacity: 1;
	transition: opacity 1s ease 0s;
}
#topslider .slide img {
	height: 100%;
}
#topslider .slide .cover {
	background: transparent url("../images/film-reel-slide.png") no-repeat scroll center center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dropdown-menu li{
	text-align:left;
}


.navbar-brand img{
	height:32px;
	width:auto;
}

/*************************************************/
.purple-gradient {
	background-color: #ab00a5;
	background: linear-gradient(to bottom, #c900c2 0%, #91008c 80%, #ab00a5 100%);
	background: -webkit-linear-gradient(#c900c2 0%, #91008c 80%, #ab00a5 100%);
}

.catalog-filter input,.catalog-filter select {
	background-color: #222222;
	color: #f0f0f0;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 19px;
	padding: 2px 10px;
	margin: 5px 0;
	border: 2px solid #8a079b;
	border-radius: 2px;
	width: 220px;
}
#submit_catalog_search{
	width:100px;
}
#catalog_content {
	background: #000 url('../images/bg-main.png') scroll no-repeat center top;
	height: 502px;
	overflow-y: auto;
}
@media (min-width: 900px) {

	.catalog-table {
		width: 100%;
		border-spacing: 0px;
	}

	.catalog-table tr td {
		background-color: transparent;
		transition: background-color 0.5s;
		-webkit-transition: background-color 0.5s;
	}

	.catalog-table tr:hover td {
		background-color: #ab00a5;
		transition: background-color 0.5s;
		-webkit-transition: background-color 0.5s;
	}

	.catalog-table th {
		color: #f7b2ff;
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		height: 18px;
		padding: 4px 5px 2px 5px;
		border: 0;
	}

	.catalog-table th > a {
		color: #f7b2ff;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}

	th.catalog-date {
		text-align: center;
		width: 48px;
	}

	th.catalog-info {
		text-align: center;
	}

	th.catalog-wishlist {
		text-align: center;
		width: 18px;
	}

	th.catalog-title {
		text-align: left;
	}

	th.catalog-genre {
		text-align: left;
		width: 110px;
	}

	th.catalog-bpm {
		text-align: right;
		width: 32px;
	}

	th.catalog-preview {
		text-align: center;
		width: 110px;
	}

	th.catalog-download {
		text-align: center;
		width: 125px;
	}

	.catalog-table tr.downloaded td,
	.catalog-table tr.downloaded td a {
		color: #e13555;
	}

	.catalog-table tr.previewed td,
	.catalog-table tr.previewed td a {
		color: #57b2e1;
	}

	.catalog-table tr.wishlisted td,
	.catalog-table tr.wishlisted td a {
		color: #eae55f;
	}

	.catalog-table td {
		font-family: "arial", "verdana";
		font-size: 11px;
		line-height: 22px;
		padding: 2px 0;
		border-top: 1px dotted #ab00a5;
	}

	.catalog-table td a {
		font-family: "arial", "verdana";
		font-size: 11px;
		line-height: 22px;
	}

	.catalog-table td img.hd {
		vertical-align: middle;
		display: inline-block;
		padding: 0 6px 0 0;
		margin: 0;
	}

	td.catalog-date {
		padding: 2px 0 2px 10px;
	}

	td.catalog-info {
		text-align: center;
		width: 28px;
	}

	td.catalog-info img {
		display: block;
		overflow: hidden;
		padding: 0;
		margin: 0 2px;
	}
}

.bubble-line{
	color:#000 !important;
}

.container.catlog-player {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.col-sm-12.gap video {
	height: 350px;
	object-fit: cover;
}

.purple-gradient {
	background: transparent;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
select#id_search_category {
	background: purple;
	border: 1px solid white;
}

.catalog-filter input, .catalog-filter select {
	background-color: #222222;
	color: #f0f0f0;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 19px;
	padding: 2px 10px;
	margin: 5px 0;
	border: 1px solid #ffffff;
	border-radius: 5px;
	width: 220px;
}
div#catalog_content {
	background: transparent;
}
thead a, thead th {
	color: white !important;
}
.catalog_line {
	border-top: 1px solid #5a5a5a;
}
.catalog-table tr:hover td {
	background-color: #4e4e4e;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}
.slimScrollDiv {
	height: auto !important;
}
div#catalog_content {
	height: auto !important;
}

a.preview-link {
	color: white;
}

.inner-banner {
	margin-top: 50px;
}

.check-div {
	height: 340px;
}
section.regular.slider.owl-carousel.owl-theme video {
	width: 455px;
	height: 275px;
}
section.regular .owl-item {
	width: 430px !important;
	margin: 5px 20px;
	border-radius: 10px;
}
.owl-carousel {

}
.regular{
  margin-top: 60px;
  box-shadow: 0 0 25px #c604ff;
}
#owl-demo {
	padding-left: 10px;
	padding-top: 10px;
}
.border {
	height: 16px;
	background: black;
	background: -webkit-linear-gradient(#5f017a, #17001e, black);
	background: -o-linear-gradient(#5f017a, #17001e, black);
	background: -moz-linear-gradient(#5f017a, #17001e, black);
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
}
nav#header_menu {
	background: black !important;
}
nav#header_menu .container {
	width: 100%;
}
#translations {
	padding-left: 45px;
}
a.navbar-brand {
	/* margin-left: 30px; */
	padding-left: 60px !important;
}
#translations > ul{
	left: -65px !important;
}
.navbar-brand img {
	height: 36px;
	width: auto;
}
.catalog-table td a {
	font-size: 11px;
	line-height: 22px;
}
thead th a, thead th {
	font-size: 11px !important;
	color: #e26be2 !important;
}
.purple-gradient {
	background-color: #ab00a5;
	background: linear-gradient(to bottom, #c900c2 0%, #91008c 80%, #ab00a5 100%);
	background: -webkit-linear-gradient(#c900c2 0%, #91008c 80%, #ab00a5 100%);
	border-top: 2px solid #a3009e;
	border-bottom: 2px solid #c600bf;
}
select#id_search_category {
	background: #222222;
	border: 1px solid #460044;
}
.catalog-filter input, .catalog-filter select {
	background-color: #222222;
	color: #f0f0f0;
	border: 1px solid #460044;
	border-radius: 5px;
	width: 220px;
}
.catalog_line {
	border-top: 1px solid purple;
}

.catalog-table tr:hover td {
	background-color: #92008d;
}
.short-select {
	color: #999;
	border: 1px solid purple;
}

.catalog_line .catalog-genre, .catalog_line .catalog-bpm {
	font-size: 11px;
}
.banner1{
	background: none !important;
}

nav#header_menus {
	background: black !important;
}

.zer-credit h2 {
	margin: 120px 10px;
	color: white;
}

.zer-credit {
	height: 220px;
	text-align: center;
}

span.toplist-badge.toplist-badge-1, span.toplist-badge.toplist-badge-2, span.toplist-badge.toplist-badge-3, span.toplist-badge.toplist-badge-4, span.toplist-badge.toplist-badge-5 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 2px #333333;
	line-height: 18px;
	display: block;
	float: right;
	width: 17px;
	height: 18px;
	padding: 0 1px 0 0;
	margin: 0 5px 0 10px;
}
.toplist-badge-1 {
	background: transparent url(../images/bg-toplist-1.png) scroll no-repeat center center;
}
.toplist-badge-2 {
	background: transparent url(../images/bg-toplist-2.png) scroll no-repeat center center;
}
.toplist-badge-3 {
	background: transparent url(../images/bg-toplist-3.png) scroll no-repeat center center;
}
.toplist-badge-4 {
	background: transparent url(../images/bg-toplist-4.png) scroll no-repeat center center;
}
.toplist-badge-5 {
	background: transparent url(../images/bg-toplist-5.png) scroll no-repeat center center;
}
.container.about.body-container h1 {
	display: none;
}
.container.catalog-main {
	height: 503px;
	overflow: auto;
}
span.toplist-badge {
	color: white;
}

.container.catlog-player {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.catolog.container-fluid {
	padding-top: 475px !important;
}
div#vj_title {
	margin-top: 40px;
}
nav#header_menu {
	background: rgba(0, 0, 0, 0.66) !important;
}
.container.purple-gradient.catalog-filter, .container.catalog-main {
	width: 90%;
}
.footer-container {
	margin-top: 15px;
	border-top: 2px solid #c0c0c0;
	width: 100%;
	float: left;
	color: #ccc;
	font-size: 11px;
}
@media screen
and (max-width: 1180px)
{
	ul.nav.navbar-nav.navbar-right.mainmenu a{
    font-size: 16px !Important;
	}
	div#account-box {
    font-size: 10px;
	}
	a.navbar-brand img {
    height: 24px;
	}

	a.navbar-brand {
    /* margin-left: 30px; */
    padding-left: 25px !important;
    padding-top: 14px !important;
	}
}

h2.toplist-heading {
	float: left;
}
div.top-type {
	margin-top: 22px;
	float: left;
	margin-left: 30px;
}
div.top-type a, .toplist-type {
	padding: 0 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}
div.top-type a.active, .toplist-type.active {
	text-decoration: underline;
	color: #00f100;
	font-weight: 900;
}
.package-button a {
	font-size: 14px;
	text-transform: uppercase;
	background: #5e0179;
	padding: 12px 20px;
	border-radius: 15px;
	color: white;
	text-decoration: none;
}
.package-button {
	text-align: right;
	margin-bottom: -40px;
	padding-right: 30px;
}
.container.pricing-page {
	position: relative;
	margin-bottom: 18px;
}
.action-inner {
	/*height: 40px;*/
	width: 220px;
	position: absolute;
	/*top: -300px;*/
	background: #505050;
	right: 45px;
	/*display: none !important;*/
}
span.action-out:hover .action-inner {
	/*display: block !important;*/
}
span.action-inner ul li {
	list-style: none;
	margin: 5px 0px;
	font-size: 16px;
}
li#btn_pv_acapella {
	list-style-image: url(../images/player/play-small.png);
}
li#btn_pv_clean {
	list-style-image: url(../images/player/play-small.png);
}
li#btn_pv_dirty {
	list-style-image: url(../images/player/play-small.png);
}
li#btn_pv_instrumental {
	list-style-image: url(../images/player/play-small.png);
}
li#btn_pv_remix {
	list-style-image: url(../images/player/play-small.png);
}
li#btn_dl_acapella {
	list-style-image: url(../images/download-acapella.png);
}
li#btn_dl_clean {
	list-style-image: url(../images/download-clean.png);
}
li#btn_dl_dirty {
	list-style-image: url(../images/download-dirty.png);
}
li#btn_dl_instrumental {
	list-style-image: url(../images/download-instrumental.png);
}
li#btn_dl_remix {
	list-style-image: url(../images/download-remix.png);
}
li#btn_wishlist_add {
	list-style-image: url(../images/icon-add.png);
}
li#btn_wishlist_rem {
	list-style-image: url(../images/icon-remove.png);
}
span.action-inner ul li{
	color: white;
}
.action-inner {
  background-color: #292929;
  display: none;
  position: absolute;
  right: 10px;
  bottom: 24px;
  padding: 10px;
}
.action-inner ul li {
	list-style-type: none;
	color: white;
	padding: 3px;
	cursor: pointer;
}

/*.action-inner ul li {
	list-style-type: none;
	line-height: 16px;
	line-height: 1.6rem;
	cursor: pointer;

	padding: 2px 5px 2px 22px;
	margin: 0; }
	action.inner ul li.spacer {
		height: 5px;
		overflow: hidden;
		padding: 0; }*/

span.action-out img {
	width: 26px;
}
.navbar .container.mob-gap {
	width: 100%;
}
.table-container, .wishlist-table{
	background: black;
}
.container.body-container.table-container table td, .wishlist-table table td, .wishlist-table table td a {
	color: white;
}

.wishlist-table table td.catalog-preview select {
	background: black !important;
}


/*Styling From getRespnse.com*/


.header-container.navcontainer a,
.mainmenu a {
	font-family: roboto;
	font-size: 16px !important;
	font-weight: 300 !important;
	letter-spacing: -1px !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #900c98;
	font-weight: 600;
	background-color: transparent;
}
.navbar-right li.active a{
	color: #fff;
	background-image: none;
	background-color: #900c98 !important;
	border-radius: 12px;
	box-shadow: none !important;
	padding: 7px 15px !important;
	margin: 0px 10px;
	border: none;
	border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.container.home-heading h2, h2 {
	font-size: 24px !important;
	font-weight: 300;
	letter-spacing: -1px;
}
.home-container ul li p, .owl-item p {
	padding: 10px;
	margin: 0px;
	color: #fff;
	height: 54px;
	font-size: 12px !important;
	font-weight: 300 !important;
}
div.top-type a, .toplist-type {
	background: #585858;
	padding: 5px 10px;
	margin: 0 2px;
	color: white !important;
	border-radius: 5px;
	text-decoration: none !important;
	font-weight: 300 !important;
}
div.top-type .active, .toplist-type.active {
	background: purple;
}
.footer-top h4 {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -1px;
}
.footer-top a {
	font-size: 14px;
	font-weight: 300 !important;
	letter-spacing: 0px;
}
.package-button a {
	font-size: 14px;
	text-transform: uppercase;
	background: #5e0179;
	padding: 12px 15px;
	border-radius: 12px;
	color: white;
	text-decoration: none;
}
div#vj_title strong {
	font-size: 16px;
	font-weight: 300 !important;
	font-family: Roboto !important;
}
table#main-catalog-table th a, table#main-catalog-table th {
	font-size: 14px !important;
	font-weight: 300;
}
table#main-catalog-table tbody a, table#main-catalog-table tbody td {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0px;
}
.container.body-heading h1 {
	color: #fff;
	font-weight: 100 !important;
	font-family: Roboto !important;
	font-size: 5rem !important;
	text-align: center;
	letter-spacing: -3px;
}
.container.body-heading h2 {
	color: #fff;
	font-weight: 100 !important;
	font-family: Roboto !important;
	font-size: 2.57rem !important;
	text-align: center;
	letter-spacing: -1px;
}
ul.nav.navbar-nav.navbar- {
	font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
	font-size: 16px !important;
	letter-spacing: -1px;
}
.container.about.body-container, .terms_content, .container.faq.body-container, .body-container  {
	background: #d8d8d8 !important;
}
.container.about.body-container p {
	font-family: Roboto;
	font-size: 17px !important;
}
.footer-container {
	margin-top: 50px;
}

.container.about.body-container p, .content-inner.text p, .content-inner.text li, .container.pricing-page p, .container.body-container p {
	font-size: 1.6rem !important;
	line-height: 1.375em;
}

.pricing-heading {
	font-size: 26px;
	color: #000;
	text-align: center;
	width: 90%;
	margin: 0px auto;
	margin-top: 15px;
	font-weight: 300;
	text-align: center;
}
.terms_content h1 {
	font-size: 5rem;
	font-weight: 100;
	letter-spacing: -3px;
	margin-top: 0 !important;
}
.terms_content {
	padding: 50px !important;
}

.container.faq.body-container strong {
	color: purple;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -1px;
}
.container.faq.body-container p {
	font-size: 1.5rem !important;
	line-height: 1.375em;
}
.pricing-main {
	background: #f1f1f1;
}
.input-box {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	background: #d8d8d8;
	border: 0px;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	font-weight: 300;
	color: #000 !important;
}
.terms_content p, .terms_content span {
	font-family: Roboto !important;
	font-size: 1.6rem !important;
}
.content-inner.text h1 {
	font-weight: 100 !important;
	font-size: 5rem;
	letter-spacing: -3px;
}
.content-inner.text strong {
	font-weight: 400 !important;
}

.container.body-container.table-container, .wishlist-table {
	background: #3c3c3c !important;
}
table#main-catalog-table th {
	font-size: 14px !important;
	font-weight: 400;
	color: black !important;
}
.wishlist-main table th {
	font-size: 14px !important;
	font-weight: 400;
	color: black !important;
}
.container.body-container.wishlist-table p, .container.body-container.wishlist-table strong {
	color: white;
	font-weight: 300;
}
.container.body-container h3 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 28px;
}
.container.body-container h2 {
	font-size: 32px !important;
	font-weight: 100;
	letter-spacing: -1px;
}
form#id_form_account strong {
	font-size: 1.6rem;
	font-weight: 400;
}
form#id_form_account h4 {
	color: purple;
}
form#id_form_account small {
	font-size: 12px !important;
}
.container.body-container strong {
	font-weight: 400 !important;
}
form#id_form_account label {
	font-size: 16px;
	font-weight: 400;
}
.container.body-container label {
	font-size: 16px;
	font-weight: 400;
}
.container.purple-gradient.catalog-filter {
	/*position: fixed;*/
	left: 54px;
	z-index: 300;
}
.container.catalog-main {
	margin-top: 45px;
}
table#main-catalog-table th {
	color: #e26be2 !important;
}
.navcontainer a {
	font-size: 16px;
	font-weight: 400;
}
_::-webkit-full-page-media, _:future, :root .navcontainer a {
	font-size: 16px;
	font-weight: 500 !Important;
	font-family: 'Roboto' !Important;
}
table.heading-table th, table.heading-table a {
	font-size: 14px !important;
	font-weight: 400;
	padding: 8px 0;
}
table.heading-table {
	width: 87%;
	position: fixed;
	background: black;
}
th.catalog-date {
	width: 5%;
}
th.catalog-date {
	width: 12%;
	text-align: left;
	padding-left: 10px !important;
}
th.catalog-title {
	width: 58%;
}
table#main-catalog-table {
	margin-top: 37px;
}
table.heading-table th {
	float: left;
}
.catolog.container-fluid {
	PADDING-TOP: 490PX !important;
}
.bubble-column h2{
	font-size: 16px !important;
}
.mainmenu {
	padding-top: 10px;
}
a.navbar-brand {
	padding-top: 6px !important;
}
.header-container.navcontainer {
	padding-top: 0px !important;
}
.top-type .box {
	display: none;
}
th.catalog-download {
	text-align: center;
	width: 11.5%;
}
th.catalog-preview {
	text-align: center;
	width: 8%;
}
th.catalog-bpm {
	text-align: right;
	width: 2.5%;
}
th.catalog-genre {
	text-align: left;
	width: 10.5%;
}
th.catalog-title {
	width: 58%;
}

table.heading-table {
	width: 87%;
	position: fixed;
	background: black;
	z-index: 300;
}
.styles-column.col-sm-4 label {
	color: white;
}


@media (max-width: 750px) {
	section.regular{
		display: none!important;
	}
	.col-sm-3.packages {
    display: none;
	}
	div#vj_title strong, div#vj_title em {
    font-size: 11px !important;
	}
	.container.home-heading {
    margin-top: 50px;
	}
	td.catalog-title {
    padding-left: 2% !important;
    padding-top: 30px !Important;
	}
	.package-button {
    float: right;
    margin-top: 70px;
	}
	.col-sm-9.gap {
    width: 100% !Important;
	}
	div#videobrowser_info {
    display: none;
	}
	.catalog-filter input, .catalog-filter select {
    background-color: #222222;
    color: #f0f0f0;
    border: 1px solid #460044;
    border-radius: 5px;
    width: 206px;
	}
	.col-sm-3.footer-log {
    text-align: center;
    margin-bottom: 25px;
	}
	.col-sm-3.fotter-connect-us {
    text-align: center;
	}
	.col-sm-3.footer-log img {
    margin-top: 20px !important;
	}
	.black {
    margin-bottom: 22px;
    font-size: 12px !important;
	}
	#vj_player {
    width: 100%;
    height: 310px;
	}
	div#vj_title {
    margin-top: -25px;
	}
	#vj_player {
    background-color: #000000 !important;
	}
}


@media (max-width: 450px) {
	section.regular{
		display: none!important;
	}
	#vj_player {
    width: 100%;
    height: 210px;
	}
	#vj_player {
    background-color: #000000 !important;
	}
	div#vj_title {
    margin-top: -25px;
	}
	.col-sm-3.footer-log img {
    margin-top: 20px !important;
	}
	.col-sm-3.footer-log {
    text-align: center;
    margin-bottom: 25px;
	}
	.col-sm-3.fotter-connect-us {
    text-align: center;
	}
	div#vj_title strong, div#vj_title em {
    font-size: 11px !important;
	}
	.col-sm-3.packages {
    display: none;
	}
	td.catalog-title {
    padding-left: 2% !important;
    padding-top: 30px !Important;
	}
	.black {
    margin-bottom: 22px;
    font-size: 12px !important;
	}
	.catalog-filter input, .catalog-filter select {
    background-color: #222222;
    color: #f0f0f0;
    border: 1px solid #460044;
    border-radius: 5px;
    width: 206px;
	}
	.col-sm-9.gap {
    width: 100% !important;
	}
	div#videobrowser_info {
    display: none;
	}
	/*.container.home-heading {
    margin-top: 335px;
}*/
	.container.home-heading {
    margin-top: 60px;
	}
	.package-button {
    float: right;
    margin-top: 80px;
	}
	.package-button a {
    font-size: 80%;
	}
	.container.home-heading h2 {
    font-size: 140% !important;
	}
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
	section.regular{
		display: none!important;
		-webkit-appearance: none;
		position: absolute;
		top: -9999px;
		z-index: 12344444;
	}
	.container.home-heading {
    margin-top: 50px;
	}
	.package-button {
    float: right;
    margin-top: 70px;
	}
}

*::-webkit-media-controls-play-button {
	opacity: 0;
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
	display:none !important;
}

.container.catlog-player {
	width: 88%;
	padding: 0;
	overflow: hidden;
}
div#videobrowser_info {
	width: 35%;
}
.col-sm-9.gap {
	width: 65%;
}
.catolog.container-fluid {
	padding-top: 0 !important;
}
.container.catalog-main {
	margin-top: 0;
}
table#main-catalog-table {
	margin-top: 0;
}
div#videobrowser_info .image-column {
	display: none !important;
}
div#videobrowser_info h2 {
	font-size: 16px !important;
	line-height: 1.4;
}
.bubble-line.clearfix label {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
}
.bubble-line {
	color: #a5a5a5 !important;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
}
.styles-column.col-sm-4 {
	width: 100%;
	padding-left: 0 !important;
}
.style-box a {
	color: #ab00a5;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
}
th.catalog-date {
	width: 6%;
	text-align: left;
	padding-left: 10px !important;
}
th.catalog-bpm {
	text-align: center;
	width: 6.5%;
}
th.catalog-title {
	width: 53%;
}
td.catalog-bpm.hidden-xs {
	text-align: center;
}
.bubble-column label , .bubble-column .bubble-line{
	color: black !important;
	font-size: 12px !Important;
	font-weight: 400 !Important;
}
.bubble-column h2{
	font-size: 12px !Important;
}
td.catalog-title a {
	font-weight: 400 !important;
	font-family: Arial !important;
}
.home-container ul li p, .owl-item p {
	padding: 10px;
	margin: 0px;
	color: #fff;
	height: 54px;
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: 300 !important;
}

td.catalog-title a {
	font-weight: 400 !important;
	font-family: Arial !important;
}
.home-container ul li p, .owl-item p {
	padding: 10px;
	margin: 0px;
	color: #fff;
	height: 54px;
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: 600 !important;
}
.item p strong {
	margin: 0px;
	color: #fff;
	height: 54px;
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: 600 !important;
}

a.preview-link-two {
	color: white;
}

.item a {
	text-decoration: none;
}

.agree-btn, #myContainer{
	background-color: #333;
	background: linear-gradient(to bottom, #888 0%, #222 20%, #111 100%);
	background: -webkit-linear-gradient(#888 0%, #222 20%, #111 100%);
	color: #eee;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 6px 12px;
	border: 1px solid #87009a;
	border-radius: 6px;
}
.modal-body strong {
	font-weight: bold;
	color: #c800c1;
	text-decoration: underline;
}
p.checkout-headings {
	text-align: center;
	margin-bottom: 5px;
}

.paypal-button.paypal-style-checkout.paypal-size-small {
	max-width: 160px !important;
	width: auto;
	border: none;
	background: no-repeat;
}

span.paypal-button-tag-content {
	display: none !important;
}
.package-button {
	text-align: right;
	margin-bottom: -40px;
	padding-right: 30px;
	margin-top: 20px;
}
.home-container ul li p, .owl-item p {
	padding: 10px;
	margin: 0px;
	color: #fff;
	height: auto !important;
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: 600 !important;
}
#owl-demo .item .tracks_marquee p {
	padding: 10px;
	font-size: 12px;
	height: auto;
}
nav#header_menu {
	background: rgb(0, 0, 0) !important;
}
