@font-face {
	font-family: 'Ubuntu-B';
	src: url('../fonts/Ubuntu-B.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-BI';
    src: url('../fonts/Ubuntu-BI.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-C';
    src: url('../fonts/Ubuntu-C.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-L';
    src: url('../fonts/Ubuntu-L.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-LI';
	src: url('../fonts/Ubuntu-LI.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-M';
    src: url('../fonts/Ubuntu-M.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-MI';
    src: url('../fonts/Ubuntu-MI.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-R';
    src: url('../fonts/Ubuntu-R.ttf')  format('truetype');
}
@font-face {
	font-family: 'Ubuntu-RI';
	src: url('../fonts/Ubuntu-RI.ttf')  format('truetype');
}

::-webkit-scrollbar { 
    display: none; 
}

body {
    font-family: 'Ubuntu-L', sans-serif !important;
	color: #fff !important;
	/*font-weight: 300;*/
	background:url('../images/bglightsparallax.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
html, body {
  width: 100%;
  height: 100%;
}

.scrolldiv{
	padding-right:20px;
}

#menu-right-menu .search-form .form-group{
    width: 100% !important;
    border-bottom: 1px solid #ddd !important;
    opacity: 1 !important;
}
#menu-right-menu .search-form .form-group input{
    text-align:center !important;
}

@media (min-width: 767px) {
  .scrolldiv::-webkit-scrollbar {
      width: 10px  !important;
  }

  .scrolldiv:hover::-webkit-scrollbar {
      display: block !important;
  }
   
  .scrolldiv::-webkit-scrollbar-track {
  	-webkit-box-shadow: inset 0 0 6px rgba(16,23,40,0.7) !important;
  	box-shadow: inset 0 0 6px rgba(16,23,40,0.7)  !important;
      -webkit-border-radius: 0px  !important;
      border-radius: 0px  !important;
  	background:  rgba(16,23,40,0.8)  !important;
  }

  .scrolldiv::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0px  !important;
      border-radius: 0px  !important;
      background: #757ea2 !important; 
  }

  .scrolldiv::-webkit-scrollbar-thumb:window-inactive {
  	background: rgba(16,23,40,0.7) !important; 
  }

}

.topbar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #0a0a24;
    color: #fff;
    padding-bottom: 7px;
    padding-top: 7px;
    z-index: 98;
}

.copyright {
	font-size: 11px;
	color: #eee;
	text-align: left;
}

.info-desktop {
	text-align: right;	
}

.info-mobile {
	display: none;
}

.social-top.info-mobile{
    margin-top:1.5% !important;
}

.info-desktop .search-top, .info-desktop .social-top, .info-desktop .logo-top {
	float: right;
}

.info-mobile.logo-top {
	display:none;
}

.navbar{
    min-height:40px !important;
}

.search {
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-style: none none solid;
    border-width: medium medium 1px;
}

.social-top {
	margin-right: 40px;
	margin-left: 40px;
}

.social-top a i {
	color: #fff !important;
	margin-right: 10px;
	margin-left: 10px;
}

.social-top a i:hover {
	color: #ddd !important;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 30px;
  height: 26px;
  background-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.7;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
  color: #fff;
  height: 24px;
  padding-bottom: 1px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-bottom: 1px solid #ddd;
  opacity: 1;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 98;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  left: initial;
  font-size: 14px;
}
nav {
    top: 40px;
    width: 100%;
    z-index: 95;
}
.navbar {
  position: fixed !important;
	margin-bottom: 0 !important;
  padding-top: 10px !important;
  background-color: rgba(0,0,0, 0.9);
  z-index:999 !important;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
	height: auto !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > li > a {
	font-size: 17px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ddd !important;
}

.bottombar {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.player {
	background-color: #f2f2f2;
	/*height: 73px;*/
}

.player img {
	max-width: 100%
}

.main {
	margin-top: 100px;
}

.cover, .cover div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
}
.cover {
  transform: rotate(45deg) translateY(10px);
}
.cover .cover-diamond {
  width: 355px;
  height: 355px;
  transform: rotate(-45deg) translateY(-74px);
}
.cover .cover-diamond img {
  width: 100%;
  height: auto;
}

.rombo {
	width: 25%;
	float: left;
	margin-bottom: 80px;
}

.home-info {
	background-size: 50% 50% !important;
	background-repeat: no-repeat !important;
    bottom: 0;
    padding-right: 10px;
    padding-top: 1px;
    position: absolute;
    right: 0;
    text-align: right;
    transform: rotate(-45deg) translateY(-2px) translateX(37px);
}

.rombo1 {
	background:
		linear-gradient(135deg, transparent 16px, #111433 0) top left,
		linear-gradient(225deg, transparent 0px, #111433 0) top right,
		linear-gradient(315deg, transparent 0px, #111433 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #111433 0) bottom left;
}

.rombo2 {
	background:
		linear-gradient(135deg, transparent 16px, #0e1450 0) top left,
		linear-gradient(225deg, transparent 0px, #0e1450 0) top right,
		linear-gradient(315deg, transparent 0px, #0e1450 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #0e1450 0) bottom left;
}

.rombo3 {
	background:
		linear-gradient(135deg, transparent 16px, #0a0a26 0) top left,
		linear-gradient(225deg, transparent 0px, #0a0a26 0) top right,
		linear-gradient(315deg, transparent 0px, #0a0a26 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #0a0a26 0) bottom left;
}

.rombo4 {
	background:
		linear-gradient(135deg, transparent 16px, #030a1d 0) top left,
		linear-gradient(225deg, transparent 0px, #030a1d 0) top right,
		linear-gradient(315deg, transparent 0px, #030a1d 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #030a1d 0) bottom left;
}

.rombo5 {
	background:
		linear-gradient(135deg, transparent 16px, #475774 0) top left,
		linear-gradient(225deg, transparent 0px, #475774 0) top right,
		linear-gradient(315deg, transparent 0px, #475774 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #475774 0) bottom left;
}

.rombo6 {
	background:
		linear-gradient(135deg, transparent 16px, #1f2535 0) top left,
		linear-gradient(225deg, transparent 0px, #1f2535 0) top right,
		linear-gradient(315deg, transparent 0px, #1f2535 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #1f2535 0) bottom left;
}

.rombo7 {
	background:
		linear-gradient(135deg, transparent 16px, #2b3348 0) top left,
		linear-gradient(225deg, transparent 0px, #2b3348 0) top right,
		linear-gradient(315deg, transparent 0px, #2b3348 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #2b3348 0) bottom left;
}

.rombo8 {
	background:
		linear-gradient(135deg, transparent 16px, #1e2027 0) top left,
		linear-gradient(225deg, transparent 0px, #1e2027 0) top right,
		linear-gradient(315deg, transparent 0px, #1e2027 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #1e2027 0) bottom left;
}

.content {
	z-index: 95;
	/* margin-top: 70px; */
  margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
  .super-padding-mobile{
      padding-top: 100px !important;
  }
 
  #search-internal{
    display:none !important;
  }
  .hap-playlist-holder .hap-bottom-bar>img{
    display:none !important;
  }
  .hap-player-holder div{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .hap-player-holder{
    margin-bottom:0 !important;
    padding-bottom:5px !important;
  }
  .hap-playlist-holder{
    width:100% !important;
    max-width:100% !important;
  }
  #mobile-player-buttons{
    display:block !important;
    margin-top:3px;
    margin-bottom:3px;
  }
  #image-release{
    width:100% !important; 
    height:auto !important; 
    display:block;
    margin-right:auto;
    margin-left:auto;
    padding-right: 15%;
    padding-left: 15%;
  }
  #grab-copy{
    font-size:11px !important;
  }
  #grab-copy-container{
    margin-top:25px;
  }

  #right-player{
    text-align:center;
    position:relative;
    /*
    position:absolute;
    right:0;
    top:0;
    width:25%;
    */
  }
  #right-player #buy-1 img, #right-player #buy-2 img{
    width:100% !important;
    max-width:80% !important;
    float: none !important;
  }
  #v-volume{
    display:none;
  }
  .title-release-mobile{
    display:block !important;
  }
  .open-pp-list{
    margin-top:-1px;
    width:35px;
  }
  #time-status{
    display:none;
  }
  #release-link{
    display:none;
  }
  #song-details{
    display:none;
  }
  .jjjj{
    display:none;
  }
  /* wave{display:none !important;} */
  .content {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .with-margin{
      margin-top: 70px !important;
      margin-bottom: 120px !important; 
  }
}

.content h1 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 30px;
}

.h4content {
    font-size: 14px;
    margin: 20px 0;
}

@media (min-width: 767px) {
    .super-padding-mobile{
      padding-top: 170px !important;
    }
    .desktop-hidden{
        display:none !important;
    }
  .about-content {
  	overflow: hidden;
  	max-height: 300px;
  }

  .about-content:hover {
  	overflow-y: scroll;
  }
}

.release {
	position: relative;
	width: 100%;
	float: left;
}

.featured-release {
    background-image: url("../images/featured.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.release-img img {
	width: 100%;
	transition: all 0.35s, border-radius 0s;
}

.carousel-indicators {
    bottom: -30px !important;
}

.carousel-control {
	opacity: 1 !important;
	width: auto !important;
}

.carousel-control.right {
	right: -9px;
}

.carousel-control.left {
	left: -16px;
}

.carousel-control .fa {
    position: absolute;
    top: 50% !important;
}

.carousel-indicators li {
  text-indent: inherit !important;
  background-color: transparent !important;
  border: none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.carousel-indicators .active {
	color: #18437f !important;
}

.release-box {
    float: left;
    padding: 10px;
    width: 20%;
}

.release-info {
    bottom: 10px;
    position: absolute;
    text-shadow: 0 0 3px #333;
    width: 100%;
	z-index: 1;
	text-align: center;
	-webkit-transition: all 5s;
    transition: all 5s;
}

.release h4 {
    font-size: 16px;
	margin-bottom: 0;
	color: #fff !important;
}

.release p{
	color: #fff;
}

@media (min-width: 767px) {
  .release-content {
  	overflow: hidden;
  	max-height: 140px;
  }

  .release-content:hover {
  	overflow-y: scroll;
  }
}

.release-single-track {
	width: 37%;
	float: left;
}
	
.release-single-player {
	width: 63%;
	float: left;
	padding-left: 15px;
}

.release-single-player h4 {
	margin: 0;
}

.subtitle {
	font-size: 12px;
}

.share-buttons {
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
}

.share-buttons img{
  max-width:33%;
}

.tab-content {
    overflow: hidden;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none !important;
    background-color: transparent !important;
    color: #423d53 !important;
}

.nav > li > a {
	color: #fff !important;
	border: none !important;
}

.nav-tabs > li > a {
	padding-left: 0 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
  boder: none !important;
  color: #fff;
}

.pagetitle {
    margin-top: 150px;
    position: relative;
}

.release-content p {
	line-height: 29px;
}

.release-thumbs .carousel {
	margin-top: 50px;
	opacity: 0.5;
	transition: all 0.35s;
}

.release-thumbs .carousel:hover {
	opacity: 1;
}

.release-thumbs .carousel-control .fa {
    position: absolute;
    top: 43% !important;
}

.release-thumb {
    float: left;
    padding: 10px;
    width: 12.5%;
}

.release-thumb #release-info img {
    max-width: 40px;
}

.release-thumb #release-info {
    bottom: 20px;
}

.streaming-copy {
    margin-top: 30px;
}

.search-int {
  position: absolute;
  right: 0;
	z-index: 95 !important;
	top: 25px;
}

.search-int input {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
	width: 90%;
}

.search-int .fa.fa-search {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.carousel {
	position: unset;
}

.artist {
	position: relative;
	width: 100%;
	float: left;
}

.featured-artist {
    background-image: url("../images/featured.png");
    background-size: 100% auto;
    height: 100%;
    background-repeat:no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.artist-img img {
	width: 100%;
	transition: all 0.35s, border-radius 0s;
}

.artist-box {
    float: left;
    padding: 10px;
    width: 20%;
}

.artist-box-int {
    width: 100%;
	overflow: hidden;
}

.artist-photo {
	opacity: 0.8;
	transition: all 0.5s ease 0s;
}
.artist-img {
	opacity: 0.8;
	transition: all 0.5s ease 0s;
}

.artist-info {
    background: rgba(16, 23, 40, 0.8);
    bottom: -37px;
    padding-bottom: 50px;
    padding-right: 30px;
    position: absolute;
    right: -19px;
    text-align: right;
    text-shadow: 0 0 3px #333;
    transform: rotate(-12deg);
    transition: all 0.5s ease 0s;
    width: 130%;
    z-index: 1;
}

.artist h4 {
	color: #fff !important;
}

.artist p{
	color: #fff;
}

.artist-single {
    margin-top: 5px;
}

@media (min-width: 767px) {
  .artist-content {
  	overflow: hidden;
  	max-height: 140px;
  	margin-top: 5px;
  }

  .artist-content:hover {
  	overflow-y: scroll;
  }
}

.artist-content p {
	line-height: 29px;
}

.artist-thumbs .carousel {
	margin-top: 20px;
	opacity: 0.5;
	transition: all 0.35s;
}

.artist-thumbs .carousel:hover {
	opacity: 1;
}

.artist-thumbs .carousel-control .fa {
    position: absolute;
    top: 43% !important;
}

.artist-thumb {
    float: left;
    padding: 10px;
    width: 20%;
}

.artist-thumb #release-info img {
    max-width: 40px;
}

.artist-thumb #release-info {
    bottom: 20px;
}

.latest-releases img {
    float: left;
    padding: 10px;
    width: 25%;
}

.video {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.video:hover {
	cursor: pointer;
}

.featured-video {
    background-image: url("../images/featured-video.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.video-img img {
	width: 100%;
	transition: all 0.35s, border-radius 0s;
}

.video-info {
	/*
    bottom: 10px;
    position: absolute;
    text-shadow: 0 0 3px #333;
    width: 100%;
	z-index: 1;
	text-align: center;
	-webkit-transition: all 5s;
    transition: all 5s;
	*/
	bottom: 10px;
    position: absolute;
    text-shadow: 0 0 3px #333;
    width: 100%;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 5s;
    transition: all 5s;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
}

.video h4 {
    font-size: 16px;
	margin-bottom: 0;
	color: #fff !important;
}

.video p{
	color: #fff;
}

.demos {
	line-height: 29px;
}

.send {
	margin-bottom: 40px;
}

.halfform {
	width: 50%;
	float: left;
	padding: 0 10px;
}

textarea.form-control {
    height: 181px !important;
}

.btn {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 6px 12px;
	text-shadow: none !important;
	width: 50%;
}

.contacts .btn {
	width: auto;
	padding: 6px 40px;
}

.find-us {
	margin-bottom: 40px;
	overflow: hidden;
}

.social-icon {
	width: 16%;
	float: left;
	margin: 20px 0;
}

.news {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.featured-news {
    background-image: url("../images/featured-news.png");
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.news-img img {
	width: 100%;
	transition: all 0.35s, border-radius 0s;
}

.news-box {
    float: left;
    padding: 10px;
    width: 20%;
}

#news-info {
    bottom: 10px;
    position: absolute;
    text-shadow: 0 0 3px #333;
    width: 100%;
	z-index: 1;
	text-align: center;
	-webkit-transition: all 5s;
    transition: all 5s;
}

.news h4 {
    font-size: 16px;
	margin-bottom: 0;
	color: #fff !important;
}

.news p{
	color: #fff;
}

h5 {
    padding: 0 5px;
}

.white {
	color: #fff !important;
}

.news-img {
    max-width: 340px;
}

@media (min-width: 767px) {
  .news-content {
  	overflow: hidden;
  	max-height: 270px;
  	line-height: 29px;
  }
  .news-content:hover {
  	overflow-y: scroll;
  }
}

.news-thumbs .carousel {
	margin-top: 50px;
	opacity: 0.5;
	transition: all 0.35s;
}

.news-thumbs .carousel:hover {
	opacity: 1;
}

.news-thumbs .carousel-control .fa {
    position: absolute;
    top: 43% !important;
}

.news-thumb {
    float: left;
    padding: 10px;
    width: 12.5%;
}

@media (max-width: 767px) {
	.content {
		 margin-bottom: 160px;
	}
}
#popupvideo {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	background-color: rgba(17,20,51,0.9);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10% 0;
}

.video-thumbs .carousel {
	margin-top: 20px;
	transition: all 0.35s;
}

.video-thumbs .carousel-control .fa {
    position: absolute;
	top: 24% !important;
}

.video-thumb {
    float: left;
    padding: 10px;
    width: 20%;
}

.video-thumb #release-info img {
    max-width: 40px;
}

.video-thumb #release-info {
    bottom: 20px;
}

.closepopup {
	position: absolute;
	right: 20px;
	top: 20px;
}

.closepopup:hover {
	cursor: pointer;
}

.closepopup .fa {
	color: #fff;
	font-size: 30px;
}

.go-release a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

.go-release a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-toggle {
	border: none !important;
}

.navbar-collapse {
	border-top: none !important;
}

.nav > li {
	text-align: center;
}


.scrolltable {
	max-height: 155px;
	overflow-y: scroll;
}


.noborder {
	border-top: none !important;
}

.copyright-footer {
	position: absolute;
	bottom: 0;
	padding: 4px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #0a0a24;
  z-index:99;
}

/* RESPONSIVE*/
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	.release h4 {
    	font-size: 13px;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	.mainlogo {
		width: 70px;
	}
	.navbar-brand {
		left: 50%;
		margin-left: -35px !important;
		padding-top: 11px !important;
	}
	.release-content, .artist-content, .news-content {
		margin-top: 20px;
	}
}

@media (min-width: 767px) {
	#landing-content .topbar .row {
		align-items: center;
		display: flex;
	}
}
@media screen and (min-height: 730px) {
	.content {
    /*
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
    */
	}
}

@media (min-width: 992px) {
	.content-releases .carousel {
		min-height: 480px;
	}
	.content-artists .carousel {
		min-height: 460px;
	}
}

@media (max-width: 767px) {
  .mobile-hidden{
    display:none !important;
  }
  .archive-news-title{
    /* height:40px !important; */
  }
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	    letter-spacing: 1.3px;
	}
	.hap-player-holder .col-sm-4{
		padding-top:3px !important;
		padding-bottom:0 !important;
		margin:0;
	}
	.hap-player-holder .col-sm-4:first-child{
		margin-left:-15px;
		margin-right:10px;
	}
	.jjjj{
		top:3px !important;
	}
	.navbar {
		background: #0a0a24;
		position: fixed !important;
		top: 0px;
		z-index: 99;
	}
	.navbar-collapse.collapse, .navbar-default .navbar-collapse {
		background:#0a0a24 !important;
	}

	.search-top{
		display:none !important;
	}
	.navbar-brand {
		left: 15px;
		margin-left: 0 !important;
	}
	.mainlogo {
		width: 30px;
	}
	.copyright {
		text-align: center;
		margin-bottom: 10px;
		float: none;
	}		
	.info-desktop {
		display: none;
	}
	.info-mobile {
		display:block;
		text-align: center;
	}
	.search-top {
		margin: 0 auto;
		overflow: hidden;
		width: 40%;
	}
	.release {
		max-width: 170px;
	}
	#release-info img, #video-info img {
		width: 50px;
	}
	#video-info {
		bottom: 0;
	}
	.content {
		margin-top: 165px;
	}
	.btn {
		width: auto !important;
	}
	.carousel {
		margin-top: 40px;
	}
	.search-int {
		margin: 0 auto;
		position: absolute;
		right: 35%;
		width: 30%;
		top: 75px;
	}
	.pagetitle {
		margin-top: 80px;
	}
  #iframe-videos {
    width: auto !important;
  }
}

@media (max-width: 480px) {
	.release-box, .news-box, .artist-box {
		float: left;
		padding: 10px;
		width: 50%;
	}
	.release-thumb, .news-thumb {
		width: 25%;
	}
	.artist-thumb {
		width: 20%;
	}
	.release-thumb #release-info {
		bottom: 30px;
	}
	.latest-releases img {
		width: 50%;
	}
	.content {
		 margin-bottom: 280px;
	}
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{
	border:0 !important;
}

#landing-content {
	height: 100% !important;
	overflow: scroll !important;
}

#waveform{
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right: 0 !important;
}

wave canvas{
    background-color:#f2f2f2;
    width:0;
}

@media (max-width: 767px) {
    #wave-loader{ top: 75% !important;}
}