@import url('https://fonts.googleapis.com/css?family=Oswald');


html,
body {
	font-size: 1em;
}

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

	#content,
	#footer {
		font-size: 1.4em;
	}
}

body {
	margin: 0px;
	padding: 0px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	/*font-size: 11pt;*/
	background-color: #eeeeee;
	/*background-image: url(/pictures/site/back.png);*/
	word-wrap: break-word;
	min-width: 600px;
}

body#index {
	background-color: #adadad;
	font-size: 85%;
	color: #333333;
	background-image: none;
}

body.bgblack,
.bgblack {
	/*font-size: 90%;*/
	margin: 0;
	color: #CCCCCC;
}

#header .headerimage {
	display: inline-block;
	margin: 2px auto 0 auto;
	width: 600px;
}


/*МЕНЮЮЮ*/
#menu {
	margin: auto;
	margin-right: 10px;
	position: fixed;
	width: 140px;
	min-width: 140px;
	left: -140px;
	height: 100%;
	top: 0;
	bottom: 0;
	font-size: 11pt;
	margin: 0;
	padding-top: 30px;
	color: #CCCCCC;
	background-color: #111111;
	z-index: 2000;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	transition: left 0.2s;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
}

@media screen and (max-width : 900px) {
	#menu {
		/*width: 140px;
		min-width: 140px;*/
		zoom: 1.3;
	}
}
.nav-toggle {
	/* 1 */
	position: fixed;
	/* 2 */
	left: 0;
	top: 1em;
	padding: 0.5em;
	/* Определяем цвет фона переключателя
	* чаще вчего в соответствии с цветом фона панели
	*/
	background: #111;
	color: #eee;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1;
	z-index: 2001;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	transition: left 0.2s;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
}

.nav-toggle:after {
	content: '\2630';
	text-decoration: none;
}

.nav-toggle:hover {
	color: #fff;
}

#nav-toggle:checked ~ .nav-toggle {
	/*изменить при изменении zoom, size*/
	left: 182px;
	top: 1em;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	transition: left 0.2s;
}

#nav-toggle:checked ~ #menu {
	opacity: 1;
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

#nav-toggle:checked ~ .nav-toggle {
	background: #9e3321;
	padding: 0.5em 0.54em;
	top: 1em;
}

#nav-toggle:checked ~ .nav-toggle:after {
	content: '\2715';
}

#nav-toggle {
	position: absolute;
	display: none;
}

#nav-toggle:checked ~ #menu {
	left: 0;
	overflow-y: auto;
}

#nav-toggle:checked ~ #header,
#nav-toggle:checked ~ #content,
#nav-toggle:checked ~ #footer {
	/*padding-left: 196px;*/
	/*transition-property: padding-left;
	transition-duration: .3s;*/
	/*Засветка фона*/
	opacity: 0.5;
}

#nav-toggle ~ #header,
#nav-toggle ~ #content,
#nav-toggle ~ #footer {
	/*transition-property: padding-left;
	transition-duration: .3s*/
}

#menu span {
	background: url('../pictures/site/menu.svg') no-repeat 0 0;
	width: 82px;
	height: 42px;
	display: block;
	float: none;
	margin: 2px auto 0 auto;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#menu span#main {
	background-position: 0px 0px;
	height: 41px;
}

#menu span#main:hover,
#menu span#main.active {
	background-position: 100% 0px;
}

#menu span#exhib {
	background-position: 0 -42px;
}

#menu span#exhib:hover,
#menu span#exhib.active {
	background-position: 100% -42px;
}

#menu span#writes {
	background-position: 0 -84px;
	height: 45px;
}

#menu span#writes:hover,
#menu span#writes.active {
	background-position: 100% -84px;
}

#menu span#poetry {
	background-position: 0 -130px;
}

#menu span#poetry:hover,
#menu span#poetry.active {
	background-position: 100% -130px;
}

#menu span#prose {
	background-position: 0 -173px;
}

#menu span#prose:hover,
#menu span#prose.active {
	background-position: 100% -173px;
}

#menu span#paints {
	height: 43px;
	background-position: 0 -215px;
}

#menu span#paints:hover,
#menu span#paints.active {
	background-position: 100% -215px;
}

#menu span#graphics {
	height: 48px;
	background-position: 0 -258px;
	margin-top: 0;
}

#menu span#graphics:hover,
#menu span#graphics.active {
	background-position: 100% -258px;
}

#menu span#downloads {
	height: 44px;
	background-position: 0 -307px;
}

#menu span#downloads:hover,
#menu span#downloads.active {
	background-position: 100% -307px;
}

#menu span#videos {
	height: 43px;
	background-position: 0 -439px;
}

#menu span#videos:hover,
#menu span#videos.active {
	background-position: 100% -439px;
}

#menu span#guestbook {
	height: 40px;
	background-position: 0 -352px;
}

#menu span#guestbook:hover,
#menu span#guestbook.active {
	background-position: 100% -352px;
}

#menu span#epilogue {
	margin-top: 0;
	height: 44px;
	background-position: 0 -393px;
}

#menu span#epilogue:hover,
#menu span#epilogue.active {
	background-position: 100% -393px;
}

#menu span#main a,
#menu span#exhib a,
#menu span#writes a,
#menu span#poetry a,
#menu span#prose a,
#menu span#paints a,
#menu span#graphics a,
#menu span#downloads a,
#menu span#videos a,
#menu span#guestbook a,
#menu span#epilogue a {
	display: block;
	width: 100%;
	height: 100%;
}


/*смена языка*/
#menu a.lang {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	padding: 2px 6px;
	border-radius: 3px;
}

#menu a.lang:link,
#menu a.lang:visited {
	color: #ccc;
	background-color: #222;
}

#menu a.lang:hover,
#menu a.lang:active {
	color: #eee;
	background-color: #333;
}

#menu a.lang:before {

	vertical-align: -4px;
	display: inline-block;
	content: ' ';
	background-position: left center;
	background-size: 52px 15px;
	background-repeat: no-repeat;
	width: 26px;
	height: 15px;
	margin-right: 5px;
	transition: all 0.2s ease-in-out;
}

#menu a.en:before {
	background-image: url('/pictures/site/en.svg');
}

#menu a.ru:before {
	background-image: url('/pictures/site/ru.svg');
}

#menu a.lang:hover:before {
	background-position: right center;
}

/*КОНЕЦ МЕНЮЮЮ*/

/*Отступы сверху и слева для хедера и меню*/
#header,
#content,
#footer {
	max-width: 800px;
	/*min-width: 640px;*/
	margin: auto;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 20px;
	/*padding-top: 90px;*/
	/*padding-left: 140px;
	padding-right: 20px;*/

}

#header {
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width : 901px) {
	#menu {
		left: 0;
	}
	.nav-toggle {
		display: none;
	}
	#header,
	#content,
	#footer {
		padding-left: 160px;
	}
	
	#nav-toggle:checked ~ #header,
	#nav-toggle:checked ~ #content,
	#nav-toggle:checked ~ #footer {
		/*Отмена засветки фона при смене разрешения больше 900px*/
		opacity: 1;
	}
}

.links {
	background: url(/pictures/site/menu_en.svg) no-repeat top center;
	width: 120px;
	height: 155px;
	display: block;
	margin: auto;
	padding-top: 135px;
	text-align: center;
	overflow: hidden;
}

.links p {
	text-indent: 0px;
	line-height: 120%;
	font-weight: bold;
}

.links a.active {
	color: #ffffff;
	text-decoration: none;
}

.info_message {
	color: #9e3321;
}

h1,
h2,
h3,
h4,
.special {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 150%;
}

/*h1 {
	font-size: 22pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}*/
h1 {
	font-size: 26pt;
}

h2 {
	font-size: 22pt;
}

h3 {
	font-size: 20pt;
}

h4 {
	font-size: 18pt;
}

.special {
	font-size: 14pt;
}

@media screen and (max-width : 900px) {
	.special {
		font-size: 115%;
	}
}

table {
	/*font-size: 85%;*/
	margin: auto;
	line-height: 150%;
}

table.valign-top tr td {
	vertical-align: top;
}

.counter {
	width: 60px;
}

.id {
	font-style: italic;
	color: #999;
	display: block;
	margin-top: 1px;
	font-size: 85%;
}

td.more a {
	top: 0;
	display: inline-block;
	padding: 2px 0px 1px 0;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width : 900px) {
	td.more a {
		margin-bottom: 30px;
	}
}

td.more a:after {
	display: inline-block;
	content: ' ';
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -1px;
	margin-left: 5px;
	margin-right: 0px;
	height: 12px;
	width: 12px;
	background-image: url('/pictures/icons/right.svg');
	fill: #ff0000;
}

td.more a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
	padding: 2px 10px 1px 10px;
	transition: all 0.2s ease-in-out;
}

p,
li {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 150%;
	/*text-indent: 25px;*/
}

/*b {
	font-weight: bold;
	font-size: 12pt;
}*/

img {
	border-style: none;
	max-width: 100%;
}

#content a img,
#content .video {
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

table img {
	max-width: none;
}

/*Расскрасим ссылки:)*/

a {
	color: #333333;
	text-decoration: none;
}

a:link,
a:visited {
	/*color: #405e90;*/
	color: #4c648c;
	text-decoration: none;
}

a:active {
	color: #1F375F;
	text-decoration: underline;
}

a:hover {
	color: #2F3D4A;
	text-decoration: underline;
}

blockquote {
	display: inline-block;
	padding: 20px 25px 5px 25px;
	/*border-radius: 5px;*/
	margin-bottom: 15px;
	background-color: #f9f9f9;
	/*box-shadow: 0px 2px 0px 0px #cccccc;*/
	color: #666777;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
	-moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
	-ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
	-o-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
}

blockquote > p {
	text-align: justify;
	font-style: italic;
}

blockquote > p.sign {
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

.viewpic_textblock > p {
	text-align: justify;
}

/*Темные*/

.bgblack a:link,
.bgblack a:visited,
#menu a:link,
#menu a:visited,
#closebook a:link,
#closebook a:visited {
	color: #CFD0A4;
	text-decoration: underline;
}

.bgblack a:active,
#menu a:active,
#closebook a:active {
	color: #CFD0A4;
	text-decoration: none;
}

.bgblack a:hover,
#menu a:hover,
#closebook a:hover {
	color: #D7D66A;
	text-decoration: none;
}

.bgblack a.active,
#menu a.active {
	color: #D7D66A;
	text-decoration: none;
}

/*На главной*/
.footer a:link,
.footer a:visited {
	color: #333333;
	padding: 5px;
}

.footer a:active,
.footer a:hover {
	color: #d6aa25;
	text-decoration: none;
	background-color: #141f21;
	border-radius: 3px;
}

/*
.uni_b,
.uni_s {
	font-family: 'University Cyrillic', arial;
	font-size: 64pt;
	color: #000000;
	padding-bottom: 10px;
	display: block;
}

.uni_s {
	font-size: 64pt;
}*/

.video {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top:25px;*/
	height: 0;
	margin-bottom: 50px;
}

.video iframe,
.video .picture_prusov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Для VK*/
.link_line {
	text-align: center;
}

.link_line a {
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

.link_line a:hover {
	background-color: #f9f9f9;
}

#menu a.vk,
#menu a.instagram {
	display: inline-block;
	border-radius: 3px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

#menu a.vk:hover,
#menu a.instagram:hover {
	background-color: #222;
	display: inline-block;
}

a.vk:before,
a.tutby:before,
a.livejournal:before,
a.youtube:before,
a.instagram:before {
	display: inline-block;
	content: ' ';
	height: 32px;
	width: 32px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
}


a.vk:before {
	background-size: 32px auto;
	background-image: url('/pictures/vk.svg');
}

a.tutby:before {
	background-size: 25px auto;
	background-image: url('/pictures/tutby.svg');
}

a.livejournal:before {
	background-size: 29px auto;
	background-image: url('/pictures/livejournal.svg');
}

a.youtube:before {
	background-size: 29px auto;
	background-image: url('/pictures/youtube.svg');
}

a.instagram:before {
	background-size: 29px auto;
	background-image: url('/pictures/instagram.svg');
}

#menu a.vk:before {
	background-size: 34px auto;
	background-image: url('/pictures/icons/vk_bw.svg');
	transition: background-image 0.2s ease-in-out;
}

#menu a.instagram:before {
	background-size: 29px auto;
	background-image: url('/pictures/icons/instagram_bw.svg');
	transition: background-image 0.2s ease-in-out;
}

#menu a.vk:hover:before {
	background-image: url('/pictures/vk.svg');
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

#menu a.instagram:hover:before {
	background-image: url('/pictures/instagram.svg');
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

a.doc,
a.jpg,
a.pdf,
a.png,
a.ppt,
a.rtf,
a.svg,
a.txt,
a.xls,
a.zip {
	display: inline-block;
	padding: 5px 10px 5px 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}

a.doc:before,
a.jpg:before,
a.pdf:before,
a.png:before,
a.ppt:before,
a.rtf:before,
a.svg:before,
a.txt:before,
a.xls:before,
a.zip:before {
	vertical-align: -11px;
	display: inline-block;
	content: ' ';
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-right: 5px;
}

a.doc:hover,
a.jpg:hover,
a.pdf:hover,
a.png:hover,
a.ppt:hover,
a.rtf:hover,
a.svg:hover,
a.txt:hover,
a.xls:hover,
a.zip:hover {
	background-color: #f9f9f9;
	box-shadow: 0px 2px 0px 0px #cccccc;
	text-decoration: none;
}

a.doc:before {
	background-image: url('/pictures/file_formats/doc.svg');
}

a.jpg:before {
	background-image: url('/pictures/file_formats/jpg.svg');
}

a.pdf:before {
	background-image: url('/pictures/file_formats/pdf.svg');
}

a.png:before {
	background-image: url('/pictures/file_formats/png.svg');
}

a.ppt:before {
	background-image: url('/pictures/file_formats/ppt.svg');
}

a.rtf:before {
	background-image: url('/pictures/file_formats/rtf.svg');
}

a.svg:before {
	background-image: url('/pictures/file_formats/svg.svg');
}

a.txt:before {
	background-image: url('/pictures/file_formats/txt.svg');
}

a.xls:before {
	background-image: url('/pictures/file_formats/xls.svg');
}

a.zip:before {
	background-image: url('/pictures/file_formats/zip.svg');
}

.path {
	font-size: 80%;
	text-align: left;
	padding-bottom: 20px;
	display: none;
}

div.photoblock,
div.photoblock_s {
	width: 100%;
	margin: 10px 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

div.photoblock a,
div.photoblock_s a {
	/*float: left;*/
	margin: 5px;
	display: inline-block;
}

div.photoblock img,
div.photoblock_s img {
	border: 1px solid #fff;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}

div.photoblock img {
	width: 120px;
	height: 120px;
}

div.photoblock_s img {
	width: 250px;
	height: auto;
}

.justify,
.justify p {
	text-align: justify;
}

.noindent,
.noindent p {
	text-indent: 0px;
}

.indent,
.indent p {
	text-indent: 15px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right,
p.right {
	text-align: right;
}

ol,
ul {
	text-align: left;
}

.bgblack {
	background-color: #111111;
	/*background-image: url(/pictures/site/back_us.png);*/
}

.bgwhite {
	background-color: #eeeeee;
	background-image: url(/pictures/site/back.png);
}

.title_pic {
	margin: 0 auto 16px auto;
	border: 4px solid #333333;
	display: block;
	width: 40%;
	max-width: 250px;
	background-color: #f9f9f9;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

.br {
	margin: 15px auto;
	display: block;
}

/*hr, .hr {
	margin: 40px auto 20px auto;
	display: block;
	width: 480px;
	height: 5px;
	background: url(/pictures/site/break.jpg) no-repeat center center;
	size: 0px;
	border-width:0;
}*/
hr,
.hr {
	margin: 30px auto;
	display: block;
	width: 80%;
	height: 0px;
	border-width: 0;
	border-bottom: 1px solid #333;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	*/
}

.font_big {
	font-size: 110%;
}

.font_small {
	font-size: 85%;
}

.bold {
	font-weight: bold;
}

.small {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 85%;
}

.viewpic_textblock > p {
	text-align: justify;
}

div.table {
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	vertical-align: top;
}

div.poetry_left {
	width: 35%;
	display: table-cell;
	height: 100%;
	line-height: 170%;
	border-right: 1px solid #333;
	padding-right: 20px;
	vertical-align: top;
}

div.poetry_right {
	display: table-cell;
	width: auto;
	height: 100%;
	/*min-padding-left:20px;*/
	padding-left: 20px;
}

@media screen and (max-width : 900px) {
	div.table {
		display: block;
	}

	div.poetry_left {
		display: none;
	}

	div.poetry_right {
		display: block;
		padding-left: 0;
	}
}

.navigation_pictures,
.navigation {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

.navigation_pictures:hover,
.navigation:hover {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .1));
}

.navigation_pictures .go_home {
	text-align: right;
	display: block;
	margin-bottom: 5px;
	width: 50%;
	float: left;
}

.navigation_pictures .go_up {
	text-align: left;
	display: block;
	margin-bottom: 5px;
	width: 50%;
	float: right;
}

.navigation_pictures .go_left {
	float: left;
	width: 50%;
	text-align: left;
}

.navigation_pictures .go_right {
	float: right;
	width: 50%;
	text-align: right;
}

.navigation .navigation_links,
.navigation .navigation_leftright {
	display: inline-block;
	text-align: center;
	min-width: 400px;
}

.navigation_links .go_home,
.navigation_links .go_up,
.navigation_leftright .go_left,
.navigation_leftright .go_right {
	display: inline-block;
	width: 50%;
	text-align: center;
	min-width: 110px;
}

.go_home a,
.go_up a,
.go_left a,
.go_right a {
	padding: 7px 10px 5px 10px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}

/*.navigation .go_left a {
	margin-left: 5px;
}

.navigation .go_left a:hover {
	margin-left: 0px;
}

.navigation .go_right a {
	margin-right: 5px;
}

.navigation .go_right a:hover {
	margin-right: 0px;
}*/

.go_home a:hover,
.go_up a:hover,
.go_left a:hover,
.go_right a:hover {
	background-color: #f9f9f9;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.go_home a:before,
.go_up a:after,
.go_left a:before,
.go_right a:after {
	display: inline-block;
	content: ' ';
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -1px;
	height: 12px;
	width: 12px;
}

.go_home a:before {
	margin-left: 0px;
	margin-right: 10px;
	background-image: url('/pictures/icons/home.svg');
	vertical-align: 0px;
}

.go_up a:after {
	margin-left: 10px;
	margin-right: 0px;
	background-image: url('/pictures/icons/up.svg');
}

.go_left a:before {
	margin-left: 0px;
	margin-right: 5px;
	background-image: url('/pictures/icons/left.svg');
}

.go_right a:after {
	margin-left: 5px;
	margin-right: 0px;
	background-image: url('/pictures/icons/right.svg');

}

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

	.navigation_pictures .go_left,
	.navigation_pictures .go_right {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px auto;
	}

	.go_home a:before,
	.go_up a:after,
	.go_left a:before,
	.go_right a:after {
		height: 14px;
		width: 14px;
		vertical-align: 0px;
	}
}

#closebook {
	text-align: center;
	background: url(/pictures/site/book.svg) no-repeat center center;
	width: 330px;
	height: 280px;
	margin: auto;
	padding: 280px 30px 50px 40px;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

#closebook p {
	color: #CCCCCC;
}

#closebook h1,
#closebook h2,
#closebook h3,
#closebook h4 {
	color: #f2f464;
	padding-bottom: 30px;
}

#pagename {
	text-align: center;
}

#pagename p {
	border: 4px solid #333333;
	padding: 10px 20px 15px 20px;
	margin: 0px auto 30px auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 30pt;
	line-height: 120%;
	background-color: #f9f9f9;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	-o-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
	display: inline-block;
}

.slider-wrapper {
	width: 100%;
	margin: 10px auto;
}

#footer {
	text-align: center;
}

#footer ul.footer_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul.footer_menu li {
	display: inline-block;
}

#footer ul.footer_menu li a,
#footer ul.footer_menu li a:link,
#footer ul.footer_menu li a:visited {
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

#footer ul.footer_menu li a:active,
#footer ul.footer_menu li a:hover {
	color: #d6aa25;
	text-decoration: none;
	background-color: #141f21;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
