/* Author: Stefan Dindyal, Changes for Rock.de by Matthias Schaffer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 

time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,

q:before, q:after { content: ''; content: none; }

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

a:hover, a:active { outline: none; }

ol { list-style-type: decimal; }

small { font-size: 85%; }

strong, th { font-weight: bold; }

td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }

textarea { overflow: auto; } 

input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

button {  width: auto; overflow: visible; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*/////////////////////////////////////////////////

 Fonts

////////////////////////////////////////////////*/

@font-face {

    font-family: 'Oswald Book';

    src: url('fonts/oswald-regular-webfont.eot');

    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/oswald-regular-webfont.woff') format('woff'),

         url('fonts/oswald-regular-webfont.ttf') format('truetype'),

         url('fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Oswald Stencil Regular';

    src: url('fonts/oswald-stencil-webfont.eot');

    src: url('fonts/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/oswald-stencil-webfont.woff') format('woff'),

         url('fonts/oswald-stencil-webfont.ttf') format('truetype'),

         url('fonts/oswald-stencil-webfont.svg#oswald_stencilregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Oswald Bold';

    src: url('fonts/oswald-bold-webfont.eot');

    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/oswald-bold-webfont.woff') format('woff'),

         url('fonts/oswald-bold-webfont.ttf') format('truetype'),

         url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Comfortaa Bold';

    src: url('fonts/comfortaa_bold-webfont.eot');

    src: url('fonts/comfortaa_bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/comfortaa_bold-webfont.woff') format('woff'),

         url('fonts/comfortaa_bold-webfont.ttf') format('truetype'),

         url('fonts/comfortaa_bold-webfont.svg#comfortaabold') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'OpenSans Bold';

    src: url('opensans-bold-webfont.eot');

    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('opensans-bold-webfont.woff') format('woff'),

         url('opensans-bold-webfont.ttf') format('truetype'),

         url('opensans-bold-webfont.svg#open_sansbold') format('svg');

    font-weight: normal;

    font-style: normal;

}

/*/////////////////////////////////////////////////

 Structure

////////////////////////////////////////////////*/

body {

	font: 15px/24px 'Helvetica',Arial,Verdana,sans-serif;

	color: #646464;

	background: url(images/background.jpg) center top no-repeat #0a0a0a;

}

body a {

	color: #d83d00;

	text-decoration: none;

}

body a:hover {

	color: #646464 !important;

}

i,em {

	font-style: italic;

}

b, strong {

	font-weight: bold;

}

#bg-line-2 {

	background: url(images/footer-bg.png) -1px top no-repeat;

	height: 250px;

	position: relative;

	margin: -85px 0 250px 0;

}

#page {

	background:	url(images/header-bg.png) left top no-repeat,

				url(images/content-bg.jpg) left top repeat;

	max-width: 1341px;

	margin: 0 auto 56px;

	padding: 10px 0 96px 0;

	z-index: 20;

}

#within {

 	max-width: 1185px;

 	padding: 0 10px;

 	margin: 0 auto;

}

#within #masthead {

	padding-bottom: 48px;

	margin-top: -10px;

}

#within .cont {

	width: 100%;

	max-width: 780px;

	min-width: 302px;	

	margin: 0 0 0 0;

	float: left;

}

#within .side {

	max-width: 345px;

	min-width: 302px;	

	float: right;

}

/*Nav*/

#within .subs {

	display: none;

}

#nav-block {

	font-family: 'Oswald Book', sans-serif;

	font-size: 16px;

	line-height: 99px;

	letter-spacing: 0.050em;

	text-transform: uppercase;

	padding-top: 0;

	top: 0;

	z-index: 50;

  text-align: center;

}

#nav-block a.home-link {

	margin: 10px 0 0 0;

}

#nav-block ul a {

	text-align: center;

	padding: 0 20px;

	display: inline-block;

	color: #ffffff;

}

#nav-block .menu-main_nav-container {

	float: right;

}

#nav-block li {

	display: inline-block;

	position: relative;

}

#nav-block li.menu-item-has-children {

	height: 60px;								/*Prevents submenu from disappearing while hovering over gap*/

}

#nav-block ul.nav-menu > li:hover > a,

#nav-block ul a:hover,

#nav-block li.current-menu-item a,

#nav-block li.current-category-ancestor a {

	color: #ffffff !important;

	background: url(images/menu-bg-orange.jpg) left top repeat;

}

#nav-block ul li ul li a:hover {

	color: #d83d00 !important;

}

#nav-block li:last-child a {

	margin-right: -18px;

}

#nav-block ul li ul li:last-child a {

	padding-right: 0;

	margin-right: 0;

}

#nav-block .site-title {

	width: 240px;

	height: 105px;

	display: inline-block;

	background: url(images/logo.png) left top no-repeat;

}

header .nav-menu {

	line-height: 40px;

	margin-top: 30px;

}

#nav-block .nav-menu li ul {

	margin-top: 10px;

	padding: 5px 0 12px 0;

	position: absolute;

	width: 100%;

	min-width: 100px;

	z-index: 10;

	background: url(images/menu-bg-dark.jpg) left top repeat;

	display: none;

}

#nav-block .nav-menu li:hover > ul {

	display: block;

}

#nav-block .nav-menu li ul.empty:before {

	display: none;

}

#nav-block .nav-menu li ul li {

	display: block;

	text-align: center;

	line-height: 22px;

	padding: 6px 8px;

}

#nav-block .nav-menu li ul li a {

	font-family: 'Oswald Stencil Regular', sans-serif;

	display: inline;

	background: none;

	color: #fff;

	font-size: 13px;

	line-height: 19px;

	letter-spacing: 0.050em;

	padding: 5px 0;

}

#nav-block .social-links {
  line-height: 1;
  padding-top: 5px;
}

#nav-block .social-links li a {
  color: #d83d00;
  font-size: 20px;
  padding: 0;
  margin: 0 15px;
  background: none !important;
}

#nav-block .social-links li a:hover {
  color: #646464 !important;
}



/*Footer Nav*/

#footer .nav-menu {

	font-family: 'Oswald Book', sans-serif;

	font-size: 18.5px;

	line-height: 34px;

	letter-spacing: 0.050em;

	text-transform: uppercase;

	margin-left: 10px;

}

#footer .nav-menu li {

	display: inline-block;

	padding: 0 38px 0 0;

}

#footer .nav-menu li ul {

	display: none;

	margin: 5px 5px 0;

}

#footer .nav-menu a {

	color: #ffffff;

}

#footer .nav-menu a:hover,

#footer .nav-menu li.current-menu-item a {

	color: #d83d00 !important;

}

/*Slider*/

#main-slider {

	overflow: hidden;

	padding-top: 42px;

}

#main-slider .inner {

	height: 370px;

}

#main-slider .slide {

	position: relative;

}

#main-slider img {

	display: block;

	max-width: 100%;

}

#main-slider .text {

	position: absolute;

	top: 40%;

	left: 75px;		

	font-family: 'Oswald Stencil Regular', sans-serif;

	font-size: 45px;

	line-height: 45px;

	letter-spacing: 0.040em;

	color: #D83D00;

	text-transform: uppercase;

	display: none;

}

#main-slider .text span, #main-slider .text .ex {

	display: block;	

	font-size: 25px;	

	color: #464646;

	text-transform: lowercase;

}

#main-slider .text .ex {

	padding-top: 5px;

	display: none;

}

#main-slider .text .ex a {

	text-transform: uppercase;

}

#main-slider .cta {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	background: red;

	opacity: 0;

}

#main-slider a.more-link {

	font-weight: bold;

	font-family: 'Helvetica',Arial,Verdana,sans-serif;

	font-size: 15px;

}

#main-slider a.more-link span {

    background: url("images/arrow-more-right.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    display: inline-block;

    height: 10px;

    width: 12px;

    line-height: 11px;

}

#main-slider a.more-link:hover span {

    background-position: left bottom;

}

/*Social Icons*/

.social-menu {

	background: url(images/border-top.jpg) left top repeat-x,

				url(images/border-bottom.jpg) left bottom repeat-x,

				url(images/border-right.jpg) right bottom repeat-y,

				url(images/social-bg-desktop.jpg) bottom left no-repeat;

	height: 105px;

	padding: 15px 0 0 7px;

	position: relative;

	z-index: 5;

	font-size: 0px;

	text-align: center;	

	margin-left:-43px;

	-moz-box-shadow: 4px 4px 10px -2px #000000;

	-webkit-box-shadow: 4px 4px 10px -2px #000000;

	box-shadow: 4px 4px 10px -2px #000000;

}

#main .social-menu:before {

    background: url(images/rack-right-top.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

    content: "";

    display: block;

    height: 29px;

    margin: -20px -6px 2px 100%;

    float:right;

    width: 23px;

}

#main .social-menu:after {

    background: url(images/rack-right-bottom.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

    content: "";

    display: block;

    height: 29px;

    margin: -15px -6px 0 100%;

    float:right;

    width: 23px;

}

.social-menu li {

	display: inline-block;

	padding: 0;

	margin: 7px -2px 0;

	height: 63px;

	width: 55px;	

}

/*IE 9+ Hack*/

@media screen and (min-width:0\0) {

	#main .social-menu li {

		margin: 0 -3px 0;

	}

	#main .social-menu:after {

    margin-top: -8px;

	}

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#main .social-menu li { 

		margin: 8px -4px -15px !important;

	}

	#main .social-menu:after {

		margin-top: 0;

	}	

}

.social-menu li:first-child{

	margin-left: 0;

}

.social-menu li:last-child{

	margin-right: 0;

}

.social-menu li a {

	display: inline-block;

	height: 63px;

	width: 55px;

}

.social-menu li.facebook a {

	background: url(images/social-icons/facebook.png) bottom left no-repeat;	

}

.social-menu li.twitter a {

	background: url(images/social-icons/twitter.png) bottom left no-repeat;	

}

.social-menu li.instagram a {

	background: url(images/social-icons/instagram.png) bottom left no-repeat;	

}

.social-menu li.youtube a {

	background: url(images/social-icons/youtube.png) bottom left no-repeat;	

}

.social-menu li.spotify a {

	background: url(images/social-icons/spotify.png) bottom left no-repeat;	

}

.social-menu li.email a {

	background: url(images/social-icons/newsletter.png) bottom left no-repeat;	

}

.social-menu li a:hover {

	background-position: top left;

}

/*Content*/

.top-fill {

	background: url(images/metal-bg.jpg) left top repeat,

				url(images/rack-left-top.png) left top no-repeat,

				url(images/rack-left-bottom.png) left bottom no-repeat;

	padding:0;

	font-family: 'Comfortaa Bold', sans-serif;

	font-size: 12px;

	line-height: 24px;

	letter-spacing: 0.15em;

	text-transform: uppercase;

	color: #a2a2a2;

	-moz-box-shadow: 0 0 16px 8px #000000 inset;

	-webkit-box-shadow: 0 0 16px 8px #000000 inset;

	box-shadow: 0 0 16px 8px #000000 inset;

	position: relative;

	z-index: 10;

}

.top-fill .borders {

	background: url(images/border-top.jpg) left top repeat-x,

				url(images/border-bottom.jpg) left bottom repeat-x,

				url(images/border-left.jpg) left bottom repeat-y,

				url(images/border-right.jpg) right bottom repeat-y;					

	padding:20px;

	-moz-box-shadow: 4px 4px 10px -2px #000000;

	-webkit-box-shadow: 4px 4px 10px -2px #000000;

	box-shadow: 4px 4px 10px -2px #000000;

}

.top-fill .borders:after {

	background: url(images/cable.png) left top no-repeat;

	content: '';

	display: block;

	width: 225px;

	height: 140px;

	top: 13px;

	right: 0;

	position: absolute;

	z-index: 10;

}

.top-fill:before {

    background: url(images/rack-left-top.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

    content: "";

    display: block;

    height: 29px;

    margin: -6px;

    position: absolute;

    width: 23px;

}

.top-fill:after {

    background: url(images/rack-left-bottom.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

    content: "";

    display: block;

    height: 29px;

    margin: -23px 0 0 -6px;

    position: absolute;

    width: 23px;

}

.rack {

	position: relative;

	z-index: 10;

}

.top-fill .filter-rack {

	background: url(images/filter-bg.jpg) left top repeat;

	border: 1px solid #a2a2a2;

	border-radius: 12px;

	-webkit-border-radius: 12px;

	-moz-border-radius: 12px;

	padding: 7px 10px 4px 2px;

	margin-left: -2px;

	width: 80%;

}

.top-fill a {

	font-size: 12px;

	line-height: 24px;

	position: relative;

	display: inline-block;

	padding: 0 10px 0 5px;

	color: #a2a2a2;

	letter-spacing: 0.1em;

	border-radius: 4px 0 0 4px;

	margin-left: 30px;

	z-index: 20;

}

.top-fill a:hover,

.top-fill li.current-menu-item > a,

.top-fill li.current-category-ancestor > a,

.top-fill li.current-cat > a {

	color: #A2A2A2 !important;

}

.top-fill a:before {

	background: url(images/filter-knobs.png) left bottom no-repeat;

	content: '';	

	position: absolute;

	width: 28px;

	height: 28px;

	margin-left: -30px;

	margin-top: -2px

}

.top-fill li.current-menu-item > a:before,

.top-fill li.current-category-ancestor > a:before,

.top-fill li.current-cat > a:before,

.top-fill a:hover:before {

	background: url(images/filter-knobs.png) left top no-repeat;

	content: '';	

	position: absolute;

	width: 28px;

	height: 28px;

	margin-left: -30px;	

}

.top-fill h1.title {

	font-size: 19.5px;

	line-height: 35px;

	color: #a2a2a2;

	margin: -11px 0 6px -10px;

	height: 33px;

	width: 72%;

	background: url(images/grill.png) right bottom repeat;

	padding-left: 15px;

	text-shadow: 1px 1px 6px #000000;

	opacity: 0.8;

	position: relative;

	z-index: 10;

}

.top-fill h2 {

    background: url(images/metal-bg.jpg) left -13px repeat-x;

    color: #a2a2a2;

    display: inline-block;

    font-size: 9px;

    height: 18px;

	letter-spacing: 3px;

    margin: -17px 0 0 27px;

    line-height: 20px;

	padding: 0 5px;

    position: absolute;

}

.top-fill ul.filters li {

	margin-top: 10px;

}

.page-template-page-templatesartist-page-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-php .top-fill ul.filters li,

.page-template-page-templatesdecade-page-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-heavy-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-classic-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-alternative-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-indie-php .top-fill ul.filters li,

.page-template-page-templatesgenre-page-deutsch-php .top-fill ul.filters li,

.tax-alpha_sort .top-fill ul.filters li,

.tax-alpha_sort_genre .top-fill ul.filters li,

.tax-alpha_sort_decade .top-fill ul.filters li,

.tax-alpha_sort_heavy .top-fill ul.filters li,

.tax-alpha_sort_classic .top-fill ul.filters li,

.tax-alpha_sort_indie .top-fill ul.filters li,

.tax-alpha_sort_alternative .top-fill ul.filters li,

.tax-alpha_sort_deutsch .top-fill ul.filters li {

	margin-top: 0;

	letter-spacing: 0.020em;

}

.top-fill li {

	display: inline-block;

	margin-right: -16px;

}

.top-fill li:last-child {

	margin-right: 0;

}

.top-fill li.newsletter,

.top-fill li.spotify {

	display: none;

}

/*New Custom*/

.home .top-fill .filler {

	display: none;

}



.newsbox .top-fill:before {

    display: none;

}

.newsbox {

    margin: 0 0 40px 15px;

	min-height: 0;

}

.category-news .newsbox {

	display: none;

}

.newsbox:after {

    background: url(images/rack-right-bottom.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

    content: "";

    display: block;

    height: 29px;

    margin: -23px -6px 0 100%;

    float:right;

    width: 23px;

	position: relative;

	z-index: 10;

}

.newsbox .top-fill {

	z-index: 0;

}

.top-fill .nav-menu.first li ul {

	display: none;

}

/*.newsbox .top-fill li {

	margin-right: 0;

}*/

.top-fill .filler .nav-menu {

	font-size: 0;

	line-height: 0;

	border: 1px solid #a2a2a2;

	border-radius: 12px;

	-webkit-border-radius: 12px;

	-moz-border-radius: 12px;

	padding: 0 0 5px;

	margin-left: -2px;

	background: url(images/filter-bg.jpg) left top repeat;

	clear: both;	

}

/*IE 9+ Hack*/

@media screen and (min-width:0\0) {

	.top-fill .filler .nav-menu li { 

		margin-left: 11px !important;

	}

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.top-fill .filler .nav-menu li { 

		margin-left: 10px !important;

	}

}

.top-fill .filler .menu-main_nav-container {

	margin-top:-30px;

}

.top-fill .filler .nav-menu li ul {

	display: none;

	padding-top: 8px;

}

.top-fill .filler .nav-menu li ul > li {

	/*margin-top: 10px;*/

	margin-right: -10px;

}

.top-fill .filler .nav-menu > li > a {

	display: none;

}

.top-fill .filler  {

	background: url(images/border-bottom.jpg) left bottom repeat-x,

				url(images/border-left.jpg) left bottom repeat-y,

				url(images/border-right.jpg) right bottom repeat-y;					

	padding:20px;

	-moz-box-shadow: 4px 4px 10px -2px #000000;

	-webkit-box-shadow: 4px 4px 10px -2px #000000;

	box-shadow: 4px 4px 10px -2px #000000;

	padding: 50px 20px 20px;

}

/*Posts*/

.single #main .social-menu {

		padding: 40px 30px 0;

		background: url("images/social-background-mobile.png") no-repeat scroll left top rgba(0, 0, 0, 0);

		height: 170px;

		float: none;		

		width: 300px;

		margin: -7px auto 50px auto;

		box-shadow: none;

		-moz-box-shadow: none;

		-webkit-box-shadow: none;

}

/*IE 9+ Hack */

@media screen and (min-width:0\0) {

	.single #main .social-menu {

		padding: 30px 45px 0 !important;

	}

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.single #main .social-menu {

		padding: 40px 45px 0 !important;

	}

	.single #main .social-menu li {

		margin: 0 -2px -15px !important;

	}

}

.single #main .social-menu li {

		margin: 0 -2px -15px;

}

.single #main .social-menu:before,

.single #main .social-menu:after {

		display: none;

}

#content .post,

.single #content .artist,

.single #content .slider {

	padding: 34px 0;

	border-bottom: 1px solid #aca3a6;

	overflow: hidden;

	font-size: 15px;

	clear: both;

}

#content .post p,

.single #content .artist p,

.single #content .slider p {

	margin-bottom: 20px;

}

#content .post img,

.single #content .artist img,

.single #content .slider img {

	max-width: 100%;

	height: auto;

	display: block;

}

#content .post img.grid {

	width: 20%;

	padding: 5px;

}

.single #content .artist p img,

.single #content .post p img,

.single #content .slider p img {

	display: inline;

}

.single #content .artist p img,

.single #content .post p img,

.single #content .slider p img {

	display: inline;

	clear: both;

}

.single #content .artist p img.alignleft,

.single #content .post p img.alignleft,

.single #content .slider p img.alignleft {	

	float: left;

	margin: 5px 30px 5px 0;

}

.single #content .artist p img.alignright,

.single #content .post p img.alignright,

.single #content .slider p img.alignright {	

	float: right;

	margin: 5px 0 5px 30px;

}

.single #content .artist p img.aligncenter,

.single #content .post p img.aligncenter,

.single #content .slider p img.aligncenter {	

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.single #content .post,

.single #content .artist,

.single #content .slider {

	padding: 15px 0 0;

	border-top: 1px solid #aca3a6;

	border-bottom: 0px solid #aca3a6;

	margin-bottom: 50px;

}

#content .post .post-thumb,

.single #content .artist .post-thumb,

.single #content .slider .post-thumb {

	float: left;

	margin-right: 25px;	

}

#content .post .post-thumb {

	max-width: 210px;

}

.single #content .artist .post-thumb,

.single #content .post .post-thumb,

.single #content .slider .post-thumb {

	max-width: none;

}

.single #content .post .post-thumb,

.single #content .artist .post-thumb,

.single #content .slider .post-thumb {

	margin-right: 30px;

	margin-bottom: 30px;

}

#content .post .away {

	width: 100%;

	max-width: 480px;

	float: left;

}

#content .post .away .entry-header {

	margin-bottom: 17px;

}

.single #content .post .entry-header,

.single #content .artist .entry-header,

.single #content .slider .entry-header {

	margin-bottom: 20px;

}

#content .post .date,

.single #content .artist .date,

.single #content .slider .date {	

	text-align: center;

	float: left;

	font-family: 'Oswald Bold', sans-serif;

	text-transform: uppercase;

	letter-spacing: 0.040em;

	font-size: 12px;

	color: #fff;

	padding-right: 8px;

	border-right: 1px solid #646464;

	margin-right: 12px;

}

#content .post .date .month,

.single #content .artist .date .month,

.single #content .slider .date .month {

	font-size: 'Oswald Bold', sans-serif;

	font-size: 10px;

	line-height: 22px;

	width: 35px;

	height: 40px;

	background: url(images/calender-icon.png) top center no-repeat;	

}

#content .post .date .day,

.single #content .artist .date .day,

.single #content .slider .date .day {

	color: #fff;

	margin: -26px 0 5px 0;

}

#content .post .date .year,

.single #content .artist .date .year,

.single #content .slider .date .year {

	font-family: 'OpenSans Bold', sans-serif;

	font-size: 10px;

	line-height: 11px;

	letter-spacing: 0.050em;

	color: #464646;

}

#content .post .entry-content,

.single #content .artist .entry-content,

.single #content .slider .entry-content {

	clear: both;

}

#content .post .entry-content a.more-link {

	font-weight: bold;

	display: block;

	margin-top: 20px;

}

a.more-link span {

    background: url("images/arrow-more-right.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    display: inline-block;

    height: 10px;

    width: 12px;

    line-height: 18px;

}

a.more-link:hover span {

    background-position: left bottom;

}

#content .post .entry-title,

.single #content .artist .entry-title,

.single #content .slider .entry-title {

	display: table;

	height: 60px;

	font-family: 'Oswald Stencil Regular', sans-serif;

	font-size: 22px;

	line-height: 32px;

	letter-spacing: 0.020em;

	text-transform: uppercase;

	color: #464646;

}

#content .post .entry-title a,

#content .post .entry-title span,

.single #content .artist .entry-title span,

.single #content .slider .entry-title span {

	color: #464646;

	display: inline-block;

	vertical-align: top;

	margin-top: -5px;

}

#content .post .entry-title a:hover {

	color: #d83d00 !important;

}



.entry-meta {

	padding: 15px 5px;

	text-transform: uppercase;

	font-family: 'Oswald Book', sans-serif;

	color: #464646;

	font-size: 18px;

	line-height: 34px;

	letter-spacing: 0.040em;

	overflow: hidden;

	border-bottom: 1px solid #aca3a6;

}

#content .post-sharer {

	float: right;

}

.entry-meta span,

.entry-meta .pagination a {	

	padding-right: 2px;

	display: inline-block;

}

.entry-meta span.current {

	padding: 0;

	padding-right: 5px;

	color: #d83d00 !important;

}

.entry-meta .pagination a.prev {

    background: url("images/arrow-pagination-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    display: inline-block;

    height: 10px;

    line-height: 23px;	

	padding-left: 0;

    width: 17px;	

}

.entry-meta .pagination a.next {

    background: url("images/arrow-pagination-right.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    display: inline-block;

    height: 10px;

    line-height: 23px;	

	padding-right: 0;

    width: 12px;	

}

.entry-meta .pagination a:hover {

    background-position: left bottom;

}

.page .entry-meta,

.tax-alpha_sort .entry-meta,

.tax-alpha_sort_decade .entry-meta,

.tax-alpha_sort_genre .entry-meta,

.tax-alpha_sort_heavy .entry-meta,

.tax-alpha_sort_classic .entry-meta,

.tax-alpha_sort_indie .entry-meta,

.tax-alpha_sort_alternative .entry-meta,

.tax-alpha_sort_deutsch .entry-meta {

	border-top: 1px solid #aca3a6;

	margin: 40px 0 0;

}

.entry-meta a {

	color: #464646;

}

.entry-meta a:hover {

	color: #d83d00 !important;

}

.entry-meta a.up {

	float: left;

	background: url("images/arrow-up.png") no-repeat scroll left -3px rgba(0, 0, 0, 0);

	padding-left: 30px;

}

.entry-meta a.up:hover {

    background: url("images/arrow-up.png") no-repeat scroll left -39px rgba(0, 0, 0, 0);

}

.entry-meta a.more-n {

	float: right;

}

#content .post .entry-meta,

.single #content .artist .entry-meta,

.single-slider .entry-meta {	

	border-top: 1px solid #aca3a6;

	clear: both;	

}

#content .post-sharer {

	float: right;

	margin: -23px 0;

}

#content .post-sharer span {

	display: inline-block;

}

#content .share-me {	

	display: inline-block;

	line-height: 80px;

	margin-left: 10px;

}

#content .share-me li {

	display: inline-block;

	margin: 5px -2px 0;

}

#content .share-me li:first-child {

	margin-left: 0;

}

#content .share-me li:last-child {

	margin-right: 0;

}

#content .share-me li a {

	display: block;

	height: 63px;

	width: 55px;

}

#content .share-me li.facebook a {

	background: url(images/social-icons/facebook.png) bottom left no-repeat;	

}

#content .share-me li.twitter a {

	background: url(images/social-icons/twitter.png) bottom left no-repeat;

}

#content .share-me li.google a {

	background: url(images/social-icons/google.png) bottom left no-repeat;

}

#content .share-me li a:hover {

	background-position: top;

}

#content .rip {

	display: none;

}

#content .ripper {

	max-width: 100%;	

	float: none;

	overflow: hidden;

	margin-bottom: 7px;

	clear: both;

}

#content .ripper .ripped {

	padding: 30px 0 0;

}

/*#content .ripper.right {

	float: right;

	margin-right: 0px;

	margin-left: 30px;

}*/

#content .ripper img {

	display: block;

	max-width: 100%;

	display: none;

}

.ripped img {

	margin-bottom: 20px;

}

.ripped .buy {

	border-top: 1px solid #aca3a6;

	border-bottom: 1px solid #aca3a6;

	padding: 20px 5px;

	font-family: 'Oswald Stencil Regular', sans-serif;

	font-size: 0px;

	line-height: 0px;

	text-align: left;

	color: #d83d00;

	letter-spacing: 0.020em;

	text-transform: uppercase;

}

.ripped .buy li {

	display: inline-block;

	font-size: 20px;

	line-height: 30px;

	margin: 0 10px;

}

.ripped .buy li a {

	vertical-align: middle;

}

.ripped .buy li:first-child {

	margin-left: 0;

}

.ripped .buy li:last-child {

	margin-right: 0;

}

.ripped .buy a,

.ripped .buy span {

	display: block;

	float: left;

}

.ripped .buy a:hover {

	opacity: 0.75;

}

.ripped .buy span {

	height: 30px;

	line-height: 30px;

}

.ripped .buy a.itunes {

	width: 86px;

	height: 30px;

	background: url(images/itunes-btn.png) top center no-repeat;

}

.ripped .buy a.amazon {

	width: 102px;

	height: 30px;

	background: url(images/amazon-btn.png) bottom center no-repeat;

}

.ripped .buy a.jpc {

	width: 70px;

	height: 30px;

	background: url(images/jpc-btn.png) bottom left no-repeat;

}

.ripped .buy a.musicload {

	width: 72px;

	height: 20px;

	background: url(images/musicload-btn.png) bottom left no-repeat;

	margin: 5px 0px;

}

.ripped .buy a.clipfish {

	width: 127px;

	height: 30px;

	background: url(images/clipfish.png) center center no-repeat;

}

.ripped .buy a.myvideo {

	width: 148px;

	height: 30px;

	background: url(images/myvideo.png) center center no-repeat;

}

.ripped .buy a.ampya {

	width: 91px;

	height: 32px;

	background: url(images/ampya.png) center center no-repeat;

}

.ripped .buy a.vi {

	width: 32px;

	height: 32px;

	background: url(images/vi.png) center center no-repeat;

}

.ripped .buy a.youtube {

	width: 33px;

	height: 36px;

	background: url(images/youtube.png) center center no-repeat;

}

.ripped .buy a.googleplay {

	width: 99px;

	height: 35px;

	background: url(images/google-play.png) center center no-repeat;

}

.ripped .buy a.deezer {

	width: 39px;

	height: 39px;

	background: url(images/deezer.png) center center no-repeat;

}

.ripped .buy a.spotify {

	width: 41px;

	height: 26px;

	background: url(images/spotify.png) center center no-repeat;

	margin: 3px 0px;

}

.ripped .buy a.saturn {

	width: 106px;

	height: 30px;

	background: url(images/saturn.png) center center no-repeat;

}

.ripped .buy a.amazonmp3 {

	width: 41px;

	height: 41px;

	background: url(images/amazon-mp3.png) center center no-repeat;

}

.ripped .buy a.mediamarkt {

	width: 131px;

	height: 31px;

	background: url(images/mediamarkt.png) center center no-repeat;

}

.ripped .buy a.superillu {

	width: 171px;

	height: 30px;

	background: url(images/superillu.png) center center no-repeat;

}

.ripped .buy a.nblast {

	width: 94px;

	height: 32px;

	background: url(images/nuclearblast.png) center center no-repeat;

}

.ripped .buy a.emp {

	width: 115px;

	height: 29px;

	background: url(images/EMP.png) center center no-repeat;

}

.ripped .buy a.impericon {

	width: 115px;

	height: 31px;

	background: url(images/impericon.png) center center no-repeat;

}

#content .table-grid {

	display: block;

	width: 100%;

	overflow: hidden;

	text-align: center;

	margin-bottom: 10px;

}

#content .table-grid a {	

}

#content .table-grid img {

	display: inline-block;

	width: 30%;

	margin: 1%;

}

.pagination {

	float: right;

}

.pagination li {

	display: inline-block;

}

.pagination li ul li:last-child span.sep {

	display: none;

}

.pagination li .current {

	color: #d83d00;

}

/*Artist page*/

.page-template-page-templatesartist-page-php #content,

.page-template-page-templatesdecade-page-php #content,

.page-template-page-templatesgenre-page-php #content,

.page-template-page-templatesgenre-page-heavy-php #content,

.page-template-page-templatesgenre-page-classic-php #content,

.page-template-page-templatesgenre-page-deutsch-php #content,

.page-template-page-templatesgenre-page-alternative-php #content,

.page-template-page-templatesgenre-page-indie-php #content,

.tax-alpha_sort #content,

.tax-alpha_sort_decade #content,

.tax-alpha_sort_genre #content,

.tax-alpha_sort_heavy #content,

.tax-alpha_sort_classic #content,

.tax-alpha_sort_indie #content,

.tax-alpha_sort_alternative #content,

.tax-alpha_sort_deutsch #content {

	font-size: 70px;

	clear: both;

}

.page #content .artist,

.page #content .genre,

.page #content .decade,

.page #content .heavy,

.page #content .classic,

.page #content .alternative,

.page #content .indie,

.page #content .deutsch,

.tax-alpha_sort #content .artist,

.tax-alpha_sort_genre #content .genre,

.tax-alpha_sort_decade #content .decade,

.tax-alpha_sort_heavy #content .heavy,

.tax-alpha_sort_classic #content .classic, 

.tax-alpha_sort_alternative #content .alternative, 

.tax-alpha_sort_indie #content .indie,

.tax-alpha_sort_deutsch #content .deutsch {

	padding: 20px 0 0;

	display: inline-block;	

}

.page .single #content .artist,

.page .single #content .decade,

.page .single #content .genre,

.page .single #content .heavy,

.page .single #content .classic,

.page .single #content .alternative,

.page .single #content .indie,

.page .single #content .deutsch,

.tax-alpha_sort #content .artist,

.tax-alpha_sort_genre #content .genre,

.tax-alpha_sort_decade #content .decade,

.tax-alpha_sort_heavy #content .heavy, 

.tax-alpha_sort_classic #content .classic,

.tax-alpha_sort_alternative #content .alternative,

.tax-alpha_sort_indie #content .indie,

.tax-alpha_sort_deutsch #content .deutsch {

	padding: 20px 0 0;

	display: inline-block;

}

.page #content .artist .post-thumb,

.page #content .genre .post-thumb,

.page #content .decade .post-thumb,

.page #content .heavy .post-thumb,

.page #content .classic .post-thumb,

.page #content .alternative .post-thumb,

.page #content .indie .post-thumb,

.page #content .deutsch .post-thumb,

.tax-alpha_sort #content .artist .post-thumb,

.tax-alpha_sort_decade #content .decade .post-thumb,

.tax-alpha_sort_genre #content .genre .post-thumb,

.tax-alpha_sort_heavy #content .heavy .post-thumb,

.tax-alpha_sort_classic #content .classic .post-thumb,

.tax-alpha_sort_alternative #content .alternative .post-thumb,

.tax-alpha_sort_indie #content .indie .post-thumb,

.tax-alpha_sort_deutsch #content .deutsch .post-thumb {

	padding: 0 0 20px;

}

.page #content .artist .post-thumb img,

.page #content .genre .post-thumb img,

.page #content .decade .post-thumb img,

.page #content .heavy .post-thumb img,

.page #content .classic .post-thumb img,

.page #content .alternative .post-thumb img,

.page #content .indie .post-thumb img,

.page #content .deutsch .post-thumb img,

.tax-alpha_sort #content .artist .post-thumb img,

.tax-alpha_sort_decade #content .decade .post-thumb img,

.tax-alpha_sort_genre #content .genre .post-thumb img,

.tax-alpha_sort_heavy #content .heavy .post-thumb img,

.tax-alpha_sort_classic #content .classic .post-thumb img,

.tax-alpha_sort_alternative #content .alternative .post-thumb img,

.tax-alpha_sort_indie #content .indie .post-thumb img,

.tax-alpha_sort_deutsch #content .deutsch .post-thumb img {

	display: block;

}

.page #content .artist .entry-header,

.page #content .genre .entry-header,

.page #content .decade .entry-header,

.page #content .heavy .entry-header,

.page #content .classic .entry-header,

.page #content .alternative .entry-header,

.page #content .indie .entry-header,

.page #content .deutsch .entry-header,

.tax-alpha_sort #content .artist .entry-header,

.tax-alpha_sort_decade #content .decade .entry-header,

.tax-alpha_sort_genre #content .genre .entry-header,

.tax-alpha_sort_heavy #content .heavy .entry-header,

.tax-alpha_sort_classic #content .classic .entry-header,

.tax-alpha_sort_alternative #content .alternative .entry-header,

.tax-alpha_sort_indie #content .indie .entry-header,

.tax-alpha_sort_deutsch #content .deutsch .entry-header {

	padding: 0 5px;

	font-family: 'Oswald Stencil Regular', sans-serif;

	font-size: 18px;

	line-height: 38px;

	letter-spacing: 0.020em;

	color: #465f59;

	text-transform: uppercase;

	border-top: 1px solid #aca3a6;

	border-bottom: 1px solid #aca3a6;

}

.page #content .artist .entry-header a,

.page #content .genre .entry-header a,

.page #content .decade .entry-header a,

.page #content .heavy .entry-header a,

.page #content .classic .entry-header a,

.page #content .alternative .entry-header a,

.page #content .indie .entry-header a,

.page #content .deutsch .entry-header a,

.tax-alpha_sort #content .artist .entry-header a,

.tax-alpha_sort_decade #content .decade .entry-header a,

.tax-alpha_sort_genre #content .genre .entry-header a,

.tax-alpha_sort_heavy #content .heavy .entry-header a,

.tax-alpha_sort_classic #content .classic .entry-header a,

.tax-alpha_sort_alternative #content .alternative .entry-header a,

.tax-alpha_sort_indie #content .indie .entry-header a,

.tax-alpha_sort_deutsch #content .deutsch .entry-header a {

	color: #646464;

}

.page #content .artist .entry-header a:hover,

.page #content .genre .entry-header a:hover,

.page #content .decade .entry-header a:hover,

.page #content .heavy .entry-header a:hover,

.page #content .classic .entry-header a:hover,

.page #content .indie .entry-header a:hover,

.page #content .alternative .entry-header a:hover,

.page #content .deutsch .entry-header a:hover,

.tax-alpha_sort #content .artist .entry-header a:hover,

.tax-alpha_sort_decade #content .decade .entry-header a:hover,

.tax-alpha_sort_genre #content .genre .entry-header a:hover,

.tax-alpha_sort_heavy #content .heavy .entry-header a:hover, 

.tax-alpha_sort_classic #content .classic .entry-header a:hover,

.tax-alpha_sort_alternative #content .alternative .entry-header a:hover,

.tax-alpha_sort_indie #content .indie .entry-header a:hover,

.tax-alpha_sort_deutsch #content .deutsch .entry-header a:hover {

	color: #d83d00 !important;

}

.page #content .artist .entry-header a span,

.page #content .decade .entry-header a span,

.page #content .genre .entry-header a span,

.page #content .heavy .entry-header a span,

.page #content .classic .entry-header a span,

.page #content .alternative .entry-header a span,

.page #content .indie .entry-header a span,

.page #content .deutsch .entry-header a span,

.tax-alpha_sort #content .artist .entry-header a span,

.tax-alpha_sort_decade #content .decade .entry-header a span,

.tax-alpha_sort_genre #content .genre .entry-header a span,

.tax-alpha_sort_heavy #content .heavy .entry-header a span, 

.tax-alpha_sort_classic #content .classic .entry-header a span,

.tax-alpha_sort_indie #content .indie .entry-header a span,

.tax-alpha_sort_alternative #content .alternative .entry-header a span,

.tax-alpha_sort_deutsch #content .deutsch .entry-header a span {

	color: #646464;

	float: right;

}

.page #content .artist .entry-header a span,

.page #content .decade .entry-header a span,

.page #content .genre .entry-header a span,

.page #content .heavy .entry-header a span,

.page #content .classic .entry-header a span,

.page #content .alternative .entry-header a span,

.page #content .indie .entry-header a span,

.page #content .deutsch .entry-header a span,

.tax-alpha_sort #content .artist .entry-header a span,

.tax-alpha_sort_decade #content .decade .entry-header a span,

.tax-alpha_sort_genre #content .genre .entry-header a span,

.tax-alpha_sort_heavy #content .heavy .entry-header a span, 

.tax-alpha_sort_classic #content .classic .entry-header a span,

.tax-alpha_sort_indie #content .indie .entry-header a span,

.tax-alpha_sort_alternative #content .alternative .entry-header a span,

.tax-alpha_sort_deutsch #content .deutsch .entry-header a span {

	color: #646464;

	background: url("images/arrow-more-right.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);

	float: right;

    height: 10px;

	margin-top: 15px;

    width: 12px;

}

.page #content .artist .entry-header a:hover span,

.page #content .decade .entry-header a:hover span,

.page #content .genre .entry-header a:hover span,

.page #content .heavy .entry-header a:hover span,

.page #content .classic .entry-header a:hover span,

.page #content .alternative .entry-header a:hover span,

.page #content .indie .entry-header a:hover span,

.page #content .deutsch .entry-header a:hover span,

.tax-alpha_sort #content .artist .entry-header a:hover span,

.tax-alpha_sort_decade #content .decade .entry-header a:hover span,

.tax-alpha_sort_genre #content .genre .entry-header a:hover span,

.tax-alpha_sort_heavy #content .heavy .entry-header a:hover span, 

.tax-alpha_sort_classic #content .classic .entry-header a:hover span,

.tax-alpha_sort_indie #content .indie .entry-header a:hover span,

.tax-alpha_sort_alternative #content .alternative .entry-header a:hover span,

.tax-alpha_sort_deutsch #content .deutsch .entry-header a:hover span {

    background-position: left top;

}

/*iFrame Page Template*/



.page-template-page-templatesiframe-page-php iframe {

	

}





/*Sidebar*/

.side h3.widget-title {

	display: none;	

}

.side .widget {

	margin: 25px 0;

	text-align: center;

}

.side #nwer {	

	border-bottom: 1px solid #aca3a6;

	text-align: center;

	font-size: 13px;

	line-height: 20px;

	color: #464646;

}

.side #nwer a {	

	font-weight: bold;

	line-height: 80px;

	letter-spacing: 0.040em;

	text-transform: uppercase;

}

.side #nwer p {

	padding: 0 68px;

}

.side #nwer h3.widget-title {

	display: block;

	font-family: 'Oswald Stencil Regular', sans-serif;

	font-size: 16px;

	line-height: 80px;

	letter-spacing: 0.2em;

	text-transform: uppercase;

	margin-top: -25px;

}

.side .widget_spot {

	border-bottom: 1px solid #aca3a6;

	text-align: center;

	margin-bottom: 35px;

}

.side .widget_spot .cta {

	padding-bottom: 5px;

}

.side .widget_spot .cta a {

	font-size: 13px;

	font-weight: bold;

	line-height: 40px;

	letter-spacing: 0.040em;

	text-transform: uppercase;

}

.side .widget_spot .cta a em,

.side #nwer a.nw em {

    background: url("images/arrow-more-right.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    display: inline-block;

    height: 10px;

    width: 12px;

    line-height: 18px;

}

.side .widget_spot .cta a:hover em,

.side #nwer a.nw:hover em  {

    background-position: left bottom;

}

.fb_widget {

	height: 575px;

	margin-bottom: -25px;

}

.side .widget_text {

	border: 1px solid #aca3a6;

	padding: 20px;

}

.side .widget_text img {

	display: block;

	max-width: 100%;

}

.side .entry-meta {

	display: none;

	border-bottom: 0;

}

.side .widget_nav_menu {

	border: 1px solid #ACA3A6;

	min-width: 345px;

}

.side .widget_nav_menu h3 {

    background: url("images/content-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);

    color: #D83D00;

    display: block;

    font-family: 'Oswald Stencil Regular',sans-serif;

    font-size: 16px;

    margin: -12px auto 0;

    text-transform: uppercase;

    width: 180px;

}

.side .widget_nav_menu ul {

	margin: 8px 0 18px 0;

}

.side .widget_nav_menu li a {

    background: url("images/facebook-ads-bg.jpg") repeat scroll rgba(0, 0, 0, 0);

	height: 90px;

	width: 300px;

	display: block;

	margin: 0 auto;

}

.side .widget_nav_menu li.heavy a {

    background-position: 0 0;

}

.side .widget_nav_menu li.indie a {

    background-position: 0 -90px;

}

.side .widget_nav_menu li.classic a {

    background-position: 0 -180px;

}

.side .widget_nav_menu li.alternative a {

    background-position: 0 -270px;

}

.side .widget_nav_menu li.deutsch a {

    background-position: 0 -360px;

}

.side .widget_nav_menu li a:before {

    background: url("images/social-icons-sidebar.png") no-repeat left bottom;

    content: '';

	display: block;

	width: 55px;

	height: 65px;

	margin: 18px 18px 0;

	float: left;

}

.side .widget_nav_menu li a:hover:before {

	background-position: left top;

}



/*Footer*/

#footer {

	padding-top: 75px;

	position: absolute;

	z-index: 20;

	max-width: 1250px;

	width: 95%;

	margin-left: -10px;

  text-align: center;

}

#footer a.home-link {

	padding: 15px 0 0;

}

#footer .site-title {

	width: 186px;

	height: 85px;

	display: inline-block;

	background: url(images/logo-footer.png) top left no-repeat;

	background-size: cover;

}

#footer .site-info {

	padding: 10px 0;

}

#footer .social-links {
  text-align: center;
  padding: 30px 0 0 0;
}

#footer .social-links li {
  display: inline-block;
  padding: 0 10px;
}

#footer .social-links li a {
  font-size: 20px;
}

#footer .social-menu {

	background: none;

	min-height: inherit;

	margin: 0 auto;

  padding: 0;

	box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;	

}

#footer .side {

	float: left; 

}

#footer .social-menu li {

	margin: 0 -2px;

}

#footer .social-menu li a {

	height: 75px;

	width: 55px;

	background: url(images/social-icons-bottom.png) bottom left no-repeat;	

}

#footer .social-menu li.facebook a {

	background-position: 0 -74px;

}

#footer .social-menu li.facebook a:hover {

	background-position: 0 0;

}

#footer .social-menu li.twitter a {

	background-position: -55px -74px;

}

#footer .social-menu li.twitter a:hover {

	background-position: -55px 0;

}

#footer .social-menu li.instagram a {

	background-position: -110px -74px;

}

#footer .social-menu li.instagram a:hover {

	background-position: -110px 0;

}

#footer .social-menu li.spotify a {

	background-position: -165px -74px;

}

#footer .social-menu li.spotify a:hover {

	background-position: -165px 0;

}

#footer .social-menu li.youtube a {

	background-position: -220px -74px;

}

#footer .social-menu li.youtube a:hover {

	background-position: -220px 0;

}

#footer .social-menu li.email a {

	background-position: -275px -74px;

}

#footer .social-menu li.email a:hover {

	background-position: -275px 0;

}

#footer .legal {

	font-family: 'Oswald Book', sans-serif;

	font-size: 12px;

	line-height: 70px;

	letter-spacing: 0.1em;

	color: #a2a2a2;

	text-transform: uppercase;

	padding: 5px 0;

}

#footer .legal span.push {

	padding-right: 40px;

}

#footer .legal .table,

#footer .legal p {

	display: inline;

}

#footer .legal p span {

	padding: 0 10px;

}

#footer .legal a {

	color: #a2a2a2;

}

#footer .legal a:hover {

	color: #d83d00 !important;

}

#backup {

	width: 57px;

	height: 57px;

	display: none;

	background: url(images/back-to-top.png) left top no-repeat;

	position: fixed;

	bottom: 10%;

	right: 5px;

	z-index: 9999;

}

#backup:hover {

	background: url(images/back-to-top.png) left bottom no-repeat;

}

#mob-icon {

	width: 45px;

	height: 21px;

	display: none;

	background: url(images/menu-icon.png) left bottom no-repeat;

	float: right;

	margin-top: 35px;

}

#mob-icon:hover {

	background-position: left top;

}

#mob-icon.downer {

	width: 53px;

	height: 27px;

	background: url(images/close.png) bottom center no-repeat;

}

#mob-icon.downer:hover {

	background-position: top center;

}

/*Form*/

.hideform {

	visibility: hidden;

}

.hideform.visible {

	visibility: visible;

}

.thanks {

	display: none;

}

.hideform .news-form {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(255,255,255,0.75);

	z-index: 10000;

	overflow: auto;	

	opacity: 0;

    -webkit-transition: opacity .25s ease-in-out;

    -moz-transition: opacity .25s ease-in-out;

    -ms-transition: opacity .25s ease-in-out;

    -o-transition: opacity .25s ease-in-out;

    transition: opacity .25s ease-in-out;

-webkit-overflow-scrolling: touch !important;

overflow: scroll !important;	

}

.hideform.visible .news-form {

	opacity: 1;

}

.news-form .inner {

	width: 100%;

	max-width: 750px;

	border: 1px solid #e5e5e5;

	background: #fff;

	margin: 0 auto;

	margin-top: 100px;

	box-sizing: border-box;

	overflow: hidden;

	padding: 10px 20px 20px 20px;

	-moz-box-shadow: 10px 10px 15px rgba(0,0,0,0.15);

	-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.15);

	box-shadow: 10px 10px 15px rgba(0,0,0,0.15);

}

.news-form .inner .heading {

	border-bottom: 1px solid #aca3a6;

	padding-bottom: 16px;

	font-family: 'Oswalt Stencil Regular', sans-serif;

	font-size: 25px;

	letter-spacing: 0.040em;

	line-height: 35px;

	text-transform: uppercase;

	color: #47605a;

	overflow: hidden;

	padding-top: 10px;

	padding-bottom: 5px;	

}

.news-form .inner .heading .closer {

	width: 35px;

	height: 35px;

	float: right;

	background: url(images/closer.png) bottom left no-repeat;

}

.news-form .inner .heading .closer:hover {

	background-position: top left;

}

.news-form .inner .conter {

	padding: 35px 0 25px 180px;

	max-width: none;

}

.news-form .inner .conter .real {

	float: left;

	margin-left: -10px;

	width: 100%;

	max-width: 400px;	

}

.news-form .inner .conter p {

	margin-bottom: 20px;

}

.news-form .inner .conter p:last-child {

	margin-bottom: 0;

}

.news-form .inner .footing {

	border-top: 1px solid #aca3a6;

	font-family: 'Oswald Book', sans-serif;

	overflow: hidden;

	text-transform: uppercase;

	font-size: 18px;

	line-height: 44px;

	clear: both;

}

.news-form .inner .footing a,

.news-form .inner .footing input {

	float: right;

	color: #a6a0a2;

	padding: 0 10px;

	margin-right: 14px;

}

.news-form .inner .footing input,

.news-form .inner .thanks .footing a {

	color: #fff;

	background: #8cbeb3;

	font-size: 22px;

	height: 44px;

	line-height: 44px;

	text-align: center;

	padding: 0 30px;

	border: 0;

	margin: 0;

	-webkit-appearance: none;

	border-radius: 0;

	text-transform: uppercase;

	font-family: 'Oswald Book', sans-serif;

}

.news-form .inner .footing input:hover {

	background-color: #7c7c7c;

}

.news-form .inner .e-icon {

	width: 109px;

	height: 109px;

	display: block;

	float: left;

	margin-top: 25px;

	margin-right: 50px;

	background: url(images/newsletter.png) top left no-repeat;

}

.news-form .inner .fields {

	overflow: hidden;

}

.news-form .inner .fields > div {

	float: left;

}

.news-form .inner .fields > div.email {

	float: right;

}

.news-form .inner .fields label {

	font-family: 'Oswald Book', sans-serif;

	font-size: 18px;

	line-height: 34px;

	text-transform: uppercase;

	display: block;

	color: #a3a3a3;

}

.news-form .inner .fields input,

.news-form .inner .fields select {

	border: 1px solid #cfcfcf;

	height: 32px;

	width: 253px;

	box-sizing: border-box;

	padding: 0 10px;

	border-radius: 0;

	color: #a3a3a3;

	font-family: 'Oswald Book', sans-serif;

	font-size: 14px;

	-webkit-appearance: none;

	margin-bottom: 10px;

}

.news-form .inner .fields select {

	padding: 5px;

}

#u13outer {

	font-size: 12px;

	padding: 20px 0 10px;

}

.Row {

	padding: 3px 0;

	font-size: 14px;

	vertical-align: top;

}

.Row input {

	vertical-align: top;

	margin-top: 4px;

}

.infotext {

	padding: 10px 0 0;

}

.dank {

	margin-bottom: 10px;

	display: none;

}

.thanky .dank {

	display: block;

}

.thanky .e-icon {

	background: #000 !important;

}



.shareButton { position: relative; display: inline-block; height: 24px;width: 140px; overflow:hidden;}

.shareButton.fb { padding-top: 2px;}

.shareButton.gplus { width: 100px;}

.shareButton.pin { padding-top: 2px;width: 40px;}



/*/////////////////////////////////////////////////

 Helpers

////////////////////////////////////////////////*/

.hidetext{font-size:5%;text-indent:-9999em;text-align:left;color:transparent;white-space:nowrap;outline:none;}

.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}

.clearfix:after{clear:both;}

.clearfix{zoom:1;}

.wp-caption.alignleft { float :left;} 

.wp-caption.alignright { float :right;}

/*/////////////////////////////////////////////////

 Large Screens

////////////////////////////////////////////////*/

@media only screen and (min-width: 1375px) {

	#bg-line {

		background: url(images/header-bg.png) left top no-repeat;

		height: 150px;

		position: relative;	

	}

	#bg-line,

	#bg-line-2	{

		background-position: center top;

		left: 9px;

	}

	html, body {

		overflow-x: hidden !important;

	}

	#page {

		background: url(images/content-bg.jpg) left top repeat;

		max-width: 1341px;

		margin: -10px auto 56px;

		padding: 10px 0 96px 0;

		z-index: 20;

	}

	#nav-block {

		position: absolute;

		width: 100%;
    left: 0;

	}

	#nav-block .menu-main_nav-container {

		float: none;

	}

	header .nav-menu {

		margin-left: 270px;

	}

}

/*/////////////////////////////////////////////////

 Mobile

////////////////////////////////////////////////*/



@media only screen and (max-width: 1280px) {

	

}

/*IE 9+ Hack */

@media screen and (min-width:0\0) and (max-width: 1180px) {


}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1180px) {

	

}

@media only screen and (max-width: 1180px) {

	#nav-block .menu-main_nav-container {

		margin-right: -10px;

	}

	#nav-block ul a {

		padding: 0 11px;

	}

	#nav-block a.home-link {

		padding: 0;

		margin-right: 0;

	}

	#nav-block li:last-child a {

		margin-right: 0;

	}

	#within .cont {

		max-width: 680px;

	}	

	#content .post .away {

		max-width: 445px;

	}	

	#footer .legal p {

		display: block;

		margin: -35px 0;		

	}

	#footer .nav-menu {

		margin-left: 25px;

	}

	#footer .legal span.push {

		padding-right: 0;

	}

	#footer .legal {

		margin: -14px 0 0 20px;

		padding-top: 3px;

	}	

	#footer .social-menu {

		margin: -10px -80px 0 0;

	}

	#footer {

		width: 100%;

	}	

	.top-fill .filter-rack {

		padding-bottom: -2px;

		width: 100%;		

	}	

	.top-fill h1.title {

		background: none;

	}

	.top-fill .borders {

		background: url(images/border-top.jpg) left top repeat-x,

					url(images/border-bottom.jpg) left bottom repeat-x,

					url(images/border-left.jpg) left bottom repeat-y,

					url(images/border-right.jpg) right bottom repeat-y,

					url(images/grill.png) right 7px repeat-x;

	}	

	.top-fill .borders:after {

		display: none;

	}

	.rack:before {

		background: url(images/rack-right-top.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

		content: "";

		display: block;

		height: 29px;

		margin: -6px;

		float:right;

		width: 23px;

		position: relative;

		z-index: 20;

	}

	.rack:after {

		background: url(images/rack-right-bottom.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);

		content: "";

		display: block;

		height: 29px;

		margin: -24px -7px 0 0 !important;

		float:right;

		width: 23px;

		position: relative;

		z-index: 10;		

	}		

	.archive .rack:before,

	.page .rack:before {

		margin: -14px -26px 0 0 !important;

	}

	.archive .rack:after,

	.page .rack:after	{

		margin: -4px -26px 0 0 !important;

	}		

	#main .social-menu {

		padding: 40px 40px 0;

		background: url("images/social-background-mobile.png") no-repeat scroll left top rgba(0, 0, 0, 0);

		height: 170px;

		float: none;		

		width: 300px;

		margin: -7px auto 50px auto;

		box-shadow: none;

		-moz-box-shadow: none;

		-webkit-box-shadow: none;

	}

	#main .social-menu li {

		margin: 0 -2px -15px;

	}

	#main .social-menu:before,

	#main .social-menu:after {

		display: none;

	}

}

@media only screen and (max-width: 1080px) {

	#within .cont {

		max-width: 580px;

	}

	#content .post .away {

		max-width: 280px;

	}

	#footer a.home-link {

		margin-right: 10px;

	}

	#footer .nav-menu li {

		padding: 0 30px 0 0;

	}

	.page-template-page-templatesartist-page-php #content, 

	.page-template-page-templatesdecade-page-php #content, 

	.page-template-page-templatesgenre-page-php #content, 

	.page-template-page-templatesgenre-page-heavy-php #content,

	.page-template-page-templatesgenre-page-classic-php #content,

	.page-template-page-templatesgenre-page-indie-php #content,

	.page-template-page-templatesgenre-page-alternative-php #content,

	.page-template-page-templatesgenre-page-deutsch-php #content,

	.tax-alpha_sort #content,

	.tax-alpha_sort_genre #content,

	.tax-alpha_sort_decade #content,

	.tax-alpha_sort_heavy #content, 

	.tax-alpha_sort_classic #content,

	.tax-alpha_sort_alternative #content,

	.tax-alpha_sort_indie #content,

	.tax-alpha_sort_deutsch #content {

		text-align: center;

	}

	.page #content .artist, 

	.page #content .genre, 

	.page #content .decade, 

	.page #content .heavy,

	.page #content .classic,

	.page #content .alternative,

	.page #content .indie,

	.page #content .deutsch,

	.tax-alpha_sort #content .artist, 

	.tax-alpha_sort_genre #content .genre, 

	.tax-alpha_sort_decade #content .decade, 

	.tax-alpha_sort_heavy #content .heavy, 

	.tax-alpha_sort_classic #content .classic,

	.tax-alpha_sort_alternative #content .alternative,

	.tax-alpha_sort_indie #content .indie,

	.tax-alpha_sort_deutsch #content .deutsch {

		text-align: left;

	}	

	.top-fill h1.title {

		width: 103.7%;

	}	

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1023px) {

	.top-fill .filler .nav-menu li { 

		padding-left: 11px !important;

		margin-right: -13px !important;

	}

}

@media only screen and (max-width: 1023px) {

	#bg-line {

		display: none;

	}

	#page {

		background:	url(images/header-bg.png) left top no-repeat,

					url(images/content-bg.jpg) left top repeat;

		max-width: 1341px;

		margin: -10px auto 56px;

		padding: 10px 0 96px 0;

		z-index: 20;

	}

	#bg-line-2 {

		background: url(images/footer-bg-mobile.png) -1px top no-repeat;

		height: 250px;

		position: relative;

		margin: -15px 0 220px;

	}	

	#backup, #mob-icon {

		display: block;

	}

	

	#nav-block a.home-link {

		margin-bottom: -2px;

	}

	.menu-main_nav-container {

		display: none;

	}

	#nav-block {

		position: relative;

		line-height: 58px;

		padding-bottom: 0;

		width: 100%;

	}

	#nav-block .nav-menu {

		padding: 20px 0;

		margin-bottom: 35px;

		background: url(images/menu-bg-mobile.jpg) center top repeat;

	}

	#nav-block .menu-main_nav-container {

		clear: both;

		float: none;

		margin: -10px;

	}

	#nav-block ul a {

		font-size: 20px;

		font-family: 'Oswald Stencil Regular',sans-serif;

		display: block;		

		min-width: inherit;

	}

	#nav-block li {

		display: block;

	}

	#nav-block ul li {

		margin: 0 !important;

		padding-bottom: 30px;

	}

	#nav-block ul li:last-child {

		padding-bottom: 10px;

	}	

	#nav-block li.menu-item-has-children {

		height: auto;

	}

	#nav-block .nav-menu li ul {

		position: relative;

		background: rgba(0, 0, 0, 0.4);

		border-bottom: 1px solid rgba(255, 255, 255, 0.2);

		border-top: none;

		padding-top: 5px;

		margin: 0 auto -10px auto;

		padding-bottom: 17px;

	}

	#nav-block ul.nav-menu > li:hover > a,

	#nav-block ul a:hover,

	#nav-block li.current-menu-item a,

	#nav-block li.current-category-ancestor a {

		color: #d83d00 !important;

		background: url(images/menu-bg-dark.jpg) left top repeat;

	}	

	#nav-block .nav-menu li ul li a:hover {

		background: none;

		color: #d83d00 !important;

	}	

	#nav-block ul li:last-child a {

		margin: 0;

		padding: 0 0 5px 0;

	}	



	#nav-block .nav-menu li ul li {

		text-align: center;

		padding: 0;

		line-height: 43px;

	}	

	#content .post .away {

		max-width: 480px;

	}

	.single #content .post,

	.single #content .slider {

		border-top: 0;

	}

	#page {

		margin-bottom: 0;

		padding-bottom: 30px;

	}

	#within #masthead {

		padding-bottom: 34px;

	}

	#within .cont {

		max-width: none;

		float: none;

	}

	#within #footer .cont {

		border: 0;

	}	

	#main-slider .text {

		top: 35%;

	}

	.top-fill,

	#within #footer .side .social-menu {

		display: block;

	}

	.top-fill {

		border-top: 0;

	}

	.top-fill .menu-main_nav-container { 

		display: block !important;

	}

	.top-fill li { 

		display: inline-block; 

	/*	margin: 5px 0 5px 0px; */

	} 

	.top-fill h1.title {

		background: url(images/grill.png) right bottom repeat;

		width: 73%;		

	}



	.top-fill .borders {

		background: url(images/border-top.jpg) left top repeat-x,

					url(images/border-bottom.jpg) left bottom repeat-x,

					url(images/border-left.jpg) left bottom repeat-y,

					url(images/border-right.jpg) right bottom repeat-y;					

	}	

	.social-menu {

		border-top: 0;

	}	

/*	.top-fill .sub-menu { 

		margin-top: 5px;

	} */

	#within .side {

		max-width: none;

		float: none;

	}

	.top-fill .filter-rack {

		width: 80%;

	}

	.top-fill .borders:after {

		display: block;

	}	

	.top-fill .filler .nav-menu li ul > li { 

		margin: 2px 0 0 -2px;

	}	

	.side .widget {

		display: block;		

		text-align: center;

		margin-left: auto;

		margin-right: auto;

	}

	#main .social-menu {

		margin-top: 50px;

		margin-bottom: 20px;

	}

	.side .widget_text img {

		margin: 0 auto;

	}

	.side .entry-meta {

		display: block;

	}

	#footer {

		padding-top: 0;

		margin-top: 35px;

	}

	#footer .nav-menu {

		text-align: center;

		margin-top: 0;

		margin-left: 0;

	}

	#footer .nav-menu:after {

		background: url(images/footer-divider.png) left top no-repeat;

		height: 18px;

		display: block;

		content: '';

		margin-left: -10px;

	}	

	#footer .nav-menu li {

		padding: 0 15px;		

	}

	footer .menu-main_nav-container {

		display: block !important;

		margin: -45px 0 3% 0;

	}

	#footer a.home-link {

		margin: 10px 0 0 15px;

		padding-right: 15px;

	}

	#footer .site-info {

		padding: 20px 0 36px;

	}

  #footer .social-links {
    padding: 10px 0 0 0;
  }

	#footer .legal {

		padding: 15px 0 0;
    line-height: 20px;
    margin: 0;

	}

	#footer .legal p {

		margin: 5px 0 0;

	}

	.news-form .inner .conter {

		max-width: none;

	}

	.ripped .buy a {	

		margin-bottom: 10px;	

	}

	#within #footer .side .social-menu {

		margin: -100px 0 -20px;

	}

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 920px) {

	#footer .social-menu li { 

		margin: 0 -4px -15px !important;

	}	

	#footer .social-menu {

		padding: 40px 50px !important;

	}

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1000px) {

	#footer .nav-menu li {

		padding: 0 20px;

	}

}

/*IE 9+ Hack */

@media screen and (min-width:0\0) and (max-width: 920px) {

	#footer .social-menu {

		padding-top: 25px !important;

	}

	#footer .social-menu li {

		margin-bottom: -25px !important;

	}	

}

@media only screen and (max-width: 920px) {

	#footer .social-menu {

		padding: 40px 30px 0;

		background: url("images/social-background-mobile.png") no-repeat scroll left top rgba(0, 0, 0, 0);

		height: 170px;

		float: none;		

		width: 300px;

	}

	#footer .social-menu li {

		margin: 0 -2px -15px;

	}

	#footer .site-info {

		padding: 5px 0;

	}	

	#within #footer .side .social-menu {

		margin: 60px auto 0 auto;

	}	

	#footer {

		width: 100%;

		margin-left: -10px;

	}

	#footer .social-menu li a {

		display: block;

		height: 63px;

		width: 55px;

	}	

	#footer .social-menu li.facebook a {

		background: url(images/social-icons/facebook.png) bottom left no-repeat;	

	}

	#footer .social-menu li.twitter a {

		background: url(images/social-icons/twitter.png) bottom left no-repeat;	

	}

	#footer .social-menu li.instagram a {

		background: url(images/social-icons/instagram.png) bottom left no-repeat;	

	}

	#footer .social-menu li.youtube a {

		background: url(images/social-icons/youtube.png) bottom left no-repeat;	

	}

	#footer .social-menu li.spotify a {

		background: url(images/social-icons/spotify.png) bottom left no-repeat;	

	}

	#footer .social-menu li.email a {

		background: url(images/social-icons/newsletter.png) bottom left no-repeat;	

	}

	#footer .social-menu li a:hover {

		background-position: top left !important;

	}

}

@media only screen and (max-width: 748px) {

	#content .post .away {

		max-width: 310px;

	}	

	.top-fill .borders:after {

		display: none;

	}

	.top-fill .filter-rack {

		width: 100%;

	}

	.rack:after {

		margin-right: -7px !important;

	}

	.top-fill h1.title {

		background: none;

	}

	.top-fill .borders {

		background: url(images/border-top.jpg) left top repeat-x,

					url(images/border-bottom.jpg) left bottom repeat-x,

					url(images/border-left.jpg) left bottom repeat-y,

					url(images/border-right.jpg) right bottom repeat-y,

					url(images/grill.png) right 7px repeat-x;

	}	

}

@media only screen and (min-width: 749px) and (max-width: 753px){

	#content .post .post-thumb {

		margin-bottom: 20px;

	}	

}

@media only screen and (max-width: 600px) {

	#main-slider .inner {

		height: auto;

	}

	#main-slider .text {

		position: relative;

		top: auto;

		left: auto;

		padding-top: 10px;

		display: block;

	}

	#main-slider .cta, #main-slider .text span {

		display: none;

	}

	#main-slider .text .ex {

		display: block;

	}

	#main-slider .text {

		font-size: 20px;

		line-height: 24px;

	}

	#main-slider .text span, #main-slider .text .ex {

		font-family: 'Helvetica', sans-serif;

		font-size: 14px;

		line-height: 19px;

		letter-spacing: 0.040em;

		color: #646464;

	}

	#content .post .away {

		max-width: 340px;

	}

	#content .post .away .entry-header {

		margin-bottom: 35px;

	}

	#footer .nav-menu li {

		padding: 0 13px;

	}

	.news-form .inner {

		border: 0;

		margin-top: 0;

	}

	.bx-wrapper .bx-pager.bx-default-pager a {

		background-size: 10px 23px !important;

		height: 12px !important;

	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover, 

	.bx-wrapper .bx-pager.bx-default-pager a.active {

		background-position: left -12px !important;

	}

	

	.bx-pager-item:before {

		height: 20px !important;

		top: 15px !important;

		width: 24px !important;

	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

		position: relative !important;

		top: -100px;

	}

	#main-slider {

		margin-bottom: -25px;

	}

	.bx-wrapper .bx-controls-direction a {

		height: 20px !important;

		position: absolute !important;

		top: 42% !important

	}

	.bx-wrapper .bx-prev,

	.bx-wrapper .bx-next {

		background-size: 60% !important;

	}

	.bx-wrapper .bx-next {

		margin-right: -15px !important;

	}	

	.bx-wrapper .bx-prev:hover,

	.bx-wrapper .bx-next:hover 	{

		background-position: left -22px !important;

	}	

	#footer .site-info {

		padding: 15px 0;

	}

	.bx-wrapper .bx-pager { 

		display: none;

	}

	#main-slider .slider-image-link {

		pointer-events: none;

		cursor: default;

	}			

}

/*Webkit Hack (Safari, Google Chrome, Opera) */

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1023px) {

	.top-fill .filler .nav-menu li { 

		margin-left: -3px !important;

	}

}

@media only screen and (max-width: 600px) {

	#content .post .away {

		max-width: 305px;

	}	

	.newsbox {

		margin-left: 0;

	}	

	.top-fill h1.title {

		width: 103.7%;

	}

	.news-form .inner .conter {

		padding-left: 0;

	}

	.news-form .inner .conter .real {

		float: none;

	}			

}

/*Safari Hack*/

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 580px) {

}

@media only screen and (max-width: 580px) {

	.single #content .artist p img.alignleft,

	.single #content .post p img.alignleft,

	.single #content .slider p img.alignleft {	

		float: none;

		margin: 5px auto;

		display: block;

	}

	.single #content .artist p img.alignright,

	.single #content .post p img.alignright,

	.single #content .slider p img.alignright {	

		float: none;

		margin: 5px auto;

		display: block;

	}

	.single #content .artist p img.aligncenter,

	.single #content .post p img.aligncenter,

	.single #content .slider p img.aligncenter {	

		display: block;

		margin-left: auto;

		margin-right: auto;

	}

	#within #masthead {

		padding-bottom: 55px;

	}

	#page {

		border: 0;

	}

	#content .post .away .entry-header {

		margin: 20px 0 25px;

	}

	#content .post, .single #content .artist, .single #content .slider {

		padding: 28px 0;

	}

	#content .post .post-thumb,

	.single #content .artist .post-thumb,

	.single #content .slider .post-thumb {

		margin-right: 0;

		width: 100%;

		max-width: none;

	}

	.post-thumb img {

		width: 100%;

	}

	#content .post .away {

		max-width: none;

	}

	#footer .legal {

		padding: 15px 0 0;

		line-height: 20px;

	}

	#footer .legal span.push {

		padding: 0;

	}

	#footer .legal .table {

		display: block;

	}

	#footer .legal span.push {

		display: block;

		vertical-align: middle;

		padding: 0;

	}

	#footer .legal p {

		display: block;

		line-height: 50px;

		text-align: center;

		clear: both;

		margin-top: 50px;

		margin-bottom: -45px;

	}

	#main-slider .text {

		font-size: 20px;

		line-height: 24px;

	}

	#main-slider .text span, #main-slider .text .ex {

		font-family: 'Helvetica', sans-serif;

		font-size: 14px;

		line-height: 19px;

		letter-spacing: 0.040em;

		color: #646464;

	}

	#content .ripper {

		margin-left: 0 !important;

		margin-right: 0 !important;

	}

	.ripped .buy {

		font-size: 16px;		

		padding: 10px 5px;

	}

	.ripped .buy li {

		font-size: 16px;

		margin: 0;

		width: 50%;

		text-align: center;

	}

	.ripped .buy li:first-child {

		width: 100%;

	}

	.ripped .buy span {

		float: none;

	}

	.ripped .buy a {

		width: 120px !important;

		background-position: center center !important;

		margin-left: auto;

		margin-right: auto;

		margin-bottom: 10px;

		float: none;

	}

	.ripped .buy a.itunes {

		margin-bottom: 10px;

	}

	.ripped .buy a.amazon {

		margin-bottom: 10px;

	}

	#content .share-me,

	#content .post-sharer,

	.entry-meta a.up {

		float: none;

	}

	#content .entry-meta {

		text-align: center;

	}

	.news-form .inner .fields input {

		width: 100%;

	}

	.news-form .inner .fields > div,

	.news-form .inner .fields > div.email {

		float: none;

	}

	.news-form .inner .fields > div.email {

		padding-top: 10px;

	}

	.entry-meta span,

	.entry-meta .pagination a {	

		padding-right: 4px;

	}

	.entry-meta a.up {

	 	margin-bottom: 20px;

	 	display: inline-block;

	}

	.pagination {

		float: none;

	}

	.entry-meta {

		padding-left: 0;

		padding-right: 0;

	}

	.top-fill h1.title {

		width: 105%;

		font-size: 15px;

	}

}

@media only screen and (max-width: 528px) {

	#within #footer .cont {

		margin-top: -30px;

	}

  #footer {
    margin-top: 25px;
  }

	#footer .legal p {

		margin-top: 0;

	}	

	.side .widget_nav_menu {

		min-width: 0;

	}

}

@media only screen and (max-width: 420px) {	

	.news-form .inner {

		padding: 10px 0 0 0;

	}

	.news-form .inner iframe {

		overflow-y: auto !important;

	}

	.news-form .inner .heading,

	.news-form .inner .email-p .whip {

		margin-left: 10px;

		margin-right: 10px;

	}

	.news-form .inner .conter .real {

		margin-left: 0;

	}	

	.news-form .inner .e-icon {

		margin-left: 10px;

		margin-right: 20px;

	}

}

@media only screen and (max-width: 376px) {

	#within #footer .cont {

		margin-top: -50px;

	}

	#footer a.home-link {

		margin: 10px 0 0;

		padding-right: 5px;

	}		

}

@media only screen and (max-width: 360px) {

	.bx-wrapper .bx-pager { display: none;}

	#content .post img.grid {

		width: 49%;

		padding: 5px;

	}	

	footer .menu-main_nav-container { 

		display: block !important; 

	} 

	.news-form .inner .heading {

		font-size: 22px;

	}

	#main-slider {

		margin-bottom: -35px;

	}	

	#content .post-sharer {

		margin: 10px 0;

	}

	#content .share-me {

		margin: -10px 0 -20px 0;

	}	

}

@media only screen and (max-width: 340px) {

	#page {

		background: url("images/header-bg-mobil.png") no-repeat scroll left top, 

					url("images/content-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);

	}	

	#nav-block a.home-link {

		margin: 0 0 -2px 0;

	}

	#nav-block .site-title {

		margin-bottom: 6px;

		background-size: auto 100%;

		height: 70px;

	}	

	#mob-icon {

		margin-right: 0;

		margin-top: 15px;

	}		

	#mob-icon.downer {

		margin-top: 12px;

		width: 45px;

	}

}

@media only screen and (max-width: 320px) {

	.bx-wrapper .bx-controls-direction a {

		top: 30px;

	}

	body,

	#footer	{

		width: 320px;

	}



}



@media only screen and (min-width: 768px) {

	body.category-alternative .sub-menu {

		margin-left: 30px;

	}

}



@media only screen and (max-width: 767px) {

	#nav-block .nav-menu li ul {

		display: block;		

	}

}



/* ADA */

.sr-only, .screen-reader-text {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute;

	width: 1px;

}



.sr-only-focusable:focus {

	clip: auto;

	height: auto;

	margin: 0;

	overflow: visible;

	position: static;

	width: auto;

}