
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: Exo 2.0;
  background-color: #001118;
}
#wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  min-width: 980px;
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8) ), url(img/grass-bg-pattern.jpg) repeat;
}

#wrapper #container {
  position: relative;
  width: 980px;
  margin: 0 auto 80px;
  padding-bottom: 1em;
}
#wrapper #container > header {
  height: 155px;
  position: relative;
  padding: 15px;
}
#wrapper > footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  height: 80px;
}
#container #center {
  float: left;
  width: 100%;
}
body.sidebar-first #container #center {
  margin-left: -210px;
  
}
body.sidebar-second #container #center {
  margin-right: -220px;
}
body.two-sidebars #container #center {
  margin: 0 -220px 0 -210px;
  
}
#container #squeeze {
  background: RGBA(255, 255, 255, 0.50);
  padding: 0 15px;

  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
body.sidebar-first #container #squeeze {
  margin-left: 210px;
  
}
body.sidebar-second #container #squeeze {
  margin-right: 220px;
}
body.two-sidebars #container #squeeze {
  margin: 0 220px 0 210px;
}
#container #sidebar-first, #container #sidebar-second {

  float: left;
  z-index: 2;
  position: relative;
}
#container #sidebar-first .block, #container #sidebar-second .block {
  margin-bottom: 1.5em;
}
#container #sidebar-first {
  width: 410px;
  padding-left: 15px;
}
#container #sidebar-second {
  width: 205px;
  padding-right: 15px;
}

a {
  color: #783909;
  text-decoration: none;
}
/* подложка  
color: #41270C */
#wrapper #container {
  background: RGBA(191, 227, 117, 0.93);
  color: #41270C;
  margin-top: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px  ;
}
#columns {
  
  margin: 0 15px;
  background: RGBA(200, 225, 150, 0.90);
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: -moz-linear RGB(227, 230, 224);
  background: -webkit-linear RGB(227, 230, 224);
  background: -o-linear RGB(227, 230, 224);
  background: -ms-linear(RGB(227, 230, 224);
  
  -pie-background: linear-gradient(rgb(212,202,143),rgb(250,250,250) 95px)  ; */
}

.region-header {
  background: url(/sites/all/themes/base/styles/images/bg-head.png) center no-repeat;
  height: 110px;
  position: relative;
  z-index: 5;
}
.region-header #block-block-1 {
  position: absolute;
  right: 20px;
  top: 15px;
  padding-left: 100px;
  min-height: 84px;
}

.region-header #block-block-1 h2 strong, .region-header #block-block-1 .content strong {
  font-size: 150%;
}
.region-header #block-block-1 h2 {
  font-size: 16px;
}
#logo-floater {
  position: absolute;
  top: 53px;
  left: 40px;
  z-index: 6;
}

.style8 {
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}
#squeeze h1, h2 {
  color: #41270C;
 
  font-size: 18pt;
}
#squeeze h1 {
  text-align: center;
}


#sidebar-second .block {
  margin-left: -7.5px;
  padding-left: 7.5px;
  border-left: 1px solid #DACA8E;
  border-top: 1px solid #DACA8E;
  margin-bottom: 0 !important;
  padding-bottom: 1em;
}
#sidebar-second .block:first-child {
  border-top: none;
}
span.submitted {
  color: #000;
}
.page-news .view-news .views-row {
  border-bottom: 1px solid #41270C;
  margin-bottom: 1em;
}
.page-news .view-news .views-row.views-row-last {
  border-bottom: none;
  margin-bottom: 0;
}

table {
font-size: 16px;
}

.node table td {
  border: 1px solid #BBAE77;
}
