/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body{
/*nest*/
	background-color: #530000; 
	background: url("/images/decor/nest_bg.jpg") no-repeat fixed right top #530000;
	/*color: #333333;*/
	font-family: Georgia;
	font-size: 12pt;
}
a {
	text-decoration: none; 
	font-family: Georgia;
}
blockquote
{
	border: none;
	font-size: 12pt;
}
.hr_img {
  background-image: url("/images/decor/hr_right.png");
  background-position: right bottom;
  background-repeat: no-repeat;
 padding-bottom: 15px;
}
div#counters_bottom > a >img
{
		display: table-cell;
		border: 1px solid red;
}
/* Text */
h1, h2, h3, h4, h5, h6 { /*color:#000000;*/ /*text-align: center;*/ margin-left:5%;}
h1, h2, h3, h4, h5, h6
{
	
	line-height: 1.4em;
}
h3, h4, h5, h6
{
	font-weight: bold;
}
.rounded-block h3
{
	color: #d74629;
	font-size: 11pt;
	padding-top:6px;
}

h1 { font-size:150%; }
h2 { font-size:130%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:90%; }
h6 { font-size:90%; }

hr, .hr { border-color: #D1BD99; }

h1 {color: #CC6633;}
h2 {color: #B22222;}

.h1{
	text-align:left;
	font-size: 18pt;
	color:#000000;
	font : italic bold x-large serif;
	}
	

p {text-align: justify; text-indent: 5%; }
.p0 {text-indent:20%;}

/* цитирование в статьях*/
p.quoting
{
	text-indent: 0px;
text-align: justify;
color: #494949;
margin-left: 10%;
margin-right: 10%;

}
p.quotingcitr
{
margin-left: 40%;
margin-right: 10%;
text-align: right;
color: #494949;
font-size: 10pt;
}


a:link {color: #964B00}
a:visited {color:#6F1105;}
a:hover {color:#c90000;}
a:active {color:#296BD8;}
#footer { 
	
	min-height:60px;
	margin-bottom: 0;
	margin-top:10px;
	background-color: rgb(60,2,2); opacity: 0.8;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		
}


.h10
{
	height: 10px;
}
.workarea
{
	background-color: #fef5d8;
	border: 1px solid #e1d3b6;
	padding: 15px 25px;
	margin-bottom: 15px;
}
.cornered
{
	 border-radius: 10px;
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.cornered_top
{
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navbar-default {
  background-color: transparent;
  border:none;
  /*border-color: #D5BD99;*/
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #640002;
}
.navbar-toggle {
    background-color: #D5BD99;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-nav > li
{
	float: none;
}
.navbar-default .navbar-nav > li > a {
  color: #222222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #5E0000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: #5E0000;
}
.navbar-default .navbar-toggle {
  border-color: #e1d3b6;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #5E0000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #5E4638;
  color: #ffffff;
}

.navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav > li > a
{
	padding-right: 2px;
}
.dropdown-menu {
  position: absolute;
  background-color: #fef5d8;
  border: 1px solid #e1d3b6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #D5BD99;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #EDD3AA;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #E54511;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #5E4235;
  }
 
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  background-color: transparent;
  
}
.breadcrumb > li {
  font-size:9pt;
  color: #D6BE9C;
  margin-bottom: -10px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > li a{
	color: #988467;
	font-size:10pt;
}
.breadcrumb > li.active a{
	color: #E45B27;
	font-size:10pt;
}

.Home_img
{
	vertical-align: bottom;
	
}





/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  
/* responsive media queries */
  
@media (max-width: 480px) {

}

@media (max-width: 768px) {
  header h1 small {
    display: block;
  }

  header div.description {
    padding-top: 9px;
    padding-bottom: 4px;
  }

  .isotope .item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  }
}

@media (max-width: 980px) {
  header p.lead span {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 768px) {

}


@media (min-width: 768px) and (max-width: 980px) {
  .span3 {
    width: 352px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .span3 {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .span3 {
    width: 270px;
  }
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #494949;
  font-size: 12pt;
  font-family: Georgia;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}


.ul
{
	LIST-STYLE-IMAGE: url(/deco/bulletx.gif);  LIST-STYLE-TYPE: square;	
}
.ul1 
 {
	LIST-STYLE-IMAGE: url(/deco/bullet1.gif); 
	LIST-STYLE-TYPE: square;	
	
	}
	.ul2 {
	LIST-STYLE-IMAGE: url(/deco/bullet2.gif); 
	LIST-STYLE-TYPE: square;	
	
}
.ul1 a:link, .ul1 a:visited, .ul2 a:link, .ul2 a:visited 
{
	color: black;
	
}

.ulb {
	LIST-STYLE-IMAGE: url(/deco/bulletb.gif); LIST-STYLE-TYPE: square;	
}

div.navbar-inc_menu > ul
{
	margint-toop: 10px;
	padding-left: 15px;
}
div.navbar-inc_menu > ul >li
{
	list-style: outside none none;
}
.affix
{
	opacity: 1;
	z-index: 1000;
	top: 200px;
	right:100px;
	
}

.list_head{
	
	color: #443b3b;
	font-weight: bold;
	margin: 6px 0 6px 10px;
}
