/*@font-face {
    font-family: 'dincondensedcregular';
    src: url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.eot');
    src: url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.woff2') format('woff2'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.woff') format('woff'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.ttf') format('truetype'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.svg#dincondensedcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@import url('//fonts.googleapis.com/css?family=Lato|Oswald');
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans/museosans-300-webfont.eot');
    src: url('../fonts/museosans/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
    color: #202020;
    text-decoration: none;
}
a:focus {
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.mt50{
	margin-top: 50px;
}
.navbar.navbar-default {
    background: #fff;
    border: 0 none;
    margin: 0;
}
.nav.navbar-nav.navbar-right > li > a {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}
.head-cover {
	height: 112px;
}
/*-------------------------------------------Full Width Slider*/
/*.page-banner-sectn .carousel-inner .item > a > img {
    width: 100%;
}*/
#heading {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
    width: 660px;
}
#heading {
    color: #000000;
    float: left;
    font-size: 20px;
    margin: 15px 0 0;
    text-align: left;
    width: 200px !important;
}
.mixes-table, .mixes-row{ clear: both;}
.mixes-image{ width: 125px;}
.mixespage .pagination {
    float: right;
}
.mixes-table ul.mixes-soundclounrow .soundclud-embeded {
    width: 87%;
}
.mixes-downloadlink {
    margin: 27px 0 0 40px;
}
.mixes-table ul.mixes-soundclounrow .mixes-downloadlink {
    margin: 57px 0 10px 6px;
}
.mixes-table ul.mixes-row li {
    float: left;
    padding: 15px 0;
}
.mixes-djname {
  text-align: center;
  width: 150px;
}
.mixes-name.mixNameText {
  text-align: center;
  width: 550px;
  margin-top: 40px;
}
.mixes-date{ float: right !important;}
.mixes-table ul.mixes-soundclounrow {
    position: relative;
    overflow: hidden;
    width: 100%;
} 
.mixespage .pagination span {
    margin-right: 5px;
}
.mixes-djname {
  margin-top: 25px !important;
}
.page-banner-sectn .carousel-inner {
	/*background-color: #000;*/
    background: #FFF;
}
.page-banner-sectn .carousel-inner .item > a > img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.top-product-sectn .drop-icon-sectn > a {
	display: inline-block;
	margin: 25px 0;
}
.top-product-sectn .drop-icon-sectn > a .drop-icon {
	background-image: url(../img/drop-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 52px;
	height: 52px;
	display: block;
}
.top-product-element {
	overflow: hidden;
	border-right: 10px solid #f0f0f0;
	border-left: 10px solid #f0f0f0;
	border-top: 10px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
}
.top-product-element > li {
  	float: left;
	width: 20%;
	border-left: 10px solid #f0f0f0;
	padding: 10px;
}
.top-product-element > li:first-child {
	margin-left: -10px;
}
.top-product-element > li > a {
	display: block;
}
.top-product-element > li > a > img {
	width: 100%;
}
.product-element {
    background-color: #000;
    margin-bottom: 25px;
    height: 200px;
    position: relative;
	overflow: hidden
}
.product-element > img {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-element > iframe {
    bottom: 0;
    height: auto;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.product-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: none;
}
.product-element:hover .product-content {
	display: block;
}
.product-content > p {
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    margin: auto;
    position: relative;
    text-transform: uppercase;
    top: 100px;
}
.product-content > p:after {
	content: "";
	position: absolute;
	width: 206px;
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -14px;
}
.product-sectn .btn-sectn {
  	display: inline-block;
  	width: 100%;
}
.product-sectn .btn-sectn .border-btn {
	border: 1px solid #48d9c6;
	border-radius: 0;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 14px 62px;
}
.club-register-sectn {
	background-color: #000;
	padding: 5em 0;
	margin-bottom: 20px;
}
.club-register-sectn > h4 {
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 32px;
    text-indent: 32px;
	margin: 0;
}
.club-register-sectn > h3 {
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0;
}
.club-register-sectn > p {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.club-register-sectn > a {
  	border: 1px solid #ffffff;
  	color: #ffffff;
  	display: inline-block;
  	font-size: 12px;
  	letter-spacing: 4px;
  	margin-top: 20px;
  	padding: 15px 40px;
  	text-transform: uppercase;
}
.blogpopup .modal-dialog {
    width: 65%;
}
.blogpopup .modal-header {
    padding: 15px 15px 30px;
}
.blogpopup .modelbody-h {
	overflow: hidden;
}
.blogpopup .modelbody-h {
    border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
.blogpopup .modelbody-h > h2 {
	font-family: 'dincondensedcregular';
	font-size: 30px;
	float: left;
	color: #000000;
	font-weight: bold;
	margin: 0 0 5px;
}
.blogpopup .modelbody-h .entryFooterLinks {
	float: right;
	margin: 6px 0 0;
}
.blogpopup .blogconten-entry > a > img {
    margin: 0 0 1.71429rem;
    width: 100%;
	height: auto;
}
.blogpopup .blogconten-entry .size-full {
    height: auto;
    width: 100%;
	margin: 0 0 1.71429rem;
}
.blogpopup .blogconten-entry > iframe {
	margin: 0 0 1.71429rem;
    width: 100%;
}
.blogpopup .blogconten-entry {
    font-family: "museo_sans300";
    font-size: 14px;
    line-height: 1.6;
}
.blogpopup .blog-postedby {
	font-family: "museo_sans300";
    font-size: 14px;
    line-height: 1.6;
	font-weight: bold;
	margin: 15px 0;
}
.blogpopup .blog-postedby > span {
	font-weight: normal;
}
.modelbody-h .entryFooterLinks a {
    display: block;
    float: left;
    height: 26px;
    margin-left: 3px;
    padding: 1px 0 0;
    width: 23px;
}
.modelbody-h .entryFooterLinks .facebook {
    background: transparent url("../img/sprite_global.png") no-repeat scroll -26px -56px;
}
.modelbody-h .entryFooterLinks .twitter {
    background: transparent url("../img/sprite_global.png") no-repeat scroll -27px -80px;
}
.navbar-nav > li:hover a{ text-decoration: underline;}
/*----------------------------------------------------------------------Footer-Css*/
.content_master_footer{ }
.footer{ margin: 0 auto; padding: 50px 0;}
.footer-inner {overflow: hidden;}
.footer a:hover{ color: #C8002F !important;}
.content_master_left1 {  background:  #E4E4E4; border-top: 3px solid #000000; overflow: hidden;}
.siteDocs { width: 1000px; margin: 0 auto; background:  #E4E4E4;}
.inner-footerleft{ width: 75%; float: left;}
.inner-footerright{ width: calc(25% - 30px); margin-left: 30px; float: left;}
.inner-footerleft .footer-findhelp{ width: 30%; float: left;}
.inner-footerleft .footer-stayconnected{  width: 30%; float: left;}
.inner-footerleft .footer-subscribe{  width: 36%; float: left;}
.footer-findhelp ul.footer-links-findhelp{ margin:0; padding: 0;}
.footer-findhelp ul.footer-links-findhelp li{ padding:0; margin: 5px 0; list-style: none;}
.footer-findhelp ul.footer-links-findhelp li a{ text-decoration: none; color: #000000;}
.footer-stayconnected ul.footer-links-stayconnected{margin:0; padding: 0;}
.footer-stayconnected ul.footer-links-stayconnected li{ padding:0; margin: 5px 0;  list-style: none;}
.footer-stayconnected ul.footer-links-stayconnected li a{  text-decoration: none; color: #000000;}
.Newslettesubscriber{ margin: 50px 0 0 0;}
input.newsletter{ background: url("../styleImages/newsletter.png") no-repeat; border: medium none;  height: 41px;  padding: 0 20px 0 8px;  width: 157px;}
.newsletter-button{ /* background: url("../styleImages/subscribe-go.png") no-repeat scroll -4px -2px #FFFFFF;*/  background: url("../img/mycart.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;  color: #FFFFFF; border: none; position: relative; left: -26px; height: 31px;}

.inner-footerleft h1{ font-size: 14px; margin: 0 0 25px 0; font-weight: bold; color: #000;}
.inner-footerleft .beafan{ background: url(../img/beafan.png) no-repeat scroll 0 0; display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.inner-footerleft .followus{ background: url(../img/followus.png) no-repeat scroll 0 4px;  display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.inner-footerleft .youtube{ background: url(../img/youtube.png) no-repeat scroll 0 0;  display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.inner-footerleft .instagram{ background: url(../img/instagram.png) no-repeat scroll 0 0;  display: inline-block; height: 33px; padding: 7px 0 0 35px;}
.footer-bordertop{ border-top: 2px solid #000000;  margin-bottom: 10px; width: 148px;}
.collapse.navbar-collapse {
    position: relative;
}
.user-setting {
    position: absolute;
    right: 30px;
    top: 10px;
}
.user-setting > a {
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    text-decoration: none;
}
.user-setting > a .setting-icon {
  background-image: url("../../img/android_icons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  float: right;
  height: 20px;
  margin: 0 0 0 10px;
  width: 18px;
}
.setting-element {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #000000;
  display: none;
  position: absolute;
  right: -13px;
  width: 175px;
  z-index: 999;
}
.user-setting:hover .setting-element {
  display: block;
}
.setting-element > span {
  border-bottom: 15px solid #cccccc;
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 8px;
  top: -15px;
}
.setting-element > ul {
  overflow: hidden;
  padding: 10px;
}
.setting-element li {
  float: none;
  list-style-type: none;
  padding: 10px 5px;
}
.bottom-border {
    border-bottom: 1px solid #dddddd;
}
.setting-element a {
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}
.nav.navbar-nav.navbar-right {
  margin: 30px 0 0;
}
.are_u_dj{ text-align: center; color: #CCC;}
.btn-grey{ background: #adadad !important;}
.account-boxes:nth-child(3n+1){ /*clear: both;*/}
.btn.btn-black {
	background: #000;
	color: #FFF;
	padding: 3px 12px;
	text-decoration: none;
	text-transform: uppercase;
	/* font-size: 11px; */
}
.btn.btn-green{
    background: #63B76C; color: #FFF;
}
.btn.btn-green:hover{ background: #333;}
.pt10{ padding-top: 10px;}
.top-margin{
    margin-top: 50px;
}
.bottom-margin{ margin-bottom: 50px;}
.exclusives-block.contant-block > h2 {
	background-color: #000;
	/* background-image: url("../img/expressdj-icon.png"); */
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-radius: 0;
	color: #fff;
	
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 45px;
	padding: 11px 20px 11px 25px;
}
h3.sub-heading{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.pagination {
    float: right;
    margin-right: 12px;
}
.pagination > span {
    font-size: 13px;
    font-weight: bold;
	margin-right: 10px;
}
.pagination > a {
    background-color: #fafafa;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 15px;
    margin: 0 -12px 0 0;
    padding: 2px 14px;
}
.pagination > a:hover {
	text-decoration: none;
	background-color: #EAEAEA;
}
.pagination > a.currentPage {
  background: #767676 none repeat scroll 0 0;
  border-color: #767676;
  color: #FFF;
}
.onepage-container{
    width: 1170px;
    margin: 0 auto;
}

/************ Career or Jobs Page css **************************/
.onepage-container .Title h1 {
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0;
  padding: 40px 0 30px;
  text-transform: uppercase;
}
.jobs_listing .open_title{
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 19.2px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jobs_listing .open_intro {
  color: #666;
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  margin-top: 0;
  font-size: 16px;
}
.jobs_listing td {
  line-height: normal;
  padding: 0 2em 0.5em 0;
}
.jobs_listing td.open_title{
  width: 45%;
} 
.jobs_listing td.open_intro{
  width: 18%;
}
.jobs-content {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: -80px;
  padding-bottom: 80px;
}
.open_btn .btn {
  font-size: 15px;
  min-width: 120px;
  padding: 5px 20px;
  font-family: 'Lato', sans-serif;
    text-transform: uppercase; 
}
.job-inner-headline .sub-title{
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
    color: #808080;
    font: 700 14px/1.4 Lato;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
.job-inner-headline {
  display: table-cell;
  padding-bottom: 50px;
  width: 100%;
}
.job-inner-wrapper{
  display: table-cell;
  vertical-align: middle;
}
.open_btn .dib {
  background: #000 none repeat scroll 0 0;
  color: white;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  min-width: 120px;
  padding: 10px 15px;
    white-space: nowrap;
    border-radius: 4px;
    text-transform: uppercase; 
}
.open_btn .dib:hover, .open_btn .btn:hover, .job-bot-appbutton .btn:hover{ background: #bb0d09!important;}
.Title .job-inner-title h1 {
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0;
  padding: 40px 0 20px;
  text-transform: uppercase;
}
.job-description{ font:400 16px/1.8 Lato;color: #515357;}
.job-description h3 {
  color: #515357;
  font: 400 18px/1.8 Lato;
  margin: 30px 0;
}
.job-description ul{ list-style: outside;}
.jobs-content2 {
  background: #e2e2e2 none repeat scroll 0 0;
  margin-bottom: 40px;
}
.plain-list ul li {
  list-style-type: disc;
  color: #515357;
    list-style-position: outside;
    margin: 8px 0 8px 17px;
}
.job-description span{ font-size: 16px !important;}
.job-bot-appbutton{ text-align: center; margin-top: 60px;}
.job-bot-appbutton .btn {
  background: #000 none repeat scroll 0 0;
  border-radius: 4px;
  color: white;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  min-width: 120px;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.job-description .page-centered {
  margin-bottom: 30px;
}
.urban-app-label{
  margin: 17.5px 0;
    color: #515357;
}
.urban-app-label .required {
  color: #ff794f;
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-left: 3px;
  padding-bottom: 0;
  position: absolute;
}
.form-element label{ font-weight: normal;}

.urban-app-field input[type="text"], .urban-app-field input[type="email"], .urban-app-field input[type="tel"], .urban-app-field select {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  padding: 4px 4px 4px 15px;
        font-size: 16px;
    line-height: 1.4;
    display: inline-block;
  width: 100%;
    margin: 17.5px 0;
     color: #515357;
    border: 1px solid #e2e2e2;
}
.urban-app-label {
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  width: 100%;
}
.urban-app-field{
  padding-left: 15px;
  width: 489px;
}

.urban-app-field.urban-app-field2{
  padding-left: 15px;
  width: auto;
}
.urban-app-field, .urban-app-label {
  display: inline-block;
  vertical-align: middle;
}
.urban-app-label {
  width: 210px;
    margin: 17.5px 0;
}
.urban-app-field.full-width, .urban-app-label.full-width{ 
  width: 100%;
  padding-left: 0;
}
.Title h2{
  font:700 16px/1.4 Lato; 
  margin: 17.5px 0;
  padding: 0;
  text-transform: uppercase;
}
  
.file-btn svg{
  left: 15px;
  position: absolute;
  top: 30%;
} 
.urban-app-field input[type="file"] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.urban-app-field .file-btn {
		background: #ebecf0 none repeat scroll 0 0;
		border: 1px solid #dfe0e4;
		color: #9696a2;
    height: 40px;
    min-width: 230px;    
    font:400 16px/1.8 Lato;
    padding-left: 30px;
    position: relative;
    border-radius: 4px;
    cursor: pointer
}
.file-btn .default-label{
 
  cursor: pointer;
  font: 14px/1.33 Lato;
  letter-spacing: 2px; 
  text-transform: uppercase;
  white-space: nowrap;
}
.file-btn .default-label {
  display: block;
  line-height: 1.33;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 8px;
}
.urban-app-field.full-width input[type="text"], .urban-app-field.full-width input[type="email"], .urban-app-field.full-width input[type="tel"], .urban-app-field select {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  padding: 4px 4px 4px 15px;
        font-size: 16px;
    line-height: 1.4;
    display: inline-block;
  width: 100%;
    margin: 17.5px 0;
     color: #515357;
    border: 1px solid #e2e2e2;
}
.form-element label {
  display: block;
  font-weight: normal;
    width: 100%;
}
.page_center {
  max-width: 760px;
  padding-left: 0;
  padding-right: 0;
    margin:0 auto;
}
.mt60{ margin-top: 60px;}
.urban-app-field select{background: #e2e2e2 none repeat scroll 0 0;}
.urban-app-field .application-dropdown {
  position: relative;
}
.urban-app-field .application-dropdown::after {
  border-bottom: 1px solid #72767d;
  border-color: #72767d;
  border-left: 1px solid #72767d;
  content: "";
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  width: 15px;
}
.job-bot-appbutton .btn {
  background: #000 none repeat scroll 0 0;
  border-radius: 4px;
  color: white;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  min-width: 120px;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.urban-app-field.full-width.urban-app-field2{ width: auto !important;}
.application-dropdown select {
  padding-right: 40px;
  text-indent: 0.01px;
  text-overflow: "";
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
select::-ms-expand {
    display: none;
}
.onepage-container .Title h1 {
  font-size: 30px;
}
.open_btn .dib { 
  display: inline-block; 
  margin-bottom: 30px; 
}
.job-inner-headline { 
  padding-bottom: 30px; 
}
.job-inner-headline .sub-title{ margin-right: 0px;}

.s-bg-grey{
    background: #fafafa;
    padding: 15px 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.student-notify{
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0;
}
.s-white-shadow{
    background: #FFF;
}
/*---------------------------------------------------------------Responsive-css*/
@media only screen and (max-width: 1200px) {
	.blogpopup .modal-dialog {
		width: 85%;
	}
	.product-content > p {
		font-size: 14px;
		line-height: 20px;
		top: 68px;
	}
    .header-message.topheader-bottom > a > img {
        width: 100%;
    }
    .mixes-name.mixNameText {
        width: 278px;
    }
}
@media only screen and (max-width: 980px) {
	.blogpopup .modal-dialog {
		width: 100%;
	}
	.product-element {
		height: 300px;
	}
	.product-element > img {
		height: 300px;
	}
	.product-content > p {
		top: 130px;
	}
    .mixes-table ul.mixes-soundclounrow .soundclud-embeded {
        width: 82%;
    }
    .mixes-name.mixNameText {
        width: 193px;
      }
}
@media only screen and (max-width: 800px) {
	.blogpopup .modelbody-h > h2 {
		font-size: 26px;
	}
}
@media(min-width:768px) {
    .navbar-nav > li.pull-right-main{
        float: right;
    }
}
@media only screen and (max-width: 640px) {
    
	.navbar-toggle {
		margin-right: 20px;
		margin-top: 34px;
	}
	.club-register-sectn > h4 {
		font-size: 24px;
        letter-spacing: 20px;
        text-indent: 20px;
	}
	.club-register-sectn > h3 {
		font-size: 50px;
	}
	.club-register-sectn > p {
		font-size: 18px;
	}
	.inner-footerleft {
		width: 100%;
	}
	.inner-footerright {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
    .mixes-table ul.mixes-soundclounrow .soundclud-embeded {
        width: 78%;
      }
      .mixes-table ul.mixes-row li {
            float: none;
            padding: 15px 0;
            text-align: center;
            width: 100%;
        }
        .mixes-name.mixNameText {
            margin-top: 0;
          }
}
@media only screen and (max-width: 600px) {
    .mixes-table ul.mixes-soundclounrow .soundclud-embeded {
        width: 100%;
      }   
    .mixes-table ul.mixes-soundclounrow .mixes-downloadlink {
      margin: 15px 0 0;
      text-align: center;
      width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	.inner-footerleft .footer-findhelp,
	.inner-footerleft .footer-stayconnected {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.inner-footerleft .footer-subscribe {
		float: none;
		width: 100%;
	}
	.club-register-sectn > h4 {
		font-size: 20px;
        letter-spacing: 10px;
        text-indent: 10px;
	}
	.club-register-sectn > h3 {
		font-size: 30px;
	}
	.club-register-sectn > p {
		font-size: 14px;
	}
	.product-element > img {
		height: 230px;
	}
	.top-product-element > li {
		border-left: 0 none;
		border-top: 10px solid #f0f0f0;
		float: none;
		width: 100%;
	}
	.top-product-element > li:first-child {
		margin-left: 0;
		border-top: 0 none;
	}
}
@media only screen and (max-width: 360px) {
	.product-element {
		height: 200px;
	}
	.product-element > img {
		height: 100%;
	}
	.product-content > p {
		top: 75px;
	}
	.blogpopup .modelbody-h > h2 {
		font-size: 20px;
	}
}