/* ===common=== */
/* ---common--- */
/* ===backgrounds=== */
/* ---backgrounds--- */
/* ===footer=== */
/* ---footer--- */
/* ===menu=== */
/* ---menu--- */
/* ===misc=== */
/* ---misc--- */
/* ===greed system=== */
/* ---greed system--- */
/* ===common=== */
/* ---common--- */
/* ===backgrounds=== */
/* ---backgrounds--- */
/* ===footer=== */
/* ---footer--- */
/* ===menu=== */
/* ---menu--- */
/* ===misc=== */
/* ---misc--- */
/* ===greed system=== */
/* ---greed system--- */
.footer {
  border-top: 2px #000 solid;
  font-size: 1.5em;
}
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.card .content:before,
.card .content:after {
  content: " ";
  display: table;
}
.row:after,
.dl-horizontal dd:after,
.card .content:after {
  clear: both;
}
#cboxClose:before {
  content: "\f00d";
}
.ftype-icon:before {
  content: "\f016";
}
#cboxPrevious:before {
  content: "\f053";
}
#cboxNext:before {
  content: "\f054";
}
[href$=".pdf"] > .ftype-icon:before {
  content: "\f1c1";
}
[href$=".doc"] > .ftype-icon:before,
[href$=".docx"] > .ftype-icon:before,
[href$=".rtf"] > .ftype-icon:before {
  content: "\f1c2";
}
[href$=".xls"] > .ftype-icon:before,
[href$=".xlsx"] > .ftype-icon:before,
[href$=".csv"] > .ftype-icon:before {
  content: "\f1c3";
}
[href$=".ppt"] > .ftype-icon:before,
[href$=".pptx"] > .ftype-icon:before {
  content: "\f1c4";
}
[href$=".jpg"] > .ftype-icon:before,
[href$=".jpeg"] > .ftype-icon:before,
[href$=".png"] > .ftype-icon:before,
[href$=".gif"] > .ftype-icon:before {
  content: "\f1c5";
}
[href$=".zip"] > .ftype-icon:before,
[href$=".rar"] > .ftype-icon:before {
  content: "\f1c6";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  color:#000;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 960px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0%;
}
html,
body {
  height: 100%;
}
.bg-gradient{
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
}
.bg-gradient,
.bg-helper-top {
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}
a {
  color: #ff0000;
}
a:hover {
  text-decoration: none;
}
.top-nav,
.header {
  width: 100%;
  
}
.top-nav{background: #000;}
.bg-helper-top {
  background-color: transparent;
  background-position: center 100px;
  background-repeat: no-repeat;
  padding-bottom: 300px;
}
.z-helper {
  position: relative;
  z-index: 1;
}
.v-middle {
  display: table;
  width: 100%;
}
.v-middle > * {
  display: table-cell;
  vertical-align: middle;
}
.header-helper {
  width: 960px;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
}
.header-helper .description {
  text-align: left;
}
.header-helper .slogan {
  text-align: right;
}
.header-helper .description,
.header-helper .slogan {
  color: #000;
  width: 290px;
  /*width: @contentWidth/4-@fontSize;*/
  display: inline-block;
}
.header-helper > .logo {
  width: 320px;
  display: inline-block;
}
.header-helper > .logo a {
  display: block;
  margin: -6.5px 0;
}
.header-helper > .logo a img {
  min-height: 39px;
  max-width: 307px;
  display: block;
  margin: 0 auto;
}
.divider {
  height: 0;
  border: none;
  border-top: solid #a6a6a6 1px;
  margin: 0;
  padding: 0;
}
.hero {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 5em;
  font-weight: bold;
  font-style: italic;
  display: block;
  margin: 0 auto;
  width: 700px;
}
.hero h2 {
  font-size: 2em;
  width: 620px;
  display: block;
  margin: 0 auto;
}
.has-icon i.fa {
  padding-right: .5em;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: .3;
  position: fixed;
  bottom: 100px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  z-index: 9999;
  background: url('../../global/images/icon_top.png') no-repeat;
}
h1 {
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: bold;
}
h2 {
  font-size: 1.8em;
  text-align: center;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: bold;
}
h4 {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: .5em;
}
h5 {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: .5em;
}
small,
.small {
  font-size: .85em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 6.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 13px;
}
dt,
dd {
  line-height: 13px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  /*width: (100px - 20);*/
  clear: left;
  text-align: right;
  text-overflow: elepsis;
  margin-bottom: .5em;
}
.dl-horizontal dd {
  margin-left: 130px;
  margin-bottom: .5em;
}
.dl-horizontal dd .dl-horizontal > dt:first-child {
  clear: right;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
footer,
small,
.small {
  display: block;
  font-size: 80%;
  line-height: 13px;
}
footer:before,
small:before,
.small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #000;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 13px;
  font-style: normal;
  line-height: 13px;
}
table {
  background-color: #ffffff;
}
caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #b3b3b3;
  text-align: left;
}
th {
  text-align: left;
}
th.contacts {
  min-width: 150px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.5em;
  line-height: 1.2em;
  vertical-align: top;
  border-top: 1px solid #b3b3b3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #b3b3b3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #b3b3b3;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 1.2em;
}
.table-bordered {
  border: 1px solid #b3b3b3;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #b3b3b3;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ededed;
}
.table-hover > tbody > tr:hover {
  background-color: #e3f9e8;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
table td.date,
table td.file {
  width: 80px;
}
.date .today span {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.667em;
  line-height: 100%;
  padding: 12px 0;
}
.date .today .day {
  background: url(../../../tpl/images/today/dd.png) left top no-repeat;
  width: 35px;
}
.date .today .month {
  background: url(../../../tpl/images/today/mm.png) left top no-repeat;
  width: 94px;
}
.date .today .year {
  background: url(../../../tpl/images/today/yyyy.png) left top no-repeat;
  width: 55px;
}
hr {
  border: none;
  background: none;
  border-top: 1px solid #e8e8e8;
  margin: 15px 0;
}
.date .temp {
  overflow: hidden;
  font-size: 1.167em;
  color: #666;
}
.date .temp .left {
  float: left;
  line-height: 140%;
  margin-right: 20px;
}
.date .temp .left a {
  color: #2dc950;
  font-size: .857em;
}
.date .temp .right {
  position: relative;
  overflow: hidden;
}
.date .temp .right .cels {
  position: absolute;
  top: 2px;
}
.date .temp .right .cels sup {
  font-size: 8px;
}
.date .temp .right img {
  /*margin-bottom:-10px;*/
  margin-left: 20px;
  border: none;
}
.date .temp .right .col {
  font-size: 2.714em;
  color: #2dc950;
  font-weight: 700;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  z-index: 9999;
  outline: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 10px solid #000;
  background: #fff;
  box-sizing: content-box;
}
#cboxLoadedContent {
  overflow: hidden;
  padding: 20px 40px;
  box-sizing: content-box;
}
#cboxLoadedContent:hover + #cboxTitle {
  display: block;
}
#cboxTitle {
  position: absolute;
  bottom: 20px;
  left: 40px;
  text-align: left;
  right: 40px;
  color: #666666;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  margin: 0;
  line-height: 1.5em;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  border: 0;
  display: block;
  margin: auto;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat;
}
#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y;
}
#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}
#cboxCurrent {
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #999;
  display: none;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  border: none;
  background: none;
  outline: none;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  color: #444;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
#cboxPrevious:before {
  text-indent: 0;
  position: absolute;
  right: 0;
}
#cboxPrevious:hover {
  font-size: 40px;
  left: -0.2em;
}
#cboxNext {
  position: absolute;
  border: none;
  background: none;
  outline: none;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #444;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
#cboxNext:before {
  text-indent: 0;
  position: absolute;
  left: 0;
}
#cboxNext:hover {
  font-size: 40px;
  right: -0.2em;
}
#cboxNext:hover {
  font-size: 40px;
}
#cboxLoadingOverlay {
  background: #ffffff url(images/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
  border: none;
  background: none;
  outline: none;
  width: 13px;
  height: 13px;
  text-indent: -99999px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1.5em;
}
#cboxClose:before {
  text-indent: 0;
  position: absolute;
  left: 0;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.cboxIE6 #cboxTopLeft {
  background: url(images/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
  background: url(images/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
  background: url(images/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
  background: url(images/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
  background: url(images/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
  background: url(images/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
  background: url(images/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
  background: url(images/ie6/borderMiddleRight.png);
}
.pane {
  display: none;
}
.pane.active {
  display: block;
}
.tabs li {
  display: inline-block;
}
.tabs li.active {
  background: #2dc950;
  color: #ffffff;
}
.nav {
  position: relative;
  z-index: 1;
  margin-left: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.nav .nav-helper {
  position: absolute;
  margin-left: 50%;
  top: 0;
  top: 34px;
  display: none;
  z-index: 10000;
}
.nav .nav-helper:hover {
  display: block;
}
.nav a:hover + .nav-helper {
  display: block;
}
.nav ul {
  -display: none;
  position: relative;
  padding: 22px 10px 10px;
  left: -50%;
  margin-left: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #000;
}
.nav ul .nav-helper {
  position: static;
  margin: 0;
}
.nav ul:hover {
  display: block;
}
.nav ul:before {
  display: block;
  content: "";
  width: 100%;
  left: 0;
  top: 9px;
  height: 0;
  border-top: 3px #000 solid;
  position: absolute;
}
.nav ul li {
  display: block;
}
.nav ul li a {
  white-space: nowrap;
  border-radius: 0;
  line-height: 20px;
  color: #000;
}
.nav ul li a:hover {
  
  white-space: nowrap;
  background: none;
  color: #000;
}
.nav ul ul {
  padding: 10px;
  left: 0;
  box-shadow: none;
  margin-top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav ul ul:before {
  -display: none;
}
.nav ul ul a:hover {
  border-bottom: none;
}
.nav > li {
  padding: 12px 0;
}
.nav li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
}
.nav li .sooo {
  background-color: #fff;
  color: #000;
}
.nav li a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.nav li a:hover + .nav-helper {
  display: block;
}
.post {
  color: #000;
  line-height: 1.5em;
}
.post .content{
  font-size: 1.5em;
  line-height: 1.5em;
}
.post img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1em 1em 1em 0;
  max-width: 100%;
}
.post img:first-child {
  margin-top: 0;
}
.post img[align="right"] {
  margin: 1em 0 1em 1em;
}
.post .left {
  float: left;
}
.post .event_page {
  text-align: justify;
}
.post .event_page p {
  margin-top: 1em;
}
.post p {
  margin-bottom: .5em;
  text-indent: 2em;
  text-align: justify;
}
.post ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 1.5em;
}
.post ul li {
  margin-bottom: .5em;
}
ul.bnr{
		list-style: none;
		list-style-position: none;
		padding-left: 0;
	}
ul.bnr li a img {
	border:none;
	border-radius:0px;
}
.post table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #DCDCDC;
}
.post table > thead > tr > th,
.post table > tbody > tr > th,
.post table > tfoot > tr > th,
.post table > thead > tr > td,
.post table > tbody > tr > td,
.post table > tfoot > tr > td {
  padding: 0.5em;
  line-height: 1.2em;
  vertical-align: top;
  border-top: 1px solid #b3b3b3;
}
.post table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #b3b3b3;
}
.post table > caption + thead > tr:first-child > th,
.post table > colgroup + thead > tr:first-child > th,
.post table > thead:first-child > tr:first-child > th,
.post table > caption + thead > tr:first-child > td,
.post table > colgroup + thead > tr:first-child > td,
.post table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.post table > tbody + tbody {
  border-top: 2px solid #b3b3b3;
}
.post table .table {
  background-color: #ffffff;
}
.post table > tbody > tr:nth-of-type(odd) {
  background-color: #ededed;
}
.post table > tbody > tr:hover {
  background-color: #e3f9e8;
}
.post .yashare-auto-init {
  margin-bottom: 20px;
}
.post td p {
  text-indent: 0;
}
.post-galary .crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post-galary .crop > img {
  width: 100%;
  min-height: 100%;
}
.post-galary .item {
  margin-bottom: 20px;
}
.post-galary .item img {
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ol li {
  list-style-type: none;
  text-indent: 2em;
}
ol {
  counter-reset: list 0;
}
ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  padding-right: 1em;
}
ul li {
  list-style-position: inside;
}
.block {
  display: block;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #000 solid;
  margin-bottom: 20px;
  padding: 20px 10px;
}
.block:before,
.block:after {
  content: " ";
  display: table;
}
.block:after {
  clear: both;
}
.block > .header {
  display: block;
  color: #000;
  font-size: 2em;
  padding: 0 .5em 1em;
}
.block > .header.center {
  text-align: center;
}
.block > .header .fa {
  padding-right: 0.3em;
}
.block > .header a {
  color: #ff0000;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: .6em;
  margin-top: .2em;
  float: right;
}
div.links{font-size: 1.2em;}
div.contacts .log{font-size: 1.2em;}
.block .contact-item img {
  border-radius: 100%;
  margin-right: 10px;
  border: none;
  max-width: none;
  margin: 0;
}
.block .contact-item a {
  text-align: left;
  vertical-align: top;
}
.block .contact-item .italic {
  font-style: italic;
  font-weight: bold;
}
.block .contact-item .col-md-10 {
  line-height: 1;
}
.block .contact-item .col-md-12 {
  line-height: 1.5;
}
.advanced {
  overflow: hidden;
  height: 79px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.advanced .red-bl {
  width: 38%;
  height: 100%;
  float: left;
  background: #000;
  text-align: center;
  color: #fff;
  padding-top: 4px;
}
.advanced span {
  float: left;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  margin: 4px 0 0 5px;
  display: block;
}
.advanced .wrap-fl {
  width: 62%;
  float: right;
  padding-top: 10px;
}
.advanced .date {
  font-weight: 700;
  font-size: 31px;
  line-height: 35px;
}
.advanced .month {
  font-weight: 400;
  font-size: 13px;
}
.advanced .day {
  font-weight: 400;
  font-size: 10px;
  padding-top: 4px;
}
.advanced .numb {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-left: 5px;
  padding-top: 7px;
}
.advanced .weath {
  float: right;
  width: 50%;
}
.advanced .weath img {
  display: block;
  margin: 3px auto 0;
  max-height: 40px;
  border: none;
}
.card {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
}
.card .title {
  display: table;
  width: 100%;
  text-align: center;
  height: 4em;
  padding: .5em;
  font-size: 1em;
}
.card .title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
.card .title h5 {
  font-size: 1em;
}
.card .content {
  margin: 3px 3px .5em;
  font-size: 1.5em;
}
.card .content .crop {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
}
.card .content .crop > img {
  width: 100%;
  min-height: 100%;
}
.card .content p {
  text-align: center;
  color: #000;
  margin: .5em 0;
  font-size: .9em;
  max-height: 3em;
  text-overwlow: elipsis;
  overflow: hidden;
}
.card .content a {
  text-align: right;
  color: #ff0000;
  float: right;
}
.log .entry {
  margin-bottom: 1em;
  position: relative;
  /*text-align: justify;*/
  border-bottom: 1px dotted #000;
  padding-bottom: 1em;
}
.log .entry .time {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.log .entry a {
  text-decoration: none;
}
.log .entry a:hover {
  text-decoration: underline;
}
.list-menu {
  margin: 0 2em;
}
.list-menu li {
  font-size: 1.2em;
  padding: 0.2em 0;
  border-bottom: 1px dotted #2dc950;
}
.list-menu li:last-child {
  border-bottom: none;
}
div.rasp {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2dc950;
  padding: 0;
}
div.rasp table {
  border-right: 1px solid #2dc950;
  width: 100%;
}
div.rasp table thead {
  background: #2dc950;
  color: #ffffff;
  font-size: 1.2em;
}
div.rasp table thead th {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: .5em;
  text-align: left;
}
div.rasp table tbody td {
  padding: 1em;
  border: #2dc950 1px solid;
}
div.rasp table tbody td:first-child {
  font-size: 1.2em;
  width: 20%;
  text-align: center;
  font-weight: bold;
}
ul.rasp {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 1em;
  bottom: -38px;
  font-size: 1.2em;
  margin-top: -38px;
}
ul.rasp li {
  padding: .5em;
  cursor: pointer;
}
ul.rasp li:hover {
  color: #fff;
}
.employee-card {
  text-align: center;
  min-height: 369px;
  margin-bottom: 2em;
  text-decoration: none;
  display: block;
  color: #666666;
}
.employee-card .crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employee-card .crop > img {
  width: 100%;
  min-height: 100%;
}
.employee-card .name {
  font-weight: bold;
  font-size: 1.5em;
  display: block;
}
.employee-card .position {
  display: block;
}
.employee-profile .description h1 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: bold;
  text-align: left;
}
.employee-profile .description h2 {
  font-size: 1.2em;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
.employee-profile .crop {
  width: 100%;
  height: 100;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employee-profile .crop > img {
  width: 100%;
  min-height: 100%;
}
.employee-profile .divider {
  margin-top: 1em;
  margin-bottom: 1em;
}
.staff_content {
  padding: 10px;
  text-indent: 20px;
}
.staff_content ul {
  list-style: circle outside;
  padding-left: 1.2em;
}
.staff_content ul li {
  margin-bottom: .5em;
}
.staff_files {
  margin: 20px 0;
}
.staff:hover .podrobnee {
  width: 91%;
  height: 90%;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  text-align: center;
  padding-top: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.podrobnee {
  display: none;
  font-size: 1.5em;
  color: #ff0000;
}
.footer {
  margin-top: -100px;
  min-height: 100px;
  position: relative;
  background-color: #000;
  background-repeat: repeat-x;
  background-position: top;
  color: #fff;
}
.footer a {
  color: #ffffff;
}
.footer .title {
  display: block;
  font-weight: bold;
  -font-size: 1.1em;
  margin-bottom: 10px;
}
.footer .bg-helper-bottom {
  position: absolute;
  top: -600px;
  height: 600px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer .cell {
  height: 100px;
  display: table;
  width: 100%;
}
.footer .cell > * {
  display: table-cell;
  vertical-align: middle;
}
.ftype-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.ftype-icon i.fa {
  padding-right: .5em;
}
.feed .item {
  margin-bottom: 2em;
}
.feed .item .crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.feed .item .crop > img {
  width: 100%;
  min-height: 100%;
}
.feed .item h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: #2dc950;
  text-align: left;
}
.feed .item .desc {
  margin: .5em 0;
  font-size: 1.5em;
}
.feed .item .content {
  font-size: 1.5em;
}
.feed .item .desc .name {
  color: #e9320f;
  padding: 1em;
}
.feed .item .content img {
  max-width: 90%;
}
.feed .item .info {
  padding: .7em 0;
}
.feed .item .info .comments i {
  margin-right: 0.5em;
}
.feed .item .info .location {
  color: #b3b3b3;
}
.feed .item .more {
  text-align: right;
  font-size: 1.2em;
}
.navigation ul li {
  display: inline;
  /* Отображать как строчный элемент */
  margin-right: 5px;
  /* Отступ слева */
  padding: 3px;
  /* Поля вокруг текста */
  font-size: 1.5em;
}
.navigation ul li a {
  text-decoration: none;
}
.navigation ul li a:hover {
  text-decoration: underline;
}
.impaired_button {
  position: fixed;
  top: 120px;
  left: 10px;
  z-index: 999;
}
.button {
  color: #ff0000;
  cursor: pointer;
  display:block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../../global/images/impaired.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.sitemap {
  color: #ff0000;
  cursor: pointer;
  display:block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../../global/images/sitemap.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
  width: 600px;
  height: 500px;
  margin: 5% auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);

}
.modalDialog div {
    overflow: scroll;
    position: relative;
    width: 100%;
    height: 100%;
}
.modalDialog div ul{
      list-style-type: square;
      }
.modalDialog div ul li ul{
      margin-left: 20px;
      }
.modalDialog:target {
  display: block;
  pointer-events: auto;
}
.modalDialog .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }
.modalDialog .close:hover {
    background: #00d9ff;
  }
  
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
      font-size: 1.5em;
}
.pagination > li {
  display: inline;
}
.pagination  > li  > a,
.pagination  > li  > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
}
.pagination  > li:first-child  > a,
.pagination  > li:first-child  > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination  > li:last-child  > a,
.pagination  > li:last-child  > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination  > li  > a:hover,
.pagination  > li  > span:hover,
.pagination  > li  > a:focus,
.pagination  > li  > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #d000;
}
.pagination  > .active  > a,
.pagination  > .active  > span,
.pagination  > .active  > a:hover,
.pagination  > .active  > span:hover,
.pagination  > .active  > a:focus,
.pagination  > .active  > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}
.pagination  > .disabled  > span,
.pagination  > .disabled  > span:hover,
.pagination  > .disabled  > span:focus,
.pagination  > .disabled  > a,
.pagination  > .disabled  > a:hover,
.pagination  > .disabled  > a:focus {
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #000;
}
.pagination-lg  > li  > a,
.pagination-lg  > li  > span {
  padding: 10px 16px;
  line-height: 1.3333333;
}
.pagination-lg  > li:first-child  > a,
.pagination-lg  > li:first-child  > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg  > li:last-child  > a,
.pagination-lg  > li:last-child  > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm  > li  > a,
.pagination-sm  > li  > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm  > li:first-child  > a,
.pagination-sm  > li:first-child  > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm  > li:last-child  > a,
.pagination-sm  > li:last-child  > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


