@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

* {
	margin: 0px;
	padding: 0px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}

html {
	font-size: 20px;
	line-height: 1.5;
}

body {
	background: #203040 url('../images/bg.gif') repeat-x 50% 0%;
	color: #fff;
	font-family: Georgia, Times, Times New Roman, serif;
	text-align: left;
}

	.blog body {
		background: #f0f0f0 url('../images/top_bgx2.gif') repeat-x 50% 0;
		color: #333333;
	}

p,
blockquote {
	margin: 0 0 1.5rem 0;
}

p:last-child,
blockquote:last-child {
	margin-bottom: 0;
}


a {
	color: #f0c090;
	text-decoration: none;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.blog a {
		color: #a07060;
	}

a:hover {
	color: #ffffff;
}

	.blog a:hover {
		color: #603010;
	}

h1, h2 {
	font-family: "Oswald";
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
   	font-size: 3rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

h2 {
   	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

h3 {
	color: #c0c0c0;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 1.5rem;
}

img {
	border: 0;
}

#layout {
	line-height: 30px;
	width: 1120px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* header */

#header {
	padding-top: 24px;
	padding-bottom: 48px;
	width: 100%;
	height: 71px;
	margin: 0 auto;
}

	/* logo */

	#header #logo {
		float: left;
	}

	#header #logo img{
		border: none;
	}

	/* menu */

	#header #menu {
		float: right;
		/* padding-left: 20px; */
		/* padding-top: 30px; */
		font-size: 25px;

		font-family: oswald;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 2px;
}

	#header #menu ul {
		list-style: none;
	}

	#header #menu ul li {
		float: left;
		/* padding: 5px; */
		margin-left: 25px;

		line-height: 64px;
}


	#header #menu .selected {
		color: white;
	}

#releases_thumbs {
	margin-bottom: 20px;
	margin-left: 15px;
}

#releases_thumbs a img{
	width: 64px;
	height: 64px;
}


.spotlight {
	margin-bottom: 48px;
}

.spotlight_item {
  height: 362px;
  overflow: hidden;
  position: relative;
  display: block;
}

.spotlight_item_tag {
    position: absolute;
    top: 48px;
    left: 48px;
    font-family: 'oswald', arial, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.8);
    padding: 24px;
}

.spotlight_item_data {
  position: absolute;
  left: 48px;
  bottom: 48px;
}

.spotlight_item_data_title {
  font-family: 'oswald', arial, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
  margin-bottom: 12px;
}

.spotlight_item_data_desc {
  font-family: georgia, arial, serif;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
}

.spotlight_info {
	padding: 24px;
	background: #304050;
	height: 362px;
}

.spotlight_info_head {
	font-size: 25px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	margin-bottom: 24px;
}

.spotlight-view-all {
	margin-bottom: 96px;
	text-align: center;
	font-size: 64px;
}

/* releases */

.releases {

}

.releases_item {
	text-decoration: none;
	display: block;
	margin-bottom: 24px;
}

.releases_item_img {
	height: 262px;
}

.releases_item_content {
	background: #cfdfef;
	padding: 24px;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.releases_item:hover .releases_item_content {
		background: #ffffff;
	}

.releases_item_content_title {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #203040;
}

.releases_item_content_artist {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.releases_item_content_meta {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}


#main_content {
	width: 100%;
	background: #304050;
	margin-bottom: 40px;
}

.title_album-name {
font-family: oswald;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
}

.title_artist-name {
font-family: oswald;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
}

	/* layout_left */

	#layout_left {
		/*width: 600px;*/
		width: 650px;
		float: left;
		padding-left: 40px;
		padding-top: 40px;
	}
		#layout_left .post{
			padding-bottom: 40px;
		}

			#layout_left .post .post_title {
				font-family: 'oswald', arial, sefif;
				font-weight: normal;
				font-size: 36px;


				line-height: 48px;
}

#layout_left .post .post_meta {
				font-family: Georgia, arial, sefif;
				font-weight: normal;
				font-size: 16px;


				line-height: 24px;
}

			#layout_left .post .post_comments {
				font-size: 11px;
			}

		#layout_left h1 {
			font-size: 63px; /* 34px */
			line-height: 80px; /* 36px */
			margin-bottom: 20px;
			color: #C0C0C0;
			font-family: font-family: ff-tisa-web-pro;

			font-family: ff-tisa-web-pro;
			font-family: oswald;
			font-weight: normal;
}

		#layout_left #title h1{
			color: white;
		}

		#layout_left h2{
			margin-bottom: 0;
		}

		#layout_left #description {
			margin-bottom: 20px;
		}

		#layout_left #tracklist {
			margin: 0 20px 20px 0;
		}

		#layout_left #tracklist ol {
			margin-left: 50px;
		}

		#layout_left #tracklist li {
			color: white;
			font-size: 20px;
			line-height: 30px;
			font-family: oswald;
			list-style-position: outside;
			list-style-type: decimal;
			padding: 2px;
			letter-spacing: 0.5px;
			font-weight: normal;
}

		#layout_left #tracklist li div.song-comment {
			font-size: 11px;
			color: #aaaaaa;
			vertical-align: text-top;
			float: right;
		}

		#layout_left #credits {
			/* font-style: italic; */

			color: #c6d6dD;
			/* font-size: 18px !important; */
}
#layout_left #credits p {

font-size: 16px;


line-height: 1.5em;

}

	/* layout_right */

	#layout_right {
		width: 350px;
		padding: 40px 40px 20px 40px;
		float: right;
	}

		#layout_right dd {
		  line-height: 1.5em;
		  font-size: 16px;

		  color: #c6d6dD;
}

		#layout_right h2 {
			color: white;
			font-weight: bold;
			/* border-bottom: 1px solid #778899; */

			font-family: font-family: "refrigerator-deluxe";
			font-family: oswald;
			font-size: 30px;
			text-transform: uppercase;
			te: px;
			letter-spacing: 1.8px;
			margin-bottom: 10px;
			font-weight: normal;
}

#layout_right h2:after {
	  border-top: 2px #667788 solid;
  content: "";
  display: block;
  margin-bottom: 24px;

	  margin-top: 6px;
  width: 48px;
  height: 0px;
}

		#layout_right #artwork {
			margin-bottom: 20px;
		}

			#layout_right #artwork img {
				width: 350px;
				height: 350px;
			}

		#layout_right #audioplayer_container {
			margin-bottom: 20px;
		}

			#layout_right #share dd {
				margin-bottom: 5px;
			}

			#layout_right #share dl {
				margin-bottom: 20px;
			}

		#layout_right #reviews {
			clear: both;
		}

		#layout_right #details {
			clear: both;
		}

			#layout_right #details #license a {
				vertical-align: text-top;
			}

		#layout_right dl {
			margin: 0 0 20px 0;

}

		#layout_right #downloads dd {
			/* margin-bottom: 10px; */
		}

		#layout_right ul {
			list-style-type: none;
		}

		#layout_right #follow_us ul {
			margin-bottom: 20px;
		}

		#layout_right #follow_us ul li{
			margin-bottom: 10px;
		}

			#layout_right #follow_us #facebook {
				background: white;
			}

			#layout_right #follow_us #rss a{
				height: 28px;
				display: inline-block;
				vertical-align: top;
				padding-left: 35px;
				background: url('/images/feed-icon-28x28.png') no-repeat;
			}


		#layout_right #news_archives {
			clear: both;
			margin-bottom: 20px;
		}

		#layout_right .last_news_item {
			font-size: 16px;

			margin-bottom: 12px;
			font-family: oswald;
			font-weight: normal;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	height: 548px;
	width: auto;
	overflow: hidden;
	background: url('../images/footer.gif') repeat-x 50% 0;
}

	.blog #footer {
		height: 586px;
		background: url('../images/footer-bw.gif') repeat-x 50% 0;
	}


/* everything */

#comments {
	padding-bottom: 40px;
	padding-top: 20px;
}

#comments .com_text {
	padding-top: 5px;
	padding-bottom: 15px;
}

#input_form {
	padding-top: 10px;
}

#input_form div {
	padding-bottom: 6px;
}

.input_field {
	border: 1px solid #535244;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #535244;
	color: white;
}

#input_button {
	margin-top: 10px;
	background: #dfdfcf;
	border: 3px solid #dfdfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #535244;
	cursor: pointer;
}

.song-duration {
	color: #A6B6BD;
	font-size: 16px;
}

.post_med {
	height: 250px;
	width: 650px;
	display: block;
	position: relative;
}

.post_med_data {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.post_med_data_title {
	font-family: 'oswald', arial, serif;
  	font-weight: normal;
	font-size: 32px;
	line-height: 48px;
	color: #ffffff;
	text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.post_med_data_title-2 {
	font-family: georgia, arial, serif;
	font-size: 16px;
	line-height: 24px;
	color: #cccccc;
	text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* releases */

.releases-view-all {
	margin-top: 24px;
	text-align: center;
	margin-bottom: 96px;
}

.view-all-btn {
	border: 2px #f0c090 solid;
	color: #cccccc;
	display: inline-block;
	font-family: oswald;
	line-height: 32px;
	letter-spacing: 0.06em;
	padding: 12px 64px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	font-size: 25px;
	background: transparent;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.view-all-btn:hover {
		border-color: #ffffff;
		color: #ffffff;
		background: #304050;
	}

/* blog */

.blog_item {
	cursor: pointer;
	display: block;
}

.blog_item_img {
	height: 200px;
	overflow: hidden;
}

.blog_item_content {
	background: #cfdfef;
	padding: 24px;
	height: 192px;
	transition: all 1s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
}

	.blog_item:hover .blog_item_content {
		background: #ffffff;
	}

.blog_item_content_title {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	text-align: left;
	font-family: oswald, arial, serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #203040;
}

.blog_item_content_meta {
	color: #607080;
	font-size: 14px;
	font-family: oswald, arial, serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 24px;
}

.blog_item_content_desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	text-align: left;
	color: #203040;
}

.blog-view-all {
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center;
}

.read-more {
    font-style: italic;
    color: #c6d6dD;
}

.spotlight-lunaria {
    height: 490px;
    position: relative;
    background: linear-gradient(218deg, #eeefff, #eeeeee, #dddddd, #cccccc, #bbbbbb, #aabbcc, #8899aa, #aa8898, #bf6585, #c81e5a);
    background-size: 2000% 2000%;

    -webkit-animation: AnimationName 19s ease infinite;
    -moz-animation: AnimationName 19s ease infinite;
    animation: AnimationName 19s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}
@keyframes AnimationName {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}

.spotlight-lunaria-bg {
    background-image: url(../images/spotlight-lunaria.png);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.spotlight-logo-lunaria {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding-top: 24px;
}

@-webkit-keyframes shakeit {
0% { -webkit-transform: rotate(0deg) translate(2px, 1px); }
10% { -webkit-transform: rotate(2deg) translate(1px, 2px); }
20% { -webkit-transform: rotate(-2deg) translate(3px, 0px) ; }
30% { -webkit-transform: rotate(0deg) translate(0px, -2px); }
40% { -webkit-transform: rotate(-2deg) translate(-1px, 1px); }
50% { -webkit-transform: rotate(2deg) translate(1px, -2px); }
60% { -webkit-transform: rotate(0deg) translate(3px, -1px); }
70% { -webkit-transform: rotate(2deg) translate(-2px, -1px); }
80% { -webkit-transform: rotate(-2deg) translate(1px, 1px); }
90% { -webkit-transform: rotate(0deg) translate(-2px, -2px); }
100% { -webkit-transform: rotate(2deg) translate(-1px, 2px); }
}
@keyframes shakeit {
0% { transform: rotate(0deg) translate(2px, 1px); }
10% { transform: rotate(2deg) translate(1px, 2px); }
20% { transform: rotate(-2deg) translate(3px, 0px) ; }
30% { transform: rotate(0deg) translate(0px, -2px); }
40% { transform: rotate(-2deg) translate(-1px, 1px); }
50% { transform: rotate(2deg) translate(1px, -2px); }
60% { transform: rotate(0deg) translate(3px, -1px); }
70% { transform: rotate(2deg) translate(-2px, -1px); }
80% { transform: rotate(-2deg) translate(1px, 1px); }
90% { transform: rotate(0deg) translate(-2px, -2px); }
100% { transform: rotate(2deg) translate(-1px, 2px); }
}
.shakeit img:hover {
-webkit-animation-name: shakeit;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-name: shakeit;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*
.spotlight-logo-lunaria-image {
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
            transition: all 1s ease;
}

.spotlight-logo-lunaria-image:hover {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
*/

.spotlight-lunaria-data {
    z-index: 10;
    position: absolute;
    bottom: 128px;
    text-align: center;
    width: 100%;
}

.spotlight-lunaria-data-title {
    font-family: 'oswald', arial, serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.8);
    margin-bottom: 12px;
}

.spotlight-lunaria-links {
    z-index: 10;
    position: absolute;
    bottom: 24px;
    text-align: center;
    width: 100%;
}

.spotlight-lunaria-link {
    top: 48px;
    left: 48px;
    font-family: 'oswald', arial, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.8);
    padding: 24px;
    display: inline-block;
}

.spotlight-lunaria-link:hover {
	color: #eeeeee !important;
}


/* blog */

.blog .content header {
	text-align: center;
	margin-bottom: 3rem;
}

.blogshort {
	margin-bottom: 2rem;
}

.blogshort h2 {
	margin-bottom: 0;
}

.blogshort p {
	font-size: 0.8rem;
}

.blog .content {
	background: #ffffff;
	padding: 2rem;
	margin-bottom: 6rem;
}

.blogpost header {
	margin-bottom: 3rem;
}

.blogpost figure figcaption {
	padding-top: .75rem;
	font-size: .75rem;
	text-align: center;
	font-style: italic;
	color: #999999;
}

.blogpost h1,
.blogpost h2 {
	text-align: center;
}

.blogpost_meta {
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.75rem;
}

.blogpost_section {
    padding-bottom: 3rem;
}

.blogpost_section img {
    max-width: 100%;
}

.blogpost_section.__center {
	margin: 0 auto;
}

.blogpost_section.__text-center {
	text-align: center;
}

.blogpost_section.__narrow {
	width: 700px;
}

.blogpost_section.__middle {
	width: 910px;
}

.blogpost_section blockquote {
	border-left: 3px solid #777777;
	padding-left: 20px;
	margin-left: -23px;
	font-style: italic;
}

.release-external-link {
	display: block;
	font-family: 'oswald', arial, serif;
    	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.8);
	padding: 24px;
	text-align: center;
	color: #aaaaaa !important;
	margin-bottom: 24px;
}

.release-external-link:hover {
	color: #eeeeee !important;
}

.artist-external-link {
	display: block;
	font-family: 'oswald', arial, serif;
    	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.1);
	padding: 24px;
	text-align: center;
	color: #555555 !important;
	margin-bottom: 24px;
}

.artist-external-link:hover {
	color: #111111 !important;
}

.__facebook {
	color: #3a5795 !important;
}

.__twitter {
	color: #1da1f2 !important;
}

.__soundcloud {
	color: #ff5500 !important;
}

.__bandcamp {
	color: #639AA9 !important;
}

.__amazon {
	color: #FF9900 !important;
}

.__beatport {
	color: #94D500 !important;
}

.__spotify {
	color: #24CF5F !important;
}

.__juno {
	color: #7aa846 !important;
}