body {
    font-family: Times New Roman, times, serif;
    background-color: #000;
    color: #000;
}

a {
	color: #000;
	transition: all 0.5s ease;
}

button:focus, a:focus, input:focus, textarea:focus {outline:0;}

a:hover {
	color: #663;
}

:target {
  display: block;
  position: relative;
  top: -280px;
  visibility: hidden;
}

header {
	position: fixed;
	width: 100%;
	background: #000 url('/img/moon_bg.jpg') center 0 repeat no-repeat;
	text-align: center;
	height: 200px;
	color: #fff;
	z-index: 1000;
	// set animation
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div.header {
	margin-left: auto;
    margin-right: auto;
    width: 980px;

}

menu.main_menu {
	position: fixed;
	list-style-type: none;
    background: #FFF;
    color: #000;
    top: 200px;
    -webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	width: 970px;
	padding-left: 10px;
	height: 68px;
	border-bottom: 1px solid #000;
	z-index: 2;
}

menu.sec_menu {
	display: none;
	position: absolute;
	list-style-type: none;
    background: #FFF;
    color: #000;
    top: 54px;
    margin-left: -338px;
    -webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	width: 370px;
	padding-bottom: 10px;
	height: 370px;
	border: 1px solid #000;
	z-index: 4;
}

menu.sec_menu div {
	cursor: pointer;
	border: 1px solid #000;
	width: 40px;
	height: 37px;
	position: absolute;
	margin: -39px 0 0 329px;
    border-bottom-color: #fff;
}

menu.main_menu li, menu.sec_menu li {
	font-family: 'PT Sans', sans-serif;
	font-size: 23px;
    text-transform: uppercase;
    padding: 24px 0;
    margin-right: 35px;
    float: left;
    height: 17px;
    -webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

menu.sec_menu li {
	text-align: right;
	margin-right: 20px;
	float: none;
	padding: 14px 0;
	line-height: 2
}

menu.sec_menu li.active a {
	border-bottom: 7px solid #c3c053;
	font-weight: bold;

}


menu.main_menu li.active {
	border-bottom: 7px solid #c3c053;
	font-weight: bold;
}

menu.main_menu .sec_menu li.active {
	border-bottom: 0;
	letter-spacing: -.5px;
}

menu.main_menu li a, menu.sec_menu li a {
	color: #000;
	text-decoration: none;
}

menu.main_menu .tg, menu.main_menu .tw, menu.main_menu .vk, menu.main_menu .fb, menu.main_menu .yt, menu.main_menu .as {
	margin: 0 14px 0 0;
}

menu.main_menu li.ham {
	margin: -1px 72px 0 47px;
}

menu.main_menu li a.sq {
	background: url(/img/socials.svg) no-repeat;
	width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 26px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
    opacity: 0.6
}

menu.main_menu li.ham a {
    opacity: 1;
}

menu.main_menu li a.sq:hover {
    opacity: 1;
}


menu.main_menu li.tg a.sq {
    background-position: -1px 0px;
}

menu.main_menu li.tw a.sq {
    background-position: 0 -26px;
}

menu.main_menu li.vk a.sq {
    background-position: 0 -52px;
}

menu.main_menu li.fb a.sq {
    background-position: 0 -77px;
}

menu.main_menu li.yt a.sq {
    background-position: 0 -104px;
}

menu.main_menu li.as a.sq {
    background-position: 0 -130px;
}

menu.main_menu li.zn a.sq {
    background-position: 0 -156px;
}

menu.main_menu li.zn {
    margin-right: 0;
}

menu.sec_menu li:nth-child(-n+5) {
    display: none;
}

.vid_player #dmp_player {
	position: relative;
	z-index: -1;
	top: 200px;
	height: 20px;
	overflow: hidden;
	opacity: 0;
}

.vid_player .sticky #dmp_player {
	top: 120px;
}

div.player {
 	position: fixed;
 	text-align: left;
 	height: 80px;
 	width: 665px;
 	top: 60px;
 	margin-left: 10px;
 	-webkit-transition: .2s ease;
	transition: .2s ease;
	opacity: 1;
}

div.player div.track {
 	position: absolute;
 	padding-left: 95px;
 	font-family: Arial, sans-serif;
 	font-size: 14px;
 	line-height: 1.4;
 	color: #d6d6d6;
 	-webkit-transition: .2s ease;
	transition: .2s ease;
}

div.player div.track a {
 	color: #d6d6d6;
 	text-decoration: none;
}

div.player div.track a:hover {
 	color: #FFF;
 }

 div.player div.track span {
 	font-size: 12px;
 	color: #c3c3c3;
 }

div.player div.cover {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

div.player a.play {
 	position: absolute;
 	margin: 40px 0 0 95px;
 	display: inline-block;
 	height: 40px;
 	width: 40px;
 	background: url(/img/play.svg) no-repeat;
 	background-size: 30px;
 	z-index: 5;
 	opacity: .6;
 	-webkit-transition: .2s ease;
	transition: .2s ease;
 }

div.player a.play:hover {
 	opacity: .9
 }


div.player div.cover img {
 	height: 80px;
 	width: 80px;
 	opacity: .8;
 	-webkit-transition: .2s ease;
	transition: .2s ease;

 }


 .logo {
 	display: block;
	background: #FFF url(/img/logo.svg) 22px 22px no-repeat;
	background-size: 218px 525px;
	height: 420px;
	width: 218px;
	padding: 22px;
	float: right;
	opacity: 1;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	cursor: pointer;
	position: relative;
	z-index: 3;
 }

 div.backtotop {
	height: 30px;
	width: 218px;
	padding-top: 20px;
	margin-left: 742px;
	bottom:0;
	color: #FFF;
	background: #888;
	position: fixed;
	z-index: 1000;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	-webkit-transition: .2s ease;
	transition: .2s ease;

 }

div.backtotop a {
	color: #FFF;

}


div.backtotop a.totop {
	display: none;
	padding-left: 28px;
	background: url(/img/totop.svg) 70px 0 no-repeat;
	background-size: 28px 16px;
}

header.sticky {
    height: 100px;
    background-position: center -55px;
}

.vid_player header {
    background-position: center 120px;
}


header.sticky menu.main_menu {
    top: 100px;
    height: 56px;
}


header.sticky menu.main_menu li {
	padding: 18px 0;

}

header.sticky menu.sec_menu {
	margin-top: -8px;
}

header.sticky menu.sec_menu li {
	padding: 14px 0 !important;

}

.vid_player header.sticky menu.sec_menu {
	margin-top: 0;
}

.vid_player.fullscreen menu.sec_menu {
	top: -372px;
}

.vid_player.fullscreen menu.sec_menu li {
	padding: 14px 0;
}

.vid_player.fullscreen menu.sec_menu div {
	margin: 380px 0 0 329px;
    border-color: #FFF #000 #000 #000;
}

.vid_player.fullscreen header.sticky menu.main_menu li {
    padding: 18px 0;
}


.vid_player header.sticky menu.main_menu li {
	padding: 24px 0;

}


header.sticky div.player {
 	top: 10px;
 }

header.sticky div.player div.cover img {
 	opacity: .6;
 	height: 60px;
 	width: 60px;
}

header.sticky div.player div.cover {
	padding: 10px 0 0 10px;
}

header.sticky div.player div.track {
	padding-top: 8px;
}

header.sticky div.player a.play {
 	height: 25px;
 	width: 25px;
 	background-size: 20px;
 	margin: 48px 0 0 100px;
 }



header.sticky .logo {
 	background-position: 22px -430px;
    height: 70px;
}



header.sticky div.backtotop {
	background: #333;
}

header.sticky div.backtotop menu {
	display: none;
}

header.sticky div.backtotop a.totop {
	display: block;
}


.vid_player header.sticky {
    height: 200px;
}

.vid_player header.sticky menu.main_menu {
    top: 200px;
    height: 68px;
}


section {
	width: 100%;
	text-align: center;
	background-color: #FFF;
}

.content {
	padding: 285px 265px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	text-align: left;
}

menu.reviews {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
}

menu.reviews span {
	position: relative;
	top: -12px;
    padding-left: 5px;
    z-index: 1
}

menu.reviews a {
	color: #663;
}

menu.reviews a:hover {
	color: #000;
}

menu.reviews a.active {
	background: #000;
	cursor: default;
	color: #FFF;
	text-decoration: none;
	border:1px solid #000
}


h2 {
	font-family: 'PT Serif', serif;
	font-size: 35px;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

menu.reviews strong.number {
	font-family: 'PT Serif', serif;
	font-size: 45px;
    letter-spacing: -1px;
}

menu.reviews.all {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	position: fixed;
    width: 240px;
    margin: -105px 0 0 728px;
    line-height: 1.9;
    z-index: 1;
    -webkit-transition: .2s ease;
	transition: .2s ease;
}

menu.reviews.all li {
	list-style: none;
    width: 2.25em;
    float: left;
    text-align: center;
}

menu.reviews.all.full {
	position: relative;
    width: 700px;
    margin: 0;

}

menu.reviews.all.full li {

	width: auto;
	padding-right: 10px;

}

menu.reviews.all.full li.year_divider {
	font-weight: bold;
	clear: both;
	float: none;
	text-align: left;
	font-family: 'PT Serif', serif;
	font-size: 22px;
	padding-top: 10px

}

.podcast_btn {
	display: block;
	width: 215px;
	height: 44px;
	margin-bottom: 15px;
	background-size: 215px;
	opacity: .8;
}

.podcast_btn:hover {
	opacity: 1;
}

.podcast_btn.google {
	background-image: url(/img/google_podcasts.png);
}

.podcast_btn.apple {
	background-image: url(/img/apple_podcasts.png);
}

.podcast_btn.yt {
	background-image: url(/img/yt_podcasts.png);
}

.podcast_btn.spotify {
	background-image: url(/img/listen-on-spotify.png);
}

.vid_player menu.reviews.all {
    margin-top: 185px;
}

.vid_player menu.reviews.all.full {
    margin-top: 0;
}


.vid_player menu.reviews.all li:nth-last-child(-n+24) {
		display: none;
	}

.vid_player menu.reviews.all li:last-child {
		display: block!important;
	}


.content p, .content ol {
	font-size: 19px;
	line-height: 1.3;
	padding: 5px 0 20px;
}

.content ul {
	font-size: 19px;
	line-height: 1.3;
	padding: 0 0 20px 20px;
}

.content ol {
	margin: 0 0 0 1.5em;
}

.content p.intro {
	padding-top:20px;
	font-style: italic;
}

.f-letter {
	font-family: 'PT Serif', serif;
	color: #FFF;
	background: #000;
	width: 66px;
	height: 66px;
	float: left;
	margin: 5px 8px 0 0;
	font-size: 70px;
	line-height: 65px;
	text-align: center;
	vertical-align: auto;
	position: relative;
}
.f-letter.sh {
	font-size:61px;
}
.f-letter.one {font-size:57px; line-height:40px; }
.f-letter.quoted b {
	font-weight: normal;
	position: relative;
	left: -7px;
	font-size: 57px;
}
.f-letter.quoted span {position:relative; left:-12px}
.f-letter.small {font-size:21px; font-weight:bold; }

.content .col1, .content .col2 {
	float: left;
	padding-top:20px;
}

.content .col1 {
	width: 250px;
	padding-right: 15px
}

.content .col1 img {
	width: 230px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.content .col1 h1 {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.3;

}


.content .col1 h2 {
	font-family: 'PT Serif', serif;
	font-size: 19px;
	font-weight: normal;
    line-height: 1.3;
    color: #000;
}

h3, .content .col2 h3 {
	font-family: 'PT Serif', serif;
	font-size: 25px;
	margin-bottom: 10px
}

h4.rubric {
	padding-bottom: .4em;
	font-size: 1.6em;
}

.content .col1 span {
	font-size: 14px;
    line-height: 1.6;
    color: #663;
}

.content .col1 h1 a {
	color: #000;
    text-decoration: none;
}

.content .col1 h1 a:hover {
	color: #663;
}


.content .col2 {
	width: 425px;
	padding: 15px 0 30px 0;
}

.content div.line {
 	background: #FFF url(/img/line.svg) no-repeat bottom;
 	width: 420px;
 	height:15px;
 	margin: 0 0 20px 265px;
 	clear: both;
}

.content div.cl {
 	height: 1px;
 	margin: 10px 0;
 	clear: both;
}

ul.tracks, a.link {
	list-style:none;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;

}
ul.tracks li {
	padding-left: 18px;
    margin-bottom: 5px; 
    position: relative;
	overflow: hidden;
	z-index: 100;
}

ul.tracks li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: -1;
	background-image: url(/img/sound.svg);
	background-repeat: no-repeat;
	background-size: 39px;
	background-position: -26px 4px;
	margin: 0 0 0 -18px;

}

ul.tracks li.playing:before {
	background-position: 0 4px;
}

.content.podcasts ul.tracks li.playing {
    background-position: 0 -54px;
}
.playlist .playing a {
  color: #663;
}

ul.tracks li a, a.link {
	color: #663;
}

ul.tracks li a:hover, a.link:hover {
	color: #000;
}

.content.artist .col1 {
	width: 340px;
}

.content.artist .col1.newrow {
	clear: left;
}

.content.artist .col1 img {
	width: 300px;
}

.content.artist .col1 a {
	text-decoration: none;
}

.content.artist .col1 a:hover h2 {
	color: #663;
}

.content.artist .col1 h2 {
	font-family: 'PT Serif', serif;
	font-size: 21px;
   margin-bottom: 0;
}

.content.artist div.line {
	padding-top: 20px;

}

.archive  {
	height: 250px;
}

.archive a {
	display: block;
	float: left;
	font-family: 'PT Serif', serif;
	color: #000;
	text-decoration: none;
	background: #eee;
	width: 62px;
	height: 62px;
	margin: 8px 8px 0 0;
	font-size: 36px;
	line-height: 64px;
	text-align: center;
	vertical-align: auto;
	position: relative;

}

.archive a.wide {
	width: 132px;
}

.archive a.active, .archive a.active:hover {
	background: #000;
	color: #fff
}

.archive a:hover {
	background-color: #ddd
}

h2.zsearch {
	clear: both;
	padding: 20px 0 10px 0
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding:0!important
}

.searchpage {
	min-height: 450px;
	position: relative;
	right: 12px;
}

form.search input.query {
	width: 690px;
    height: 36px;
    font-size: 18px;
    padding: 0 5px;
}

form.search input.ok {
	background: #fff url(/img/searcher.svg);
    width: 22px;
    height: 22px;
    background-size: 22px;
    cursor: pointer;
    border: 0;
    color: transparent;
    margin-left: -36px;
}

div.letter-list {
	clear: both;
	padding: 15px 0 30px 0;
}

div.letter-list ul {
  width:700px;
  overflow:hidden;


}

div.letter-list li {
	font-size: 19px;
	width: 340px;
  line-height:1.2;
  float:left;
  display:inline;
  padding: 0 10px 5px 0
}

p.right {
	text-align: right;
}

.caution {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	padding: 40px 0 0 0;
}

div.podcasts div.covers {
	width: 228px;
	height: 228px;
	padding: 2px 1px 2px 2px;
	border: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
}

div.podcasts div.covers img {
	width: 113px;
	height: 113px;
	margin: 0 1px 1px 0;
	border: 0;
}

div.podcasts div.col2 {
	padding-top: 15px
}

div.podcasts div.col2 ol {
	padding: 10px 0 0 10px;
	font-size: 16px;
}

div.radio ul.playlist {
	list-style: none;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
}

div.radio ul.playlist li {
	height: 90px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

div.radio ul.playlist li:first-child {
	border-top: 0;

}

div.radio ul.playlist li a {
	text-decoration: none;
}

div.radio ul.playlist li span {
	float: right;
	color: #bbb;
	font-size: 12px;
	font-family: 'Arial', sans-serif;

}
div.radio ul.playlist li img {
	height: 80px;
	width: 80px;
	float: left;
	margin-right: 20px;

}
div.radio ul.playlist li h4 {
	font-weight: normal;
	font-size: 16px;
}

.ludinalune h2 {
	margin-bottom: 10px;
}

.ludinalune img {
	margin-bottom: 15px;
}

div.grid {
	margin-bottom: 10px;
	text-align: center
}

div.grid img {
	margin: 0 10px 0 0;
	border: 1px solid #999;
}

div.grid a {
	margin: 0 10px 0 0;
}

div.grid.two img {
	width: 346px;
}

div.grid.covers img {
	width: 230px;
}

div.grid.covers.three img {
	width: 220px;
}

div.grid.covers.three.more img {
	margin-bottom:10px;
}

div.grid.two img:last-child, div.grid.two a:last-child {
	margin: 0
}

div.grid.left {
	float: left;
	position: relative;
	top: 10px;
}

div.grid.right {
	float: right;
	position: relative;
	top: 10px;
}

div.grid.right img {
	margin: 0 0 10px 20px;
}

div.grid.left img {
	margin: 0 20px 10px 0;
}

div.grid.left a {
	margin: 0;
}

div.grid iframe {
	margin-top: 10px;
	width: 708px;
	height: 380px;
}

div.cell {
	width: 200px;
	float: left;
	padding-bottom: 20px;
}

/* guestbook */
.gbook div.line {
	margin: 20px 0 25px 140px;
}

.gbook p.mes {
    font-size: 14px;
    padding: 10px 8px;
    margin: 10px 0 0 -7px;
    font-family: Arial, sans-serif;
    position: relative;
}

.gbook p.status_error {
    color: #b30021;
    background: #fdf3f6;
}

.gbook p.status_ok {
    color: #009459;
    background: #f5fdf3;
}

.gbook #outer {
	background: #FFF;
	width: 695px;
	margin-top: 10px;
	padding: 10px;
	position: relative;
	margin-left: -7px;
	font-family: Arial, sans-serif;
}

.gbook #outer.active {
	background:#EFEFEF url(/img/outer-bg.gif);
}
.gbook #outer.active input,
.gbook #outer.active input#btn,
.gbook #outer.active small,
.gbook #outer.active .smart-captcha
 {
	display:block
}

.gbook textarea {
	border: 1px solid #BBB;
	width: 660px;
	min-height: 100px;
	padding: 5px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
	resize: none;
    overflow: hidden;
    max-height: 200px;
}

.gbook label {margin-right:5px; display:none; float:left; width:70px; text-align:right; }
.gbook label.wrong {color:red}

.gbook input#name {
	border:1px solid #BBB;
	width:350px;
	padding:2px 4px;
	font-size:15px;
	font-family: Arial, sans-serif;
	margin-bottom:10px;
	display:none;
}

.gbook .smart-captcha {
	width:350px;
	display:none;
}

.gbook small {
	display: none;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	line-height: 1;
	font-style: italic;
}

.gbook small a {
	color: #999;
}

.gbook input#tst {border:1px solid #BBB; width:35px; padding:1px 3px; font-size:15px; font-family:Arial, sans-serif; display:none;}
.gbook input#btn {
	position:relative;
	top: 60px;
	right: 40px;
	float: right;
	display: none;
	background: #000;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	width: 160px;
	height: 40px;
	cursor: pointer;
	border: 0;
}
.gbook em {
	font-style:normal;
	color:#989832;
}
.gbook p {
	padding:0 20px 5px 5px;
}
.gbook p a {color:#663;}
.gbook p a:hover {color:#666; background:#F8F8ED;}
.gbook p small {display:block; margin-top:5px; font-family:Times,sans-serif; font-size:14px; color:#444; }
.gbook span.add {
	display: block;
	font-size: 17px;
	line-height: 1.3;
	color: #666;
	padding: 10px 20px 0 10px;
	border-left: 1px dotted #ccc;
}
/*.gbook span.add:first-letter {text-transform:uppercase;}*/
.gbook span.add a {
	color: #666
}
.gbook span.add a:hover {
	color: #333;
	background: #F8F8ED;
}
.gbook span.add a.del:hover {color:#666; color:#C00;}
.gbook span.add small {font-size:13px; color:#999; display:block; margin:5px 0; }
.gbook .paging {padding:20px 0; text-align:center; font-size:20px; color:#000; }
.gbook .paging a {padding:5px 10px; color:#000; text-decoration:none; font-family:Georgia,serif;  }
.gbook .paging a:hover {background:#EEE; color:#000; }
.gbook .paging a.active {background:#000; color:#FFF; cursor:default; }
.gbook .paging a.active:hover {background:#000; color:#FFF; }

.gbook.edit #outer {background:#EFEFEF url(/img/outer-bg.gif); }
.gbook.edit input#name, .gbook.edit #forname {display:block;}
.gbook.edit input#btn {left:390px; display:block; }


.grecaptcha-badge {
    visibility: hidden;
}


ul.video_cells {
	list-style: none;
	padding: 0;
}

.video_cell {
	width: 226px;
	float: left;
	height: 180px;
	margin: 0 10px 30px 0;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 13px
}

.video_cell a {
	text-decoration: none;
}

.video_cell a:hover {
	text-decoration: underline;
}

.video_cell a:hover .video_cover div {
	width: 45px;
	height: 45px;
	background: url(/img/play.svg) no-repeat;
	position: relative;
	top: 35px;
	left: 95px;
	opacity: .6
}

.video_cover {
	width: 226px;
	height: 120px;
	cursor: pointer;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: 50%;
    position: relative;
    margin-bottom: 10px
}

.video_cover {
	width: 226px;
	height: 120px;
	cursor: pointer;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: 50%;
    position: relative;
    margin-bottom: 10px
}

.video_cells .video:nth-of-type(3n+3) .video_cover {
	width: 238px;
}

/* fullscreen mode */

.fullscreen header {
    height: 570px!important;
    background-position: 0 440px;
}

.fullscreen menu.main_menu {
  top: 570px!important;
  height: 56px!important;
}

.fullscreen menu.main_menu li {
    padding: 18px 0;
}

.fullscreen .logo {
    background-position: 22px -430px;
    height: 70px;
    top: 570px;
}

.fullscreen .content  {
    padding-top: 640px;
}

.fullscreen .reviews.all {
	display: none;
}





.blinking {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .4;
  }
}

a.loadmore {
	display: block;
	width: 430px;
    background: #000;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    position: relative;
    margin: -33px 0 30px 265px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

a.loadmore.disabled {
    background: #b5b5b5;
    font-style: italic;
    cursor: default;
    text-decoration: none;
    cursor: not-allowed;
}

.footer {
	height: 50px;
}

.footer .content {
	padding-top: 0;
	padding-bottom: 0;
}

.footer .copyright {
	float: left; 
	padding-top: 20px;
	/*text-align: center;*/
}

.footer .copyright p {
	font-family: Arial, sans-serif;
	color: #8c8c8c;
	font-size: .8em;
	padding: 0;
	line-height: 1
}

.footer .copyright a {
	color: #666	;
}

.footer .copyright a:hover {
	color: #FFF;
}

.footer .counters {
	float: left; 
	padding-top: 10px;
	padding-right: 10px;
}

.footer .counters img {
	opacity: 0.6;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer .counters img:hover {
	opacity: 0.8;
}






@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

header, header.sticky {
	height: 80px;
	background-position: 456px -74px;

}

:target {
  top: -150px;
}

div.header {
    width: 100%;

}

/* videoplayer */

.vid_player header,
.vid_player header.sticky {
	height: 180px;
}

.vid_player .logo,
.vid_player header.sticky .logo {
	top: 180px;
}

.vid_player header.sticky .logo {
    background-position: 10px -380px;
    height: 70px;
}

.vid_player .main_menu,
.vid_player header.sticky .main_menu {
	top: 180px;
}

.vid_player header.sticky menu.main_menu {
    top: 180px;
}

.vid_player div.content,
.vid_player header.sticky div.content {
	padding-top: 255px
}

.vid_player .player#vid_player,
.vid_player header.sticky .player#vid_player {
	width: 100%;
	top: 0!important;
	height: 180px!important;
}

.vid_player .player#vid_player div.video,
.vid_player header.sticky .player#vid_player div.video
.vid_player header.sticky .player#vid_player .v-player__frame {
	left: 0;
	width: 100%;
	height: 180px;
	background-size: 100%
}

.vid_player .player#vid_player .player__play-btn,
.vid_player header.sticky .player#vid_player .player__play-btn {
    margin: 70px 0 0 47%;
}

.vid_player .player#vid_player .close-btn,
.vid_player .player#vid_player .fullscreen-btn {
	display: none;
}

/* */


div.player {
	width: auto;
	background: none;
	top: 10px;

}

div.player div.cover, header.sticky div.player div.cover {
	padding: 0;

}

div.player div.cover img, header.sticky div.player div.cover img {
	width: 55px;
	height: 55px;
	opacity: 1;
	margin-top: 3px

}

div.player div.track, header.sticky div.player div.track {
	width: 300px;
	padding: 15px 0 0 105px;

}


div.player a.play, header.sticky div.player a.play {
	margin: 15px 0 0 67px;
	height: 40px;
	width: 40px;
	background-size: 30px;
}

.logo, header.sticky .logo {
 	background: url(/img/logo.svg) 22px 22px no-repeat;
 	background-position: 10px -380px;
    height: 70px;
    background-size: 150px 526px;
    padding: 0;
    float: none;
    top: 80px;
}



menu.main_menu, header.sticky menu.main_menu {
	top: 80px;
	border: 0;
	height: 70px;
	width: 100%;
}

.content {
	padding: 160px 10px 20px 10px;
	width: auto;

}

menu.main_menu li {
	display: none;
}

menu.sec_menu li {
	display: block;
}

menu.main_menu li.ham {
	display: block;
	float: right;
	margin: 0 20px 0 5px;
}

menu.main_menu .soc {
	background: none;
    opacity: 0;
    width: 100%;
    padding: 0px 0 30px 185px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

li.tw, li.as {display: none !important}

menu.main_menu .soc.hdn {
	padding: 23px 0 30px 185px;
	opacity: 100;
	
}

header.sticky menu.main_menu li {
	padding: 24px 0;
}

menu.main_menu .soc li, header.sticky menu.main_menu .soc li {
	display: block;
	padding: 0 0 20px 0;
	margin-right: 7px;
	float: right;
}

menu.reviews strong.number {
    font-size: 30px;
    letter-spacing: 0;
}
menu.reviews span {
	top: 0;
	padding: 0;
	line-height: 1.3;

}

.content .col1 img {
	width: 210px
}

.content p, .content ol {
	font-size: 16px;
	padding-right: 15px !important;
}

.content p.intro {
	padding: 10px 0 0 0;
}

h2 {
	font-size: 28px;
}

.content .col2 {
	width: 100%;
	padding-top: 5px;
}

.content .col1 h1 {
	font-size: 17px;
}

.content .col1 h2 {
	margin: 0;
	line-height: auto;
	font-size: 17px;
}


.content ul {
	font-size: 16px;
}

.f-letter {
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
	margin-right: 5px;
}

.f-letter.quoted b {
	font-size: 35px;
	left: -3px;
}

.f-letter.quoted span {
    position: relative;
    left: -6px;
}
.f-letter.sh {
    font-size: 30px;
}

.content div.line {
	width: 100%;
	margin-left: 0;
}

ul.tracks, a.link {
	font-size: 16px
}

.archive a {
	width: 32px;
	height: 32px;
	font-size: 24px;
	line-height: 1.4;
	margin: 4px 3px;

}
.archive a.wide {
    width: 127px;
}

div.letter-list ul {
	width: auto;
}

.archive {
	height: auto;
}

form.search input.query {
	width: 350px;
}

.caution {
	font-size: 10px;

}

menu.reviews.all {
	display: none;
}

menu.reviews.all.full {
	display: block;
	width: 100%;


}

menu.sec_menu, header.sticky menu.sec_menu {
    margin: 17px 0 0 0;
	height: 400px;
}
menu.sec_menu li {
	font-size: 17px;
	padding: 8px;
	text-align: left;
}
menu.sec_menu li.active a {
    border-bottom: 4px solid #c3c053;
}
menu.sec_menu li:nth-child(-n+5) {
    display: block;
}

header.sticky menu.sec_menu li {
    padding: 8px !important;
}


 menu.main_menu,
  header.sticky menu.main_menu {
    width: auto;
    left: 0px;
    right: 0px;
  }
  menu.sec_menu {
    right: 13px;
    z-index: 1001;
    left: 10px;
    width: auto;
  }
  menu.sec_menu div {
    display: none;
  }
  div.backtotop {
    right: 0px;
    margin-left: 0px;
  }
  .caution {
    width: 100%;
    text-align: left;
  }
  .caution__inner {
    padding: 20px 10px;
  }


div.radio ul.playlist {
	font-size: 16px;
}

div.radio ul.playlist li {
	height: 65px;
}
div.radio ul.playlist li img {
	height: 55px;
	width: 55px;
	float: left;
	margin-right: 10px;

}

.content.ludinalune h2 {
	margin-bottom: 0;
}

.content.ludinalune h3 {
	font-size: 20px;
}

.content.ludinalune img {
	width: 100%;
}

div.grid img {
	margin: 0 0 10px 0;
	width: 50% !important;

}

div.grid img:last-child, div.grid a:last-child {
	margin-bottom: 10px !important;
}

div.grid iframe {
	margin-top: 0;
	width: 100%;
	height: 180px;
}


div.grid.right, div.grid.left {
	float: none;
	top: 0;
	clear: both;
}

div.grid.right img, div.grid.left img {
	margin: 0;
}

div.grid.two {
	margin-bottom: 0;
}

.gbook #outer {
	width: auto;
	padding-bottom: 23px;
}

.gbook #txtarea,
.gbook .paginator {
	width: 100%;
}

.gbook .smart-captcha {
	position: relative;
    top: -40px;
}

.gbook input#btn {
	float: none;
	right: 0;
	top: 112px;
}

a.loadmore {

    width: 100%;
    margin: -35px 0 30px 0;
}

.video_cell {
	width: 355px;
	height: 230px;
	margin: 0 10px 30px 0;
	text-align: left
}

.video_cover {
    width: 355px;
    background-size: 400px;
    height: 200px;
}

.video_cells .video:nth-of-type(3n+3) .video_cover {
    width: 355px;
}

.footer {
	height: 170px;
}

.footer .copyright p {
	width: 230px;
	line-height: 1.3;
}

}

