@import url(http://fonts.googleapis.com/css?family=Scada&subset=latin,cyrillic);
body {
  background: url(../i/bg.jpg) 50% 0px/cover no-repeat fixed; }

h2 {
  font-family: "Scada", sans-serif;
  color: #637488;
  font-size: 15px; }

h3 {
  font-family: "Scada", sans-serif;
  color: #637488;
  text-transform: uppercase;
  font-size: 18px; }

h1 {
  font-family: "Scada", sans-serif;
  color: #637488;
  text-transform: uppercase;
  font-size: 23px; }

.admin_menu {
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
  margin: 0 10px; }
  .admin_menu li {
    display: inline-block;
    margin-right: 5px; }
    .admin_menu li.active a {
      text-decoration: underline; }
    .admin_menu li a {
      color: #fff; }

#header {
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9) url(../i/logo.png) center 15px no-repeat;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 4px solid #759AC0;
  height: 200px; }
  #header h2 {
    text-align: center;
    margin-top: 60px;
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff; }
  #header p {
    text-align: center;
    font-style: italic;
    text-shadow: 1px 1px 1px #fff;
    }

#content {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 25px 50px 25px; }

.main_menu {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  .main_menu .menu_inner {
    margin: 0 auto;
    float: none; }
  .main_menu.other_page .menu_inner {
    margin: 0;
    float: left; }
  .main_menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center; }
    .main_menu ul li {
      display: inline-block;
      margin-right: 3px;
      position: relative; }
      .main_menu ul li.active a {
        color: #333;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 3px solid #008AC3;
        background: rgba(218, 235, 240, 0.5);
        border-left: 1px solid #E4EBED;
        border-right: 1px solid #E4EBED; }
      .main_menu ul li a {
        display: inline-block;
        padding: 11px;
        padding-top: 18px;
        padding-bottom: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #999999;
        font-weight: 400;
        text-transform: uppercase;
        border: 1px solid transparent;
        font-family: "Scada", sans-serif;
        font-size: 15px;
        border-bottom: 3px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; }
        .main_menu ul li a:hover {
          text-decoration: none;
          color: #8E8171; }
        .main_menu ul li a .text {
          display: inline-block; }

.sidebar .block {
  margin-bottom: 25px; }
  .sidebar .block h1, .sidebar .block h2, .sidebar .block h3 {
    text-align: center;
    color: #637488;
    text-transform: uppercase; }
  .sidebar .block a {
    color: #637488;
    text-decoration: none;
    font-family: "Scada", sans-serif;
    font-weight: bold; }
    .sidebar .block a:hover {
      text-decoration: underline; }
  .sidebar .block ul {
    list-style: none;
    padding-left: 0; }
  .sidebar .block.menu ul {
    /*        display: block;
            padding: 15px;
            border-radius: 5px;
            background: #ffffff;
            box-shadow: 0 1px 0 #ffffff inset, 0 2px 0 #dedede;*/ }
    .sidebar .block.menu ul li {
      padding: 10px;
      border-top: 1px solid #666666;
      background: #fff; }
    .sidebar .block.menu ul li.active a {
      color: #000;
      text-decoration: underline; }
  .sidebar .block.contact {
    color: #666;
    font-size: 14px; }
    .sidebar .block.contact li {
      margin-bottom: 5px; }

hr.hr_line {
  border: 0;
  height: 1px;
  position: relative;
  margin: 0.5em 0;
  /* Keep other elements away from pseudo elements*/
  margin-bottom: 25px; }

hr.hr_line:before {
  top: -0.5em;
  height: 1em; }

hr.hr_line:after {
  content: '';
  height: 0.5em;
  /* half the height of :before */
  top: 1px;
  /* height of hr*/ }

hr.hr_line:before, hr.hr_line:after {
  content: '';
  position: absolute;
  width: 100%; }

hr.hr_line, hr.hr_line:before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, transparent 55%);
  background: -webkit-gradient(radial, center center, 0px, center center, 55%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(55%, transparent));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, transparent 55%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, transparent 55%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, transparent 55%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 55%); }

hr.fancy-line:after {
  background: #f4f4f4; }

.footer {
  margin: 15px 0; }

/*# sourceMappingURL=style.css.map */
