@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
big,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
ol {
  list-style: decimal;
}
ol li {
  margin: 0 0 1em 2.5em;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin: 1em 0 1em 1em;
}
p,
ul,
table,
form {
  margin-bottom: 15px;
}
ul {
  list-style: none;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}
ul,
ol {
  margin-left: 1.8em;
}
nav ul {
  list-style: none;
}
nav ul,
nav li {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
  font-size: 28px;
  padding: 5px 0 12px;
}
h2 {
  font-size: 24px;
  padding: 12px 0;
}
h3 {
  font-size: 20px;
  padding: 8px 0;
}
strong {
  font-weight: bold;
}
blockquote,
q {
  quotes: none;
  margin: 0 0 20px 0;
  display: table;
  color: #666;
  font-size: 13px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 0.85em;
}
acronym,
abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dotted;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
}
sup {
  top: -0.4em;
}
sub {
  bottom: -0.3em;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table td,
table th {
  padding: 3px;
}
table th {
  text-align: center;
  font-weight: bold;
}
table td {
  vertical-align: top;
}
table td img {
  vertical-align: top;
}
a {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #BFCCDD;
  text-decoration: underline;
}
a img {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
a:hover {
  color: #7c97ba;
  text-decoration: underline;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
.highlight {
  color: #BFCCDD;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.img-left {
  float: left;
  margin: 0.3em 1em 0.3em 0;
}
.img-right {
  float: right;
  margin: 0.3em 0 0.3em 1em;
}
.nopadding {
  padding: 0;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}
.nobullet {
  list-style: none;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
.relative {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clear,
.clrleft,
.clrright {
  clear: both;
  width: 100%;
  display: block;
}
.clrleft {
  clear: left;
}
.clrright {
  clear: right;
}
.nobr {
  white-space: nowrap;
}
.prim,
.userPrim {
  font-size: 0.85em;
  color: #999;
}
.accent {
  font-weight: bold;
}
.forprint {
  display: none;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
select,
input,
textarea {
  overflow: hidden;
  margin: 0;
  padding: 2px;
  color: #333;
  background: #fff;
  font: 99% Arial, Tahoma, Helvetica, sans-serif;
}
input,
select,
button {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
input::-webkit-input-placeholder {
  color: #bbb;
  background-color: transparent;
}
textarea::-webkit-input-placeholder {
  color: #bbb;
  background-color: transparent;
}
input:-moz-placeholder {
  color: #bbb;
  background-color: transparent;
}
textarea:-moz-placeholder {
  color: #bbb;
  background-color: transparent;
}
input.placeholder,
textarea.placeholder {
  color: #bbb;
}
.form {
  padding-bottom: 10px;
}
.form_error {
  background-color: #354A61;
  color: #C1CEDD;
  font-size: 12px;
  padding: 10px;
}
.form_element {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.form_element__submit {
  text-align: center;
  margin: 0;
  padding-bottom: 3px;
}
.form_element_title {
  float: left;
  font-size: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  width: 120px;
  padding-right: 10px;
  text-align: left;
  color: #333;
}
.form_element_it,
.form_element_itx {
  width: 96%;
  border: none;
  border: 1px solid #ACACAC;
  padding: 0 5px;
  background-color: white;
}
.form_element_it {
  height: 28px;
}
.form_element_itx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_element_sb {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: #539ADF;
  background: -moz-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#539ADF),color-stop(100%,#205F9B));
  background: -webkit-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -o-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -ms-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: linear-gradient(to bottom,#539ADF 0%,#205F9B 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #539ADF ,EndColorStr= #205F9B );
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #BAC6DF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.form_element_sb:active {
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
}
.form_element_sb:hover {
  background: #205F9B;
  background: -moz-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#205F9B),color-stop(100%,#539ADF));
  background: -webkit-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -o-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -ms-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: linear-gradient(to bottom,#205F9B 0%,#539ADF 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #205F9B ,EndColorStr= #539ADF );
  text-decoration: none;
  color: #BAC6DF !important;
}
.errors {
  background-color: #FFE8E8;
}
.msgok {
  background-color: #354A61;
  color: #C1CEDD;
}
.errors,
.msgok {
  padding: 10px;
  margin: 0 0 1em;
}
.errors p,
.msgok p {
  padding: 0;
  margin: 0;
}
.text-content .navigation {
  margin-left: 1.8em;
  width: 100%;
  margin: 0 0 5px 0;
  overflow: hidden;
  margin: 0;
  padding: 5px 0 0 0;
}
.text-content .navigation li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.text-content .navigation li {
  float: left;
  padding: 0;
  margin: 0 7px 0 0;
  color: #262626;
  font-size: 11px;
}
.text-content .navigation li a {
  color: #2C5978;
  font-size: 11px;
}
.text-content .navigation li a:hover {
  color: #11222d;
}
.text-content .pages {
  margin-left: 1.8em;
}
.text-content .pages li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pages {
  text-align: center;
  list-style: none;
}
.pages_i {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: none;
  padding-left: 0;
  margin: 0 5px;
}
.pages_i_span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: #539ADF;
  background: -moz-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#539ADF),color-stop(100%,#205F9B));
  background: -webkit-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -o-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -ms-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: linear-gradient(to bottom,#539ADF 0%,#205F9B 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #539ADF ,EndColorStr= #205F9B );
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #BAC6DF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #eaeaea;
  background: -moz-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#ccc));
  background: -webkit-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -o-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -ms-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: linear-gradient(to bottom,#eaeaea 0%,#ccc 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #eaeaea ,EndColorStr= #ccc );
  color: #999 !important;
  text-shadow: none;
}
.pages_i_span:active {
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
}
.pages_i_span:hover {
  background: #205F9B;
  background: -moz-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#205F9B),color-stop(100%,#539ADF));
  background: -webkit-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -o-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -ms-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: linear-gradient(to bottom,#205F9B 0%,#539ADF 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #205F9B ,EndColorStr= #539ADF );
  text-decoration: none;
  color: #BAC6DF !important;
}
.pages_i_a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: #539ADF;
  background: -moz-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#539ADF),color-stop(100%,#205F9B));
  background: -webkit-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -o-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -ms-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: linear-gradient(to bottom,#539ADF 0%,#205F9B 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #539ADF ,EndColorStr= #205F9B );
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #BAC6DF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.pages_i_a:active {
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
}
.pages_i_a:hover {
  background: #205F9B;
  background: -moz-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#205F9B),color-stop(100%,#539ADF));
  background: -webkit-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -o-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -ms-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: linear-gradient(to bottom,#205F9B 0%,#539ADF 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #205F9B ,EndColorStr= #539ADF );
  text-decoration: none;
  color: #BAC6DF !important;
}
.photo {
  float: right;
  border-bottom: 3px solid #C1CEDD;
  margin: 0 0 10px 15px;
}
a:hover .photo {
  border-bottom: 3px solid #7f9ab9;
}
.text-content .gallery {
  margin-left: 1.8em;
}
.text-content .gallery li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.text-content .gallery_i {
  margin: 0 8px 8px 0 !important;
}
.gallery {
  overflow: hidden;
  width: 110%;
  margin-left: 0 !important;
}
.gallery .gallery_i {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}
.gallery .gallery_i_a:hover .gallery_photo {
  border-bottom: 3px solid #7f9ab9;
}
.gallery .gallery_i_a:hover .gallery_ico {
  border-bottom: 3px solid #7f9ab9;
}
.gallery .gallery_ico {
  border-bottom: 3px solid #C1CEDD;
}
.sisea-highlight {
  background-color: #c0ecff;
}
.sisea-result h3 {
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.sisea-paging .sisea-result-pages {
  padding: 6px 0 0 0;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
}
.sisea-paging .sisea-current-page {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: #539ADF;
  background: -moz-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#539ADF),color-stop(100%,#205F9B));
  background: -webkit-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -o-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -ms-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: linear-gradient(to bottom,#539ADF 0%,#205F9B 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #539ADF ,EndColorStr= #205F9B );
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #BAC6DF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #eaeaea;
  background: -moz-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#ccc));
  background: -webkit-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -o-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: -ms-linear-gradient(top,#eaeaea 0%,#ccc 100%);
  background: linear-gradient(to bottom,#eaeaea 0%,#ccc 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #eaeaea ,EndColorStr= #ccc );
  color: #999 !important;
  text-shadow: none;
}
.sisea-paging .sisea-current-page:active {
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
}
.sisea-paging .sisea-current-page:hover {
  background: #205F9B;
  background: -moz-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#205F9B),color-stop(100%,#539ADF));
  background: -webkit-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -o-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -ms-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: linear-gradient(to bottom,#205F9B 0%,#539ADF 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #205F9B ,EndColorStr= #539ADF );
  text-decoration: none;
  color: #BAC6DF !important;
}
.sisea-paging .sisea-page a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  background: #539ADF;
  background: -moz-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#539ADF),color-stop(100%,#205F9B));
  background: -webkit-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -o-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: -ms-linear-gradient(top,#539ADF 0%,#205F9B 100%);
  background: linear-gradient(to bottom,#539ADF 0%,#205F9B 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #539ADF ,EndColorStr= #205F9B );
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #BAC6DF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.sisea-paging .sisea-page a:active {
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.5);
}
.sisea-paging .sisea-page a:hover {
  background: #205F9B;
  background: -moz-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#205F9B),color-stop(100%,#539ADF));
  background: -webkit-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -o-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: -ms-linear-gradient(top,#205F9B 0%,#539ADF 100%);
  background: linear-gradient(to bottom,#205F9B 0%,#539ADF 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #205F9B ,EndColorStr= #539ADF );
  text-decoration: none;
  color: #BAC6DF !important;
}
html {
  height: 100%;
}
body {
  background-attachment: fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #fff;
  height: 100%;
}
body.body__inner {
  background: #1e2832 url(../i/bgrs/page/inner.png);
}
body p {
  line-height: 15px;
}
.container {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.container.container__inner {
  width: 1224px;
}
.main-container-shadow {
  height: 100%;
}
.main-container-shadow.main-container-shadow__top {
  background: url(../i/bgrs/page/top_shadow.png) repeat-x top;
}
.main-container-shadow.main-container-shadow__bottom {
  background: url(../i/bgrs/page/bottom_shadow.png) repeat-x bottom;
}
.header.header__inner {
  margin-bottom: 20px;
}
.header_lelt-c {
  float: left;
  width: 476px;
  height: 85px;
  border-bottom: 3px solid #32455A;
  margin-right: 6px;
}
.header_center-c {
  padding-top: 10px;
  margin-left: 482px;
  margin-right: 88px;
}
.header_right-c {
  float: right;
  width: 88px;
}
.logo {
  display: block;
  width: 240px;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
}
.logo:hover {
  text-decoration: none;
}
.logo.logo__en .logo_tip {
  padding-left: 4px;
  letter-spacing: 1px;
}
.logo_title,
.logo_tip {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.logo_title {
  color: #C1CEDD;
  font-size: 20px;
}
.logo_tip {
  color: #fff;
  font-size: 30px;
}
.menu {
  overflow: hidden;
  margin: 0;
}
.menu_i {
  float: left;
  margin-right: 6px;
}
.menu_i.menu_i__last {
  margin-right: 0;
}
.menu_i.menu_i__active {
  background: #32455A;
  background: -moz-linear-gradient(top,#32455A 0%,#27272A 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#32455A),color-stop(100%,#27272A));
  background: -webkit-linear-gradient(top,#32455A 0%,#27272A 100%);
  background: -o-linear-gradient(top,#32455A 0%,#27272A 100%);
  background: -ms-linear-gradient(top,#32455A 0%,#27272A 100%);
  background: linear-gradient(to bottom,#32455A 0%,#27272A 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #32455A ,EndColorStr= #27272A );
}
.menu_i.menu_i__active .menu_i_a {
  background: url(../i/icons/topMenu/active.png) no-repeat center bottom !important;
  font-weight: bold;
  border-bottom-color: #fff;
  color: #fff;
}
.menu_i_a {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #354A61;
  text-align: center;
  border-bottom: 3px solid #C1CEDD;
  font-size: 14px;
  text-transform: uppercase;
  color: #C1CEDD;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
}
.menu_i_a:hover {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
  background-color: #11181f;
}
.menu_i_a_ico {
  display: block;
  width: 100px;
  height: 30px;
  padding-top: 45px;
  background-position: 73px 12px;
  background-repeat: no-repeat;
}
.langs {
  padding-top: 30px;
}
.langs_i {
  float: left;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #C1CEDD;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
}
.langs_i:hover {
  text-decoration: none;
}
.langs_i:hover:hover {
  color: #7f9ab9;
}
.langs_i.langs_i__active {
  color: #32455A;
  border-color: #32455A;
}
.langs_i.langs_i__active:hover {
  color: #56779c;
}
.langs_i.langs_i__last {
  width: 38px;
  padding-left: 6px;
  text-align: left;
}
.langs_i.langs_i__first {
  width: 37px;
  border-right: 1px solid #32455A;
  padding-right: 6px;
  text-align: right;
}
.footer {
  border-top: 3px solid #191E23;
  padding-top: 16px;
}
.footer_left-c {
  float: left;
}
.footer_center-c {
  float: right;
  width: 125px;
}
.footer_right-c {
  float: right;
  margin-left: 64px;
}
.company-info_title {
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.company-info_urls {
  margin: 0;
}
.company-info_urls_i {
  float: left;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 23px;
  margin-right: 25px;
  color: #999;
  font-size: 11px;
}
.company-info_urls_i a {
  color: #BFCCDD;
}
.company-info_urls_i a:hover {
  color: #7c97ba;
}
.company-info_urls_i.company-info_urls_i__address {
  background-image: url(../i/icons/footer/0.png);
}
.company-info_urls_i.company-info_urls_i__phones {
  background-image: url(../i/icons/footer/1.png);
  text-align: right;
}
.company-info_urls_i.company-info_urls_i__mail {
  background-image: url(../i/icons/footer/2.png);
}
.signature {
  color: #999;
  text-align: center;
}
.signature a {
  text-decoration: none;
  font-size: 11px;
  color: #999;
}
.signature a:hover {
  text-decoration: none;
  color: #fff;
}
.main-presentation {
  padding-top: 596px;
  margin-bottom: 22px;
}
.main-presentation_objects {
  overflow: hidden;
  margin: 0;
  padding-left: 112px;
  margin-right: 506px;
}
.main-presentation_objects_i {
  float: left;
  margin-right: 20px;
}
.main-presentation_objects_i.main-presentation_objects_i__last {
  margin-right: 0;
}
.main-presentation_objects_i_a {
  float: left;
  position: relative;
  width: 178px;
  height: 119px;
  border-bottom: 3px solid #C1CEDD;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-presentation_objects_i_a:hover {
  border-color: #7f9ab9;
}
.main-presentation_objects_i_a_shadow {
  display: block;
  position: absolute;
  bottom: 0;
  height: 47px;
  width: 100%;
  background: url(../i/bgrs/page/preview.png);
}
.main-presentation_directions {
  float: right;
  overflow: hidden;
  height: 136px;
  width: 454px;
  padding-right: 10px;
  margin-left: 60px;
}
.main-presentation_directions_right,
.main-presentation_directions_left {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 80 );
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  *zoom: 1;
  width: 66px;
  height: 100%;
}
.main-presentation_directions_right:hover,
.main-presentation_directions_left:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  *zoom: 1;
}
.main-presentation_directions_right a,
.main-presentation_directions_left a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-presentation_directions_left {
  float: left;
  background: url(../i/icons/directions/left.png) no-repeat left center;
}
.main-presentation_directions_right {
  float: right;
  background: url(../i/icons/directions/right.png) no-repeat right center;
}
.main-presentation_directions_slogan {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: 66px;
  margin-right: 66px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 60px;
  color: #fff;
}
.project-detail {
  overflow: hidden;
  height: 500px;
  margin-bottom: 25px;
}
.project-detail_big-photo {
  float: left;
  margin-right: 10px;
}
.project-detail_description {
  overflow: hidden;
  margin-left: 760px;
}
.project-detail_description_gallery {
  float: left;
  margin-right: 9px;
  height: 500px;
  width: 195px;
}
.project-big-photo {
  position: relative;
}
.project-big-photo_ico {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 750px;
  height: 500px;
}
.project-big-photo_title {
  cursor: pointer;
  width: 715px;
  padding-right: 20px;
  padding-left: 15px;
  background: url(../i/bgrs/projectDetail/big_photo_description.png);
  position: absolute;
  top: 0;
  left: 0;
}
.project-big-photo_title:hover .project-big-photo_title_big {
  color: #cccccc;
}
.project-big-photo_title:hover .project-big-photo_title_mini {
  color: #7e98b9;
}
.project-big-photo_title_big {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.project-big-photo_title_mini {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #C0CDDD;
  margin-bottom: 5px;
}
.project-gallery {
  background: url(../i/bgrs/projectDetail/gallery.png);
  padding: 0 12px;
}
.project-gallery_top,
.project-gallery_bottom {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 80 );
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  *zoom: 1;
  cursor: pointer;
}
.project-gallery_top:hover,
.project-gallery_bottom:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  *zoom: 1;
}
.project-gallery_top.project-gallery_direction__no-image,
.project-gallery_bottom.project-gallery_direction__no-image {
  background: none;
  cursor: default;
}
.project-gallery_top a,
.project-gallery_bottom a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-gallery_top {
  height: 46px;
  background: url(../i/icons/verticalGallery/top.png) no-repeat center center;
}
.project-gallery_bottom {
  height: 45px;
  background: url(../i/icons/verticalGallery/bottom.png) no-repeat center center;
}
.project-gallery_items {
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  width: 195px;
}
.project-gallery_items_i {
  margin-bottom: 10px;
}
.project-gallery_items_i.project-gallery_items_i__last {
  margin-bottom: 0;
}
.project-detail_description_params {
  margin-left: 228px;
  width: 234px;
}
.project-params_i {
  margin-bottom: 8px;
}
.project-params_i.project-params_i__open .project-params_i_title {
  background-image: url(../i/icons/category/open.png);
  background-color: #070A0C;
  color: #314459;
}
.project-params_i.project-params_i__open .project-params_i_title:hover {
  color: #C1CEDD;
}
.project-params_i_title {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 192px;
  height: 27px;
  padding: 4px 30px 4px 12px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #C1CEDD;
  font-size: 18px;
  background: #314459 url(../i/icons/category/close.png) no-repeat 212px center;
  text-decoration: none;
}
.project-params_i_title:hover {
  text-decoration: none;
  color: #7f9ab9;
}
.project-params_i_content {
  display: none;
  padding: 8px 0 1px 3px;
  color: #999;
}
.project-params_i_content p {
  color: #999;
}
.project-params_i_content p .highlight {
  color: #666;
}
.project-params_i_content ul {
  margin-left: 10px;
  margin-top: 0;
}
.project-params_i_content ul li {
  list-style: none;
  background: url(../i/icons/category/i.png) no-repeat 0 4px;
  padding-left: 17px;
  margin-bottom: 16px;
  color: #C1CEDD;
}
.project-params_i_content ul li a {
  color: #C1CEDD;
}
.project-params_i_content ul li a:hover {
  color: #7f9ab9;
}
.page-info {
  overflow: hidden;
  height: 64px;
  margin-bottom: 16px;
}
.page-info_left-c {
  float: left;
  width: 296px;
  margin-right: 20px;
}
.page-info_right-c {
  margin-left: 316px;
  margin-top: 0;
}
.page-name {
  overflow: hidden;
  width: 296px;
  height: 61px;
  background-color: #32455A;
  border-top: 3px solid #C0CDDD;
  font-size: 50px;
  color: #fff;
  line-height: 61px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.page-menu {
  overflow: hidden;
  border-top: 3px solid #32455A;
}
.page-menu_i {
  float: left;
}
.page-menu_i.page-menu_i__active .page-menu_i_a {
  color: #fff;
  font-weight: bold;
}
.page-menu_i_a {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 61px;
  line-height: 61px;
  width: 100px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  color: #C0CDDD;
  text-decoration: none;
  text-align: center;
}
.page-menu_i_a:hover {
  text-decoration: none;
  color: #7e98b9;
}
.projects-w {
  overflow: hidden;
  height: 514px;
  margin-bottom: 20px;
}
.projects {
  overflow: hidden;
  margin: 0;
  width: 110%;
}
.projects_i {
  margin-bottom: 10px;
}
.projects_i_a {
  display: block;
  position: relative;
}
.projects_i_a:hover .projects_i_a_title {
  color: #ffffff;
}
.projects_i_a_title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../i/bgrs/projects/title.png);
  min-height: 37px;
  padding: 10px 0;
  color: #BFCCDD;
  font-family: 'Open Sans Condensed', sans-serif;
}
.projects_i_a_title_big {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 17px;
  font-weight: bold;
  padding: 0 11px;
  line-height: 18px;
}
.projects_i_a_title_mini {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 16px;
  padding: 0 11px;
}
.p-windows {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.p-window {
  padding: 25px 38px 40px 40px;
  width: 1064px !important;
  background: url(../i/bgrs/windows/bgr.png) !important;
}
.p-window_h {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.p-window_top-s {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  margin-bottom: 20px;
}
.p-window_middle-s p {
  color: #333;
}
.p-window_middle-s a:focus {
  outline: none;
}
.p-window_middle-s ul {
  margin-left: 10px;
}
.p-window_middle-s ul li {
  background: url(../i/icons/category/wi.png) no-repeat 0 4px;
  padding-left: 17px;
  margin-bottom: 16px;
}
.p-window_middle-s ul li {
  margin-bottom: 5px;
}
.dark-window {
  background: #2E3C4B !important;
  color: #fff;
}
.dark-window_h {
  color: #fff;
}
.dark-window_mini {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: #BFCCDD;
}
.dark-window_top-s {
  border-bottom-color: #C1CEDD;
}
.dark-window_middle-s {
  overflow: hidden;
}
.dark-window_middle-s_h {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #C1CEDD;
  margin-bottom: 14px;
}
.dark-window_middle-s_left-c {
  float: left;
  width: 210px;
  margin-right: 50px;
}
.dark-window_middle-s_right-c {
  margin-left: 260px;
}
.window-project-params p {
  color: #fff;
}
.window-project-description,
.window-service-description,
.dark-window_content {
  color: #fff;
}
.window-project-description ul,
.window-service-description ul,
.dark-window_content ul {
  margin-left: 10px;
}
.window-project-description ul li,
.window-service-description ul li,
.dark-window_content ul li {
  background: url(../i/icons/category/wi.png) no-repeat 0 4px;
  padding-left: 17px;
  margin-bottom: 16px;
}
.window-project-description a,
.window-service-description a,
.dark-window_content a {
  color: #fff !important;
}
.window-project-description a:focus,
.window-service-description a:focus,
.dark-window_content a:focus {
  outline: none;
}
.window-project-description a:hover,
.window-service-description a:hover,
.dark-window_content a:hover {
  color: #b3b3b3 !important;
}
.contacts {
  overflow: hidden;
  margin-bottom: 24px;
}
.contacts_h {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #BFCCDD;
  padding-bottom: 14px;
}
.contacts_map {
  height: 454px;
  width: 100%;
  background: url(../i/icons/loading/ico.gif) no-repeat center center;
}
.contacts_left-c {
  float: left;
  width: 505px;
  margin-right: 25px;
  padding-left: 12px;
}
.contacts_right-c {
  margin-left: 544px;
  padding-top: 14px;
}
.contacts_right-c_h {
  border-bottom: 3px solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.contacts-form_i {
  margin-bottom: 10px;
}
.contacts-form_i.contacts-form_i__two-fields {
  overflow: hidden;
}
.contacts-form_i.contacts-form_i__error-message {
  width: 402px;
}
.contacts-form_it {
  width: 183px;
  border: none;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #fff;
}
.contacts-form_it.contacts-form_it__two-fields-first {
  margin-right: 10px;
}
.contacts-form_it.contacts-form_it__error {
  border: 1px solid #B51E1E;
  -webkit-box-shadow: 0 0 5px #B51E1E;
  -moz-box-shadow: 0 0 5px #B51E1E;
  box-shadow: 0 0 5px #B51E1E;
}
.contacts-form_itx {
  padding: 10px;
  border: none;
  width: 401px;
  height: 72px;
  resize: none;
  border: 1px solid #fff;
}
.contacts-form_itx.contacts-form_itx__error {
  border: 1px solid #B51E1E;
  -webkit-box-shadow: 0 0 5px #B51E1E;
  -moz-box-shadow: 0 0 5px #B51E1E;
  box-shadow: 0 0 5px #B51E1E;
}
.contacts-form_sb {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  width: 184px;
  text-align: center;
  padding-right: 40px;
  padding-left: 12px;
  background: #354A61 url(../i/icons/contacts/ico.png) no-repeat 148px 8px;
  border-bottom: 3px solid #C1CEDD;
  height: 32px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  color: #C1CEDD;
}
.contacts-form_sb:hover {
  color: #fff;
  border-color: #fff;
  background-color: #11181f;
}
.services-w {
  height: 624px;
  margin-bottom: 18px;
}
.services {
  margin: 0;
  width: 110%;
}
.services_i {
  margin-bottom: 10px;
  position: relative;
}
.services_i:hover .services_i_plank {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  *zoom: 1;
}
.services_i_plank {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 80 );
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  *zoom: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.services_i_plank.services_i_plank__place0 {
  background-position: top left;
}
.services_i_plank.services_i_plank__place1 {
  background-position: top right;
}
.services_i_plank.services_i_plank__place2 {
  background-position: bottom right;
}
.services_i_plank.services_i_plank__place3 {
  background-position: bottom left;
}
.work-space {
  height: 624px;
  margin-bottom: 20px;
}
.text-content ul {
  margin-left: 10px;
}
.text-content ul li {
  background: url(../i/icons/category/i.png) no-repeat 0 4px;
  padding-left: 17px;
  margin-bottom: 16px;
}
.partners-w {
  height: 624px;
  margin-bottom: 18px;
}
.partners {
  overflow: hidden;
  width: 110%;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.partners_i {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: block;
  width: 550px;
  margin-bottom: 40px;
  margin-right: 56px;
}
.partners_i_ico {
  float: left;
  width: 200px;
  margin-right: 10px;
}
.partners_i_description {
  display: block;
  margin-left: 220px;
}
.partners_i_description p {
  line-height: 18px;
  margin-bottom: 0;
}
.partners_i_description_big,
.partners_i_description_mini {
  display: block;
  padding: 0 0 12px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.partners_i_description_big {
  font-weight: bold;
  font-size: 17px;
}
.partners_i_description_mini {
  font-size: 16px;
}
.columnize .column {
  float: left;
  width: 49% !important;
}
.columnize .column.first {
  padding-right: 1%;
}
.columnize .column.last {
  padding-left: 1%;
}
.about-company_content p {
  text-align: justify;
  text-indent: 36px;
}
.documents-w {
  overflow: hidden;
  height: 580px;
  margin-bottom: 20px;
}
.documents {
  overflow: hidden;
  margin: 0;
  width: 110%;
}
.documents_i {
  float: left;
  width: 232px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.documents_i_a {
  display: block;
  position: relative;
}
.documents_i_a:hover .documents_i_a_title {
  color: #ffffff;
}
.documents_i_a:hover .documents_i_a_ico {
  border-color: #394553;
}
.documents_i_a_ico {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 10px solid #242C35;
}
.documents_i_a_title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../i/bgrs/documents/title.png);
  min-height: 37px;
  padding: 10px 0;
  color: #BFCCDD;
  font-family: 'Open Sans Condensed', sans-serif;
}
.documents_i_a_title_big {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 17px;
  font-weight: bold;
  padding: 0 11px;
  line-height: 18px;
}
.documents_i_a_title_mini {
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 16px;
  padding: 0 11px;
}
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
