html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  background-color: #8f8f8f;
  background-image: url('../img/bg_body_white.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

.browser_fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

.browser_window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 260px;
  height: 210px;
  margin-left: -150px;
  margin-top: -100px;
  padding: 20px;
  background-color: #ffffff;
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

a {
  color: #2a4c8b;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.wrapper {
	position: relative;
    width: 990px;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.header {
  position: relative;
  width: auto;
  height: 128px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 3;
  behavior: url('ie-css3.htc');
}

.header-lang {
  position: absolute;
  top: 25px;
  left: 34px;
}

.header-lang img {
  float: left;
  margin-right: 8px;
}

.header-lang img.trans {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.header-member {
  position: absolute;
  top: 25px;
  left: 94px;
  line-height: 10px;
  font-size: 11px;
  color: #888888;
}

.header-member a {
  border-bottom-color: #888888;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: #888888;
}

.header-member a:hover {
  border: 0;
  color: #888888;
}

.header-search {
  position: absolute;
  top: 20px;
  left: 300px;
  height: 20px;
  line-height: 20px;
}

.header-search input.text {
  float: left;
  width: 200px;
  height: 14px;
  margin: 0;
  margin-right: 2px;
  padding: 2px 8px;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  color: #888888;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.header-search input.btn {
  float: left;
  width: 60px;
  height: 20px;
  margin: 0;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  font-size: 11px;
  color: #888888;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
}

.header-menu {
  position: absolute;
  top: 102px;
  left: 50%;
  width: 480px;
  margin-left: -461px;
  font-size: 15px;
  color: #222222;
  z-index: 333;
}

.header-menu div {
  position: relative;
  display: block;
  float: left;
  margin-right: 24px;
}

.header-menu a {
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}

.header-menu a:hover {
  text-decoration: none;
  color: #888888;
}

.header-menu .active {
  text-decoration: none;
  color: #cf3a25;
}

.social_link {
  position: absolute;
  top: 81px;
  right: 365px; 
  
}

.header-brand {
  
  position: absolute;
  bottom: 18px;
  right: 24px;
  width: 300px;
}
.b_logo{
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
.b_logo img{
	width: 120px !important;
	height: auto !important;
}

.header-brand table tr td {
  
   font: bold 12px Arial;
  
}

.container {
  position: relative;
  z-index: 1;
}

.container-row {
  position: relative;
  width: 990px;
  *zoom: 1;
}

.container-row:before,
.container-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-row:after {
  clear: both;
}

.container-row a {
  border-bottom-color: #888888;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.container-row a:hover {
  border: 0;
}

.container-banner-large {
  position: relative;
  float: left;
  width: 660px;
  height: 413px;
  background-color: #2c4a90;
  overflow: hidden;
}

.container-banner-large .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    height: 413px;
    z-index: 1;
}

.container-banner-large .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    height: 413px;
    background-image: url('../img/banner_large_mask.png');
    background-repeat: repeat-x;
    z-index: 2;
}

.container-banner-large .mask:hover {
    cursor: pointer;
}

.container-banner-large .title {
    position: absolute;
    bottom: 55px;
    left: 70px;
    font-size: 29px;
    font-weight: bold;
    text-shadow: 0 1px 3px #222222;
    color: #ffffff;
    z-index: 3;
}

.container-banner-large .title ul {
    width: 90%;
    margin: 0;
    padding: 0;
    list-style-image: url('../img/list_arrow_large.png');
}

.container-news-last {
  position: relative;
  float: right;
  width: 330px;
  height: 413px;
  overflow: hidden;
}

.container-news-last .news-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 20px;
  padding: 11px 20px; 
  background-color: #d3422e;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 3;
}

.container-news-last .news-container {
  position: absolute;
  top: 42px;
  left: 0;
  width: 330px;
  height: 371px;
  -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 2;
}

.container-news-last .news-prev {
  float: none;
  width: 330px;
  height: 80px;
  overflow: hidden;
}

.container-news-last .news-prev:hover {
  color: #888888;
  cursor: pointer;
}

.container-news-last .news-prev:nth-child(odd) {
  background-color: #f5f5f5;
}

.container-news-last .news-prev img {
  float: left;
  width: 120px;
}

.container-news-last .news-prev div {
  float: left;
  width: 180px;
  padding: 10px 15px;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #444444;
}

.container-banner-small {
  position: relative;
  float: left;
  width: 330px;
  height: 220px;
  background-color: #ffffff;
  overflow: hidden;
}

.container-banner-small .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 220px;
    z-index: 1;
}

.container-banner-small .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 220px;
    background-image: url('../img/banner_small_mask.png');
    background-repeat: repeat-x;
    z-index: 2;
}

.container-banner-small .mask:hover {
    cursor: pointer;
    /*background-image: none*/;
}

.container-banner-small .title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 1px 2px #222222;
    color: #ffffff;
    z-index: 3;
}

.container-banner-small .title ul {
    width: 90%;
    margin: 0;
    padding: 0;
    list-style-image: url('../img/list_arrow_small.png');
}

.container-article {
  float: left;
  width: 600px;
  padding: 30px 32px 30px 36px;
}

.container-article .path {
  font-size: 13px;
  color: #888888;
}

.container-article .path a {
  font-size: 11px;
  color: #888888;
}
.container-article .path a:hover {
}

.container-article .title {
  line-height: 23px;
  color: #222222;
}

.container-article .date {
  font-size: 11px;
  color: #888888;
}

.container-article .body {
  font-size: 13px;
  line-height: 17px;
  color: #444444;
  clear: both;
}

.container-article .body p img {
  margin: 0 20px 15px 0;
}

.container-article .body .multi-row,
.container-article .body .proj-row {
  clear: both;
}

.container-article .body .multi-row .multi-cell {
  float:left;
  width: 120px;
  height: 240px;
  margin: 0 30px 25px 0;
}

.container-article .body .proj-row .proj-cell {
  float:left;
  width: 170px;
  margin: 0 30px 25px 0;
}

.container-more {
  float: right;
  line-height: 17px;
  width: 270px;
  padding: 30px 32px 30px 18px;
}

.container-more .title {
  line-height: 21px;
  color: #2a4c8b;
}

.container-more .body {
  font-size: 12px;
}

.container-more .body p {
  float: none;
  clear: both;
}

.container-more .body p img {
  margin: 0 10px 10px 0;
}

.container-more .body ul {
  list-style: square;
  font-weight: bold;
  padding: 20px 15px 15px 30px;
  border-size: 1px;
  border-color: #f4f4f4;
  border-style: solid; 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.container-more .body ul li {
  margin-bottom: 9px;
  line-height: 17px;
}

.container-more .body a {
  border-bottom-color: #888888;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.container-more .body a:hover {
  border: 0;
}

.container-more .body li.active a {
  color: #d3422e;
}

.footer {
  position: relative;
  width: auto;
  height: 158px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fdfdfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fdfdfd));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fdfdfd);
  background-image: -o-linear-gradient(top, #f5f5f5, #fdfdfd);
  background-image: linear-gradient(to bottom, #f5f5f5, #fdfdfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffdfdfd', GradientType=0);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.footer-menu {
  position: absolute;
  top: 26px;
  left: 50px;
  font-size: 11px;
  line-height: 20px;
  color: #888888;
}

.footer-menu div {
  float: left;
  margin-right: 40px;
}

.footer-menu a {
  border-bottom-color: #888888;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.footer-menu a:hover {
  border: 0;
}

.footer-contacts {
  position: absolute;
  top: 26px;
  left: 380px;
  font-size: 11px;
  line-height: 20px;
  color: #888888;
}

.footer-contacts img {
  float: left;
  margin-right: 6px;
}

.footer-brand {
  position: absolute;
  top: 26px;
  left: 690px;
  font-size: 11px;
  line-height: 20px;
  color: #888888;
}

.footer-brand img,
.footer-brand div {
  float: left;
  margin-right: 10px;
}

/* dropdown-menu */

.dropdown-menu {
  position: absolute;
  margin: 13px -6px;
  padding: 0;
  list-style-type: none;
  background-color: #ffffff;
  border-top-width: 2px;
  border-top-color: #cf3a25;
  border-top-style: solid;
  display: none;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
  padding: 13px;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  border-bottom-style: dotted;
  font-weight: normal;
  font-size: 13px;
  color: #444444;
  white-space: nowrap;
  z-index: 999;
}

.dropdown-menu li:hover {
  background-color: #f8f8f8;
  color: #cf3a25;
  cursor: pointer;
}

.ocarousel {
  display: relative;
}

/* carousel */
.ocarousel .ocarousel_window {
  width: 990px;
  height: 413px;
  background-color: #222222;
}

.ocarousel .ocarousel_window iframe {
  display: block;
  height: 413px;
  border: 0;
  margin: 0;
  background-color: transparent;
  z-index: 9999;
}

 .slide-left,
 .slide-right {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 27px;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  border-size: 2px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}

.slide-left {
  top: 188px;
  left: 20px;
  z-index: 5;
}

.slide-right {
  top: 188px;
  right: 20px;
  z-index: 5;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.img-rounded {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.justifyfull {
  text-align: justify;
}