@font-face {
                                                font-family: 'TrueGothicCyr webfont';
                                                src: url('/fonts/TrueGothicCyr.woff') format('woff');
                                                font-weight: bold;
                                                font-style: normal;
}
html {
  overflow-y: scroll;
}
header {                                       width: 88%;
												position: relative;
												margin: 0 auto;
												text-align: center;
												letter-spacing: 1px;
												padding: 1em;
												background: rgba(0, 0, 0, 0.8);
												color: #fff;
												border: 1px solid rgb(100,100,100);
												box-shadow: 20px 0 20px -20px #ffffff inset, -20px 0 20px -20px #ffffff inset
}		
.menu_video {
    margin: 0 auto;
    width: 40%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.9);
	border: 1px solid rgb(100,100,100);
	padding: 1em;
	text-align: center;
}
.menu_video li {display: inline;
  padding-right: 10px;}

body {                                          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
                                                font-weight: 400;
                                                font-style: normal;
                                                font-size: 1rem;
                                                line-height: 1.5;
                                                color: #ffffff;
												background-color: #000000;
												background-image: url('../artblog/themes/space/images/img02.jpg'); 
												background-repeat: repeat; 
												background-attachment: fixed;
												background-position: top right;

}

h1 {                                            font-family: "TrueGothicCyr webfont";
												font-size: 3em;
                                                font-weight: bold;
                                                text-transform: none;
                                                margin: 0em;
                                                padding: 0em;
}
a {                                             border-bottom: 1px transparent solid;
                                                transition-property: color, background-color, border;
                                                transition-duration: 250ms }
a:link {                                        color: #ffffff;
                                                text-decoration: none }
a:visited {                                     color: #ffffff;
                                                text-decoration: none }
a:hover {                                       color: #c367de;
                                                text-decoration: none }
a:focus {                                       outline: none;
                                                color: #c367de;
                                                text-decoration: none;
                                                border-bottom: 1px #000000 solid }
a:active {                                      color: #c367de;
                                                text-decoration: none }
												
span.tagline {
												display: block;
												margin-bottom: -3px;
												margin-top: 8px;
												font-size: 1.2rem;
												color: #C0C0C0
}
												
*.youtube-videogallery-container {
    display: block;
	text-align: center;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

*.youtube-videogallery-item {
	border-radius: 5px;
	
	margin-top: 1em;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    display: inline-block;
    line-height: 0;
    list-style: none;
	margin-bottom: 10px;
	margin-right: 14px;
	overflow: hidden;
}
*.youtube-videogallery-compact {
    font-size: 0;
}
*.youtube-videogallery-compact *.youtube-videogallery-item,
*.youtube-videogallery-compact *.youtube-videogallery-img{
    box-shadow: 0 0 0;
    border-radius: 0;
    margin: 0 0 0 0;
}
*.youtube-videogallery-compact *.youtube-videogallery-title {
    font-size: 11px;
}
a.youtube-videogallery-link {
    display: inline-block;
	position: relative;
}
a.youtube-videogallery-link:hover img.youtube-videogallery-play, 
a.youtube-videogallery-link:focus img.youtube-videogallery-play {
	opacity: 1;
}
*.youtube-videogallery-play {
	left:50%;
	opacity: 0.7;
	position: absolute;
	top:50%;
	z-index: 1;
}
*.youtube-videogallery-title {
    background: #000;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    color:#fff;
    display: block;
    max-height: 1.5em;
    left:0;
    line-height: 150%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
*.youtube-videogallery-allowtitle *.youtube-videogallery-title {
    max-height: 100%;
}
*.youtube-videogallery-img {
	border-radius: 5px;
}
*.youtube-videogallery-screen-reader-only {
    position: absolute;
    left:-9999px;
}
div.youtube-videogallery-bodycover {
    background-color: #000;
    height: 100%;
    left:0;
    opacity: 0;
    position: absolute;
    top:0;
    width:100%;
    z-index: 100;
}
div.youtube-videogallery-display {
    background-color: #000;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #000;
    left:50%;
    opacity: 0;
    padding: 3px;
    position: fixed;
    top:50%;
    z-index: 101;
}
div.youtube-videogallery-bodycover,
div.youtube-videogallery-display {
    transition: all 300ms;
    transform: scale(0);
    -webkit-transform: scale(0);
}
body.youtube-videogallery-active div.youtube-videogallery-bodycover,
body.youtube-videogallery-active div.youtube-videogallery-display {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
}
body.youtube-videogallery-active div.youtube-videogallery-bodycover {opacity: 0.5}
body.youtube-videogallery-active div.youtube-videogallery-display { opacity: 1}

@media screen and (max-width: 959px) {
header {width: 100%}
header h1 a {                              
			font-family: "TrueGothicCyr webfont";
			font-size: 1em 
}
span.tagline {
    margin-top: 8px;}
.menu_video {
    margin: 0 auto;
    width: 90%;
}
}

@media screen and (max-width: 651px) {
header {padding: 0.17em 0;}
header h1 {    line-height: 0.6;}
header h1 a {                               
			font-size: 0.5em }
span.tagline {
    margin-top: 17px;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 320px) {
header h1 a {
												font-size: 0.35em; }
}