@font-face {
  font-family: 'grands';
  src: url('fonts/grands/grands.eot');
  src: url('fonts/grands/grands.eot?#iefix') format('embedded-opentype'), url('fonts/grands/grands.svg#Grands') format('svg'), url('fonts/grands/grands.woff') format('woff'), url('fonts/grands/grands.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #222;
  font-family: "Segoe UI", Verdana, Arial, sans-serif;
}
a {
  color: #20549F;
}
a:hover {
  color: #13325f;
}
a.curent-page-cat {
  font-weight: bold;
}
h1 {
  color: #444;
  font-size: 26px;
  margin: 0 0 5px 0;
  background-color: #eee;
  padding: 7px 10px;
}
h1 a {
  color: #13325f;
}
h1 a:hover {
  color: #13325f;
}
h1.category {
  margin: 0 0 15px 0;
  background-color: #B91D47;
  color: #fff;
  padding: 7px 10px;
}
body {
  background-color: #f0f0f0;
}
div.main {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
div.content {
  width: 69.791666666667%;
  float: left;
  background: white;
}
div.content div.content-wrap {
  margin: 15px 0 10px 30px;
  padding: 0 30px 0 0;
}
div.sidebar1 {
  width: 30.208333333333%;
  float: right;
}
div.sidebar1 div.sidebar1-wrap {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
div.footer div.footer-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
body.no-sidebar div.content {
  width: 100%;
  float: none;
  margin: 0;
}
body.no-sidebar div.content div.content-wrap {
  border: 0;
  margin: 0 30px;
  padding: 20px 0;
}
div.MainMenu {
  height: 45px;
  line-height: 45px;
}
div.MainMenu ul.menu > li {
  height: 45px;
  line-height: 45px;
}
div.MainMenu ul.menu > li > a {
  padding: 0 20px;
  -webkit-transition: background-color 0.3s 0s ease-out;
  -moz-transition: background-color 0.3s 0s ease-out;
  -ms-transition: background-color 0.3s 0s ease-out;
  -o-transition: background-color 0.3s 0s ease-out;
  transition: background-color 0.3s 0s ease-out;
  color: #FFF;
}
div.MainMenu ul.menu > li.selected > a,
div.MainMenu ul.menu > li > a:hover {
  background-color: #2B5797;
  color: #EFF4FF;
}
div.MainMenu ul.menu li.group ul li > a {
  -webkit-transition: background-color 0.3s 0s ease-out;
  -moz-transition: background-color 0.3s 0s ease-out;
  -ms-transition: background-color 0.3s 0s ease-out;
  -o-transition: background-color 0.3s 0s ease-out;
  transition: background-color 0.3s 0s ease-out;
  font-size: 12px;
}
div.MainMenu ul.menu li.group ul li > a:hover {
  background-color: #2D89EF;
  color: #EFF4FF;
}
div.MainMenu ul.menu li.group ul {
  -o-box-shadow: 0 1px 2px #888;
  -webkit-box-shadow: 0 1px 2px #888;
  -moz-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888;
}
div.MainMenu ul.menu li.group > a span {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
}
.message {
  margin: 0 0 10px 0;
  padding: 15px 10px 15px 70px;
  min-height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #E9E9E9;
  color: #505050;
  font-weight: bold;
}
.message.ok {
  background: #58B158 url("../images/icons/ok.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.ok.small {
  background-image: url("../images/icons/small/ok.png");
}
.message.note {
  background: #44AAC8 url("../images/icons/note.png") no-repeat 15px center;
  color: #111;
}
.message.note.small {
  background-image: url("../images/icons/small/note.png");
}
.message.alert {
  background: #F89406 url("../images/icons/alert.png") no-repeat 15px center;
  color: #fff;
}
.message.alert.small {
  background-image: url("../images/icons/small/alert.png");
}
.message.idea {
  background: #FAF6AC url("../images/icons/idea.png") no-repeat 15px center;
  color: #111;
}
.message.idea.small {
  background-image: url("../images/icons/small/idea.png");
}
.message.error {
  background: #D64B45 url("../images/icons/error.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.error.small {
  background-image: url("../images/icons/small/error.png");
}
.message.about {
  background: #EAEAEA url("../images/icons/about.png") no-repeat 15px center;
  color: #111;
}
.message.about.small {
  background-image: url("../images/icons/small/about.png");
}
.message.mail {
  background: #EAEAEA url("../images/icons/mail.png") no-repeat 15px center;
  color: #111;
}
.message.mail.small {
  background-image: url("../images/icons/small/mail.png");
}
.message.home {
  background: #EAEAEA url("../images/icons/home.png") no-repeat 15px center;
  color: #111;
}
.message.home.small {
  background-image: url("../images/icons/small/home.png");
}
.message.question {
  background: #EAEAEA url("../images/icons/question.png") no-repeat 15px center;
  color: #111;
}
.message.question.small {
  background-image: url("../images/icons/small/question.png");
}
.message.noicon {
  background-image: none;
  padding: 10px;
  min-height: 0;
}
.message.small {
  min-height: 20px;
  padding: 7px 10px 7px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
span.label {
  background-color: #999;
  color: #fff;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
}
span.label.default {
  background-color: #999;
  color: #fff;
}
span.label.success {
  background-color: #468847;
  color: #fff;
}
span.label.warning {
  background-color: #F89406;
  color: #fff;
}
span.label.important {
  background-color: #B94A48;
  color: #fff;
}
span.label.info {
  background-color: #3A87AD;
  color: #fff;
}
span.label.inverse {
  background-color: #333;
  color: #fff;
}
.dropdown-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.dropdown-menu ul {
  min-width: 100px;
  list-style: none;
  background: #FFF;
  border: solid 1px #DDD;
  border: solid 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.dropdown-menu.has-tip {
  margin-top: 8px;
}
.dropdown-menu.has-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0,0,0,0.2);
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.has-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.has-scroll ul {
  max-height: 358px;
  overflow: auto;
}
.dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.dropdown-menu li > a,
.dropdown-menu label {
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu label:hover {
  background-color: #08C;
  color: #FFF;
  cursor: pointer;
}
.dropdown-menu .divider {
  height: 1px;
  background: #E5E5E5;
  margin: 5px 1px;
  overflow: hidden;
}
div.columns {
  margin-right: -30px;
}
div.columns div.column-content {
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
}
div.box {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
div.box div.row {
  display: table-row;
}
div.box div.row div.cell {
  display: table-cell;
  vertical-align: top;
}
div.cell.c1 {
  width: 115px;
  padding-top: 5px;
}
div.cell.c3 {
  width: 215px;
  padding-top: 10px;
  text-align: right;
}
div.info {
  margin: 30px 0 30px 0;
}
img.top {
  border: 7px #bbb solid;
  margin: 10px 20px 10px 0px;
}
div.page_only {
  border: 0;
}
div.page_other_pages_header,
div.page_comments_count,
div.leave_a_comment {
  color: #fff;
  padding: 7px 10px;
  margin: 10px 0;
}
div.page_other_pages_header a,
div.page_comments_count a,
div.leave_a_comment a {
  color: #fff;
}
div.page_other_pages_header {
  background-color: #7E3878;
}
div.page_comments_count {
  background-color: #DA532C;
}
div.leave_a_comment {
  background-color: #1E7145;
}
div.type_loginform div.loginform {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 30px 0;
}
div.type_loginform div.loginform p.header {
  background-color: #00A300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.sitemap ul {
  list-style-type: none;
}
div.sitemap ul ul {
  list-style-type: circle;
}
div.home_header {
  font-size: 18px;
  margin: 10px 0;
}
span.comments-link {
  display: none;
}
div.info span.comments-link {
  display: inline;
}
span.cut a {
  display: inline-block;
  float: right;
  background-color: #00A300;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
}
span.cut a:hover {
  background-color: #1E7145;
}
div.widget {
  color: #444;
}
div.widget div.widget_header,
div.widget h2.box {
  font-size: 16px;
  background-color: #DA532C;
  color: white;
  padding: 8px 10px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
div.widget_2 div.widget_header,
div.widget_2 h2.box {
  background-color: #9F00A7;
}
div.widget_3 div.widget_header,
div.widget_3 h2.box {
  background-color: #603CBA;
}
div.widget_4 div.widget_header,
div.widget_4 h2.box {
  background-color: #999999;
}
div.widget_5 div.widget_header,
div.widget_5 h2.box {
  background-color: #E3A21A;
}
div.widget_6 div.widget_header,
div.widget_6 h2.box {
  background-color: #7E3878;
}
ul.is_link {
  list-style-type: none;
  margin: 0 0 0 10px;
}
ul.is_link ul {
  list-style-type: none;
  margin: 0;
}
ul.is_link li {
  padding-left: 15px;
  background: url("../images/bullets/bullet12.png") no-repeat left 8px;
}
ul.is_link li li {
  background: url("../images/bullets/bullet12.png") no-repeat left 8px;
}
div.footer-copy-stat {
  color: #888;
  font-size: 12px;
}
div.footer-copy-stat a {
  color: #888;
}
div.footer-copy-stat > div.wrap {
  padding: 20px 30px;
}
div.logo-icons div.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  height: 150px;
}
div.logo-icons div.r1 {
  float: left;
}
div.logo-icons div.r1 img {
  margin: 20px 0 0 0;
}
div.logo-icons div.r2 {
  float: right;
  width: auto;
  width: 30.208333333333%;
}
div.logo-icons div.r2 div.social {
  padding: 20px 0 0 30px;
}
div.logo-icons div.r2 div.social a {
  padding: 5px;
  margin: 0 0 3px 3px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  background-color: #bbb;
  font-family: grands;
}
div.logo-icons div.r2 div.social a:before {
  content: "\e00b";
}
div.logo-icons div.r2 div.social a:hover {
  background-color: #888;
}
div.logo-icons div.r2 div.social a.rss:before {
  content: "\e00c";
}
div.logo-icons div.r2 div.social a.rss:hover {
  background-color: #F09836;
}
div.logo-icons div.r2 div.social a.twitter:before {
  content: "\e005";
}
div.logo-icons div.r2 div.social a.twitter:hover {
  background-color: #2CAAE1;
}
div.logo-icons div.r2 div.social a.facebook:before {
  content: "\e021";
}
div.logo-icons div.r2 div.social a.facebook:hover {
  background-color: #3B5998;
}
div.logo-icons div.r2 div.social a.gplus:before {
  content: "\e01b";
}
div.logo-icons div.r2 div.social a.gplus:hover {
  background-color: #D84937;
}
div.logo-icons div.r2 div.social a.github:before {
  content: "\e01d";
}
div.logo-icons div.r2 div.social a.github:hover {
  background-color: #444;
}
div.logo-icons div.r2 div.social a.skype:before {
  content: "\e00a";
}
div.logo-icons div.r2 div.social a.skype:hover {
  background-color: #00C6FF;
}
div.logo-icons div.r2 div.social a.vkontakte:before {
  content: "\e002";
}
div.logo-icons div.r2 div.social a.vkontakte:hover {
  background-color: #496C93;
}
div.logo-icons div.r2 div.social a.blogger:before {
  content: "\e025";
}
div.logo-icons div.r2 div.social a.blogger:hover {
  background-color: #FA9D3C;
}
div.logo-icons div.r2 div.social a.dropbox:before {
  content: "\e024";
}
div.logo-icons div.r2 div.social a.dropbox:hover {
  background-color: #008EDA;
}
div.logo-icons div.r2 div.social a.evernote:before {
  content: "\e022";
}
div.logo-icons div.r2 div.social a.evernote:hover {
  background-color: #83B546;
}
div.logo-icons div.r2 div.social a.last_fm:before {
  content: "\e017";
}
div.logo-icons div.r2 div.social a.last_fm:hover {
  background-color: #C80604;
}
div.logo-icons div.r2 div.social a.linked_in:before {
  content: "\e015";
}
div.logo-icons div.r2 div.social a.linked_in:hover {
  background-color: #0E5D86;
}
div.logo-icons div.r2 div.social a.mail:before {
  content: "\e023";
}
div.logo-icons div.r2 div.social a.mail:hover {
  background-color: #999;
}
div.logo-icons div.r2 div.social a.odnoklassniki:before {
  content: "\e014";
}
div.logo-icons div.r2 div.social a.odnoklassniki:hover {
  background-color: #E77B19;
}
div.logo-icons div.r2 div.social a.vimeo:before {
  content: "\e004";
}
div.logo-icons div.r2 div.social a.vimeo:hover {
  background-color: #1AB7EA;
}
div.menu-login {
  background-color: #2D89EF;
}
div.menu-login > div.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
div.menu-login div.r1 {
  float: left;
}
div.menu-login div.r2 {
  float: right;
  padding: 10px 0 0 0;
  color: #ccc;
}
div.menu-login div.r2 a.dropdown {
  color: #fff;
}
div.menu-login div.r2 form {
  padding: 10px 15px 0 15px;
  width: 200px;
}
div.menu-login div.r2 form input {
  width: 195px;
}
div.menu-login div.r2 form span.registration {
  display: inline-block;
  float: right;
}
div.pagination {
  color: #444;
  margin: 20px 0;
}
div.pagination a {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#ffffff, offx=, offy=);
}
div.pagination a:hover {
  color: #fff;
  background-color: #2D89EF;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  filter: dropshadow(color=rgba(0,0,0,0.3), offx=, offy=);
}
div.pagination span {
  display: none;
}
div.pagination strong {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background-color: #2B5797;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  filter: dropshadow(color=rgba(0,0,0,0.3), offx=, offy=);
}
div.tabs ul.tabs-nav {
  margin-left: 10px;
}
div.tabs ul.tabs-nav li.elem {
  margin: 0 2px 0 0;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  background-color: #415F7F;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#0d131a),to(#415F7F));
  background-image: -moz-linear-gradient(top,#0d131a,#415F7F);
  background-image: -ms-linear-gradient(top,#0d131a,#415F7F);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0d131a),color-stop(100%,#415F7F));
  background-image: -webkit-linear-gradient(top,#0d131a,#415F7F);
  background-image: -o-linear-gradient(top,#0d131a,#415F7F);
  background-image: linear-gradient(top,#0d131a,#415F7F);
  box-shadow: inset 0 -2px 5px #0d131a;
  -moz-box-shadow: inset 0 -2px 5px #0d131a;
  -webkit-box-shadow: inset 0 -2px 5px #0d131a;
}
div.tabs ul.tabs-nav li.elem:hover {
  background-color: #436282;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#466789),to(#436282));
  background-image: -moz-linear-gradient(top,#466789,#436282);
  background-image: -ms-linear-gradient(top,#466789,#436282);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#466789),color-stop(100%,#436282));
  background-image: -webkit-linear-gradient(top,#466789,#436282);
  background-image: -o-linear-gradient(top,#466789,#436282);
  background-image: linear-gradient(top,#466789,#436282);
}
div.tabs ul.tabs-nav li.tabs-current {
  color: gray;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#efefef),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -ms-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -o-linear-gradient(top,#efefef,#F2F2F2);
  background-image: linear-gradient(top,#efefef,#F2F2F2);
  box-shadow: inset 0 3px 3px #a6a6a6;
  -moz-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
div.tabs ul.tabs-nav li.tabs-current:hover {
  color: #343434;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#eaeaea),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -ms-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -o-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: linear-gradient(top,#eaeaea,#F2F2F2);
}
div.tabs div.tabs-box {
  background: #F2F2F2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 0 0 3px #a6a6a6;
  -webkit-box-shadow: 0 0 3px #a6a6a6;
  -moz-box-shadow: 0 0 3px #a6a6a6;
  box-shadow: 0 0 3px #a6a6a6;
}
div.all-wrap,
div.content,
div.sidebar1 {
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
@media (max-width: 767px) {
  div.content {
    width: 100%;
    float: none;
  }
  div.content div.content-wrap {
    margin: 0;
    border: 0;
    padding: 10px;
  }
  div.sidebar1 {
    width: 100%;
    float: none;
  }
  div.sidebar1 div.sidebar1-wrap {
    margin: 0;
    border: 0;
    padding: 10px;
  }
  div.slidesjs {
    display: none;
  }
  div.column {
    width: 100%;
    float: none;
  }
}
