body {
	font-family: tahoma;
	font-size: 14px;
	min-width: 300px;
	color: #001760;
}
a {
	text-decoration: none;
	color: #D85600;
}
a:focus, a:hover {
	text-decoration: underline;
}
hr {
    border-top: 1px solid #D85600;
}
.clear {
	clear: both;
	height: 0;
}
.content_block, .left_menu_block, .footer_block {
	background-color: #FFFDE4;
}
.header_block {
	border: 1px solid #ECB33F;
	margin-bottom: -1px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.header_block::before {
	content: '';
	position: absolute;
	height: 200px;
	width: 340px;
	left: 0;
	top: -26px;
	background-color: #FFFDE4;
	border-radius: 0px 90px 90px 0px;
	z-index: 0;
}
.bg-header {
	background-color: #F7DD80;
}
.bg-slogan {
	border-top: 1px solid #ECB33F;
	border-bottom: 1px solid #ECB33F;
}
#lang {
	top: 0px;
	position: absolute;
	right: 5px;
	z-index: 20;
}
.middle-block {
	border: 1px solid #ECB33F;
	border-top: none;
	padding-top: 3px;
	background-color: #FFFDE4;
	margin-bottom: 10px;
}
.middle-block .img-title {
	max-width: 250px;
	width: 100%;
}
.footer_block {
	border: 1px solid #ECB33F;
	background-color: #FFFDE4;
	margin-bottom: 10px;
	text-align: center;
	min-height: 30px;
	padding-top: 3px;
}
.footer_block .item {
	display: inline-block;
}
.footer_block a {
	color: #001760;
	font-weight: bold;
	text-align: center;
}
.copyright_block {
	color: gray;
	font-size: 0.8em;
	text-align: center;
	bottom: 3px;
}
#develop {
	font-family: tahoma;
	font-size: 11px;
	color: #000066;
}
.left_header {
	float: left;
	height: 138px;
	position: relative;
	z-index: 2;
	width: 190px;
	padding-left: 5px;
}
.logo {
	background-color: #FFFDE4;
	text-align: center;
	float: left;
	width: 90px;
	margin-left: -15px;
	padding-left: 0px;
	position: relative;
	z-index: 2;
}
.logo img {
	width: 80px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.sitename {
	margin-top: 40px;
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: #D15B00;
	margin-left: 20px;
}
.slogan {
	font-size: 1.4em;
	color: #CD817C;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
.slogan_container {
	min-height: 41px;
	background-color: #FFFFEE;
	border-left: 1px solid #ECB33F;
	border-right: 1px solid #ECB33F;
	position: relative;
}

/* left menu */
#bs-example-navbar-collapse-1 {
	padding: 0px;
}
.navbar-default {
	background-color: #FFFDE4;
	border: none;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	float: none;
}
.navbar .container-fluid {
	padding: 0px;
	margin: 0px;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #F7DD80;
}
#left_menu {
	margin: 0;
}
#left_menu li {
	display: block;
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
#left_menu li a {
	border-bottom: 1px solid #FFBF00;
	background-image: url("../img/ikom.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-decoration: none;
	color: #001760;
	font-size: 0.9em;
	line-height: 1.2;
	margin-bottom: 0px;
}
#left_menu > li > a:focus, #left_menu > li > a:hover, #left_menu .active {
	text-decoration: none;
	background-color: #F7DD80;
	color: #DA5900;
}
#left_menu .active a {
	color: #DA5900;
}
#copy {
	font-family: tahoma;
	font-size: 11px;
	color: #000066;
}

/* News page */
.news_item {
    border: #E69600 solid 1px;
    margin: 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}
.news_item .news_caption {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 7px;
}
.news_item .news_caption a {
	text-decoration: underline;
	text-shadow: #F7DD80 0.07em 0.07em 0.1em;
}
.news_item .news_caption a:hover {
	text-decoration: none;
	color: #D85600;
}
.news_item span {
	font-size: 0.9em;
	margin-right: 20px;
}
.paginator {
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.paginator a {
	border-radius: 4px;
	padding: 5px;
}
.paginator .active {
	background-color: #D85600;
	color: white;
}
.paginator a:hover {
	background-color: #D85600;
	color: white;
}

/* Gallery Section */
.year_filter {
	margin-top: 10px;
	margin-bottom: 10px;
}
.year_filter a {
	padding: 3px;
	border-radius: 2px;
	text-decoration: none;
	color: #D85600;
	display: inline-block;
}
.year_filter a:hover, .year_filter .active{
	background-color: #DE6D38;
	color: white;
}
.album {
	border: #E69600 solid 1px;
	margin: 5px;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	min-height: 67px;
}
.album img {
	float: left;
	margin-right: 5px;
	max-height: 55px;
	width: 100px;
}
.album p {
	display: inline-block;
	margin: 0px;
	margin-right: 10px;
}
/*.album .albumName {
	margin-bottom: 14px;
	display: inline-block;
}*/
#gallery {
	margin-bottom: 10px;
}
#gallery img {
	border: 5px solid #F7DD80;/*Цвет рамки вокру фото*/
	border-width: 5px 5px 5px;
	margin: 2px;
	height: 55px;
	width: 100px;
}
#gallery a:hover img {
	border: 5px solid #E69600;/*Цвет рамки вокру фото при наведении*/
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery a:hover {
	color: #fff;
}
#content a {
	padding: 0px 0px;
}
.back_link {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

/*Responsive*/
@media screen and (min-width:480px) {
	.middle-block .img-title {
		max-width: 300px;
	}
	.left_header {
		width: auto;
		padding: 0;
	}
	.logo {
		width: 115px;
		padding-left: 15px;
	}
	#left_menu li a {
		padding: 10px 15px;
	}
}
@media screen and (min-width:768px) {
	#develop {
		text-align: right;
	}
	#copy {
		text-align: left;
	}
	.sitename {
		margin-left: 20px;
		font-size: 2.7em;
		margin-top: 70px;
	}
	.logo {
		padding-left: 35px;
		width: 24%;
	}
	.slogan_container::before {
		content: '';
		width: 1px;
		height: 60px;
		background-color: #ECB33F;
		display: block;
		position: absolute;
		top: -30px;
		z-index: 30;
		left: 23%;
	}
	#left_menu li a {
		padding: 9px 9px;
	}
}
@media screen and (min-width:992px) {
}
@media screen and (min-width:1200px) {
}
@media screen and (min-width:1600px) {
}