/* =Reset default browser CSS
-------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
}
#header p {
	color:#000;
}
/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body,
form, input, select, textarea, fieldset, button {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	
}

/* =Custom Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	float:left;
	width:100%;
	min-width:100%;
}

/* =Header
-------------------------------------------------------------- */
#header {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:109px;
	background-size: 100% 100%;
}
.new-releases #header {
	background-image: url('../images/new-header-bg.png');
}

.distribution #header {
	background-image: url('../images/distribution-bg.jpg');
}

.navbar-inverse {
	background-image: url('../images/header_bg_1px.png') !important;
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0;
	position: fixed;
	margin: 0;
	min-height:109px;
}
#header .sub-header {
	max-width: 1315px;
	margin: 0 auto;
}
#header .banner {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 49px;
	position: relative;
}
#header .banner .left-box {
	width: 1077px;
	margin-left:auto;
	margin-right:auto;
	padding: 60px 0 106px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	//background:url(/images/releases-bg.png);
	background-color:#cecece;
	background-repeat: repeat;
	border-style: solid;
    border-width: 0px;
	border-color:#888;
	filter: alpha(opacity=50);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   opacity:.85;
   -moz-opacity: .85; 
   zoom: 1;
}
#header .banner .left-box h1 {
	font-weight: 600;
	font-size: 34px;
	line-height: 42px;
	color: #000;
}
#header .banner .left-box p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	padding: 15px 0 17px;
	width: 80%;
	margin: 0 auto;
}
#header .banner .left-box ul {
	width: 414px;
	margin: 0 auto;
}
#header .banner .left-box li {
	float: left;
	padding: 0 2px;
}
#header .banner .left-box .link {
	width: 245px;
	margin: 0 auto;
	padding-top: 35px;
	clear: both;
}
#header .banner .left-box .link a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 245px;
	height: 50px;
	background-color: #096;
	background-size: 100% 100%;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;
	display: block;			
	
}
#header .banner .left-box .link a:hover {
	text-decoration:none;
	background-color: #993;
}
#header .banner .right-box {
	width: 316px;
	float: left;
	background-image: url('../images/shape_2.png');
	position: absolute;
	top: 402px;
	left: 544px;
}
#header .banner .right-box p {
	background-image: url('../images/pandora.png');
	background-position: 231px 5px;
	text-align: left;
	padding: 21px 0 70px;
}
#header .banner .right-box p a {
	background-image: url('../images/arrow1.png');
	background-position: right 28px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 0 12px 0 0;
	margin: 0 0 0 42px;
	float: left;
	display: inline;
}
#header .banner .learn-more {
	width: 98px;
	margin: 20px 0 0 30px;
	margin-left:auto;
	margin-right:auto;
}
#header .banner .learn-more a {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	background-image: url('../images/arrow.png');
	background-position: bottom center;
	padding: 25px 0;
	margin-top: -20px;
	position: relative;
	
}
.new-releases #header .banner {
	padding: 23px 0 40px;
}
#header .banner .new-releases-box {
	width: 100%;
	float:left;
}
.new-releases-box .releases-box-l {
	max-width: 412px;
	float: left;
	background-image: url('../images/new-releases-bg.png');
	padding: 11px 0;	
	padding-right: 0;
	display: inline;
}
.new-releases-box .releases-box-l h2 {
	font-weight: 700;
	font-size: 43px;
	line-height: 46px;
	color: #ddd;
}
.new-releases-box .search-box-r {
	max-width: 560px;
	float: left;
	padding: 8px 0 0;
}
.search-box-r .navbar-form {
	padding: 0;
	max-width: 560px;
}
.search-box-r .navbar-form .form-group {
	float: left;
}
.search-box-r .navbar-form .form-control {
	max-width: 361px;
	height: 34px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-image: url('../images/input-bg.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	background-color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 34px;
	color: #959595;
	padding: 5px 45px;
	box-sizing: content-box;
	float: left;
}
.search-box-r .btn-default {
	font-weight: 700;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	box-sizing: content-box;
	float: left;
	width: 103px;
	height: 36px;
	padding: 5px 0;
	background-image: none;
	outline: 0;
	border: 0;
	background-color: #05a8f9;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.navbar-nav>li {
	font-weight:0;
	margin-top:10px;
	font-size: 14px;
	line-height: 17px;
	padding: 0 13px;
}
.navbar-nav>li>a {
	padding: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #117feb;
	background-image: none;
	box-shadow: none;
}
.register_login {
	width: 200px;
	float: right;
	border-left: 2px solid #424242;
	padding: 35px 0 0 10px;
	min-height: 109px;
}
.register_login li {
	float: left;
}
.navbar-brand {
	padding: 31px 0 0;
	
}
	.navbar-header .navbar-brand img {
		width:90%;
		height:auto;
}
.navbar-btn {
	background-color: transparent;
	border: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	color: #0d8bef;
	background-image: url('../images/sign_in_icon.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 0 0 2px 27px;
	float: left;
}
#header p {
	color: #fff;
}
.navbar-nav {
	padding: 45px 14px 0 85px;
	border-right: 1px solid #000;
	min-height: 109px;
}
.register_login .list-register {
	float: right;
}
.navbar-text.navbar-right:last-child {
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	margin: 0;
	float: right;
}
.navbar-inverse .navbar-link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #019432;
	width: 92px;
	height: 30px;
	text-align: center;
	padding: 10px 0 0;
	box-sizing: content-box;
	display: block;	
	margin-top:6px;
}
.navbar-inverse .navbar-link:hover {
	background-color: #996;
	text-decoration:none;
}
@media (min-width: 1600px){
	#wrapper {
		max-width: 1600px;
		min-width: 100%;
		margin: 0 auto;
	}

	#header {
		max-width: 1600px;
		min-width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 1060px){
.move-right {
	position:absolute;
		margin-left:70px;
	}
	
	.navbar-right {
	position:absolute;
		margin-left:30px !important;
	}
	
}

/* =Main
-------------------------------------------------------------- */
#main {
	width: 100%;
}
.new-releases #main {
	background-image: none;
}
.global-content {
	width:100%;
	background-image: url('../images/global-content-bg.jpg');
	background-color:#eee;
	background-position: top center;
	background-size: 100% 100%;
}

.global-content .box1 {
	padding-right:0;
}
.global-content .box2 {
	padding-left:0;
}
.middel-box {
	max-width: 1378px;
	margin:0 auto;
	padding: 65px 0 18px;
}
.global-content h2 {
	font-weight:400;
	font-size:34px;
	color:#0072bc;
	padding: 19px 0;
	padding-left:70px;
	margin-top:-45px;
}

.global-content ul {
	width:500px;
	padding-left:80px;
}

.global-content ul li {
	background-image: url('../images/check-icon.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 16px 45px;
	margin: 10px 0 0;
	font-weight:300;
	font-size:24px;
	color:#000;
	line-height:32px;
	font-family: 'Open Sans', sans-serif;
}


.play-box {
	margin: 58px 10px;
	max-width: 614px;
	padding-left: 0;
	float:left;
	width:90%;
	max-width: 100%;
		width: 75%;
		height:100%;
}

.play-box img {
	width:100%;
	height:auto;
}

.play-box {
		
	}

.play-box .video-box {
	width:100%;
}

#main .artist-content {
	width: 100%;
	background-image: url('../images/artist_img.jpg');
	background-position: top center;
	background-size: 100% 100%;
}
.artist-content .center-box {
	width: 100%;
	margin: 0 auto;
	background-image: url('../images/artist-bg1.png');
	background-position: center 45px;
	background-size: 100% 85%;
	padding: 15% 0 12%;
	text-align: right;
}
.artist-content .center-box h2 {
	font-weight: 700;
	font-size: 46px;
	line-height: 103px;
	color: #fff;
	padding-right: 50px;
}
.artist-content .center-box p {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	padding-right: 50px;
}
.artist-content .center-box ul {
	padding: 82px 0 0;
	text-align: left;
	width: 461px;
	margin: 0px; auto;
	margin-left:190px;
}
.artist-content .center-box ul li {
	background-image: url('../images/check-icon-dk.png');
	background-position: left 10px;
	background-size: 8%;
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
	padding: 10px 0 12px 45px;
}
.artist-content .center-box ul li a {
	color: #000;
}
#main .gallery-content {
	width: 100%;
	background-image: url('../images/gallery-bg.png');
	background-position: top center;
	background-size: 100% 100%;
}
.gallery-content .gallery-middle {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 73px 0 77px;
}
.gallery-content .gallery-middle ul, 
.gallery-content .gallery-middle ul li, 
.gallery-content .gallery-middle li a, 
.gallery-content .gallery-middle li a img {
	float: left;
} 
.gallery-content .gallery-middle h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	padding: 30px 0 43px;
	margin-top:-35px;
}
.gallery-content .gallery-middle p {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	padding: 0 0 40px;
	width: 96%;
}
.gallery-content .gallery-middle a.btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	width: 243px;
	height: 33px;
	padding: 14px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #07a3f7;
	inset -5px 10px 0px 10px rgba(0,0,0,0.5);
	inset 0px 10px 0px 0px rgba(0,0,0,0.5);
	box-sizing: content-box;

}

.gallery-content .gallery-middle a.btn:hover{
	background-color: #996;
}
#main .releases-content {
	max-width: 1210px;
	margin: 0 auto;
	padding: 53px 0 0;
}
.releases-content .releases-l-box {
	width: 179px;
	padding: 18px 0 80px 25px;
	float: left;
	background-color: #f4f4f4;
	border: 2px solid #fff;
	border-radius: 5px;
	box-sizing: content-box;
}
.releases-content .releases-l-box h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	padding: 0 0 10px;
}
.releases-content .releases-l-box ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
}
.releases-content .releases-l-box ul li a {
	color: #1987ed;
}
.releases-content .releases-r-box {
	width: 94%;
	float: left;
	padding-bottom: 35px;
}
.releases-content .releases-r-box .boxes {
	width: 100%;
	height: 213px;
	background-color: #fff;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 4px 2px #d4d4d4;
	-webkit-box-shadow: 0 2px 4px 2px #d4d4d4;
	box-shadow: 0 2px 4px 2px #d4d4d4;
}
.releases-r-box .boxes .img-box img {
	width:100%;
}
.releases-r-box .boxes .img-box {
	max-width: 191px;
	width: 40.5%;
	padding: 3.5%;
	background-color: #f4f4f4;
	float: left;
	box-sizing: content-box;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.releases-r-box .boxes .daphne-box {
	width: 51.5%;
	float: left;
	padding: 40px 0 0;
}
.releases-r-box .boxes .daphne-box h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #0977d9;
	padding: 0 0 0 16px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	padding: 0 0 0 16px;
}
.releases-r-box .boxes .daphne-box p {
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0 44px 16px;
}

.releases-r-box .boxes .icons-box {
	background-color: #dfdfdf;
	float: left;
	width: 99%;
	padding: 6px 0 10px 7px;
	box-sizing: content-box;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
}
.releases-r-box .boxes .icons-box span {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #09F;
	text-decoration:underline;
}
.releases-r-box .boxes .icons-box li {
	float: left;
	padding: 10px 0 0;
	width: 11.5%;
	margin: 0 1px;
}
.releases-r-box .boxes .icons-box li img {
	width: 100%;
	height:auto;
}
.pagination-box .pagination {
	background-color: #f4f4f4;
	width: 449px;
	height: 44px;
}
.pagination-box .pagination>li>a, .pagination-box .pagination>li>span {
	font-weight: 700;
	font-size: 16px;
	color: #2e83dc;
	padding: 10px 14px;
	background-color: #f4f4f4;
	border: 0;
}
.pagination-box .pagination>li:first-child>a, .pagination-box .pagination>li:first-child>span {
	border-right: 2px solid #dfdfdf;
}
.pagination-box .pagination>li:last-child>a, .pagination-box .pagination>li:last-child>span {
	border-left: 2px solid #dfdfdf;
}
.pagination-box .pagination>li>a:hover, .pagination-box .pagination>li>span:hover, .pagination-box .pagination>li>a:focus, .pagination-box .pagination>li>span:focus {
	background-color: #f4f4f4;
	color: #000;
}
.radio-page #header {
	background-image: url('../images/radio-img.jpg');
	height:770px;
}

#header .radio h2 {
	color:#eee9a8;
	font-size:40px;
	line-height:48px;
	text-align: left;
	font-weight:700;
	padding: 11px 0 10px;
	margin-top:-30px;
}

#header .radio p {
	color:#fff;
	font-size:24px;
	text-align: left;
	font-weight:300;
	line-height:28px;
	padding: 10px 0 20px 0;
}

#header .radio .link  {
	float: left;
	clear:left;
	width:100%;
	margin: 15px 0 87px;
}

#header .radio .link a {
	width: 245px;
	height: 48px;
	background-color: #0c970c;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#header .radio .link a:hover {
	background-color:#996;
	text-decoration:none;
}

#header .radio .small-pragraph {
	font-size:18px;
}

#header .pra-track  {
	width:298px;
	padding:116px 60px 97px;
	background-image: url('../images/pra-track.png');
	float:right;
	margin:78px 0 ;
}
#header .pra-track a {
	color:#fff;
	font-size:23px;
	text-align: center;
	font-weight:400;
	line-height:27px;
	padding:10px 0;
}

#header .pra-track a strong {
	font-size:31px;
	font-weight:700;
}

#header .pra-track a span {
	font-size:15px;
	line-height:28px;
	display:block;
}

#header .pra-track a:hover {
	text-decoration: none;
}
.shutterstock-content {
	background-image: url('../images/radio-img-mid.jpg');
	background-position: top center;
	background-size: 100% 100%;
	background-color:#f5f5f5;
	padding: 0 0 59PX;
}
.shutterstock-content h2 {
	font-weight:700;
	font-size:40px;
	color:#000;
	padding: 19px 42px;
}

.shutterstock-content ul {
	width:85%;
	padding:0 42px;
}

.shutterstock-content ul li {
	background-image: url('../images/check-icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 7px 40px;
	margin: 14px 0 0;
	font-weight:400;
	font-size:18px;
	color:#000;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}
.shutterstock-content ul li a {
	font-weight:400;
	font-size:18px;
	color:#0072bc;
	line-height:22px;
	text-decoration:underline;
	font-family: 'Open Sans', sans-serif;
}
#main .music-content {
	width:100%;
	background-image: url('../images/music-content-bg.jpg');
	background-position: top center;
	background-color: #100e0a;
	padding:122px  0 25px;
	background-size: 100% 100%;
}

#main .music-content .music {
	max-width: 1300px;
	margin: 0 auto;
}
#main .music h2 {
	color:#fff;
	font-size:46px;
	line-height:48px;
	text-align: left;
	font-weight:700;
	padding: 28px 0 33px;
}

#main .music p {
	color:#fff;
	font-size:24px;
	text-align: left;
	font-weight:300;
	line-height:32px;
	padding: 10px 0 11px 0;
}

#main .music .link  {
	float: left;
	clear:left;
	width:100%;
	margin: 15px 0 87px;
}
#main .music .link a:hover {
	text-decoration: none;
}
#main .music .link a {
	width: 245px;
	height: 48px;
	background-color: #0c970c;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}

#main .music .link a:hover {
	background-color: #996;
}

#main .music .small-pragraph {
	font-size:18px;
	line-height:26px
}
#main .music .right-none {
	
}

#center-box {
	position: relative;
	width:100%;
	float:left;
}

#center-box .button{
	position: absolute;
	bottom:30px;
	left:50%;
	right:50%;
	font-weight:300;
	font-size:18px;
	line-height:18px;
	padding: 0;
	font-weight:700;
	text-align:center;
	color:#0CC; 
	background-image: url('../images/down-arrow.png');
	background-position: bottom center;
	width:97px;
	height:50px;
	float:left;
}

#center-box .button:hover{
}
#center-box h2 {
	font-weight:600;
	font-size:36px;
	line-height:46px;
	color:#fff;
	padding: 29px 42px 9px;
	text-align:center;

}

#center-box .bottom-box  {
	width:100%;
	float:left;
	padding:0 0 76px;
	visibility:hidden;
	
}
#center-box .bottom-box p {
	font-weight:700;
	font-size:14px;
	line-height:17px;
	color:#fff;
	padding: 16px 0 0;
	text-align:center;
	margin:0 auto;
	width:60%;
}

	#center-box .choices-box {
	max-width: 534px;
	width: 100%;
	background-size: 97% 97%;
	background-image: url('../images/choices-box-bg.png');
	clear:both;
	display: inline-block;
	margin-top:52px;
	margin-left:0px;
}

#center-box .choices-box ul{
	width:100%;
	float:left;
	padding:10px 5px;
}

#center-box .choices-box ul li{
	float:left;
	display:inline;
	text-align:center;
	width:50%;
}

#center-box .choices-box ul li h3{
	font-size:28.75px;
	font-weight:600;
	line-height:34px;
	color:#fff;
	padding: 20px 0 18px;
}

#center-box .choices-box ul li p{
	font-size:14px;
	font-weight:300;
	line-height:22px;
	color:#fff;
	padding: 4px 0 10px;
	margin-right:13px;
}

#center-box .choices-box ul li a {
	width: 193px;
	height: 38px;
	background-color: #0c970c;
	clear: both;
	font-weight: 600;
	font-size: 15px;
	line-height: 38px;
	color: #fff;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	margin: 15px auto 14px;
	display:block;
}

#center-box .choices-box ul li a:hover {
	background-color: #996;
	text-decoration:none;
}

#center-box .choices-box ul li a.single {
	background-color: #0972b4;
}

#center-box .choices-box ul li a.single:hover {
	background-color: #996;
	text-decoration:none;
}
#center-box .right-pragaraph {
	float: left;
	margin: 160px 45px 0;
	width: 85%;
	display:inline;
}
#center-box .right-pragaraph p {
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding: 16px 0 0;
	text-align:left;
	margin-top:57px;
}

#main .featues-content {
	width: 100%;
	background-image: url('../images/featured-re-bg.png');
	background-repeat: repeat;
}

#main .featues-content .middel-box {
	padding: 43px 0 18px;
}
.featues-content h2 {
	font-weight:700;
	font-size:34px;
	color:#000;
	margin-top:22px;
	padding: 40px 0 34px;
	margin-left:60px
}

.featues-content ul {
	width:550px;
	
}

.featues-content ul li {
	background-image: url('../images/check-icon.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 10px 45px;
	margin: 8px 0 0;
	font-weight:400;
	font-size:17px;
	color:#000;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	margin-left:80px;
}
.featues-content ul li a {
	font-weight:400;
	font-size:18px;
	color:#000;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
}
.featues-content .link  {
	float: left;
	clear:left;
	width:100%;
	margin: 33px 0 87px;
	margin-left:150px
}

.featues-content .link a {
	width: 245px;
	height: 48px;
	background-color: #0c970c;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
}

.featues-content .link a:hover {
	background-color: #996;
	text-decoration:none;
}

.featues-content .icon-box {
	width:100%;
	padding:19.5% 16% 24%;
	float:right;
	background-image: url('../images/icon-box-bg.png');
	background-position: center center;
}

.featues-content .icon-box ul {
	width:100%;
	float:left;
	text-align: center;
}

.featues-content .icon-box ul li{
	display:inline-block;
	float:none;
	background-image: none;
	width:auto;
	padding:0;
	margin:5px 10px
}

#main .featues-tow-content {
	background-color: #fff;
	background-image: url('../images/featured-two-bg.jpg');
	background-position: top center;
	float: left;
	width:100%;
	background-size: 100% 100%;
}
.featues-tow-content .music-tow {
	max-width: 1470px;
	margin: 0 auto;
	padding:39px 0;
}
.featues-tow-content .music-tow h2 {
	color:#000;
	font-size:40px;
	line-height:49px;
	text-align: left;
	font-weight:700;
	padding: 41px 0 30px;
}

.featues-tow-content .music-tow p {
	color:#181818;
	font-size:24px;
	text-align: left;
	font-weight:300;
	line-height:38px;
	padding: 10px 0 29px 0;
}
.featues-tow-content .music-tow .small-pragraph {
	font-size:18px;
	line-height:30px;
}
.music-three-content {
	width: 100%;
	background-image: url('../images/music-three-bg.jpg');
	background-position: top center;
	float:left;
	padding:54px 0;
	background-size: 100% 100%;
}
.music-three{}
.music-three-content .music-three h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	padding: 50px 0 30px;
}
.music-three-content .music-three p {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	padding: 0 0 37px;
}

.music-three-content .music-three .small-pragraph {
	font-size: 16px;
	line-height: 30px;
}
.music-three-content .music-three a.btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	width: 243px;
	height: 33px;
	padding: 14px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #07a3f7;
	inset -5px 10px 0px 10px rgba(0,0,0,0.5);
	inset 0px 10px 0px 0px rgba(0,0,0,0.5);
	box-sizing: content-box;

}

.music-three-content .music-three a.btn:hover {
	background-color: #996;
	}


.music_page #header {
background-image: url('../images/music_header_bg.jpg');
}
.music_page #header .banner {
	padding: 9px 0 0 0;
}
.music_page .banner h2 {
	font-size: 28px;
	color: #555;
	text-align: left;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 54px;
}

.music_page .banner h2 span{
	font-size: 32px;
	color: #007dbe;
	text-align: left;
	font-weight: bold;
	margin: 0 0 39px 0;
	line-height: 54px;
	text-shadow: 2px 2px 8px #fff;
}
.music_page .banner img {
	float: left;
	max-width:686px;
	width:100%;
	height:auto;
}
.music_page .artists-box {
	width: 338px;
	margin: 0 ;
	padding-top: 325px;
	float:left;
}
.music_page  .banner .text {
	float: left;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: 30px;
	color: #fff;
	padding-bottom: 17px;
}
.music_page .banner .btn {
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	background-color: #e1922c;
	background-image: none;
	border: 0;
	border-radius: 19px;
	padding: 12px 31px;
}
.music_page .banner .btn:hover {
	background-color: #996;
}
.music_page .key {
	margin: 0 auto;
	background-image: url('../images/music_bg_mid.jpg');
	background-position: top center;
	background-color:#eee;
	background-size: 100% 100%;
}
.music_page .key p{
	font-size: 20px;
	color: #000 !important;
}


.music_page .key .box-play{
	width: 350px;
	background-image: url('../images/star_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: right;
	clear: right;
	position: relative;
	z-index: 99;
	padding: 0;
	margin-right: 30px;
	opacity:0.99;
	background-color:#fff;
	
}

.music_page .key .box-play1{
	z-index: 10;
	margin-top: -16px;
	margin-right: 126px;
	opacity:0.88;
}
.music_page .key .box-play2{
	z-index: inherit;
	margin-top: -45px;
	margin-right: 250px;
	opacity:0.8;
}
.music_page .key .box-play img{
	float: left;
	margin: 12px 12px 0 12px;
}
.music_page .key .box-play .star img{
	float: left;
}
.music_page .key .box-play .star{
	width: 350px;
	float: left;
	padding: 8px 30px 12px;
}
.music_page  .key .box-play p,.music_page .key .box-play p,.music_page  .key .box-play p {
	font-size: 14px;
	font-weight: 700;
	color: #000 !important;
	padding-left: 80px;
	padding-top: 9px
}
.music_page  .key .box-play p span ,.music_page .key .box-play p span ,.music_page .key .box-play p span {
	font-size: 18px;
	font-weight: 600px;
	color: #0b72c1 !important;
}

.music_page .container .featues{
	width:auto;
	margin-left:110px;
	
}
.music_page .container .featues h2{
	font-size: 32px;
	font-weight: 700;
	color: #000;
	padding-top: 47px;
	padding-bottom: 24px;
}
.music_page .container .featues ul li{
	font-size: 18px;
	color: #000;
	line-height: 25px;
	background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 30px 40px;
}
#music {
	width:100%;
	float:left;
	background-image: url(../images/music_img.jpg);
	background-position: top center;
	background-size: 100% 100%;
}
#music h1{
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	padding: 73px 0 24px 0;
}
#music p{
	font-size: 26px;
	line-height: 36px;
	font-weight: 200;
	color: #fff;
	padding: 0 0 37px 0;
}
#music .music-text {
	font-size: 18px;
	padding-right: 50px;
	line-height:30px;
}
#music a.btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	width: 243px;
	height: 33px;
	padding: 14px 0 0;
	margin: 0 0 58px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #07a3f7;
	box-sizing: content-box;
}

#music a.btn:hover {
	background-color: #996;

}

/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	background-color: #fff;
	background-image: url('../images/sub_footer_1px.png');
	background-repeat: repeat-x;
	float: left;
	clear:both;
}
#footer .icons {
	width: 420px;
	margin: 0 auto;
	padding: 49px 0 39px;
}
#footer .icons p {
	font-weight: 300;
	font-size: 24px;
	line-height: 27px;
	color: #fff;
}
#footer .icons ul li {
	float: left;
	padding: 0 12px;
}
#footer .sub-footer {
	max-width: 1186px;
	margin: 0 auto;
	padding-top: 65px;
	clear: both;
}
#footer .sub-footer ul {
	float: left;
}
#footer .sub-footer ul li {
	min-height: 185px;
	float: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	border-right: 1px solid #e9e9e9;
	padding: 0 57px 0 57px;
}
#footer .sub-footer ul li.list-item-one {
	padding: 0 62px 0 0;
}
#footer .sub-footer ul li a {
	float: left;
	clear: left;
	color: #000;
	padding: 7px 0;
}
#footer .sub-footer .footer-logo {
	float: right;
	padding-top: 22px;
}

/* #main .gallery-content{
	display:none;
} */
@media (max-width:1600px){
	#wrapper {
		max-width: 100%;
	}
	
	.container {
		max-width: 100%;
	}
	#header {
		background-size:100% 100%;
	}
	#header .banner {
		max-width: 1300px;
		width: 83%;
	}
	#header .sub-header {
		width: 81%;
	}
	#header .navbar-collapse {
		width: 75%;
		float: right;
	}
	.navbar-nav {
		padding: 45px 14px 0 5px;
	}
	.music_page #header .banner {
		max-width: 1498px;
		width: 95%;
	}
	.music_page	#music .container {
		max-width: 1259px;
		width:100%;
	}
	
	.music_page	#music .row {
		margin:0;
	}
	
	.global-content h2 {
	margin-top:-45px;
}

.artist-content .center-box ul {
	margin-left:140px;
}


.artist-content .center-box ul li {
	font-size: 22px;
	line-height: 28px;
}

}
@media (max-width:1480px){
	.distribution #header {
		background-size: auto auto;	
	}
	.play-box {
		max-width: 100%;
		width: 75%;
		height:100%;
	}
	.embed-responsive-item {
		width:100%;
		height:50%;
	}
	
	.global-content h2 {
	padding-top:40px;
	padding-left:45px;
}

.global-content ul {
	padding-left: 55px;
	width:500px;
}
#center-box {
top:0px;
}
	#center-box .choices-box {
		margin-top:37px;
	}
	
	#center-box .right-pragaraph p {
	margin-top:47px;
}
}

@media (max-width:1367px){
	#header .sub-header {
		width: 98%;
	}
	#header .banner .left-box {
	width: 977px;
}

/*
	#header .navbar-collapse {
		width: 720px;
	}
	*/
	
	.navbar-nav li:first-child {
		padding-left: 0;
	}
	.navbar-nav li:last-child {
		padding-right: 0;
	}
	
	.navbar-nav li {
		padding: 0 10px;
	}
	.register_login {
		width: 180px;
		padding-top:40px;
	}
	.navbar-inverse .navbar-link {
		width: 76px;
		height: 25px;
		padding: 6px 0 0;
		background-size: 100% 100%;
	}
	.navbar-btn {
		background-position: 0 0px;
		margin: 0;
		padding: 6px 0 6px 27px;
		float: left;
		margin-top:10px;
	}
	.global-content h2 {
	margin-top:-40px;
	font-size:32px;
}

.radio-page #header {
	background-image: url('../images/radio-img.jpg');

}
#header .radio h2 {
	font-size:40px;
	width:500px;
}

	.featues-content h2 {
	font-size:32px;
	margin-left:60px;
}

.music-three-content .music-three h2 {
	font-size: 32px;

}

#center-box .right-pragaraph p {
	margin-top:43px;
}

}
@media (max-width:1300px){
/* 	
	#header .sub-header {
		width: 100%;
	}
	
	#header .navbar-collapse {
		width:73%;
		float:right;
	}
	#header .navbar-nav {
		padding: 45px 14px 0 0;
	}
	#header  .register_login {
		width: 200px;
	}
	.navbar-header {
		width:27%
	} */
	
	.artist-content .center-box ul {
	
	margin-left:120px;
}
	.navbar-header .navbar-brand img {
		width:90%;
		height:auto;
		
	}
	
	#center-box .right-pragaraph {
	margin: 165px 45px 0;
}

.music_page .container .featues{
	width:auto;
	margin-left:70px;
	
}

.global-content h2 {
	font-size:30px;
	padding-top:20px;
	padding-left:25px;
}

.global-content ul {
	padding-left: 15px;
	width:500px;
}

.featues-content h2 {
	font-size:28px;
	margin-left:60px;
}

.featues-content ul li {
	font-size:16px;
	margin-left:80px;
}

.featues-content .link  {
	margin-left:115px;
}

#center-box .right-pragaraph p {
	margin-top:22px;
}

}
@media (max-width:1199px){
	#wrapper {
		width: 100%;
	}
	.container {
		width: 100%;
	}
	.navbar-brand {max-width: 245px;
margin-top: 7px}
	/* #header .navbar-header {
		width: 22%;
	}
	#header .navbar-collapse {
		width: 585px;
	}
	#header .navbar-nav {
		padding: 20px 0px 0 0;
		min-height: 100%
	} */
	/* #header .register_login {
		width: 208px;
		min-height: 100%;
		padding: 15px 8px 13px;
		border: 0;
	} */
	
	.radio-page #header {
background-size: auto 100%;
}
	#header .radio h2 {
	font-size:34px;
	margin-top:-60px;
}
#header .radio p {
		font-size: 22px;
		line-height: 27px;
		padding: 0 0 10px 0;
	}
	#header .radio .small-pragraph {
		font-size: 19px;
		line-height: 27px;
	}
	#center-box h2 {
		font-size: 36px;
		line-height: 50px;
		padding: 5% 0 9%;
	}
	#center-box .choices-box {
		max-width: 534px;
		width: 120%;
		background-size: 100% 100%;
		margin-top:30px;
		margin-left:-100px;
	}
	#center-box .choices-box ul li h3 {
		font-size: 25px;
		line-height: 27px;
		padding: 10px 0 6px;
	}
	#center-box .choices-box ul li p {
		font-size: 13px;
		line-height: 18px;
		padding: 4px 0 0;
		margin-right:0;
	}
	#center-box .choices-box ul li a {
		max-width: 148px;
		width: 80%;
		height: 36px;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 36px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		margin: 15px auto 5px;

	}
	
	#center-box .right-pragaraph {
	margin: 185px 45px 0;
}
	#center-box .right-pragaraph p {
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding: 16px 0 0;
	text-align:left;
	width:400px;
}
	#center-box .bottom-box  {
		padding-top:10%;
	}
	.middel-box {
		padding: 20px 0;
	}
	.global-content h2 {
		padding: 15px 0;
		margin-top:0px;
		padding-top:20px;
	padding-left:25px;
	font-size:28px;
}
		
.global-content ul {
	padding-left: 15px;
	width:400px;
}

.global-content ul li {
		padding: 0 0 4px 45px;
		margin: 15px 0 0;
		line-height:30px;
		font-size:20px;
	}
	
	#center-box .bottom-box p {
		width: 79%;
		max-width: 304px;
	}
	#center-box .right-pragaraph {
		width: 88%;
		mar
	}
	#header .pra-track {
		width: 100%;
		padding: 32% 25%;
		background-size: 100% 100%;
	}
	.music_page .banner h2 {
		width: 100%;
	}
	.music_page .container .banner .text {
		padding-top: 80%;
	}
	#footer .sub-footer {
		padding:50px 30px 0;
	}
	.play-box {
		width: 77%;
		margin: 10% 0;
		padding-top:40px;
	}
	.artist-content .center-box ul {
		padding: 33px 0 0;
		width: 250px;
		margin-top:40px;
		margin-left:100px;
	}
	.artist-content .center-box ul li {
		font-size: 18px;
		line-height: 21px;
		background-size: 10%;
		
	}
	.music_page .key {
		background-size: 100% 100%;
	}
	.featues-tow-content .music-tow .small-pragraph {
	width:60%;
}
	.embed-responsive-item {
		width: 100%;
		height: 42%;
	}
	
	.music_page .container .featues{
	width:auto;
	margin-left:50px;
}

.music_page .container .featues ul li{
	line-height:20px;
}

.featues-content h2 {
	font-size:24px;
	margin-left:10px;
}

.featues-content ul li {
	padding: 0 0 10px 45px;
	font-size:14px;
	margin-left:20px;
}

.featues-content .link  {
	margin-left:60px;
}
.releases-content .releases-r-box .boxes {
	width: 110%;
}

.releases-r-box .boxes .daphne-box h3 {
	font-size: 13px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 13px;
}

#center-box .right-pragaraph p {
	margin-top:14px;
}

}

@media (max-width:1024px){
	.distribution #header {
		background-size: 1600px 100%;
}
	
	#header .navbar-collapse {
		width: 720px;
	}
	
	.navbar-header .navbar-brand img {
		width:205px;
		height:auto;
	}
	
	#header .radio h2 {
		font-size: 25px;
		line-height: 30px;
		margin-top:20px;
		width: 300px;
	}
	#header .banner {
		padding: 0;
	}
	#header .radio p {
		font-size: 20px;
		line-height: 27px;
		padding: 0 0 10px 0;
	}
	#header .radio .small-pragraph {
		font-size: 17px;
		line-height: 27px;
	}
	#header .radio .link {
		margin: 15px 0 29px;
	}
	#header .radio .link a,#main .music .link a {
		width: 155px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	#header .pra-track {
		width: 93%;
	}
	#header .pra-track a {
		font-size: 15px;
		padding: 5px 0;
		line-height: 18px;
	}
	#header .pra-track a strong {
		font-size: 18px;
	}
	#header .pra-track a span {
		line-height: 18px;
	}
	.middel-box {
		padding: 0;
	}
	.shutterstock-content h2 {
		font-size: 25px;
		padding: 19px 42px 10px;
	}
	.shutterstock-content ul li a {
		font-size: 15px;
		line-height: 18px;
	}
	.shutterstock-content ul li {
		margin: 5px 0 0;
	}
	#main .music-content {
		padding: 20px 0 0;
	}
	#main .music h2 {
		font-size: 30px;
		line-height: 35px;
		padding: 5px 0;
	}
	#main .music p {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 0 0px 0;
		width: 75%;
	}
	#main .music .small-pragraph {
		font-size: 14px;
		line-height: 18px;
	}
	#main .music .link {
		margin: 15px 0 30px;
	}
	#header .banner .left-box {
		width: 800px;
		padding: 75px 30px 76px;
		margin:20px 0 35px;
		border-width:0px;
	}
	#header .banner .left-box h1 {
		font-size: 32px;
		line-height: 30px;
	}
	#header .banner .left-box p {
		font-size: 15px;
		line-height: 27px;
		padding: 10px 0;
	}
	#header .banner .left-box ul {
		text-align:center;
	}
	#header .banner .left-box li {
		width: 12%;
		float:none;
		display:inline-block;
	}
	#header .banner .left-box li img {
		width: 100%;
		height:auto;
	}
	#header .banner .left-box .link {
		padding-top: 15px;
	}
	#header .banner .left-box .link a {
		width: 185px;
		height: 35px;
		float: none;
		font-size: 14px;
		line-height: 35px;
		background-size: 100% 100%;
		display: block;
		margin: 0 auto;
		color:#fff;
	}
	#header .banner .right-box {
		top: 264px;
		left: 414px;
	}
	#header .banner .learn-more {
		width: 98px;
		margin: 0px 0 0 30;
		padding-bottom:45px;
	}
	.global-content h2 {
		font-size: 24px;
		padding: 20px 0;
		margin-top:10px;
	}
	
	.global-content ul li {
		background-position: 0 0;
		padding: 0 0 0 40px;
		margin: 10px 0 0;
		min-height: 35px;
		font-size: 16px;
		line-height: 22px;
	}
	#main .artist-content {
		padding: 20px 0;
	}
	.artist-content .center-box {
		background-size: 100% 100%;
		padding: 12% 0;
		background-position: center 0;
	}
	.artist-content .center-box p {
		font-size: 24px;
		line-height: 28px;
	}
	.artist-content .center-box h2 {
		font-size: 65px;
		line-height: 70px;
	}
	.artist-content .center-box ul {
		padding: 33px 0 0 17%;
		width: 317px;
		float: left;
		margin-top:40px;
		margin-left:15px;
	}
	.artist-content .center-box ul li {
		font-size: 16px;
		line-height: 16px;
		padding: 10px 0 0 33px;
		min-height: 35px
	}
	.gallery-content .gallery-middle h2 {
		font-size: 25px;
		line-height: 30px;
		padding: 10px 0 20px;
		margin-top:-15px;
	}
	.gallery-content .gallery-middle p {
		font-size: 18px;
		line-height: 22px;
		padding: 0 0 20px;
	}
	.gallery-content .gallery-middle a.btn {
		font-size: 14px;
		line-height: 20px;
		width: 150px;
		height: 27px;
		padding: 8px 0 0;
	}
	.gallery-content .gallery-middle {
		padding: 40px 0;
	}
	.gallery-content .gallery-middle li a {
		width:33%;
	}
	.gallery-content .gallery-middle li a img {
		width:100%;
		height:auto;
		max-height:170px;
	}
	#center-box h2 {
		font-size: 35px;
		line-height: 40px;
		margin-top:20px;
		
	}
	#center-box .choices-box {
		margin: 40px auto;
		margin-left:-80px;
	}
	#center-box .choices-box ul li h3 {
		font-size: 18px;
		line-height: 22px;
		padding: 5px 0;
	}
	#center-box .choices-box ul li p {
		font-size: 12px;
		line-height: 15px;
	}
	#center-box .choices-box ul li a {
		max-width: 135px;
		height: 34px;
		font-size: 10px;
		margin: 5px auto ;
		line-height: 34px;
	}
	#center-box .bottom-box {
		padding-top: 1%;
		padding: 0 0 18px;
		visibility:hidden;
	}
	#center-box .right-pragaraph {
		margin: 162px 45px 0;

	}
	#center-box .right-pragaraph p {
		font-size: 18px;
		line-height: 24px;
		padding: 15px 0 0;
		margin-top:-10px;

	}
	#main .featues-content .middel-box {
		padding: 0;
	}
	.featues-content h2 {
		font-size: 24px;
		padding: 10px 0;
		margin-left:20;
	}
	.featues-content ul {
		width: 100%;
	}
	.featues-content ul li {
		padding: 2px 0 0px 38px;
		margin: 8px 0 0;
		min-height: 30px;
		margin-left:20px;
	}
	.featues-content ul li a {
		font-size: 14px;
		line-height: 22px;
	}
	.featues-content .icon-box {
		padding: 15% 16% 20%;
		background-size: 100% 100%;
		width: 80%;
		float: none;
		display: inline-block;
		margin: 20px auto;
	}
	.featues-content .icon-box ul li {
		max-width: 209px;
		width: 30%;
	}
	.featues-content .icon-box ul li a img {
		height:auto;
		width: 100%;
	}
	.featues-content .link {
		float: left;
		clear: left;
		width: 100%;
		margin: 33px 0;
	}  
	.featues-tow-content .music-tow {
		padding: 0;
	}
	.featues-tow-content .music-tow h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 20px 0;
	}
	.featues-tow-content .music-tow p {
		font-size: 20px;
		text-align: left;
		line-height: 28px;
		padding: 5px 0 10px 0;
		width: 60%;
	}
	.featues-tow-content .music-tow .small-pragraph {
		font-size: 14px;
		line-height: 22px;
	}
	.music-three-content {
		padding: 0 0 20px;
	}
	.music-three-content .music-three h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 20px 0;
	}
	.music-three-content .music-three p {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 10px;
	}
	.music-three-content .music-three .small-pragraph {
		font-size: 12px;
		line-height: 18px;
	}
	.music-three-content .music-three a.btn {
		font-size: 14px;
		line-height: 30px;
		width: 150px;
		height: 30px;
		padding: 0;
	}
	.music_page .banner h2 {
		font-size: 25px;
		margin: 0 0 15px 0;
		line-height: 30px;
	}
	.music_page .artists-box {
		padding-top: 30%;
	}
	.music_page .banner .text {
		font-size: 20px;
		line-height: 26px;
	}
	.music_page .banner .btn {
		font-size: 14px;
		padding: 8px 12px;
	}
	.music_page .banner img {
		width: 80%;
	}
	.music_page #header .banner {
		padding: 20px 0 0 0;
	}
	.music_page .container .featues h2 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.music_page .container .featues ul li {
		font-size: 14px;
		line-height: 18px;
		padding: 0px 0 11px 37px;
		min-height: 33px;
	}
	.music_page .key .play {
		background-position: top left;
	}
	.music_page .key .play .play-inner {
		padding: 0;
	}
	.music_page .key .box-play p span, .music_page .key .box-play p span, .music_page .key .box-play p span {
		font-size: 14px;
		font-weight: 600;
	}
	.music_page .key .box-play {
		width: 293px;
		background-size: auto 100%;
	}
	.music_page .key .box-play p, .music_page .key .box-play p, .music_page .key .box-play p {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
		float: left;
		padding:10px 0 0;
	}
	.music_page .key .box-play img {
		margin: 9px;
		width: 24%;
		height: auto;
	}
	.music_page .key .box-play .star {
		width: 100%;
		float: left;
		padding: 4px 29px 8px;
	}
	.music_page .key .box-play2 {
		margin-top: -14px;
	}
	.music_page .key .box-play1 {
		margin-top: -12px;
	}
	#music h1 {
		font-size: 24px;
		line-height: 28px;
		padding: 60px 0 22px;
	}
	#music p {
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 15px 0;
	}
	#music .music-text {
		font-size: 13px;
		padding-right: 10px;
		line-height: 18px;
	}
	#music a.btn {
		font-size: 14px;
		line-height: 35px;
		width: 155px;
		height: 35px;
		padding: 0;
		margin: 31px 0 58px 0;
	}
	.releases-r-box .boxes .daphne-box h3 {
		font-size: 16px;
		line-height: 17px;
		padding: 6px 0 0 16px;
	}
	.releases-r-box .boxes .img-box img {
		width: 100%;
		height: auto;
	}
	.releases-r-box .boxes .daphne-box p {
		font-size: 12px;
		line-height: 15px;
		padding: 2px 0 4px 16px;
	}
	.releases-r-box .boxes .daphne-box {
		padding: 3px 0 0;
	}
	.releases-content .releases-r-box .boxes {
		height: 145px;
		width:100%;
	}
	.releases-r-box .boxes .icons-box {
	margin-top:14px;
	
}
.releases-r-box .boxes .daphne-box h3 {
	font-size: 11px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 11px;
}
	
	#center-box .right-pragaraph {
	margin: 180px 45px 0;
}

#center-box .right-pragaraph p{
	width:300px;
}
.music_page .container .featues{
	width:auto;
	margin-left:50px;
}

.music_page .container .featues ul li{
	line-height:30px;
}
}
@media (max-width:980px){
	.container {
		width: 850px;
	}
	#header .navbar-nav {
		padding: 20px 0 0;
		border: 0;
		float: right;
		min-height: 100%;
	}
	.navbar-left {
		float: right !important;
	}
	.register_login {
		border: 0;
		padding: 14px 0;
		min-height: 100%;
	}
	.artist-content .center-box {
		padding: 12% 0 11%;
	}
	.artist-content .center-box ul {	
	margin-left:10px;
}
.artist-content .center-box ul li {
	font-size: 14px
}
	#header .sub-header {
		width: 97%;
	}
	#header .navbar-collapse {
		width: 535px;
	}
	.navbar-nav li {
		font-size:13px;
		padding-right:17px;
	}
	#header .banner .left-box {
		width: 730px;
		float: none;
		margin: 0 auto;
		display: block;
		margin-top:20px;
		padding: 30px 60px 10px;
	}
	#header .banner .left-box p {
		font-size: 16px;
		line-height: 26px;
		padding: 14px 0;
	}
	#header .banner .left-box .link {
		padding-top: 21px;
	}
	#header .banner .learn-more {
		display: inline-block;
	}
	#header .banner .learn-more {
		margin: 3px 0 0;
	}
		.learn-more {
		padding-top:20px;
	}
	
	#header .banner .right-box {
		width: 170px;
		float: none;
		background-image: url('../images/shape-3.png');
		position: relative;
		margin: -17px auto 0;
		display: block;
		background-position: top left;
		top: auto;
		left: auto;
		background-size: 170px 100%;
	}
	#header {
		background-size: auto 100%;
		background-color: none;
	}
	#header .banner .right-box p {
		background-position: bottom center;
		text-align: center;
		padding: 21px 0 108px;
		margin-bottom: 20px;
		display: inline-block;
	}
	#header .banner .right-box p a {
		background-image: url('../images/arrow2.png');
		background-position: bottom center;
		padding: 0 0 30px;
		margin: 0;
	}
	
		#center-box .choices-box {
			margin-top:45px;
		}
	
	#center-box .choices-box ul li a {
		max-width: 75%;
		width: 75%;
	}
	.new-releases-box .releases-box-l h2 {
		font-size: 40px;
		line-height: 44px;
	}
	.search-box-r .navbar-form .form-group {
		width:75%;
	}
	.search-box-r .btn-default {
		width:25%;
	}
	
	#footer .sub-footer ul li.list-item-one {
		padding: 0 20px 0 0;
	}
	#footer .sub-footer ul li {
		padding: 0 20px 0;
	}
	.global-content ul {
		width: 98%;
	}
	
	.global-content {
		background-image:none;
	}
	.gallery-content .gallery-middle ul li {width:100%;}
	.gallery-content .gallery-middle li a {
		width:20%;
	} 
	.gallery-content .gallery-middle li a img {
		width:100%;
		height:auto;
	}
	.music-three-content {
		padding:4% 0;
	}
	#main .featues-tow-content {
		background-position: top left;
	}
	.featues-content ul {
		width: 100%;
	}
	.featues-content .icon-box {
		background-size: 100% 100%;
	}
	.featues-content .icon-box ul li {
		width: 30%;
	}
	.featues-content .icon-box ul li img{
		width:100%;
		height:auto;
	}
	.shutterstock-content ul {
		width: 90%;
		padding: 0 0 0 42px;
	}
	#main .music-content {
		background-position: top left;
		background-size: auto 100%;
	}
	#music {
		background-position: -219px 0;
		background-size: auto 100%;
	}
	.releases-r-box .boxes .daphne-box p {
		padding: 2px 0 7px 16px;
	}
	.releases-content .releases-r-box .boxes {
		height: auto;
		float:left;
	}
	.releases-r-box .boxes .daphne-box-bottom {
		width: 98.5%;
		padding:0;
		margin-top:-15px;
	}
	
.releases-r-box .boxes .daphne-box h3 {
	font-size: 13px;
	margin-top:15px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 13px;
}

	.releases-r-box .boxes .img-box img {
		height:auto;
	}
	.music_page .key .play {
		background-size:100% 100%;
		padding:20px 0;
	}
	.music_page .key .box-play {
		width: 60%;
		margin-right:1%
	}
	.music_page .key .box-play1 {
		margin-right:20%
	}
	.music_page .key .box-play2 {
		margin-right:40%
	}
	.play-box {
		width: 82%;
		margin: 25% auto;
	}
		
	.play-box .video-box {
		height: 200px;
	}
	
		#center-box .choices-box {
		width:120%;
		}

#center-box .choices-box ul li p{
	font-size:11px;
}

.music_page .container .featues{
	width:auto;
	margin-left:10px;
}

.featues-content h2 {
	font-size:20px;
	margin-left:0px;
}

.featues-content ul li {
	margin-left:0px;
}

@media (max-width:882px){
	
#center-box .choices-box {
	margin-top:70px;
}
#center-box .right-pragaraph p {
	margin-top:27px;
}
#center-box h2 {
	font-size:30px;
}
}


}

@media (max-width:1059px){
	#header .navbar-toggle {
		position: absolute;
		float: right;
		top: 30px;
		right: 208px;
		display:block;
	}
	 .collapse {
		display: none;
	} 
	.collapse.in {
		display: block;
	}
	#header .navbar-header {
		width: 100%;
		padding: 0 0 20px;
	}
	#header .navbar-collapse {
		width: 100%;
		padding: 0;
	}
	
	#header .navbar-header h1 {
		width: 100%;
		text-align:center;
	}
	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand {
		float: none;
		margin: 0 auto;
		width: 45%;
		display: inline-block;
	}
	#header .navbar-nav {
		width: 100%;
		text-align: center;
		margin:7px 0;
		;
	}
	#header .navbar-inverse .navbar-nav li  {
		padding: 3px 0;
		padding-top:10px;
		font-size:18px;
		border-top: 1px solid #555;
	}
	.navbar-inverse .navbar-nav .active, .navbar-inverse .navbar-nav .active:hover, .navbar-inverse .navbar-nav .active:focus, .navbar-inverse .navbar-nav li:hover, .navbar-inverse .navbar-nav li:focus {
		background-image: url('../images/header_re-bg.pngX') !important;
		background-repeat: repeat;
		
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 100%;
	}
		.navbar-inverse {
	    background-color: #333;
		filter: alpha(opacity=3);
  		 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=97);
  		 opacity:0.97;
   		-moz-opacity: 0.03; 
	}
	
		.navbar-header .navbar-brand img {
			margin-left:-130px; }
			
	#header .pra-track {
		width: 230px;
		height: 230px;
		padding: 77px 0;
		float: none;
		margin: 0 auto;
	}
	#header .radio h2 {
	margin-top:-15px;
}
	#header .radio p {
		font-size: 18px;
		line-height: 27px;
		padding: 0 80px 10px 0;
	}
	#header .radio .small-pragraph {
		font-size: 15px;
		line-height: 27px;
	}
	
	#header .banner .learn-more {
		margin: 20px 0 0;
	}
	.new-releases-box .releases-box-l {
		max-width: 240px;
		padding: 5px 0;
		background-size: 100% 100%;
	}
	.new-releases-box .releases-box-l h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.search-box-r .navbar-form {
		margin:0;
		float:left !important;
		width: 100% !important;
	}
	#header .navbar-left {
		display: block;
		float: none!important;
		margin: 0 auto;
		width: 200px;
	}
	.search-box-r .navbar-form .form-control {
		height: 25px;
		line-height:18px;
		padding: 5px 10px 5px 33px;
		background-size: 5% 55%;
		width: 87%;
	}
	.search-box-r .btn-default {
		height: 27px;
		line-height:18px;
	}
	.new-releases-box .search-box-r {
		padding: 0;
	}
	.play-box .video-box embed {
		width:100%;
		height:100%;
	}
	.play-box .video-box video {
		width:100%;
		height:auto;
	}
	#header .banner .left-box {
		width: 700px;
}

#header .banner .left-box h1 {
		line-height: 40px;
	}

.shutterstock-content {
		background-image: none;
		background-color: #ECECEC;
	}
	
	.music_page .artists-box {
	padding-top: 45px;
	padding-bottom:40px;

}

#center-box .choices-box {
		max-width: 130%;
		width: 130%;
	}
	
		.releases-content .releases-l-box {
	width: 0;
	height:0;
	padding: 0 0 0 0;
	float: left;
	background-color: none;
	border: 0;
	border-radius: 0;
	box-sizing: content-box;
}
.releases-content .releases-l-box h2 {
	font-weight: 0;
	font-size: 0;
	line-height: 0px;
	color: none;
	padding: 0 0 0 0;
}
.releases-content .releases-l-box ul li {
	font-weight: 0;
	font-size: 0;
	line-height: 0;
	padding: 0 0 0 0;
}
.releases-content .releases-l-box ul li a {
	color: none;
}

	.music_page #header {
background-image: url('../images/music_header_bg-br.jpg');
}
	.music_page .banner h2 {
		color:#bbb;
	}

.music_page .banner h2 span{
	color: #e6eac9;
	text-shadow:none;
}
	.releases-r-box .boxes .daphne-box-bottom {
		width: 100%;
	}
	
	.releases-r-box .boxes .daphne-box h3 {
	font-size: 18px;
	margin-top:30px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 18px;
}
	
}
@media (max-width:768px){
	.distribution #header {
	background-image: url('../images/distribution-bg-br.jpg');
}
	.global-content {
		background-image: none;
	}
	#header .navbar-collapse {
		overflow: auto;
		height:229px;
		
	}
	
	.container {
		width: 98%;
	}
	.embed-responsive-item {
		width: 100%;
		height: 45%;
	}
	
	#center-box {
	padding: 0 0 0 0;
		margin-left:40px;
		margin-top:-100px;
		
	}
		#center-box .choices-box {
		width:120%;
		margin-left:100px;
		margin-bottom:10px;
}
	#center-box .bottom-box {
		padding: 0 0 5px;
		margin-top:-10px;
		margin-left:140px;
		margin-bottom:20px;
		visibility:visible;
	}
	#center-box .right-pragaraph {
		width: 100%;
		margin: 5px 0;
		text-align: center;
		position:fixed;
	}
	#center-box .right-pragaraph p {
		text-align: center;
		padding:0 10px;
		margin-left:auto;
		maring-right:auto;
	}
	#header .banner {
		padding: 10px 0 0px;
		float: left;
		width: 100%;
		position: relative;
	}
	
	#center-box h2 {
		visibility:visible;
		font-size:28px;
		margin:0 auto;
		margin-top:130px;
		margin-bottom:-40px;
		padding: 0 0px 0 130px;
		color:#fff;
		margin-left:55px;
		width:400px;
	}
	
	#center-box .button {
		bottom: 20px;
	}
	#center-box .choices-box ul li {
		padding: 0 10px;
	}
	#center-box .choices-box ul li a {
		max-width: 148px;
		float:none;
	}
	#header .radio .link {
		margin: 15px 0 0;
	}
	.radio-page #header .banner {
		padding:10px 0;
	}
	.radio {
		margin:0;
	}
	
	.music_page #header {
background-image: url('../images/music_header_bg-br.jpg');
}
	.music_page .artists-box {
		width: 243px;
		margin: 0 auto;
		padding: 10px 0;
		display: inline-block;
		clear: both;
		float: none;
	}
	
	.music_page .artists-box .text{
		text-align:center;
	}
	
	.music_page .banner .btn {
	float:none;
}
	
	.music_page #header .banner {
		padding:0;
	}
	.music_page .banner .text {
		width: 100%;
		padding-top: 0;
	}
	.music_page .banner h2 {
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 23px;
		text-align: center;
	}

.music_page .banner h2 span{
	font-size: 28px;
}
	#header .banner .new-releases-box {
		padding: 0 40px;
	}
	.new-releases-box .releases-box-l {
		padding: 6px 0;
		background-size: 100% 100%;
	}
	.new-releases-box .releases-box-l h2 {
		font-size: 25px;
		line-height: 25px;
		padding: 0 15px;
	}
	.new-releases-box .search-box-r .navbar-left {
		width: 100% !important;
		padding-left:20px;
	}
	.new-releases-box .search-box-r {
		padding: 0px 0 0;
	}
	
	#footer .sub-footer {
		padding: 50px 30px;
	}
	#footer .sub-footer ul {
		float: none;
		text-align: center;
		width: 400px;
		margin: 0 auto;
	}
	
	#footer .sub-footer ul li{
		float: none;
		display:inline-block;
	}
	#footer .sub-footer .footer-logo {
		float: none;
		padding-top: 22px;
		margin: 0 auto;
		width: 281px;
	}

	.artist-content .center-box {
		background-position: 0 45px;
		background-size: auto;
	}
	.artist-content .center-box ul {
		padding: 100px 36px 53px;
		width: 270px;
		background-image: url('../images/artist-list-bg.png');
		background-position: 0 0;
		background-size: 100% 100%;
		text-align: center;
		float:none;
		margin:10px auto 0;
		display:block;
	}
	.artist-content .center-box p {
		padding: 0;
		text-align: center;
	}
	.artist-content .center-box h2 {
		font-size: 55px;
		line-height: 65px;
		padding: 0;
		text-align: center;
	}
	.artist-content .center-box {
		padding: 0;
		background-image: none;
	}
	.artist-content .center-box ul li {
		font-size: 13px;
		line-height: 15px;
		padding: 10px 0 0px 23px;
	}
	.artist-content .center-box ul li {
		font-weight: 700;
		text-align: left;
		display: inline-block;
		width: 90%;
	}
	.gallery-content .gallery-middle h2 {
		font-size: 35px;
		line-height: 43px;
		text-align: left;
		display: block;
		padding-top:30px;

	}
	.gallery-content .gallery-middle p {
		text-align: left;
	}
	.gallery-content .gallery-middle a.btn {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.gallery-content .gallery-middle li a {
		width: 33%;
	}
	.clear-1 {
		clear:both;
	}
	.music-three-content {
		background-position: top right;
		background-size: auto 100%;
	}
	.music-three-content .box-767 {
		width: 100%;
	}
	.music-three-content .music-three h2 {
	}
	.music-three-content .music-three p {
	}
	.music-three-content .music-three a.btn {
		float: left;
		margin: 0 auto;
		display: block;
		margin-top:15px;
	}
	
	.shutterstock-content h2 {
		font-size: 22px;
		text-align: center;
		padding: 10px 0;
	}
	.box-767 {
		width:100%;
		padding:0;
	}
	#main .music h2 {
		text-align: left;
	}
	#main .music p {
		text-align: left;
		width:65%;
	}
	#main .music .link a {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.releases-content .releases-l-box {
		width: 89%;
		margin: 0 auto;
		float: none;
	}
	.releases-content .releases-r-box {
		width: 100%;
		float: left;
		margin: 5px 0;
		padding:0;
		clear: both;
	}
	.releases-content .releases-r-box .boxes {
		margin: 10px 0;
	}
	.releases-r-box .boxes .img-box {
		max-width: 100%;
		width: 29.4%;
	}
	.releases-r-box .boxes .daphne-box {
		width: 62.5%;
	}
	.releases-content .releases-r-box .boxes {
		position:relative;
	}
	.releases-r-box .boxes .icons-box {
		width: 62.5%;
		padding: 2px 0 1px 7px;
		position:absolute;
		bottom:0;
	}
	.music_page .banner h2 {
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 23px;
		text-align: center;
	}
	#header .pra-track a span {
		font-size: 12px;
	}
	.music_page .banner img {
		width: 45%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	#header {
		background-size: auto;
	}
	
	.play-box .video-box embed {
		width:100%;
		height:100%;
	}
	.play-box .video-box video {
		width:100%;
		height:auto;
	}
	#header .radio p {
		font-size: 20px;
		line-height: 27px;
		padding: 0 100px 10px 0;
	}
	#header .radio .small-pragraph {
		font-size: 17px;
		line-height: 27px;
	}

.music_page .container .featues ul li{
	font-size:12px;
}
#header .banner .left-box {
	border-width:0;
}


}
@media (max-width:767.5px){
	
		.global-content .box2 {
		border-radius: 30px;
		padding: 1px 10px;
		margin-bottom: 10px;
	}
	.play-box {
		float: none;
		margin: 5%;
		width:90%;
	}
	#header .banner .left-box {
		width: 570px;
		background:none;
		background-color:#cecece;
		opacity:.85;
}

#header .banner .left-box .link a {
	background-color:#096 }
	
#header .banner .left-box p {
	color:#000;
}

#header .banner .left-box h1 {
	font-size: 26px;
	color:#000;
	margin-top:20px;
	line-height: 32px;
	padding: 0px 37px;
}

#center-box {
	position: relative;
	width:100%;
	float:left;
	margin: -100px 0px 0px 55px;
}

#center-box h2 {
		font-size:30px;
		margin-top:130px;
		margin-bottom:-40px;
		padding: 0 px 0 0;
		margin-left:-200px;
		width:auto;
	}

#center-box .choices-box {
		width:auto;
		margin-left:-100px;
}
	#center-box .bottom-box {
		padding: 0 0 5px;
		margin-top:-10px;
		margin-left:-40px;
	}
	#center-box .right-pragaraph {
		width: 100%; 
}
.featues-content .link {
		margin: 20px 200px 20px 0;
	}
	.featues-content .icon-box {
	visibility:hidden;
	height:0;
	width:0;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	}
	
	.featues-content h2 {
	text-align:center;	
}
	.featues-content ul {
		text-align:center;
}
	.featues-content ul li {
		background-image:none;
	list-style:circle inside;
	font-size:30px;
	color:#999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	.featues-content ul li span{
		font-size:16px;
		color:#000;
	}
	
}

@media (max-width:640px){
	#header .navbar-toggle {
		top:27px;
		right: 28px;
	}
	#header .banner {
		width: 100%;
	}
	
	#header .banner .left-box {
		width: 500px;
		padding: 75px 0;
	border-width:0px;
	border-radius:0px;
	border-style: solid;
    border-width: 0px;
	border-color:#888;
	}
	#header .banner .left-box h1 {
		margin-top:20px;
		font-size: 24px;
		line-height: 28px;
		padding: 0px 37px;
	}
	.embed-responsive-item {
		width: 100%;
		height: 30%;
	}.global-content {
		background-size: 123% 273px;
	}
	#header .banner .left-box p {
		font-size: 14px;
		line-height: 21px;
		padding: 9px 0px 8px;
	}
	#header .banner .left-box ul {
		width: 100%; 
		margin: 0 auto;
		text-align:center;
	}
	#header .banner .left-box ul li {
		width: 10%; 
		float:none;
		display: inline-block;
	}
	#header .banner .left-box ul li a img {
		width: 100%; 
		height:auto;
	}
	#header .banner .left-box .link a {
		width: 142px;
		height: 33px;
		font-size: 12px;
		line-height: 33px;
		border-radius: 15px;
		background-position: top center;
		display: inline-block;
		float:none;
	}
	#header .banner .left-box .link {
		padding-top: 11px;
	}
	#header .banner .right-box p a {
		font-size: 11px;
		padding: 0 0 16px;
	}
	#header .banner .right-box p {
		padding: 19px 0 57px;
		margin-bottom: 0;
		background-size: 50%;
	}
	#header .banner .right-box {
		width: 121px;
		background-size: 100% 100%;
		margin: -15px auto 0;
	}
	.new-releases-box .releases-box-l {
		float: none;
		margin: 0 auto;
		display: inline-block;
		width: 285px;
	}
	.new-releases-box .search-box-r {
		padding: 10px 0 0;
		float: none;
		margin: 0 auto;
		clear: both;
		width:100%;
	}
	.new-releases-box .search-box-r .navbar-left {
		width: 97% !important;
		padding-left: 0;
		margin:0 auto;
		float:none;
	}
	.search-box-r .navbar-form .form-group {
		width: 75%;
		max-width: 100%;
	}
	.search-box-r .navbar-form .form-control {
		width: 90%;
	}

	.pagination-box .pagination {
		width: 100%;
	}
	.pagination-box .pagination>li>a, .pagination-box .pagination>li>span {
		padding: 10px 7px;
	}
	.box-600 {
		width:100%;
	}
	.music-three-content {
		background-size: auto;
	}
	#main .featues-tow-content {
		background-image:none;
	}
	.featues-tow-content .music-tow h2 {
		font-size: 19px;
		line-height: 24px;
		padding: 20px 0;
		margin-left:-20px;

	}
	.featues-tow-content .music-tow p {
		line-height: 28px;
		padding: 5px 0;
		width: 95%;
		margin:0 auto;
		margin-left:-20px;
	}
	#music h1 {
		font-size: 23px;
	}
	#header .radio h2 {
		text-align: center;
		margin-top:-10px;
		width:auto;
	}
	#header .radio p {
		text-align: center;
		font-size:18px;
		line-height:22px;
		padding: 15px 0 0 0;
	}
	#header .radio .small-pragraph {
	font-size:15px;
	line-height:20px;
}

	#header .radio .link a, #main .music .link a {
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
	#header .pra-track  {
	margin-top:10px;
}
	
	#header .radio .link a{
	margin-top:10px;
	margin-left:auto;
	}
	
	.featues-tow-content .music-tow .col-xs_12 {
		width:100%;
	}
	#main .music h2 {
		text-align: center;
		font-size: 25px;
		line-height: 28px;
	}
	#main .music p {
		text-align:center;
		 width: 100%; 
	}
	.clear-both {
		clear:both;
	}
	#header .navbar-left {
		float: none!important;
	}	
	
	.music_page .key{
	background-image:none;
}

.music_page .container .featues{
	width:auto;
	
}

#main .artist-content {
	background-image: url('../images/artist_img-br.jpg');
}

.featues-content .link {
		margin: 20px 20px 0 0;
	}
	.featues-content .icon-box {
	visibility:hidden;
	height:0;
	width:0;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	}
	
	.featues-content h2 {
	text-align:left;	
}
	.featues-content ul {
		text-align:left;
}
	.featues-content ul li {
	background-image: url('../images/check-icon.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 16px 45px;
	margin: 0px 0 0;
	list-style:none;
	
}
	.featues-content ul li span{
		font-size:14px;
		color:#000;
	}
	.releases-r-box .boxes .daphne-box h3 {
	margin-top:15px;
}

#center-box {
	position: relative;
	width:90%;
	float:left;
	margin: -100px 0px 0px 55px;
}
	
}
@media (max-width:520px){
	.releases-r-box .boxes .daphne-box-bottom {
		width: 100%!important;
		clear: left;
		padding:0!important;
	}
	.releases-r-box .boxes .icons-box {
		width: 98.5%;
		position: inherit;
	}
	.releases-r-box .boxes .daphne-box {
		padding: 5px 0 0;
	}
	.releases-r-box .boxes .daphne-box h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.gallery-content .gallery-middle h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.music_page .key .box-play p{
		font-size: 11px;
		line-height: 13px;
		width: 64%;
	}
	#center-box .choices-box {
		width:100%;
		margin-left:-80px;
}
	#center-box .bottom-box {
		padding: 0 0 5px;
		margin-top:-10px;
		margin-left:-40px;
	}

.music-three-content .music-three .small-pragraph {
		font-size: 17px;
		line-height: 22px;
	}
	
	.featues-tow-content .music-tow .small-pragraph {
	width:300px;
	font-size:20px;
	line-height:26px;
}

#header .banner .left-box h2{
	font-size:22px;
}

}
@media (max-width:480px){
	
	
	#header .navbar-toggle {
		right: 50px;
	}
		#footer .icons {
		width: 279px;
	}
	#header .navbar-collapse {
		height: auto;
	}
	
	.navbar-header .navbar-brand img {
		margin-left:-65px;
	}
	#footer .icons ul  {
		width: 100%;
		float:left;
		text-align:center;
	}
	#footer .icons ul li:first-child  {
		width:auto;
	}
	#footer .icons ul li  {
		float: none;
		width: 8%;
		padding:0;
		margin: 0 3px;
		display: inline-block;
	}
	#footer .icons ul li img  {
		width:100%;height:auto;
	}
	#footer .sub-footer ul {
		width: 176px;
	}
	#footer .sub-footer ul li {
		min-height: 100%;
		border:0;
		font-size:18px;
		line-height:32px;
	}
	#footer .sub-footer ul li.list-item-one {
		padding: 0;
		width: 176px;
		text-align: center;
	}
	#footer .sub-footer ul li a {
		float: none;
		padding: 4px 0;
		margin:4px;
		display: block;
	}
	.global-content ul li {
		padding: 0 0 8px 45px;
	}
	.new-releases-box .releases-box-l {
		width: 250px;
	}
	.artist-content .center-box p {
		font-size: 20px;
		line-height: 24px;
	}
	#center-box .choices-box ul li a {
		width:100%;
		font-size: 10px;
	}
	.pagination-box .pagination>li>a, .pagination-box .pagination>li>span {
		padding: 5px 5px;
	}
	.pagination-box .pagination {
		height: 30px;
	}
	.play-box {
		width: 90%;
		margin: 8% auto;
	}
	.global-content {
		background-size: 123% 222px;
	}
	.embed-responsive-item {
		width: 280px;
		height: 151px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	#header .banner .left-box {
		width: 380px;	
}

#header .radio h2 {
		margin-top:-10px;
	}

#header .pra-track  {
	margin-top:5px;
}
	
	#header .radio .link a{
	margin-top:5px;
	margin-left:auto;
	}
	
	#center-box h2 {
		font-size:28px;
		margin-top:115px;
		margin-left:-90px;
		margin-bottom:-50px;
		padding: 0 0 0 10px;
	}
	.featues-tow-content .music-tow .small-pragraph {
	margin-left:-20px;
}
.releases-r-box .boxes .daphne-box h3 {
	font-size: 16px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 16px;
	
	
}


#header .banner .left-box h1 {
		margin-top:20px;
		font-size: 24px;
		line-height: 26px;
		padding: 0px 37px;
	}
}

@media (max-width:375px){
#header .navbar-toggle {
		right: 30px;
	}
	#header .banner .left-box {
	margin-left:-3px;
	}
	
}

@media (max-width:360px){
#header .navbar-toggle {
		right: 22px;
	}
	
	#header .banner .left-box {
	margin-left:-10px;
	}
	
}
	
	
@media (max-width:330px){
#header .navbar-toggle {
		right: 7px;
	}
		#header .navbar-inverse .navbar-nav li  {
		padding: 5px 0;
		}
		
		.navbar-header .navbar-brand img {
		margin-left:-73px;
	}
		#header .banner .left-box {
		width: 320px;	
}
#center-box h2 {
		font-size:26px;
		margin-top:100px;
		margin-left:-90px;
	}
	#center-box .choices-box {
		width:120%;
		margin-left:-80px;
}
	#header .banner .learn-more {
		visibility:hidden;
	}
	.featues-tow-content .music-tow .small-pragraph {
	width:280px;
	margin-left:-30px;

}
.releases-r-box .boxes .daphne-box h3 {
	font-size: 14px;
	margin-top:5px;
}
.releases-r-box .boxes .daphne-box h4, 
.releases-r-box .boxes .daphne-box p {
	font-size: 14px;
}
}

@media (max-width:320px){
	#header .banner .left-box {
		margin-left:0px;
		border-radius:0px;
	}
#header .banner .left-box h1 {
		line-height: 22px;
	}
}