@charset "utf-8";

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.otf');
}
* {
	outline:none;
}
html, body {
	font-family:'Roboto Condensed', serif;
	padding:0px;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	min-width:220px;
	color:#fff;
	overflow:hidden;
	width: 100vw !important;
	height:100%;
}
.f2 {
	font-family:'Heebo', serif;
}
.container {
	/*max-width:1224px;
	margin:0 auto;*/
}
.topBar {
	height:50px;
}
.topBar .right {
	position:absolute;
	right:0px;
	top:0px;
}
.topBar .cart {
	/*font-weight:bold;*/
	font-size:24px;
	margin-right:10px;
	cursor:pointer;
	text-align:right;
	font-family: 'Yantramanav', sans-serif;
}
.topBar .cart .cartIcon {
	font-size:28px;
	vertical-align:middle;
	opacity:.8;
	display:none;
}
.topBar .cart .discountMsg {
	vertical-align:middle;
	opacity:.8;
	color:#f00;
	text-transform:uppercase;
	display:none;
}
.topBar .cart .total {
	padding:5px 6px;
	height:40px;
	background:rgba(120,120,120,.4);
	display:inline-block;
}
.topBar .cart .count {
	font-size: 16px;
	background: green;
	border-radius: 15px;
	width: 24px;
	height: 22px;
	padding-top:2px;
	text-align: center;
	color: #ddd;
	display:none;
}
.topBar .cart .amount {
	font-size:32px;
	vertical-align:middle;
	display:inline-block;
	opacity:.2;
}
.topBar .artist {
	/*font-weight:bold;*/
	font-size:25px;
	color:#f72383;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	background:#000;
	padding:5px 15px 0px;
	margin-top:-10px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	margin-left:20px;
	font-family:'Gilroy', sans-serif;
}
.topBar .artist .verified {
	width:18px;
	height:18px;
	background:url('images/verified.png');
	background-size:cover;
	margin-left:8px;
	
	display:inline-block;
}


.header {
	background-repeat:no-repeat;
	background-position:center;
	background:#000;
	
}
.header .darkness {
	position:absolute;
	background:#000;
	opacity:0.65;
	display:none;
}
.header .membership {
	font-family:'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:6px 10px;
	text-align:right;
	background:rgba(120,120,120,.07);
	position:relative;
	z-index:1;
	
}
.header .producer {
	margin-top:-10px;
	font-size:12px;
	margin-bottom:10px;
	display:none;
	height:16px;
	color:#5d5d5d;
	overflow:hidden;
}
.header .membership .account {
	cursor: pointer;
}
.header .membership a {
	color:#fff;
	text-decoration: none;
}
.header .membership .login, .header .membership .logout {
	cursor:pointer;
}
.header .membership i, .header .membership div {
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
}
.header .membership .subscribe {
	color:#fff;
	background:#9bc33e;
	padding:4px 15px;
	cursor:pointer;
	border-radius: 5px;
	font-weight: bold;
}
.header .content {
	position:relative;
	z-index:1;
}

.header .trackInfo {
	/*padding:10px;*/
	/*height:200px;*/
	box-sizing:border-box;
	overflow:hidden;
	padding:40px 10px;
}
.header .trackInfo .title {
	font-size:29px;
	margin-bottom:5px;
	font-family: 'Gilroy', sans-serif;
	height:40px;
	line-height:36px;
	overflow:hidden;
}
.header .trackInfo .thumb {
	width:180px;
	height:180px;
	vertical-align:top;
	border:none;
	float:left;
	margin-right:10px;
}
.header .trackInfo .purchase {
	font-size:0px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	display:none;
	float:right;
	clear:both;
	
}
.header .trackInfo .detail {
	vertical-align:top;
	margin-left:10px;
	display:none;
}
.header .trackInfo .bpm {
	border:1px solid rgba(120,120,120,.5) !important;
	padding:5px;
	border-radius:4px;
	/*font-weight:bold;*/
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	vertical-align:middle;
	opacity:.5;
}


.header .trackInfo .buttons {
	display:inline-block;
	vertical-align:middle;
	opacity:.2;
	height:21px;
}
.header .trackInfo .next, .header .trackInfo .prev {
	background:#000;
	padding:1px 5px;
	font-size:19px;
	border-radius:2px;
}
.header .trackInfo .prev {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	display:inline-block;
}


.header .trackInfo .icons {
	display:none;
	margin-top:8px;
}
.header .trackInfo .share {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	cursor:pointer;
	vertical-align:middle;
	opacity:.5;
}
.header .trackInfo .favorite {
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;
	width:30px;
	text-align:center;
	cursor:pointer;
	opacity:.5;
	font-size:22px;
}
.header .trackInfo .buy {
	display:inline-block;
	vertical-align:middle;
	width:30px;
	text-align:center;
	cursor:pointer;
	opacity:.5;
	font-size:22px;
}
.header .trackInfo .rating {
	display:inline-block;
	padding-top:2px;
	vertical-align:middle;
	margin-left:5px;
}

.header .trackInfo .badges {
	display:inline-block;
	margin-left:5px;
}
.header .trackInfo .badges .badge{
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	border-radius:4px;
	display:inline-block;
	padding:2px 6px;
	opacity:.8;
	display:none;
}
.header .trackInfo .badges .new {
	background:#000;
	border:1px solid #333;
}
.header .trackInfo .badges .hot {
	background:#f00;
}
.header .trackInfo .row2 img {
	vertical-align:middle;
}

.header .trackInfo .play {
	vertical-align:middle;
	display:inline-block;
	opacity:.5;
}

.header .trackInfo .pause {
	vertical-align:middle;
	display:none;
	opacity:.5;
}
.header .trackInfo .time {
	display:inline-block;
	vertical-align:middle;
	font-family: 'Anton', sans-serif;
	letter-spacing:1px;
}
.header .trackInfo .time .current {
	display:inline-block;
	vertical-align:middle;
	/*opacity:.5;*/
	width:40px;
}
.header .incart {
	color:#9bc33e;
}
.header .trackInfo .time .total {
	display:inline-block;
	vertical-align:middle;
	opacity:.5;
	width:50px;
}
.header .totalPlays {
	float:right;
	margin-right:10px;
	margin-top:-80px;
	z-index:1;
	position:relative;
}
.header .totalPlays .count {
	/*font-weight:bold;*/
	font-size:20px;
	padding:4px 8px;
	border-radius:4px;
	text-align:center;
	opacity:.6;
	background:rgba(0,0,0,.3);	
}
.header .totalPlays span {
	vertical-align:middle;
}
.header .totalPlays .plays {
	font-size:10px;
	text-transform:uppercase;
	font-family:"Roboto Condensed", serif;
}


.header .bottom {
	/*background:url('images/buttons-bg.png');*/
	background: #000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0),#000,#000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0),#000,#000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0),#000,#000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0),#000,#000);
	margin-top:-50px;
	position:relative;
}
.header .bottom .contents {
	padding-top:50px;
}
.header .bottom .buttons {
	margin:0px 10px;
	display:inline-block;
	opacity:.5;
}
.header .bottom .buttons div {
	display:inline-block;
	border-radius:4px;
	border:1px solid rgba(255,255,255,.35);
	padding:5px;
	font-size:16px;	
}
.header .bottom .searchBar {
	padding:10px;
	display:inline-block;
	/*width:calc(100% - 497px);*/
	opacity:.5;
}
.header .bottom .searchBar .reset {
	float:right;
	padding:2px 10px 4px;
	background:#000;
	cursor:pointer;
	margin-top:-30px;
	z-index:1;
	position:relative;
}
.header .bottom .searchBar .go {
	float:right;
	padding:4px 10px 2px;
	border-radius:4px;
	border:1px solid #333;
	background:#000;
	color:#fff;
	cursor:pointer;
	margin-top:-30px;
	z-index:1;
	position:relative;
	display:none;
}
.header .bottom .searchBar input {
	border:none;
	width:100%;
	font-size:16px;
	background:url("images/searchIcon.png") left no-repeat;
	color:inherit;
	padding:8px;
	box-sizing:border-box;
	padding-left:40px;
	outline:none;
	position:relative;
	z-index:0;
}
.header .bottom .searchBar input::-webkit-input-placeholder {
	opacity:.5;
}
.tabs {
	position:absolute;
	width:200px;
	/*overflow-y:auto;*/
}
.tabs .tab {
	margin:2px;
	/*background-color:rgba(0,0,0,.3);*/
	font-size:16px;
	padding:8px;
	padding-left:8px;
	cursor:pointer;
	border-left:12px solid rgba(0,0,0,.3);
}
.tabs .active {
	border-color:#f72383;
}
.tabs .tab span:nth-child(2) {
	float:right;
	/*background:#111;*/
	border:1px solid rgba(120,120,120,.2);
	padding:2px 8px;
	border-radius:4px;
	font-size:13px;
	/*color:#fff;*/
}
#tabDetails {
	padding-left:200px;
	/*background:rgba(255,255,255,.1);*/
	overflow-y:auto;
}
#tabDetails .tracks {
	padding-bottom:80px;
}
.tracks .track {
	border-bottom:1px solid rgba(125,125,125,0.1);
	cursor:pointer;
}
.tracks .track:hover {
	background:#000;
}

.tracks .active {
	background:#000 !important;
}
.tracks .track .thumb {
	width:45px;
	height:45px;
	vertical-align:middle;
}
.tracks .track .title {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	margin-left:15px;
	width:34%;
	height:18px;
	overflow:hidden;
}
.tracks .track .bpm {
	width:60px;
	text-transform:uppercase;
	font-size:13px;
	vertical-align:middle;
	background:#000;
	border-radius:3px;
	padding:3px;
	display:inline-block;
	text-align:center;
	opacity:.8;
}
.tracks .track .playing {
	width:60px;
	text-transform:uppercase;
	font-size:13px;
	vertical-align:middle;
	color:#eee;
	background-color:#e4287d;
	border-radius:3px;
	padding:3px;
	text-align:center;
	margin-right:10px;
	display:inline-block;
	visibility:hidden;
}

.tracks .track .icons {
	vertical-align:middle;
	display:inline-block;
	margin-left:10px;
	

}
.red {
	color:#a00;
	opacity:1 !important;
}
.tracks .track .icons .share {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	cursor:pointer;
	padding:0 0 0 3px;
}
.tracks .track .icons i {
	font-size:19px;
	opacity:.3;
	padding-right:3px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.tracks .track .icons i:hover {
	opacity:1;
}

.tracks .track .icons span {
	font-size:20px;
	padding:0px 3px;
	opacity:.3;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.tracks .track .icons span:hover {
	opacity:1;
}
.tracks .track .price {
	float:right;
	margin-top:10px;
	margin-right:5px;
}
.tracks .track .price .free {
	vertical-align:middle;
	padding-right:15px;
}
.tracks .track .price .buy {
	display:inline-block;
	vertical-align:middle;
	border-radius:4px;
	background-color:#e4287d;
	font-size:15px;
	/*font-weight:bold;*/
	padding:3px 10px 2px;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
}
.tracks .track .price .sold {
	display:inline-block;
	vertical-align:middle;
	border-radius:4px;
	background-color:#000;
	font-size:16px;
	color:#444;
	font-family: 'Work Sans', sans-serif;
	padding:2px 5px 3px;
	text-transform:uppercase;
	opacity:.7;
	
}
.tracks .track .price .incart {
	color:#1e8021;
	padding:0px;
	background:none !important;
}
.tracks .track .price .incart i {
	pointer-events:none;
}
.tracks .album .incart {
	background-color:#0a0 !important;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,.3);
}
::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(255,255,255,.3);
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.3);
}
/* IE scroll bars */
html, body {
	scrollbar-base-color: #5b5b5b;
	/*scrollbar-3dlight-color: #f00;*/
	scrollbar-highlight-color: #2f2f2f;
	scrollbar-track-color: #2f2f2f;
	/*scrollbar-arrow-color: #f00;
	scrollbar-shadow-color: #0f0;
	scrollbar-dark-shadow-color: #00f;*/
}


.stream {
	height:10px;
	width:100%;
	overflow:hidden;
	cursor:pointer;
}
.stream .loaded {
	background:rgba(255,255,255,.1);
	width:0%;
	position:absolute;
	height:10px;
	max-width:100%;
}
.stream .played {
	position:absolute;
	width:0%;
	background-color:#e4287d;
	z-index:1;
	height:10px;
	max-width:100%;
}
.footer {
	position:fixed;
	bottom:0px;
	width:100%;
	/*background:rgba(0,0,0,.1);*/
	/*max-width:1224px;*/
	z-index:1;
}
.footer .shadow {
	height: 20px;
	/*background: url(images/bottom-shadow.png);*/
	background: #000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
	position: absolute;
	width: 100%;
	margin-top: -20px;
	z-index:-2;
}
.footer .row2 {
	padding:5px;
}
.footer .thumb {
	width:50px;
	height:50px;
	vertical-align:middle;
}
.footer .title {
	display:inline-block;
	vertical-align:middle;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:16px;
	margin-left:5px;
	max-width:16%;
	height:20px;
	overflow:hidden;
}
.footer .timerIcon {
	display: inline-block;
	margin-left:5px;
	vertical-align: middle;
	display: none;
	cursor: pointer;
}
.footer .timerIcon i {
	font-size: 21px;
}
.footer .controls {
	position:absolute;
	left:50%;
	width:40%;
	margin-left:-20%;
	text-align:center;
	height:47px;
	font-size:28px;
	overflow:hidden;
}
.footer .controls .item {
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	padding:10px;
	cursor:pointer;
}
.footer .controls .volumeItem {
	float:right;
}
.footer .controls .item .active {
	color:#e4287d;
}
.footer .buy {
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:18px;
	background-color:#f72383;
	padding:3px 20px;
	border-radius:4px;
	text-transform:uppercase;
	float:right;
	margin-right:10px;
	margin-top:6px;
	cursor:pointer;
}
.mainLoader {
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#000;
}

.album {
	width:140px;
	margin:15px;
	height:200px;
	display:inline-block;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}
.album:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.album .artist {
	opacity:.6;
	color:inherit;
}
.album .detail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
.album .detail .selected {
	opacity:.3;
}
.album .detail p {
	font-size:14px;
	height:18px;
	overflow:hidden;
	margin:0px;
	margin-top:5px;
}
.album .detail span p {
	/*color:#999;	*/
	opacity:.6;
	display:inline-block;
	font-size:10px;
}
.album .detail span {
	font-size:14px;
	vertical-align:middle;
	display:block;
	margin-top:5px;
}
.album .price {
	width:60px;
	height:40px;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:16px;
	color:#fff;
	position:relative;
	margin:-85px 0px 40px 90px;
	padding-top:20px;
	text-align:center;
	border-radius:30px;
	opacity:.9;
	cursor:pointer;
}
.album .buy {
	font-size:14px;
	text-transform:uppercase;
	padding:3px 5px 0px;
	border-radius:3px;
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}
.album .listenBtn {
	font-size:14px;
	padding:0px 4px;
	border-radius:3px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
}
.album img {
	cursor:pointer;
}

.footer .pause {
	display:none;
}
#visualizer {
	position:absolute;
	width:100%;
	height:280px;
	/*max-width:1224px;*/
	overflow:hidden;
	z-index:0;
	opacity:.4;
	margin-top:20px;
}

.footer .volume {
	width:32px;
	height:32px;
}
.footer .volumeIcon {
	/*position:absolute;
	margin-left:10px;
	margin-top:8px;*/
}
.footer .volumeIcon .up, .footer .volumeIcon .down, .footer .volumeIcon .none, .footer .volumeIcon .mute {
	display:none;
}
.play, .pause, .prev, .next {
	cursor:pointer;
}
.themeColor {
	color:#f72383;
}
.themeBg {
	background:#f72383;
}

.popup input {
	font-family:inherit;
}

.volumeSlider {
	position:absolute;
	right:0px;
	bottom:-30px;
	width:300px;
	opacity:.9;
	box-shadow:0px 0px 5px grey;
	z-index:-1;
	padding:5px;
}
.volumeSlider .thumb {
	width:35px;
	height:35px;
}
.volumeSlider .title {
	display:inline-block;
	height:19px;
	width:225px;
	overflow:hidden;
	max-width: unset;
}
.volumeSlider .close {
	float:right;
	padding:2px;
	cursor:pointer;
}
.volumeSlider .row2{
	margin-top:10px;
}
.volumeSlider .icon {
	width:24px;
	height:24px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}
.volumeSlider .volumeBar, .volumeSlider .bar {
	position:absolute;
	height:20px;
	width:210px;
	margin-left:30px;
	margin-top:1px;
}
.volumeSlider .bar {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}
.volumeSlider .volumeBar {
	opacity:.2;
}
.volumeSlider .volumeText {
	float:right;
	font-size:24px;
	margin-top:-6px;
}
.dimm {
	opacity:.5;
}
#customTrack {
	max-width:680px;
	zoom:1.01;
	z-index:2001;
}
#customTrack h3 {
	margin:0px;
	font-weight:normal;
	margin-bottom:10px;
	font-size:22px;
}
#customTrack .requirements {
	width:100%;
	height:90px;
	background:none;
	border:1px solid rgba(120,120,120,.5);
	margin-top:15px;
	font-size:16px;
	color:inherit;
	font-family:inherit;
	font-weight:normal;
	
}
#customTrack .bottomRow {
	font-size:0px;
	margin-top:15px;
}
#customTrack .budget {
	font-size:20px;
	
	margin-bottom:20px;
	width:40%;
	display:inline-block;
	vertical-align:top;
}
#customTrack .rightArea {
	font-size:16px;
	width:60%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}
#customTrack .budget input {
	text-align:center;
	background:none;
	font-size:40px;
	color:inherit;
	margin-top:20px;
	width:75%;
	vertical-align: middle;
	/*font-weight: bold;*/
	padding:10px;
	max-width:250px;
	padding-left:30px;
	border:1px solid #333;
}
#customTrack .budget .currency {
	position: absolute;
	margin: 16px;
	opacity: .5;
	font-size: 34px;
	margin-top:34px;
}
#customTrack .error {
	font-size:14px;
	margin-top:10px;
	display:none;
}
#customTrack .link {
	width:auto;
	padding:8px;
	border-radius:3px;
	margin-top:8px;
	font-size:16px;
	background:none;
	
}
#customTrack input {
	border:1px solid #333;
}
#customTrack .input2 {
	margin-top:15px;
	line-height:38px;
}

#customTrack .input2 input {
	width:auto;;
	padding:8px;
	border-radius:3px;
	margin-top:8px;
	font-size:16px;
	background:none;
}
#customTrack input[type='submit'] {
	background: none;
	border-radius: 4px;
	color: inherit;
	font-size: 18px;
	text-transform: uppercase;
	padding: 4px 12px;
	margin-top:20px;
	cursor:pointer;
}
#customTrack .output {
	text-align:right;
	clear:both;
}

#licenses, #OfferPopup, #offerStep1 {
	width:90%;
	max-width:1000px;
}
#offerStep1 {
	z-index:2001;
}
#licenses img {
	vertical-align:top;
}
#licenses .data {
	padding:15px;
}
#licenses .closeArea {
	margin-top:12px;
}
#licenses .md-content {
	padding:0px;
	background:rgba(0,0,0,0.9);
}
#licenses .bg {
	opacity:0.1;
	position:absolute;
	-webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
	filter: blur(7px);
	background-size:cover !important;
	background-position:center !important;
	z-index:-1;
}

#licenses .title {
	height:40px;
	overflow:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	
	font-size:32px;
	max-width:500px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#licenses .genres {
	font-size:22px;
	text-transform:uppercase;
	opacity:0.2;
	height:33px;
	line-height:30px;
	overflow:hidden;
	max-width:500px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:-4px;
}
#licenses .progress {
	height:15px;
	margin-top:5px;
}
#licenses .progress .loaded {
	height:15px;
	position:absolute;
	background:rgba(255,255,255,.1);
}
#licenses .progress .played {
	height:15px;
	position:absolute;
	z-index:1;
	background-color:#e4287d;
}
#licenses .thumb {
	width:150px;
	height:150px;
	float:left;
	margin-right:15px;
}
#licenses .licenses {
	margin-top:20px;
	text-align:center;
}
#licenses .memberDownloads {
	text-align:center;
	clear:both;
}
#licenses .buttons {
	margin-top:43px;
	height:38px;
}
#licenses .buttons div {
	display:inline-block;
	font-size:12px;
	border:1px solid #333;
	padding:6px 10px;
	background:#181714;
	color:#aaa;
	cursor:pointer;
	text-transform:uppercase;
	margin-right:8px;
}
#licenses .license .includes div {
	opacity:0.5;
}
#licenses .buttons .free i {
	color:#4c8b30;
}
#licenses .buttons .offer i {
	color:#bf5500;
}
#licenses .buttons i {
	vertical-align:middle;
	padding-right: 5px;
	border-right: 1px solid #333;
	margin-right: 8px;
}
#licenses .memberDownloads span {
	color:#38b865;
}
#licenses .memberColumn {
	border:1px solid #333;
	border-radius:5px;
	padding:10px;
	width:200px;
	height:90px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
	cursor:pointer;
}
#licenses .memberColumn i {
	font-size:48px;
	margin-top:10px;
	color:#38b865;
}

#licenses .license {
	border:1px solid #333;
	border-radius:5px;
	
	width:180px;
	
	overflow:hidden;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
	cursor:pointer;
}
#licenses .license .data {
	padding:10px;
}
#licenses .license .sale {
	color:#d6413d;
	text-align:right;
	height:24px;
	display:none;
}
#licenses .license .view {
	font-size:14px;
	padding:4px;
	background:#333;
	opacity:0.5;
}
	
#licenses .license .incart {
	color:#509902;
	margin:10px;
	opacity:0;
}
#licenses .license .name {
	font-size:16px;
	text-transform:uppercase;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#licenses .license .price {
	font-size:39px;
}
#licenses .active .incart {
	opacity:1;
}


#licenses .makeOffer {
	background:#cf5e00;
}
#licenses .license .text {
	font-size:22px;
	margin-top:30px;
}
#licenses .license .offer {
	font-size:16px;
	padding:5px 10px;
	border:1px solid #333;
	width:80px;
	margin:0 auto;
	cursor:pointer;
}
#licenses .license .nooffer {
	
	height:29px;
}

#offerStep1 {
	display:block;
}
#offerStep1 img {
	vertical-align:top;
}
#offerStep1 .title {
	height:26px;
	overflow:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	color:#999;
	font-size:20px;
	text-overflow:ellipsis;
	max-width:450px;
	white-space:nowrap;
}
#offerStep1 .title2 {
	font-size:36px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:32px;
}
#offerStep1 .genres {
	font-size:22px;
	text-transform:uppercase;
	opacity:0.2;
}
#offerStep1 .thumb {
	width:60px;
	height:60px;
	float:left;
	margin-right:15px;
}
#offerStep1 .licenses {
	margin-top:60px;
	text-align:center;
	margin-bottom:30px;
	height:300px;
	
}


#offerStep1 .license .includes div {
	opacity: 0.5;
}


#offerStep1 .license {
	border:1px solid #333;
	border-radius:5px;
	
	width:180px;
	
	overflow:hidden;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
	cursor:pointer;
	position:relative;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
#offerStep1 .license .data {
	padding:10px;
}
#offerStep1 .license .sale {
	color:#d6413d;
	text-align:right;
	height:24px;
}
#offerStep1 .license .view {
	font-size:14px;
	padding:4px;
	background:#333;
	opacity:0.5;
}
	
#offerStep1 .license .incart {
	color:#509902;
	margin:10px;
	opacity:0;
}
#offerStep1 .license .name {
	font-size:16px;
	text-transform:uppercase;
	color:#999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#offerStep1 .license .price {
	font-size:39px;
}
#offerStep1 .active .incart {
	opacity:1;
}

#offerStep1 .license .text {
	font-size:22px;
	margin-top:30px;
}
#offerStep1 .right {
	float:right;
	text-align:right;
}
#offerStep1 .right h1 {
	margin:0px;
}
#offerStep1 .right h2 {
	color:#777;
	margin:0px;
}
#offerStep1 .circle {
	font-size:48px;
	margin:15px;
	color:#333;
}
#offerStep1 .licenses .active .circle {
	color:#6bc259;
}
#offerStep1 .inner {
	padding:5px;
	
	
	text-align:center;
	display:none;
	position:absolute;
	right:10px;
	margin-top:40px;
}
#offerStep1 .inner .currency , #offerStep1 .inner .decimal{
    
    font-size: 28px;
    color: #cbcbcb;
   
}
#offerStep1 .inner .priceOutline {
	border: 1px solid #eaeaea;
	display:inline-block;
	padding:0px 20px;
	background:#fff;
}
#offerStep1 .inner .priceInput {
	font-size: 40px;
	border:none;
	padding:10px;
	color: #6bc259;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	
	display:inline-block;
	vertical-align:top;
	width:250px;
	background:none;
	border:1px solid #333;
}

#offerStep1 .inner .error {
	color:#f00;
	font-size:14px;
	/*font-weight:bold;*/
}
#offerStep1 .inner .min {
	font-size: 14px;
	
	font-style: italic;
	opacity: 0.5;
}
#offerStep1 .inner .output {
	margin-top:10px;
}
#offerStep1 .inner .common {
	border: none;
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-top: 5px;
	font-size:16px;
	font-style:italic;
	color:#ccc;
	background:none;
	padding:6px;
	border:1px solid #333;
}
#offerStep1 .inner .first {
	margin-top:15px;
}
#offerStep1 .inner .common:focus, #offerStep1 .inner .priceInput:focus {
	outline:0;
}
#offerStep1 .inner .submit {
	color:#fff;
	padding:10px;
	margin:0 auto;
	border-radius:4px;
	cursor:pointer;
	background-color:#6bc259;
	font-size:16px;
	margin-top: 15px;
	border:none;
    text-transform: uppercase;
    width: 120px;
}


.discountInfo {
	font-size:12px;
	text-align: center;
	margin: 10px 0px;
	opacity: .5;
	display:none;
}
.discountInfo  span {
	color:#d6413d;
	font-size:20px;
}
.discountInfo  a {
	color:inherit;
}

#aboutMe img {
	vertical-align:top;
}
#aboutMe .detail {
	vertical-align:top;
	padding-left:10px;
}
#aboutMe .title {
	font-size:20px;
}
#aboutMe .info {
	margin-top:10px;
	opacity:.8;
	max-height:150px;
	overflow-y:auto;
}
#aboutMe a {
	color:#f72383;
}
#aboutMe .social {
	margin-top:20px;
	font-size:0px;
	color:#999;
}
#aboutMe .social span {
	font-size:28px;
	margin-right:10px;
	cursor:pointer;
}



.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 0 auto;
}

#loader {
	text-align:center;
	margin-top:-60px;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.header .buttons div {
	cursor:pointer;
}

#filters {
	background:#111;
	border:1px solid #222;
	position:absolute;
	margin-top:50px;
	top:0px;
	left:-280px;
	z-index:2;
	width:280px;
	box-sizing:border-box;
	overflow-y:auto;
	opacity:.95;
}
#filters .tabs {
	height:auto !important;
	position:static;
	width:auto;
	display:none;
}
#filters .tabs .tab {
	padding:3px;
}
#filters .logo {
	padding:10px;
	width:70px;
	height:70px;
}
#filters .menu {
	margin-top:15px;
	font-size:14px;
	color:#999;
}
#filters .menu .item {
	border-top:1px solid #222;
}
#filters .menu .last {
	border-bottom:1px solid #222;
}
#filters .menu .item .title {
	padding:5px;
	cursor:pointer;
}
#filters .menu .item .title .arrow {
	float:right;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	margin-top:-4px;
	opacity:.5;
}
#filters .menu .item .title .active {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
#filters .menu .item .data {
	background:#000;
	overflow:hidden;
	height:0px;
}
#filters .menu .item .data .items {
	padding:5px;
}
#filters .reset {
	margin:15px 0px;
	font-size:17px;
	text-align:center;
	cursor:pointer;
}
#filters .button {
	margin:5px;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	font-size:12px;
}
#filters .close {
	float:right;
	cursor:pointer;
	padding:5px;
	opacity:.5;
}

#coupon {
	max-width:350px;
}
#coupon .title {
	color:#fff;
	background:#f72383;
	padding:8px;
	font-size:22px;
	margin-bottom:15px;
}
#coupon .couponOutput {
	margin-bottom:10px;
	font-size:12px;
	opacity:.8;
}
#coupon .close {
	color:#fff;
	padding:8px;
}
#coupon td {
	padding:10px;
	text-align:center;
}
#coupon input[type='text'] {
	width:80%;
	font-size: 28px;
	padding: 10px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background:none;
}
#coupon input[type='submit'] {
	font-size:16px;
	width:50%;
	padding:8px;
	background:none;
	margin:20px 0px;
}

#deals {
	max-width:450px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index:2001;
}
#deals .title {
	color:#fff;
	background:#f72383;
	padding:8px;
	font-size:22px;
	margin-bottom:10px;
}
#deals .close {
	color:#fff;
	padding:12px;
}

#deals .available {
	opacity:.7;
	font-size:18px;
}
#deals ul {
	font-size:20px;
	margin-top:15px;
	margin-left:10px;
}

#trackVideo {
	max-width:1000px;
}
#trackVideo .dealsPulse {
	left: 33px;
    top: 135px;
}
#trackVideo .md-close {
	float:right;
}
#trackVideo .thumb {
	float:left;
	margin-right:10px;
}
#trackVideo .title {
	font-size:20px;
}
#trackVideo .info {
	font-size:12px;
}
#trackVideo .licenses {
	margin-top:20px;
	text-align:center;
}
#trackVideo .license {
	border:1px solid #333;
	border-radius:5px;
	
	width:125px;
	/*height:45px;
	overflow:hidden;*/
	text-align:center;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	vertical-align:top;
}
#trackVideo .license .data {
	padding:10px;
}
#trackVideo .license .view {
	font-size:12px;
	padding:3px;
	background:#333;
	opacity:0.5;
}
#trackVideo .license .includes {
	font-size:13px;
}
#trackVideo .license .includes div {
	opacity:0.5;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#trackVideo .license .sale {
	color:#d6413d;
	text-align:right;
	height:24px;
	display:none;
}
#trackVideo .license .name {
	font-size:14px;
}
#trackVideo .license .price {
	font-size:24px;
	overflow:hidden;
}
#trackVideo .license .incart {
	color:#509902;
	/*margin:10px;*/
	opacity:0;
}
#trackVideo .active .incart {
	opacity:1;
}
#trackVideo .makeOffer {
	background:#cf5e00;
}
#trackVideo .license .text {
	font-size:14px;
	margin-top:22px;
}
#trackVideo .license .offer {
	font-size:12px;
	padding:5px 10px;
	border:1px solid #333;
	
	margin:0 auto;
	cursor:pointer;
}


#quickCart {
	position:absolute;
	padding:10px;
	border-radius:6px;
	background:rgba(0,0,0,.5);
	color:#000;
	z-index:3;
	display:none;
	width:200px;
	right:1px;
}
#quickCart .item {
	width:200px;
	background:#dfdfdf;
	margin:1px;
}
#quickCart .item .more {
	text-transform:uppercase;
	font-size:18px;
	/*font-weight:bold;*/
	padding:16px;
	text-align:center;
	opacity:.7;
}
#quickCart .item .content {
	padding:5px;
}
#quickCart .item .thumb {
	float:left;
	margin-right:5px;
}
#quickCart .item .title {
	font-size:13px;
	/*font-family:'AlteBold';*/
	/*font-weight:bold;*/
	height:16px;
	overflow:hidden;
}
#quickCart .item .type {
	font-size:12px;
	text-transform:capitalize;
}
#quickCart .item .price {
	font-size:15px;
	/*font-family:'AlteBold';*/
	/*font-weight:bold;*/
}
#quickCart .item .icons {
	text-align:right;
	cursor:pointer;
}
#quickCart .item .remove {
	font-size:16px;
	cursor:pointer;
	float:right;
}
#quickCart .item .progress {
	height:9px;
	display:none;
}
#quickCart .item .loaded {
	position:absolute;
	width:0px;
	height:9px;
	background:#fff;
	cursor:pointer;
}
#quickCart .item .played {
	background:#e4287d;
	position:absolute;
	height:9px;
	z-index:1;
	cursor:pointer;
	width:0px;
}
#quickCart .checkoutBtn {
	background:#4f8e25;
	padding:5px;
	text-align:center;
	color:#fff;
	font-size:14px;
	margin-top:10px;
	border-radius:4px;
	cursor:pointer;
}
#quickCart .item .icon-pause2 {
	display:none;
}

#checkout {
	max-width:850px;
}
#checkout .splitter {
	
	height:2px;
	border-bottom:2px solid rgba(120,120,120,.3);
	margin:10px 0px;
}
#checkout .title {
	/*font-weight:bold;*/
	font-size:20px;
}
#checkout .close {
	padding:5px;
}
#checkout .topRow .thumb {
	float:left;
	margin-right:10px;
}
#checkout .topRow {
	padding:10px;
	min-height:65px;
}
#checkout .items {
	margin-top:30px;
	max-height:150px;
	overflow-y:auto;
}
#checkout .items .item {
	height:50px;
	margin:10px 0px;
}
#checkout .item .thumb {
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
	margin-left:10px;
}
#checkout .item .cell {
	width:40%;
	display:inline-block;
	vertical-align:top;
}
#checkout .item .cell2 {
	text-align:center;
	width:25%;
}
#checkout .item .cell .link {
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}
#checkout .item .title {
	font-size:16px;
	height:19px;
	overflow:hidden;
}
#checkout .item .type {
	font-size:13px;
	color:#888;
	text-transform:capitalize;
}
#checkout .item .price {
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:30px;
	float:right;
	margin-right:20px;
}
#checkout .item .remove {
	float:right;
	color:#999;
	font-size:21px;
	margin-top:8px;
	cursor:pointer;
	padding-right:10px;
}
#checkout .discount {
	color:#f00;
	text-align:right;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	display:inline-block;
	vertical-align:middle;
}
#checkout .message {
	font-size:16px;
	display:inline-block;
	padding-right:20px;
	vertical-align:middle;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	opacity:.6;
}
#checkout .total {
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	display:inline-block;
	vertical-align:middle;
}
#checkout .subtotal {
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
}
#checkout .amounts {
	font-size:30px;
	float:right;
	text-align: right;
}
#checkout hr {
	opacity: .1;
	color: #fff;
	border: 0 none;
	background-color: #fff;
	height: 1px;
}
#checkout .content {
	margin-top:15px;
}
#checkout .coupon , #checkout .comment {
	margin:10px 0px;
}
#checkout .couponOutput {
	margin:5px 0px;
	font-size:12px;
	opacity:.8;
}
#checkout .comment {
	font-size:20px;
	margin-top:30px;
	cursor:pointer;
}
#checkout .commentBox textarea {
	width: 90%;
	height: 80px;
	border-radius: 5px;
	margin-top: 10px;
	background:none;
	border: 1px solid rgba(120,120,120,.3);
	color:inherit;
}
#checkout hr {
	clear:both;
}
#checkout .coupon input {
	border: 1px solid rgba(120,120,120,.3);
	padding: 12px;
	font-size: 16px;
	/*font-weight: bold;*/
	background: none;
	text-align: center;
	text-transform:uppercase;
	margin-right:10px;
}
#checkout .coupon .apply {
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
	opacity: .5;
	cursor: pointer;
	vertical-align: sub;
	display:none;
}
#checkout .buttons {
	text-align:right;
	clear:both;
	vertical-align:top;
	
}
#checkout .leftArea {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:50%;
}
#checkout .buttons img {
	margin-top:8px;
	cursor:pointer;
}
#checkout .footerRow {
	font-size:0px;
	padding:0px 40px 5px 25px;
}
#checkout .buttons .free {
	display:none;
}
#checkout .buttons .download {
	display:inline-block;
	background:#6bc259;
	color:#fff;
	padding:10px 25px;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:17px;
	margin-top:15px;
	border-radius:5px;
	cursor:pointer;
}

#checkout .commentBox {
	overflow:hidden;
	height:0px;
}
#checkout .continue {
	font-size:14px;
	text-decoration:underline;
	cursor:pointer;
	opacity:.7;
	margin-top:15px;
}

#priceRange, #bpmRange {
	display:inline-block;
	margin:0px 10px 0px 10px;
	width:50%;
	vertical-align:middle;
}

.priceMin, .bpmMin {
	display:inline-block;
}
.footer .controls .play {
	width:33px;
	height:32px;
	padding-top:1px;
	box-sizing:border-box;
	border-radius:30px;
	font-size:28px;
	text-align:center;
	color:#fff;
}
.footer .controls .pause {
	width:33px;
	height:32px;
	padding-top:1px;
	box-sizing:border-box;
	border-radius:30px;
	font-size:28px;
	text-align:center;
	color:#fff;
	display:none;
}
#OfferPopup {
	z-index:2001;
}
#OfferPopup table td {
	vertical-align:middle;
}
#OfferPopup .head {
	
	font-size: 14px;
	/*max-width: 600px;*/
    margin: 0 auto;
    margin-bottom: 25px;
}
#OfferPopup .min {
	font-size: 14px;
	margin-top: 10px;
	font-style: italic;
	opacity: 0.5;
}
#OfferPopup td {
	vertical-align:top;
}
#OfferPopup .head .img {
	width:150px;
	height:150px;
	/*display:inline-block;*/
	vertical-align:middle;
	margin-right:10px;
	float:left;
	padding-bottom:40px;
}
#OfferPopup .head .img img {
	width:100%;
	height:100%;
}
#OfferPopup .head h2 {
	margin-bottom:5px;
	font-size:28px;
	margin-top:0px;
}
#OfferPopup .head .track {
	font-size:16px;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:500px;
}
#OfferPopup .head .genre {
	font-size: 14px;
    text-transform: uppercase;
    opacity: 0.3;
	margin:5px 0px;
	white-space:nowrap;
	overflow:hidden;
	max-width:500px;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#OfferPopup .head .text {

	vertical-align:middle;
}
#OfferPopup .head .text .license {
	font-size:16px;
	
	text-transform:capitalize;
}


#OfferPopup .inner {
	padding:5px;
	margin:0 auto;
	
	text-align:center;
}
#OfferPopup .inner .currency , #OfferPopup .inner .decimal{
    
    font-size: 35px;
    color: #cbcbcb;
   
}
#OfferPopup .inner .priceOutline {
	border: 1px solid #eaeaea;
	display:inline-block;
	padding:0px 20px;
	background:#fff;
}
#OfferPopup .inner .priceInput {
	font-size: 70px;
	border:none;
	padding:10px;
	color: #6bc259;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	
	display:inline-block;
	vertical-align:top;
	width:250px;
	background:none;
	border:1px solid #333;
}
#OfferPopup .md-close {
	float:right;
}
#OfferPopup .inner .error {
	color:#f00;
	margin-top:10px;
	font-size:14px;
	/*font-weight:bold;*/
}
#OfferPopup .inner .output {
	margin-top:10px;
}
#OfferPopup .inner .common {
	border: none;
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-top: 5px;
	font-size:18px;
	font-style:italic;
	color:#ccc;
	background:none;
	padding:10px;
	border:1px solid #333;
}
#OfferPopup .inner .first {
	margin-top:15px;
}
#OfferPopup .inner .common:focus, #OfferPopup .inner .priceInput:focus {
	outline:0;
}
#OfferPopup .inner .submit {
	color:#fff;
	padding:10px;
	margin:0 auto;
	border-radius:4px;
	cursor:pointer;
	background-color:#6bc259;
	font-size:16px;
	margin-top: 15px;
	border:none;
    text-transform: uppercase;
    width: 120px;
}
#OfferPopup hr {
	margin-top:0px;
	border:0;
	background:#333;
	height:1px;
}

#freeDownload{
	max-width:450px;
	z-index:2001;
}
#freeDownload .bg {
	opacity:0.1;
	position:absolute;
	-webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
	filter: blur(7px);
	background-size:cover !important;
	background-position:center !important;
	z-index:-1;
}

#freeDownloadSubscribe {
	max-width:480px;
	z-index:2001;
}
#freeDownloadSubscribe .md-content {
	padding:0px;
}
#freeDownloadSubscribe .bg {
	opacity:0.1;
	position:absolute;
	-webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
	filter: blur(7px);
	background-size:cover !important;
	background-position:center !important;
	z-index:-1;
}
#freeDownloadSubscribe .ytimg {
	background:#f43a36;
	padding:10px;
    text-transform: uppercase;
    font-size: 14px;
}
#freeDownloadSubscribe .ytimg img {
	vertical-align:middle;
	
}
#freeDownload .title, #freeDownloadSubscribe .title {
	font-size:23px;
	/*font-weight:bold;*/
	height:38px;
	overflow:hidden;
}
#freeDownload input[type='text'] {
	width:96%;
	margin-top:10px;
	padding:8px;
	border:1px solid #333;
	border-radius:4px;
	font-size:16px;
	color:#999;
	background:none;
}
#freeDownload .terms {
	margin-top:10px;
	padding:8px;
	width:96%;
	border:1px solid #222;
	border-radius:4px;
	font-size:12px;
	color:#666;
	text-align:left;
	height:70px;
	overflow-y:auto;
	word-break:break-word;
}
#freeDownload input[type='checkbox'] {
	display:none;
}

#freeDownload input[type="checkbox"] + label:before {
	border: 1px solid #333;
	content: "\00a0";
	display: inline-block;
	height: 12px;
	padding: 0;
	vertical-align: top;
	width: 12px;
	margin-right:5px;
	font-size:9px;
	margin-top:2px;
}
#freeDownload input[type="checkbox"]:checked + label:before {
	background: #111;
	color: #999;
	content: "\2713";
	text-align: center;
}
#freeDownload input[type="checkbox"]:checked + label:after {
	/*font-weight: bold;*/
}
#freeDownload .check {
	text-align:right;
	margin:10px;
}
#freeDownload label {
	vertical-align:top;
	color:#666;
}
#freeDownload .download {
	display:inline-block;
	background:#6bc259;
	color:#fff;
	padding:10px 25px;
	/*font-family:"AlteBold";*/
	/*font-weight:bold;*/
	font-size:17px;
	margin-top:15px;
	border-radius:5px;
	cursor:pointer;
}



#freeDownloadSubscribe .youtubeSubscribe {
	cursor:pointer;
	display:inline-block;
	margin:60px 0px 0px;
}
#freeDownloadSubscribe .closeArea {
	background:rgba(0,0,0,0.4);
	margin-top:70px;
	padding:14px;
}
#freeDownloadSubscribe .support {
	font-size: 14px;
    color: #666;
    margin-bottom: 10px;
	text-align:center;
}
#freeDownloadSubscribe .mailingListCheck {
	color:#666;
	margin-top:15px;
}
#subscrDownloadBtn {
	cursor:pointer;
	display:none;
	margin:20px 0px;
	background: #333;
    padding: 14px 25px;
}
.error {
	color:#f00 !important;
}

#snapchat .content {
	max-width:400px;
}
#snapchat .snapchatId {
	font-size:24px;
}
#website .content {
	max-width:400px;
}
#website table {
	margin-top:40px;
}
#website .website {
	border:1px solid #333;
	padding:10px;
	font-size:18px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.left {
	text-align:left !important;
}
#youtube-video {
	text-align:center;
}

#shareTrack {
	max-width:500px;
}
#shareTrack .twitter {
	height: 13px;
    padding: 3px 5px 2px 21px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
    line-height: 11px;
    text-decoration: none;
    color: #3B5998;
	
    background: url('images/tweet.png') no-repeat scroll 3px center #ECEEF5;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	cursor:pointer;
}
#shareTrack .fbshare {
	background:#4267b2;
	border-radius:4px;
	font-size: 11px;
    font-weight: bold;
    font-family: arial;
    padding: 4px;
	cursor:pointer;
}
#shareTrack .tumblr {
	cursor:pointer;
}
#shareTrack .google {
	background:url('images/gplus.png') center no-repeat #fff;
	width:30px;
	height:20px;
	border-radius:2px;
	cursor:pointer;
}
#shareTrack .email {
	background:url('images/email.png') center no-repeat;
	width:26px;
	height:20px;
	cursor:pointer;
}
#shareTrack .socialButtons {
	margin-bottom:10px;
	text-align:center;
}
#shareTrack .copied {
	position: absolute;
	background: #000;
	border-radius: 5px;
	font-family: arial;
	margin-left: 46px;
	padding: 0px 10px;
	display:none;
}
#shareTrack .socialButtons div {
	display:inline-block;
	vertical-align:top;
	margin:5px;
	
}
#shareTrack .thumb {
	width:120px;
	height:120px;
	float:left;
	margin-right:10px;
}
#shareTrack .info {
	height:120px;
	
	margin:10px;
}
#shareTrack .md-content {
	padding:20px;
}

#shareTrack .head {
	margin-bottom:20px;
	background: rgba(255,255,255,.1);
	padding: 10px;
	font-size: 23px;
	text-align: center;
	color:rgba(255,255,255,.5);
}
#shareTrack .fadeEffect {
	position:absolute;
	right:20px;
}
#shareTrack .artist {
	opacity:.5;
	font-size:14px;
	margin-top:5px;
}
#shareTrack .title {
	font-size: 26px;
	height:32px;
	overflow:hidden;
	white-space:nowrap;
}
#shareTrack .copy_full, #shareTrack .copy_short {
	float:right;
	padding:10px;
	cursor:pointer;
}
#shareTrack .social {
	font-size:28px;
}
#shareTrack .social span {
	cursor:pointer;
}
#shareTrack .link {
	padding: 15px;
	border: 1px solid #333;
	font-family: monospace;
	color: #666;
	margin-bottom:10px;
}
#shareTrack .link .type {
	display:inline-block;
	width:50px;
}
#shareTrack .link .text {
	display:inline-block;
	color:#ccc;
}


#emailTrack {
	zoom:1.01;
}
#emailTrack .md-content {
	padding:20px;
}
#emailTrack .title {
	font-size:18px;
	margin-bottom:20px;
	background: rgba(255,255,255,.1);
	padding: 10px;
	text-align: center;
}
#emailTrack input, #emailTrack textarea {
	width:95%;
	padding:2%;
	font-size:14px;
	margin-top:10px;
	background:none;
	border:1px solid #222;
	color:#ccc;
	font-family:inherit;
}
#emailTrack textarea {
	height:80px;
}
#emailTrack input[type='submit'] {
	background:#333;
	width:auto;
	text-transform:uppercase;
	padding:5px 10px;
	cursor:pointer;
	border:none;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	font-family: inherit;
}
#emailTrack .submitArea .info {
	display:inline-block;
	margin-right:10px;
	display:none;
	font-size:14px;
}
#emailTrack .submitArea {
	text-align:right;
}

#headerVideo {
	position:fixed;
	width:100%;
	height:300px;
	overflow:hidden;
}
#headerVideo .content {
	width:100%;
	height:100%;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#menu {
	font-size:33px;
	padding:8px;
	cursor:pointer;
	vertical-align:middle;
}

.progressTime {
	position: absolute;
	background: #3300ff;

	border-radius:6px;
	text-align:center;
	display:inline-block;
	font-size:10px;
	/*font-weight:bold;*/
	margin-top:-30px;
	margin-left:-17px;
}
/*.footer:hover .progressTime {
	display:block;
}*/
.progressTime .text {
	background: linear-gradient(180deg, rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 50%);
	padding:2px 6px;
	border-radius:6px;
}

.progressTime:after, .progressTime:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progressTime:before {
	border-color: rgba(59, 68, 74, 0);
	border-top-color: #3300ff;
	border-width: 6px;
	margin-left: -6px;
}
#terms {
	z-index:2001;
}
#terms .title {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-top:0px;
}
#terms .termsText {
	border:1px solid rgba(120,120,120,.5);
	opacity:.6;
	padding:10px;
	height:250px;
	overflow-y:auto;
	font-size:14px;
	word-break:break-word;
}
#terms .termsText h3 {
	margin:10px 0px;
}
#checkout .accept {
	opacity:.7;
	font-size:14px;
	margin-top:25px;
}
#checkout .accept input {
	vertical-align:middle;
}
#checkout .accept label {
	vertical-align:middle;
}
#checkout .accept span {
	cursor:pointer
}

.dealsPulse {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	position:absolute;
	right:25px;
	top:25px;
	display:none;
	width:52px;
}

.pulse-button {
  display: block;
  font-size:12px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 50%;
  line-height:16px;
  padding:10px;
  background: #f00;
  cursor: pointer;
  opacity:.7;
  box-shadow: 0 0 0 0px rgba(255,255,255, .5);
  -webkit-animation: pulse 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
}

.buyColor {
	color:#fff;
}

#membershipSignup {
	max-width:850px;
	height: 450px;
}
#membershipSignup .close {
	font-size: 14px;
	opacity: 0.5;
}
#membershipSignup .md-content {
	height:450px;
	overflow:hidden;
}
#membershipSignup .md-content .closeArea {
	margin-top:330px;
}


#membershipSignup .step {
	background:#0e0e0e;
	color:#6c6c6c;
	font-size:20px;
	padding:5px 15px;
	border-radius:5px;
	display:inline-block;
	font-weight:bold;
}
#membershipSignup .head {
	display: inline-block;
	font-size:20px;
	padding:5px 15px;
	font-weight: bold;
	color:#a8a8a8;
	display: none;
}
#membershipSignup h1 {
	text-align:center;
	color:#fff;
	font-weight:normal;
}


#membershipSignup .plans {
	text-align:center;
}
#membershipSignup .plans .plan {
	display:inline-block;
	background:#fff;
	color:#000;
	width:200px;
	margin:15px;
	cursor: pointer;
	border-radius: 8px;
	overflow:hidden;
}
#membershipSignup .plans .plan .star {
	position:absolute;
	padding:10px;
	color:#65b56e;
}
#membershipSignup .plans .plan .star i {
	font-size:20px;
}
#membershipSignup .plans .plan .title {
	font-size:22px;
	padding:5px;
	line-height: 20px;
}
#membershipSignup .plans .plan .title i {
	vertical-align: sub;
	display:none;
}
#membershipSignup .plans .highlighted .title i {
	display: block;
	/*position: absolute;*/
	float: left;
}
.Zebra_Tooltip_Message ul {
	margin: 0px;
	padding-left:20px;
}
#membershipSignup .plans .plan .price {
	font-size:36px;
	font-weight:bold;
	padding:0px 10px;
	font-family: 'Lato', sans-serif;
}
#membershipSignup .plans .plan .price span {
	font-size:22px;
}
#membershipSignup .plans .plan .downloads {
	background:#1c1c1c;
	font-size:16px;
	color:#fff;
	padding:5px;
	
}
#membershipSignup .plans .plan .downloads img{
	vertical-align:sub;
	width:20px;
	height:20px;
}
#membershipSignup .plans .plan .buy {
	background:#9bc33e;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
#membershipSignup .plans .highlighted {
	transform:scale(1.2);
}
#membershipSignup .options {
	text-align:center;
	font-size:12px;
	margin-top:20px;
}
#membershipSignup .options img {
	vertical-align:middle;
}

#membershipSignup .stepdata {
	position: absolute;
	position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;


}
#membershipSignup .stepdata input {
	background:#161616;
	padding:12px;
	font-size: 16px;
	border:none;
	border-left:5px solid #f20404;
	color:#fff;
	margin:5px auto;
	width:80%;
	max-width:420px;
}
#membershipSignup .stepdata .passwords {
	margin:16px auto;
}
#membershipSignup .step1 {
	
}
#membershipSignup .step2 {
	left:150%;
	opacity: 0;
	margin-top:20px;
	text-align: center;
}
#membershipSignup .step2 .output {
	height:22px;
	padding:5px;
	text-align: center;
}
#membershipSignup .step3 {
	left:150%;
	opacity: 0;
	margin-top:50px;
}
#membershipSignup .step3 .option {
	padding:15px;
	border:1px solid #333;
	border-radius: 5px;
	max-width: 350px;
    text-align: left;
    margin: 10px auto;
}
#membershipSignup .step3 .selected .radio {
	background:#9bc33e;
}
#membershipSignup .step3 .option .radio {
	width:16px;
	height:16px;
	border:1px solid #444;
	border-radius: 15px;
	display: inline-block;
	margin-right:15px;
	vertical-align: middle;
}
#membershipSignup .step3 .buttons .nextBtn {
	background:#09a034;
}
#membershipSignup .buttons {
	
	padding: 20px;
	font-size: 18px;
}
#membershipSignup .buttons .nextBtn {
	float:right;
}
#membershipSignup .buttons .backBtn {
	float:left;
}
#membershipSignup .buttons .nextBtn, #membershipSignup .buttons .backBtn {
	cursor: pointer;
	background:#161616;
	padding: 5px 20px;
	border-radius: 5px;
}

#login {
	text-align: center;
	max-width:450px;
}
#login .logo img {
	max-height:80px;
	max-width:350px;
	margin-bottom: 15px;
	
}
#login .content {
	max-width:400px;
	border: 2px solid #111;
	border-radius: 10px;
	padding:30px;
	margin-top:115px;
}
#login input {
	font-size: 20px;
    padding: 10px;
    font-family: arial;
    border-radius: 4px;
    font-weight: bold;
	width:60%;
	margin-top:8px;
	box-sizing: border-box;
	border:none;
	color:#333;
}

#login .close {
	font-size: 14px;
	opacity: 0.5;
}

#login input[type='submit'] {
	background:#333;
	color:#ccc;
}
#login .noaccount {
	font-size: 12px;
	margin:20px;
}
#login .signup {
	cursor: pointer;
	border:1px solid #333;
	padding:8px 20px;
	font-size: 20px;
	display: inline-block;
}

#account {
	font-family: Arial;
}
#account .content {
	max-width:600px;
	border: 2px solid #111;
	border-radius: 10px;
	padding:30px;
	margin-top:115px;
}
#account .columns {
	text-align: center;
	margin:50px 0px;
}
#account .title {
	font-size:20px;
}
#account .title span {
	opacity:0.5;
}
#account .col1, #account .col2 {
	display: inline-block;
	padding: 20px;
	vertical-align: middle;
	margin:0px 20px;
}

#account .col1 .downloads {
	font-size: 100px;
	color:green;
	font-weight: bold;
	
	
}
#account .col2 {
	font-size: 20px;
}
#account .col2 .head {
	opacity: 0.4;
}
#account .col2 .date {
	margin: 5px 0px;
	font-size: 36px;
	font-weight: bold;
}
#account .col2 .link {
	margin-top:20px;
	
}
#account .col2 .link a {
	color: #fff;
	font-size: 16px;
}
#account .close {
	font-size: 14px;
	opacity: 0.5;
}

.clicker {
	width:0px;
	height:0px;
	font-size:0px;
	display:none;
}
.mt10 {
	margin-top:10px !important;
}

@-webkit-keyframes pulse {
  0% {
	-webkit-transform: scale(0.9);
  }
  70% {
	-webkit-transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
    100% {
	-webkit-transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}
.fadeLoop {
  animation: blink 1s infinite;
}


@media only screen and (max-width:1120px) {
	#licenses .license {
		font-size:14px;
		width:160px;
	}
	#licenses .license .name {
		font-size:14px;
	}
	#licenses .license .price {
		font-size:32px;
	}
	#licenses .license .offer {
		font-size:14px;
	}
	
	#offerStep1 .license {
		font-size:14px;
		width:160px;
	}
	#offerStep1 .license .name {
		font-size:14px;
	}
	#offerStep1 .license .price {
		font-size:32px;
	}
	#offerStep1 .license .offer {
		font-size:14px;
	}
}
@media only screen and (max-width:1000px){
	#licenses .license {
		font-size:12px;
		width:120px;
	}
	#licenses .license .name {
		font-size:12px;
	}
	#licenses .license .price {
		font-size:24px;
	}
	#licenses .license .data {
		padding:5px;
	}
	
	#offerStep1 .license {
		font-size:12px;
		width:120px;
	}
	#offerStep1 .license .name {
		font-size:12px;
	}
	#offerStep1 .license .price {
		font-size:24px;
	}
	#offerStep1 .license .data {
		padding:5px;
	}
	#trackVideo .license .price {
		font-size:18px;
	}
	#trackVideo .license {
		width:100px;
	}
}
@media only screen and (max-width:780px){
	#licenses .license .incart {
		margin:6px 0px 0px 0px;
		font-size:18px;
	}
	
	#licenses .license .offer, #licenses .license .nooffer, #trackVideo .license .offer, #trackVideo .license .nooffer {
		display:none;
	}
	#licenses .license .sale i {
		font-size:18px;
	}
	#offerStep1 .circle {
		margin:5px;
	}
	#offerStep1 .license {
		margin:0px 8px 8px 0px;
	}
	#offerStep1 .license .price {
		font-size:18px;
	}
	#trackVideo .dealsPulse {
		display:none !important;
	}
	#trackVideo .thumb {
		display:none;
	}
	#ytplayer {
		width:100%;
		height:250px;
	}
}
@media only screen and (max-width : 750px) {
	.tabs {
		display:none;
	}
	#tabDetails {
		padding-left:0px;
	}
	#filters .tabs {
		display:block;
	}
	#licenses .thumb {
		width:100px;
		height:100px;
	}
	#licenses .title {
		margin-bottom:0px;
		height:36px;
	}
	#licenses .buttons {
		margin-top:0px;
	}
	#licenses .buttons div {
		padding:3px 6px;
	}
}

@media only screen and (max-width:650px){
	#licenses .buttons div {
		width:23px;
		height:23px;
		overflow:hidden;
	}
	#offerStep1 .title2 {
		font-size:24px;
	}
	#offerStep1 .right h1 {
		font-size:24px;
	}
	#offerStep1 .right h2 {
		font-size:18px;
	}
	
	#offerStep1 .licenses .active {
		display:none;
	}
	
}

@media only screen and (max-width : 550px) {
	.footer .thumb {
		display:none;
	}
	.footer .title {
		display:none;
	}
	.topBar .artist {
		display:none;
	}
	.footer .timerIcon {
		display: none !important;
	}
	.tracks .track .bpm {
		display:none;
	}
	.tracks .track .title {
		width:34%;
	}
	
	.header .membership {
		zoom:0.7;
	}
	#membershipSignup .content {
		margin-top:10px;
	}
	#membershipSignup .plans .plan {
		zoom:0.4;
		
	}
	#membershipSignup .options img {
		zoom:0.75;
	}
	
	#membershipSignup .stepdata input {
		zoom:0.75;
	}
	#membershipSignup .step3 .option {
		zoom:0.75;
	}
	#login .content {
		padding:0px;
		margin-top:20px;
		zoom:0.8;
	}
	#account .content {
		zoom:0.5;
	}
	.header .bottom {
		margin-top:0px;
		background:#000 !important;
	}
	.header .bottom .contents {
		padding-top:0px;
	}
	.header .bottom .buttons {
		display:none;
	}
	.header .bottom .searchBar {
		width:98% !important;
		padding:4px;
	}
	.header .trackInfo .time .current {
		
		width:auto;
		margin-right:8px;
	}
	.header .trackInfo .time .total {
		
		width:auto;
	}
	.header .trackInfo .time {
		float:right;
		height:32px;
		font-size:40px;
		margin-top:-9px;
		opacity:0.65;
	}
	.makeOffer .f2 {
		font-size:18px !important;
	}
	.header .trackInfo .icons {
		display:none !important;
	}
	.header .trackInfo .purchase {
		font-size:22px;
		margin-top:-28px;
		z-index:1;
	}
	.header .trackInfo .play, .header .trackInfo .pause {
		font-size:32px;
	}
	
	.header .trackInfo .rating {
		display:none;
	}
	.header .trackInfo .favorite {
		display:none;
	}
	.header .trackInfo .share {
		display:none;
	}
	.header .artist {
		font-size:28px !important;
		padding:5px 15px !important;
		height:40px !important;
	}
	.header .trackInfo .thumb {
		width:130px !important;
		height:130px !important;
	}
	.header .trackInfo .row2 {
		display:none !important;
	}
	.header .producer {
		display:block;
	}
	.progressTime {
		display:none !important;
	}
	#visualizer {
		display:none;
	}
	.header .trackInfo {
		height:130px !important;
		padding-top:0px !important;
		padding-left:0px !important;
	}
	.header .trackInfo .title {
		font-size:18px;
		height:30px;
		line-height:28px;
	}
	.header .totalPlays {
		display:none;
	}
	.footer .controls {
		position:static;
		width:auto;
		margin-left:0px;
	}
	.footer .buy {
		display:none !important;
	}
	.footer .controls .volumeItem {
		display:none;
	}
	
	/*----POPUPS-----*/
	.popup {
		padding:2%;
		max-width:96%;
	}
	
	.header .artist .verified {
		width:20px;
		height:20px;
		margin-top:6px;
	}
	
	/*-----DEALS POPUP----*/
	#deals .thumb {
		width:80px;
		height:80px;
	}
	#deals ul {
		font-size:14px;
	}
	/*-----REQUEST CUSTOM------*/
	#customTrack .requirements {
		height:100px;
	}
	/*------COUPON--------*/
	#coupon .thumb {
		width:80px;
		height:80px;
	}
	/*-----CHECKOUT-------*/
	#checkout .info {
		font-size:14px;
	}
	#checkout .item .price {
		font-size:22px;
		margin-right:12px;
	}
	#checkout .amounts {
		font-size:22px;
	}
	#checkout .accept label {
		font-size:12px;
	}
	#checkout .accept span {
		font-size:12px;
	}
	#checkout .footerRow {
		padding:5px;
	}
	
	#OfferPopup .inner .priceInput {
		font-size:48px;
		padding-right:0px;
	}
	#OfferPopup .inner .currency {
		margin-top:16px;
		margin-left:5px;
	}
	.header .darkness {
		display:block;
	}
	.header .trackInfo .buttons {
		display:none;
	}
	.header .trackInfo .play, .header .trackInfo .pause {
		position: absolute;
		left: 90px;
		font-size: 40px;
		top: 90px;
	}
	#licenses .license {
		margin-right:5px;
		margin-bottom:5px;
	}
	
	#offerStep1 .license {
		margin-right:5px;
		margin-bottom:5px;
	}
	#offerStep1 .right {
		clear:both;
	}
	#offerStep1 .inner {
		margin-top:60px;
	}
}
@media only screen and (max-width : 480px) {
	.topBar .cart .discountMsg {
		display:none !important;
	}
	.dealsPulse {
		display:none !important;
	}
	.tracks .track .icons {
		display:none;
	}
	#customTrack .budget {
		width:100%;
	}
	#customTrack .rightArea {
		width:100%;
	}
	#customTrack .budget input {
		font-size:30px;
	}
	#customTrack .budget .currency {
		margin:23px;
		font-size:18px;
		margin-top:38px;
	}
	#customTrack .link {
		margin-top:4px;
		padding:4px;
	}
	#customTrack .input2 input {
		padding:4px;
	}
	#customTrack .input2 {
		line-height:28px;
	}
	#checkout .coupon input {
		width:90%;
		font-size:14px;
	}
	#checkout .leftArea {
		display: inline;
		width:100%;
	}
	#checkout .commentBox textarea {
		width:95%;
	}
	#checkout .comment {
		font-size:16px;
		margin-top:6px;
	}
	#headerVideo {
		display:none;
	}
	#checkout .leftArea .coupon {
		display:none;
	}
	#licenses .md-content, #trackVideo .md-content {
		max-height:400px;
		overflow-y:scroll;
	}
	#licenses .license {
		width:90%;
	}
	#licenses .license .sale {
		height:auto;
	}
	#licenses .license .sale i {
		float:right;
		margin-top:-20px;
	}
	
	#OfferPopup .head .img {
		width:80px;
		height:80px;
	}
	#OfferPopup .head h2 {
		font-size:20px;
	}
	#OfferPopup .head .track {
		font-size:14px;
		height:auto;
	}
	#OfferPopup .head .genre {
		margin:0;
	}
	#OfferPopup .inner .priceInput {
		font-size:36px;
		width:150px;
	}
	#OfferPopup .inner .common {
		width:150px;
	}
	
	#offerStep1 .license .includes {
		display:none;
	}
	#offerStep1 .circle {
		margin:5px;
	}
	#offerStep1 .license {
		width:90px;
	}
	#offerStep1 .inner .priceInput {
		width:180px;
	}
	#offerStep1 .inner .common {
		width:180px;
	}
}
@media only screen and (max-width : 380px) {
	.tracks .track .playing {
		display:none;
	}
	.footer .controls .item:nth-child(1), .footer .controls .item:nth-child(5) {
		display:none;
	}

	#filters {
		width:100%;
		left:-380px;
	}
	#customTrack .rightArea {
		font-size:12px;
	}
	#coupon input[type='text'] {
		font-size:18px;
	}
	#coupon input[type='submit'] {
		margin:10px 0;
		font-size:12px;
	}
	#aboutMe .title {
		font-size:16px;
	}
	#aboutMe .thumb {
		width:80px;
		height:80px;
	}
	#aboutMe .info {
		font-size:12px;
	}
	#freeDownload .title {
		font-size:16px;
	}
	#checkout .item .cell2 {
		display:none;
	}
	#checkout .item .cell {
		width:55%;
	}
	
	
	
	
}
@media only screen and (max-width : 320px) {
	
	#deals .thumb {
		display:none;
	}
	#customTrack .rightArea {
		width:100%;
	}
	#customTrack .budget {
		width:100%;
	}
	#customTrack h3 {
		font-size:12px;
	}
	#customTrack .dimm {
		font-size:12px;
	}
	#customTrack .requirements {
		font-size:12px;
		height:60px;
	}
	#customTrack .budget {
		margin:0px;
		margin-bottom:10px;
		line-height:12px;
	}
	#coupon .thumb {
		display:none;
	}
	#aboutMe .thumb {
		display:none;
	}
	#freeDownload .thumb {
		display:none;
	}
	#checkout .item .thumb {
		display:none;
	}
	#checkout .topRow .thumb {
		display:none;
	}
	#checkout .item .cell {
		width:50%;
	}
	#checkout .item .price {
		font-size:18px;
		margin-right:6px;
	}
	#checkout .item .remove {
		margin-top:0px;
		padding-right:5px;
	}
	.header .trackInfo .time {
		font-size:30px;
	}

}
@media only screen and (max-width : 250px) {
	.tracks .track .price .free {
		display:none;
	}
	#checkout .item .cell {
		width:40%;
	}
}