/*Îáíîâèë-->*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,cyrillic);

table img {
	max-width: inherit; /*@áàíûé bootstrap*/
}

.table td {
	border: 1px solid #ccc;
}

td {
  padding: 3px 5px;
}

.content img {
	margin: 6px;
}

.content a img {
	margin: auto;
}

.linetopleft {
	height: 12px;
	background-color: #349e53;
}
.linetopright {
	height: 12px;
	background-color: #c2e27a;
}
.lineleftside {
	width: 32px;	
	background: #b797c5 url('images/bglines1.jpg') 0 top repeat-y;
}
.linerightside {
	width: 32px;
	background: #b797c5 url('images/bglines2.jpg') 0 top repeat-y;
}

h2 {
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 32px;
}

.navbar-brand_ {
	margin: 35px 10px 40px;
	font-size: 24px;
    line-height: 26px;
}

.navbar-brand_, .navbar-brand {
	float: none;
	text-align: center;
	font-family: Roboto Slab; /*Comfortaa;*/
}
.navbar-brand_ a, .navbar-brand  a{
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #349e53;
}
.navbar-brand_ a>span {
	display: block;
	color: #b1d26a;
	font-size: 1.1em;
}

.container {
	padding: 0 25px;
}

.title1 {
	text-transform: none;
	padding: 0; /*åñëè áåç êàðòèíêè*/
}
.row_header {
	background: url('images/bghead.jpg') repeat scroll center top transparent;
	padding: 29px 0px 29px; /*åñëè áåç êàðòèíêè*/
}
header {
	padding-bottom: 1px; /*÷òîáû âëåçëà ïóíêòèðíàÿ ëèíèÿ*/
}

footer {
	border-bottom: 12px solid #c2e27a;
}

.thumb-pad1 { /*äëß âåðòèêàëüíûõ îòñòóïîâ áëîêîâ â ôîòîàëüáîìå*/
	margin: 5px 0;
}
.thumb-pad2, .thumb-pad3 { /*äëß âåðòèêàëüíûõ îòñòóïîâ áëîêîâ â íîâîñòßõ*/
	margin: 15px 0;
	height: 100% !important;
}
/*<--Îáíîâèë*/

.box1, .box2 {
	float: left;
}
.box2 {
	margin: 8px 0 12px 9%;
}
.box3 {
	float: right;
	margin: 0px;
}
.box1 p, .box2 p {
	font-size: 1.1em;
	line-height: 1.9em;
	color: #9B989B;
}
#search input {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #251e1c;
	border: 1px #b7b7b7 solid;
	width: 100%;
	height: 38px;
	border-radius: 0;
	padding: 10px 10px 9px 5px;
	background: #fff;
}
#search a {
    opacity: 1;
    padding: 8px;
    position: absolute;
    right: 5px;
    top: 10px;
    transition: all 0.35s ease-out 0s;
}
#search a:hover {
    opacity: 0.5;
    transition: all 0.35s ease-out 0s;
}
.title1 {
	text-transform: none;
	color: #70A1AD;
}
#leftMenu .accordion-group:first-child {
	position: relative;
	padding: 0 0 12px;
	margin: 0;
	border-top: none;
}
#leftMenu .accordion-group {
	position: relative;
	padding: 11px 0;
	margin: 0;
	border-top: 1px solid #bfbfbe;
}
#leftMenu .accordion-heading a {
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #251e1c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#leftMenu .accordion-heading a:hover {
	text-decoration: none;
	color: #9dd7e7;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#leftMenu .accordion-inner .list2 {
	background: none;
	margin: 0px;
	padding: 5px 0 10px;
}
#leftMenu .accordion-inner .list2 li {
	margin: 10px 0 10px 10px;
}
#leftMenu .accordion-inner .list2 li a {
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #dd9985;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#leftMenu .accordion-inner .list2 li a:hover {
	text-decoration: none;
	color: #9dd7e7;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#leftMenu .accordion-inner .list2 li .activ {
	color: #dd9985;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}