@charset "UTF-8";
.sec-block {
  color: #000000;
}
.sec-block .sec-block--title {
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 15px;
}
.sec-block .sec-block--list {
  line-height: 1.3em;
}
.sec-block .sec-block--item {
  margin-bottom: 20px;
  zoom: 1;
}
.sec-block .sec-block--item:before,
.sec-block .sec-block--item:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.sec-block .sec-block--item:after {
  clear: both;
}
.sec-block .sec-block--link {
  text-decoration: none;
  color: #205c96;
  font-size: 15px;
}
.sec-block .sec-block--link.m-link-block {
  display: inline;
  width: 79%;
  margin-right: 3%;
  float: left;
}
.sec-block .sec-block--date {
  font-size: 12px;
}
.sec-block .sec-block--date.m-date-block {
  display: inline;
  width: 18%;
  float: left;
}
.sec-block .sec-block--more {
  margin-top: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.sec-block .sec-block--more .sec-block--link {
  padding: 10px;
  display: block;
}
.sec-block.m-sec-block--tabs .sec-block--title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sec-block.m-sec-block--tabs .sec-block--title .sec-block--tbs {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
}
.sec-block.m-sec-block--tabs .sec-block--title .sec-block--tbs.m-sec-block--tbs__active {
  cursor: default;
  background-color: white;
  position: relative;
  bottom: -1px;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none transparent;
}
.sec-block.m-sec-block--tabs .sec-block--item {
  position: relative;
}
.sec-block.m-sec-block--tabs .m-date-block {
  top: 0;
  left: 0;
  position: absolute;
  color: #bf4949;
}
.sec-block.m-sec-block--tabs .m-link-block {
  margin-left: 80px;
  width: auto;
  font-size: 14px;
}
.sec-block.m-sec-block--icons {
  margin: 30px -30px;
  padding-bottom: 10px;
  background-color: #f4f7fa;
}
.sec-block.m-sec-block--icons .sec-block--title {
  text-align: center;
  border-bottom: 2px solid #000000;
  margin-top: -20px;
  margin-bottom: 38px;
}
.sec-block.m-sec-block--icons .sec-block--title-in {
  padding: 0 30px;
  background-color: #f4f7fa;
  position: relative;
  bottom: -15px;
}
.sec-block.m-sec-block--icons .sec-block--list-icons {
  text-align: justify;
  font-size: 20px;
}
.sec-block.m-sec-block--icons .sec-block--item-icons {
  display: inline-block;
  width: 18%;
  text-align: center;
  vertical-align: top;
}
.sec-block.m-sec-block--icons .sec-block--item-icons a {
  color: #000000;
  text-decoration: none;
}
.main {
  background-color: white;
  margin: 0 auto;
  padding: 30px;
  min-width: 950px;
  max-width: 1280px;
}
.header-wrap {
  width: 100%;
  height: 125px;
  background: #152e5d;
}
.header-wrap .toggler {
  display: none;
}
.header-wrap.fixPanel {
  padding-top: 0;
  position: fixed;
  width: 100%;
  z-index: 1100;
  height: 80px;
  -webkit-box-shadow: 0 0 15px #000000;
  -moz-box-shadow: 0 0 15px #000000;
  box-shadow: 0 0 15px #000000;
}
.header-wrap.fixPanel .l-width.l-header {
  padding-top: 15px;
}
.header-wrap.fixPanel .nav {
  top: 12px;
}
.header-wrap.fixPanel .header .header--list,
.header-wrap.fixPanel .header .lang--list,
.header-wrap.fixPanel .header .social-button,
.header-wrap.fixPanel .header .contacts .userbox--list {
  display: none;
}
.header-wrap.fixPanel .header .header--logo .header--link {
  background-size: 90%;
}
.link-icons {
  display: inline-block;
}
.link-icons:before {
  content: "";
  display: block;
  background: url('../images/list-icons-sprite.png') no-repeat 0 0 transparent;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
}
.link-icons.icon-charter:before {
  background-position: 0 0;
}
.link-icons.icon-docs:before {
  background-position: 0 -64px;
}
.link-icons.icon-fin:before {
  background-position: 0 -128px;
}
.link-icons.icon-guide:before {
  background-position: 0 -192px;
}
.link-icons.icon-app:before {
  background-position: 0 -256px;
}
.fancy-shadow {
  background-color: #777777;
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1100;
}
.preview.showPrew {
  border: 1px solid #d4e1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 10px #444444;
  -moz-box-shadow: 0px 2px 10px #444444;
  box-shadow: 0px 2px 10px #444444;
  position: absolute;
  z-index: 1101;
  background: #ffffff;
  padding: 10px;
  width: 660px;
}
.preview .fancybox-close {
  height: 11px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 11px;
  cursor: pointer;
  background: url("../images/x-sprite.png") no-repeat scroll transparent;
}
.preview .fancybox-close:hover {
  background-position: 0 -11px;
  z-index: 1102;
}
.sec {
  margin-top: 25px;
  text-align: left;
}
.sec .sec--title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
}
.sec .sec--title .sec--title-link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sec .sec--title a.sec--title-link:hover {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #bf4949;
  text-decoration: underline;
}
.sec .sec--article {
  margin-bottom: 0px;
}
.sec .sec--article.mb-5 {
  margin-bottom: 5px;
}
.sec .sec--article.m-sec--article_no-margin {
  margin-bottom: 0;
}
.sec .sec--article .sec--article__img,
.sec .sec--article .sec--article__text {
  display: inline-block;
  vertical-align: top;
}
.sec .sec--article .sec--article__img {
  width: 30%;
  overflow: hidden;
}
.sec .sec--article .sec--article__img img {
  width: 100%;
}
.sec .sec--article .sec--article__text {
  box-sizing: border-box;
  padding-left: 10px;
  width: 68%;
}
.sec .sec--article .sec--article__text .sec--item {
  margin-bottom: 5px;
}
.sec .sec--article .sec--article__text.sec--article__text_stats {
  width: 100%;
  padding: 0px;
  text-align: center;
}
.sec .sec--article .sec--article__text.sec--article__text_stats .sec--item {
  margin: 5px 10px;
  display: inline-block;
}
.sec .sec--article .sec--article__title {
  font-size: 18px;
  font-weight: normal;
}
.sec .sec--article .sec--article__title-link {
  text-decoration: none;
  color: #205c96;
  font-size: 16px;
}
.sec .sec--article .sec--article__title-link:hover {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #bf4949;
  text-decoration: underline;
}
.sec .sec--article .sec--aricle__desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.sec .sec--article .sec--article__more {
  color: #999999;
  text-decoration: none;
  font-size: 12px;
}
.sec .sec--article.m-sec--article__large .sec--article__img {
  width: 43%;
  overflow: hidden;
}
.sec .sec--article.m-sec--article__large .sec--article__img.m-sec--article__img-full {
  width: 100%;
}
.sec .sec--article.m-sec--article__large .sec--article__img img {
  width: 100%;
}
.sec .sec--article.m-sec--article__large .sec--article__text {
  box-sizing: border-box;
  padding-left: 10px;
  width: 55%;
}
.sec .sec--article.m-sec--article__large .sec--article__title {
  margin-top: 7px;
  font-size: 14px;
}
.sec .sec--list.sec--list_index .sec--item .sec--link {
  font-size: 14px;
}
.sec .sec--title_index {
  font-size: 14px;
}
.sec .sec--item {
  margin-bottom: 9px;
}
.sec .sec--item .count {
  position: absolute;
  margin-top: -7px;
  margin-left: 2px;
}
.sec .sec--count {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
.sec .sec--link {
  color: #205c96;
  text-decoration: none;
}
.sec .sec--link:hover {
  color: #bf4949;
  text-decoration: underline;
}
.sec.m-sec__multimedia .sec--item {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
}
.sec.m-sec__large .sec--link {
  font-size: 18px;
}
.sec.m-sec__large.l-2col {
  margin-top: 25px;
}
.sec.m-sec__stylish .sec--item {
  position: relative;
  padding-left: 10px;
}
.sec.m-sec__stylish .sec--item:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 7px;
  top: 7px;
  left: 0;
  background: url('../images/list-sprite.png') no-repeat 0 0 transparent;
}
.sec.m-sec__stylish .sec--link {
  font-size: 13px;
}
.sec.m-sec__stylish.m__sec-list {
  margin-top: 25px;
}
.social-button {
  margin-top: 30px;
}
.social-button .social-button--item {
  display: inline-block;
}
.social-button .social-button--link {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: url('../images/social-button-sprite.png') no-repeat 0 0 transparent;
  margin: 0 3px;
}
.social-button .social-button--link.m-vk {
  background-position: 0 0;
}
.social-button .social-button--link.m-fb {
  background-position: 0 -30px;
}
.social-button .social-button--link.m-tw {
  background-position: 0 -60px;
}
.statistic--list {
  text-align: center;
  background: #e5e5e5;
  padding: 15px;
  font-size: 15px;
}
.statistic--list .statistic--term {
  color: #000000;
}
.statistic--list .statistic--definition {
  margin-right: 15px;
}
.statistic--list .statistic--link {
  color: #205c96;
  text-decoration: none;
}
.statistic--list .statistic--term,
.statistic--list .statistic--definition {
  display: inline-block;
}
.img-block {
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.img-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 0;
  top: 0;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.img-block .img-block--in {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-block .img-block--image {
  display: block;
  width: 105px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  margin-right: 20px;
}
.img-block .img-block--title,
.img-block .img-block--desc {
  display: block;
  margin-left: 20px;
}
.img-block .img-block--title {
  padding-top: 10px;
  font-size: 24px;
  font-weight: normal;
  margin-right: 20px;
}
.img-block .img-block--title a {
  color: white;
  text-decoration: none;
}
.img-block .img-block--desc {
  padding-top: 20px;
  color: white;
  font-size: 13px;
}
.img-block .img-block--author {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  text-align: right;
  font-size: 11px;
  width: 40%;
  text-decoration: none;
  font-style: italic;
  padding-right: 45px;
}
.img-block .img-block--author .img-block--author-photo {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  overflow: hidden;
}
.img-block.m-img-block--small-img {
  height: 190px;
}
.img-block.m-img-block--small-img .img-block--title {
  font-size: 18px;
  margin-top: 7px;
}
.img-block.m-img-block--small-img .img-block--desc {
  padding-top: 7px;
  font-size: 13px;
  color: #999999;
}
@media only screen and (min-width: 481px) and (max-width: 1190px) {
  .img-block.m-img-block--small-img {
    background-size: 300px;
    height: 300px;
    overflow: hidden;
  }
  .img-block.m-img-block--small-img .img-block--in {
    top: 120px;
    background-color: #e5e5e5;
  }
  .img-block.m-img-block--small-img .img-block--title a {
    color: #000000;
  }
}
.media-block {
  zoom: 1;
  background-color: #e5e5e5;
}
.media-block:before,
.media-block:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.media-block:after {
  clear: both;
}
.media-block .media-block--img {
  width: 60%;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
}
.media-block .media-block--img .media-block--image {
  height: 100%;
  display: block;
}
.media-block .media-block--img:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url('../images/play-icon-sprite.png') no-repeat 0 0 transparent;
}
.media-block .media-block--text {
  width: 40%;
  float: left;
  display: inline;
}
.media-block .media-block--title {
  line-height: 1.3em;
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
  margin-left: 20px;
}
.media-block .media-block--title a {
  text-decoration: none;
  color: #000000;
}
.media-block .media-block--time {
  margin-left: 20px;
  margin-top: 5px;
  display: block;
  font-size: 11px;
  color: #999999;
  line-height: 0;
}
@media only screen and (min-width: 481px) and (max-width: 1190px) {
  .media-block {
    position: relative;
  }
  .media-block .media-block--img {
    width: 100%;
  }
  .media-block .media-block--text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5e5e5;
    padding-bottom: 15px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  .media-block .media-block--text .media-block--time {
    margin-left: 15px;
  }
  .media-block .media-block--text .media-block--title {
    margin: 15px 15px 0;
  }
}
.gorizontal-block {
  margin-bottom: 30px;
}
.gorizontal-block .gorizontal-block--image {
  float: left;
  display: block;
  margin-right: 10px;
}
.gorizontal-block .gorizontal-block--title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  margin-left: 120px;
}
.gorizontal-block .gorizontal-block--title a {
  color: #205c96;
  text-decoration: none;
}
.gorizontal-block .gorizontal-block--desc {
  margin-left: 120px;
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 1190px) {
  .gorizontal-block .gorizontal-block--image {
    float: none;
    margin: 0 auto 10px;
  }
  .gorizontal-block .gorizontal-block--title,
  .gorizontal-block .gorizontal-block--desc {
    margin-left: 0;
  }
}
.lang--list {
  display: inline-block;
  vertical-align: top;
  line-height: 0.9em;
  margin-top: -4px;
  margin-left: 10px;
}
.lang--list .lang--item {
  display: inline-block;
}
.lang--list .lang--link {
  font-size: 13px;
  color: white;
  text-decoration: none;
  padding: 5px;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.lang--list .lang--link.m-lang--link__active {
  border: 1px solid #999999;
  color: #999999;
  cursor: default;
}
.userbox--list {
  display: inline-block;
  line-height: 0.9em;
}
.userbox--list .userbox--item {
  display: inline-block;
  margin-left: 3px;
}
.userbox--list .userbox--item:before {
  content: "|";
  color: #000000;
  margin-right: 3px;
}
.userbox--list .userbox--item.m-no-sep:before {
  display: none;
}
.userbox--list .userbox--item.m-userbox--item__show {
  display: none;
}
.userbox--list .userbox--link {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 500px) and (max-width: 1070px) {
  .userbox--item:last-child {
    display: none;
  }
}
.form-search {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -16px;
  z-index: 102;
  vertical-align: top;
}
.form-search .search-input {
  box-sizing: border-box;
  width: 170px;
  line-height: 1em;
  display: inline-block;
  height: 32px;
  border: 0;
  margin-right: -4px;
  padding: 0 0 0 11px;
  color: #999999;
  font-style: italic;
  line-height: 32px;
}
.form-search input[type='submit'] {
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  background: url('../images/search-sprite.png') no-repeat center;
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 0 none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.form-search input[type='submit']:hover {
  opacity: 0.8;
}
.form-search .search-button--pseydo {
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  background: url('../images/search-sprite.png') no-repeat center transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 0 none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}
.form-search.m-form-search-inblock {
  position: relative;
  margin-top: 20px;
  right: auto;
  top: auto;
  z-index: 1;
}
.form-search.m-form-search-inblock .search-label {
  font-size: 14px;
  margin-right: 10px;
}
.form-search.m-form-search-inblock input[type='submit'] {
  position: absolute;
  background: #ffa930;
  width: auto;
  color: white;
  padding: 0 20px;
  right: 0;
  top: 0;
}
.form-search.m-form-search-inblock input[type='submit']:hover {
  background-color: #ff9e17;
}
.form-search.m-form-search-inblock input[type='submit']:active {
  background-color: #e38400;
}
.form-search.m-form-search-inblock .search-input {
  border: 1px solid #cccccc;
  width: 100%;
}
.form-search .close {
  cursor: pointer;
  color: white;
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 1180px) {
  .form-search .close {
    display: inline-block;
  }
  .form-search.m-form-search-inblock .search-input {
    display: block;
  }
  .form-search .search-button--pseydo {
    display: block;
  }
}
.login {
  width: 220px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  padding: 24px;
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.login a {
  color: white;
  text-decoration: none;
}
.login a:hover {
  text-decoration: underline;
}
.login .login__social {
  display: inline-block;
  margin-bottom: 20px;
}
.login .login__social .login__social__item {
  margin-right: 8px;
  float: left;
}
.login .login__social .login__social__item .login__social__link {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/social_30x30.png") no-repeat;
}
.login .login__social .login__social__item .login__social__link.vk {
  background-position: 0px 0px;
}
.login .login__social .login__social__item .login__social__link.fb {
  background-position: -36px 0px;
}
.login .login__social .login__social__item .login__social__link.tw {
  background-position: -72px 0px;
}
.login .login__social .login__social__item .login__social__link.gp {
  background-position: -108px 0px;
}
.login .login__social .login__social__item .login__social__link:hover {
  -webkit-box-shadow: 0px 0px 3px #000;
  -moz-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
}
#loginOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url('../images/op30black.png');
  opacity: 0.9;
  cursor: pointer;
  visibility: visible;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
}
#loginModal {
  background: #ffffff;
  z-index: 999999;
  position: absolute;
}
#loginModal .input-text {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  margin-right: -4px;
  padding: 0 0 0 11px;
  color: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 32px;
}
#loginModal a {
  border-bottom: 1px dotted #205c96;
  color: #205c96;
  text-decoration: none;
}
#loginModal a:hover {
  border-bottom: 1px solid transparent;
}
#loginModal .login__social {
  display: inline-block;
  margin-bottom: 20px;
}
#loginModal .login__social .login__social__item {
  margin-right: 8px;
  float: left;
}
#loginModal .login__social .login__social__item .login__social__link {
  border-bottom: none;
}
#loginModal .login__social .login__social__item .login__social__link:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#loginModal .btn.simple {
  background: #4e9ceb;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
}
#loginModal .btn.simple:hover {
  background: #357ae8;
}
.login__msg {
  display: none;
}
.login__msg.FAILED {
  display: block;
}
.contents {
  line-height: 1.25;
  font-size: 14px;
  margin: 20px 0 10px 20px;
  float: right;
  background-color: #f7f7f7;
  padding: 15px;
  width: 280px;
}
.contents__title {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #bf4949;
}
.contents__item {
  margin-bottom: 10px;
}
.contents__item .link {
  text-decoration: none;
  color: #205c96;
}
.contents__item .link strong {
  font-weight: normal;
}
.contents__list_level2 {
  margin: 5px 0 0 10px;
}
.contents__list_level2 .contents__item {
  font-size: 12px;
  margin-bottom: 5px;
}
.top-block {
  position: relative;
  margin-bottom: 30px;
}
.top-block .top-block--inner {
  display: inline-block;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.top-block .top-block--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  min-height: 100%;
}
.top-block .top-block--title {
  margin-right: 380px;
  padding: 45px 45px 0;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.top-block .top-block--link {
  color: white;
  text-decoration: none;
}
.top-block .top-block--more {
  margin-left: 45px;
  color: white;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.topCarousel {
  background: #0772a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772a8), color-stop(100%, #005288));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0772a8 0%, #005288 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0772a8', endColorstr='#005288', GradientType=0);
  /* IE6-9 */
  height: 400px;
  width: 380px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.topCarousel ul {
  width: 20000em;
  position: relative;
}
.topCarousel li {
  float: left;
  width: 380px;
  position: relative;
}
.topCarousel li .carousel-caption {
  padding: 20px 30px;
  color: white;
}
.topCarousel li .carousel-caption .carousel-caption--important {
  font-size: 17px;
  color: white;
  display: block;
  margin-bottom: 17px;
}
.topCarousel li .carousel-caption .carousel-caption--title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 17px;
  line-height: 1.3em;
}
.topCarousel li .carousel-caption .carousel-caption--title a {
  color: white;
  text-decoration: none;
}
.topCarousel li .carousel-caption .carousel-caption--img {
  float: left;
}
.topCarousel li .carousel-caption .carousel-caption--text {
  line-height: 1.5em;
  font-size: 13px;
  margin-left: 70px;
  overflow: hidden;
}
.topCarousel .jcarousel-control-prev,
.topCarousel .jcarousel-control-next {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: #152e5d;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
}
.topCarousel .jcarousel-control-prev.inactive,
.topCarousel .jcarousel-control-next.inactive {
  background-color: white;
  color: #167ec4;
  cursor: default;
}
.topCarousel .jcarousel-control-next {
  right: 30px;
}
.topCarousel .jcarousel-control-prev {
  right: 55px;
}
.button-block {
  text-align: justify;
  margin-top: 20px;
}
.button-block .button-block--item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.button-block .button-block--item.m-button-block--item__first {
  padding-right: 10px;
}
.button-block .button-block--link {
  display: block;
  vertical-align: top;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 18px;
  background-color: #efefef;
  text-align: left;
  min-height: 42px;
  padding: 8px 15px 23px 85px;
  position: relative;
}
.button-block .button-block--link:before {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  background: url('../images/button-block-sprite.png') no-repeat 0 0 transparent;
}
.button-block .button-block--link.m-button-block--link-pen {
  background-color: #f8f4e4;
}
.button-block .button-block--link.m-button-block--link-pen:before {
  background-position: 0 0;
}
.button-block .button-block--link.m-button-block--link-pen:hover {
  background-color: #e8dba7;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.button-block .button-block--link.m-button-block--link-graph:before {
  background-position: 0 -50px;
}
.button-block .button-block--link.m-button-block--link-graph:hover {
  background-color: #c9c9c9;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.book-card {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 30px;
  overflow: hidden;
}
.book-card__image {
  max-width: 150px;
  margin-right: 25px;
  float: left;
}
.book-card__image img {
  width: 100%;
}
.book-card__name {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bf4949;
}
.book-card__theme {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.book-card__details .btn {
  display: inline-block;
  text-transform: uppercase;
}
.book-card__issn {
  line-height: 18px;
  width: 25%;
  float: right;
  font-size: 13px;
  color: #999999;
}
.contents-list .link {
  color: #205c96;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
}
.contents-list .link:hover {
  text-decoration: underline;
}
.contents-list__item {
  margin-bottom: 25px;
}
.contents-list__title {
  color: #bf4949;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 0px 25px 0px;
  letter-spacing: .3px;
  font-weight: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.scroll-image {
  padding: 10px 20px;
  background: #f3f3f3;
  /* IE6 float double margin bug */
}
.scroll-image .scroll-pane {
  overflow: auto;
  width: 98%;
  padding: 0 1%;
  float: left;
  background: #f3f3f3;
}
.scroll-image .scroll-content {
  float: left;
  margin-bottom: 15px;
}
.scroll-image .scroll-content-item {
  width: 210px;
  height: 125px;
  float: left;
  margin: 5px;
  font-size: 3em;
  line-height: 96px;
  text-align: center;
  overflow: hidden;
}
.scroll-image .scroll-content-item img {
  min-width: 210px;
  min-height: 125px;
}
.scroll-image * html .scroll-content-item {
  display: inline;
}
.scroll-image .scroll-bar-wrap {
  position: relative;
  clear: left;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  height: 10px;
  background: #939393;
  margin: 0 -1px 10px;
}
.scroll-image .scroll-bar-wrap .ui-slider {
  background: none;
  border: 0;
  height: 2em;
  margin: 0 auto;
}
.scroll-image .scroll-bar-wrap .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.scroll-image .scroll-bar-wrap .ui-slider-handle {
  background: url("lessBlocks/body-page/scroll-image/images/scroll-image-handle-bg.png") repeat-x scroll 0 0 transparent;
  top: -5px;
  height: 18px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #f6c875;
  position: absolute;
}
.scroll-image .scroll-bar-wrap .ui-slider-handle .ui-icon {
  background: url("lessBlocks/body-page/scroll-image/images/scroll-image-ui-icon.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 18px;
  margin: -7px auto;
  position: relative;
  top: 50%;
  width: 14px;
}
.input_simple {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  padding: 0 0 0 11px;
  color: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 32px;
  font-family: Arial;
}
.input_date {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  padding: 0 0 0 11px;
  color: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 32px;
  width: 90px;
}
textarea.input_simple {
  height: auto;
}
.fakeFileInput-input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  padding: 0 0 0 11px;
  color: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 32px;
}
input[name=captcha] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  padding: 0 0 0 11px;
  color: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 32px;
}
.sn-captcha img,
.sn-captcha input {
  width: 100%;
}
.input__error {
  border: 1px solid red;
}
.registration__item {
  line-height: 32px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.registration__item .icon_info {
  margin: 8px;
}
.registration__label {
  width: 25%;
  float: left;
  line-height: 32px;
  box-sizing: border-box;
  padding-right: 20px;
  display: inline-block;
  text-align: right;
}
.icon_info {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/user-agreement--link-sprite.png) no-repeat;
}
.requests {
  font-size: 14px;
}
.requests__head {
  background-color: #152e5d;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}
.requests__list {
  background-color: #fafafa;
}
.requests__item {
  padding: 15px 20px;
}
.requests__item .date {
  margin-bottom: 0px;
}
.requests__item.requests__item_even {
  background-color: #f0f0f0;
}
.requests__link {
  line-height: 20px;
  color: #205c96;
  text-decoration: none;
}
.requests__link:hover {
  text-decoration: underline;
}
.search .filters {
  padding: 12px 24px 24px;
}
.search__label {
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #bf4949;
}
.search__leftCol {
  margin-right: 350px;
}
.search__rightCol {
  float: right;
  display: inline-block;
}
.search__labelWr_110 {
  width: 110px;
  float: left;
}
.search__inputWr_110 {
  margin-left: 115px;
}
.charts {
  display: block;
  margin-top: 44px;
  position: relative;
}
.charts .charts--title {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.charts .charts--img {
  width: 100%;
  margin-top: 23px;
}
.views {
  margin: 0 auto;
  position: relative;
  width: 270px;
}
.views .books-in-table--img {
  height: 288px;
  width: 200px;
}
.views .views-click {
  margin-left: 207px;
  height: 97px;
  overflow: hidden;
}
.views .views-click .grant {
  position: absolute;
  top: 40px;
  width: 55px;
  right: 5px;
  font-size: 5px;
  text-align: center;
}
.views .views-click .grant p {
  color: white;
  margin-bottom: 3px;
}
.views .views-click .books-in-table--img {
  height: 88px;
  width: 61px;
}
.views .views-click img {
  height: 87px;
  border: 1px solid #999999;
  cursor: pointer;
}
.views .views-click.current img {
  border: 1px solid #FDBA33;
}
.views .views-show {
  display: none;
  height: 288px;
  position: absolute;
  top: 0;
}
.views .views-show .grant {
  position: absolute;
  bottom: 60px;
  left: 22px;
  width: 160px;
}
.views .views-show .grant p {
  text-align: center;
  color: white;
}
.views .views-show img {
  border: 1px solid #999999;
}
.views .views-show.current {
  display: block;
}
.XX-years .Slogan {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #e2001a;
}
.XX-years .Title {
  font-weight: normal;
  font-size: 36px;
  font-family: 'Cuprum', sans-serif;
  color: #000000;
}
.XX-years .list {
  display: inline-block;
  width: 20%;
}
.XX-years.present {
  background: url("../images/XX-years/XX-years-present-bg.png") no-repeat scroll 0 0 transparent;
  height: 380px;
  margin: 0 -30px 30px;
  padding-top: 65px;
  background-size: 100%;
}
.XX-years.present .XX-years-in {
  width: 595px;
  margin: 0 auto;
}
.XX-years.present .XX-years-in.top {
  padding-top: 15px;
  height: 45px;
  background: url('../images/XX-years/XX-years-in-top-bg.png') no-repeat scroll 0 0 transparent;
}
.XX-years.present .XX-years-in.center {
  background: url('../images/XX-years/XX-years-in-center-bg.png') repeat-y scroll 0 0 transparent;
}
.XX-years.present .XX-years-in.center p {
  padding-left: 80px;
  padding-right: 80px;
}
.XX-years.present .XX-years-in.bottom {
  background: url("../images/XX-years/XX-years-in-bottom-bg.png") no-repeat scroll 0 0 transparent;
  height: 45px;
  padding-top: 15px;
}
.XX-years.XX-yearsRubric {
  background: url("../images/XX-years/XX-yearsRubric-sprite.png") no-repeat scroll 0 -1504px transparent;
  height: 168px;
  padding: 20px 10px 0;
}
.XX-years.XX-yearsRubric.selectedRubric-1 {
  background-position: 0 0;
}
.XX-years.XX-yearsRubric.selectedRubric-2 {
  background-position: 0 -188px;
}
.XX-years.XX-yearsRubric.selectedRubric-3 {
  background-position: 0 -376px;
}
.XX-years.XX-yearsRubric.selectedRubric-4 {
  background-position: 0 -564px;
}
.XX-years.XX-yearsRubric.selectedRubric-5 {
  background-position: 0 -752px;
}
.XX-years.XX-yearsRubric.selectedRubric-6 {
  background-position: 0 -940px;
}
.XX-years.XX-yearsRubric.selectedRubric-7 {
  background-position: 0 -1128px;
}
.XX-years.XX-yearsRubric.selectedRubric-8 {
  background-position: 0 -1316px;
}
.ie7 .XX-years .list {
  display: inline;
}
.info-dl-contacts dt {
  float: left;
  padding-right: 5px;
}
.info-dl-contacts dd {
  margin-bottom: 3px;
}
.info-dl-contacts dd a {
  color: #205c96;
}
.list-people .m-list-people__first .list-people--name {
  color: #205c96;
  font-size: 22px;
}
.list-people .m-list-people__first .list-people--photo {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 23%;
  margin-left: 2%;
}
.list-people .m-list-people__first .list-people--photo img {
  max-width: 190px;
  width: 100%;
}
.list-people .m-list-people__first .list-people--block {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 56.33333333%;
  margin-left: 2%;
}
.list-people .m-list-people__small .l-column__xlarge {
  margin-bottom: 30px;
}
.list-people .m-list-people__small .list-people--photo {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 22%;
  margin-left: 2%;
}
.list-people .m-list-people__small .list-people--block {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 74%;
  margin-left: 2%;
}
.list-people .list-people--title {
  font-weight: normal;
  color: #bf4949;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.list-people .list-people--list .list-people--item {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.list-people .list-people--list .list-people--item-in {
  position: absolute;
  left: 0;
}
.list-people .list-people--more {
  display: inline-block;
  color: #205c96;
  margin-top: 25px;
  font-size: 14px;
  text-decoration: none;
}
.list-people .list-people--more:hover {
  color: #bf4949;
  text-decoration: uppercase;
}
.list-people .list-people--name {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.list-people .list-people--photo {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 11.33333333%;
  margin-left: 2%;
}
.list-people .list-people--photo img {
  max-width: 190px;
  width: 100%;
}
.list-people .list-people--block {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 64.66666667%;
  margin-left: 2%;
}
.list-people .list-people--contacts {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 14.66666667%;
  margin-left: 2%;
  font-size: 14px;
}
.list-people .list-people--contacts dt {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.list-people .list-people--contacts dd {
  margin-bottom: 15px;
  font-size: 14px;
}
.chairman {
  margin-bottom: 5px;
}
.chairman .chairman--title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.chairman .chairman--title.m_chairman--title__color {
  letter-spacing: 0;
  color: #bf4949;
  font-size: 22px;
  text-transform: none;
}
.chairman .chairman--list {
  margin-top: 20px;
}
.chairman .chairman--list.m-chairman--list__icon {
  position: relative;
  padding-left: 60px;
}
.chairman .chairman--list.m-chairman--list__icon:before {
  background: url('../images/icons-sprite.png') no-repeat 0 0 transparent;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.chairman .chairman--list.m-chairman--list__icon.blank:before {
  background-position: 0 -150px;
}
.chairman .chairman--list.m-chairman--list__icon.atom:before {
  background-position: 0 -200px;
}
.chairman .chairman--list .chairman--item {
  margin-bottom: 14px;
  font-size: 14px;
}
.chairman .chairman-dl.m-chairman-dl__right {
  margin-left: 130px;
}
.chairman .chairman-dl dt {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.chairman .chairman-dl dd {
  margin-bottom: 15px;
  font-size: 14px;
}
.chairman .g-img-block {
  float: left;
  margin-right: 10px;
}
.important {
  background: #0772a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772a8), color-stop(100%, #005288));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0772a8 0%, #005288 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0772a8', endColorstr='#005288', GradientType=0);
  /* IE6-9 */
  color: white;
  width: 340px;
  height: 275px;
  padding: 20px;
  z-index: 10;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.important.js-carousel {
  position: absolute;
}
.important .important--title {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 13px;
}
.important .important--item {
  vertical-align: top;
  width: 340px;
  white-space: normal;
  margin-right: 20px;
}
.important .important--item.m-important--item__last {
  margin-right: 0;
}
.important .important--article .important--article__title {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 7px;
}
.important .important--article .important--article__title .important--link {
  text-decoration: none;
}
.important .important--article .important--article__block {
  font-size: 13px;
  zoom: 1;
  max-height: 155px;
  overflow: hidden;
}
.important .important--article .important--article__block:before,
.important .important--article .important--article__block:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.important .important--article .important--article__block:after {
  clear: both;
}
.important .important--article .important--article__block .imprortant--article__img {
  float: left;
  width: 60px;
  height: 45px;
  overflow: hidden;
}
.important .important--article .important--article__block .imprortant--article__text {
  float: left;
  width: 270px;
  margin-left: 10px;
}
.important .important--link {
  color: white;
}
.important .important--link:hover {
  color: #d9d9d9;
}
.important--large {
  height: 315px;
  padding: 0;
}
.important--large .important--large-img__block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.important--large .important--large-img__block img {
  min-width: 100%;
  min-height: 315px;
  display: block;
}
.important--large .important--large--item {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  padding: 20px 80px 20px 460px;
  width: 100%;
  height: 315px;
  box-sizing: border-box;
  white-space: normal;
}
.important--large .important--large--link {
  color: white;
  font-size: 30px;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  line-height: 1.475em;
  display: block;
  max-height: 230px;
  overflow: hidden;
}
.important--large .important--large--link:hover {
  color: #d9d9d9;
}
.important--large .control-prev,
.important--large .control-next {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url('../images/controls-large-sprite.png') no-repeat 0 0 transparent;
}
.important--large .control-prev:hover,
.important--large .control-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.important--large .control-prev.inactive,
.important--large .control-next.inactive,
.important--large .control-prev:active,
.important--large .control-next:active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.important--large .control-prev.inactive,
.important--large .control-next.inactive {
  cursor: default;
}
.important--large .control-prev {
  background-position: 0 0;
  left: 410px;
}
.important--large .control-next {
  right: 30px;
  background-position: 0 -24px;
}
.important--large .important--large--additional {
  position: absolute;
  bottom: 20px;
  left: 400px;
  right: 20px;
  text-align: right;
  font-size: 14px;
}
.important--large .important--large--additional .additional--link {
  float: left;
  color: white;
  text-decoration: none;
}
.important--large .important--large--additional .additional--link:after {
  margin-left: 5px;
  content: "";
}
.important--large .important--large--additional .additional--link:hover {
  color: #d9d9d9;
}
.important--large .important--large--additional .additional-icon {
  color: white;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
}
.important--large .important--large--additional .additional-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url('../images/additional-sprite.png') no-repeat 0 0 transparent;
}
.important--large .important--large--additional .additional-icon.photo:before {
  background-position: 0 0;
}
.important--large .important--large--additional .additional-icon.video:before {
  background-position: 0 -14px;
}
.articles {
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e2e5;
  padding-bottom: 10px;
  margin-top: 10px;
}
.articles.m-articles__no-border {
  border-bottom: 0 none transparent;
  margin-bottom: 15px;
}
.articles.m-articles__border-top {
  border-bottom: 0 none transparent;
  padding-top: 25px;
  border-top: 2px solid #e1e2e5;
}
.articles.m-articles__bg {
  background-color: #f3f4f7;
  padding: 20px;
}
.articles .articles--icon {
  position: relative;
  padding-left: 60px;
}
.articles .articles--icon:before {
  background: url('../images/icons-sprite.png') no-repeat 0 -250px transparent;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.articles .articles--icon .count {
  position: absolute;
  left: 27px;
  top: -5px;
}
.articles .articles--icon.item0:before {
  background-position: 0 -300px;
}
.articles .articles--icon.item1:before {
  background-position: 0 -250px;
}
.articles .articles--title {
  font-size: 18px;
  color: #bd415d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: normal;
}
.articles .articles--title a {
  text-decoration: none;
  color: #bd415d;
}
.articles .articles--text {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.35em;
}
.articles .articles--item {
  margin-bottom: 10px;
}
.articles .articles--item.m-articles--item__icon {
  padding-left: 25px;
  position: relative;
}
.articles .articles--item.m-articles--item__icon:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 16px;
  height: 16px;
  background: url('../images/docs--sprite.png') no-repeat 0 0 transparent;
}
.articles .articles--item.m-articles--item__icon.pdf:before {
  background-position: 0 -16px;
}
.articles .articles--item.m-articles--item__icon.msword:before {
  background-position: 0 -32px;
}
.articles .articles--item.m-articles--item__icon.doc:before {
  background-position: 0 -32px;
}
.articles .articles--item.m-articles--item__icon.docx:before {
  background-position: 0 -32px;
}
.articles .articles--item.m-articles--item__icon.jpg:before {
  background-position: 0 -48px;
}
.articles .articles--item.m-articles--item__icon.jpeg:before {
  background-position: 0 -48px;
}
.articles .articles--item.m-articles--item__icon.png:before {
  background-position: 0 -64px;
}
.articles .articles--item.m-articles--item__icon.ai:before {
  background-position: 0 -80px;
}
.articles .articles--item.m-articles--item__icon.illustrator:before {
  background-position: 0 -80px;
}
.articles .articles--item.m-articles--item__icon.xls:before {
  background-position: 0 -96px;
}
.articles .articles--item.m-articles--item__icon.xlsx:before {
  background-position: 0 -96px;
}
.articles .articles--item.articles--item_bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e2e5;
}
.articles .articles--see-all {
  text-align: right;
  margin-top: 10px;
}
.articles .articles--link {
  color: #205c96;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
.articles .articles--link:hover {
  text-decoration: underline;
}
.articles .articles--link.all-documents {
  background: url("../images/all-documents-sprite.png") no-repeat scroll 0 0 transparent;
  padding-left: 26px;
  padding-bottom: 2px;
  text-decoration: none;
}
.articles .articles--link.m-articles--link__icon {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.articles .articles--link.m-articles--link__icon:before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/list-sprite.png") no-repeat scroll 0 -7px transparent;
}
.articles .articles--link.m-articles--link__icon2 {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.articles .articles--link.m-articles--link__icon2:before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/list-sprite.png") no-repeat scroll 0 -14px transparent;
}
.articles .articles--link a {
  color: #205c96;
  text-decoration: none;
}
.articles .articles--link a:hover {
  text-decoration: underline;
}
.articles .articles--desc {
  margin-top: 7px;
  font-size: 13px;
  color: #999999;
}
.articles .articles--desc .articles--link {
  font-size: 13px;
  color: #999999;
  text-decoration: underline;
}
.articles .articles--desc .articles--link:hover {
  text-decoration: none;
}
.articles .articles--desc.m-articles--desc__large {
  color: #000000;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 7px;
}
.articles .articles--rubric.m-articles--rubric__absolute {
  position: absolute;
  width: 100%;
  padding: 15px;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: #000000;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.articles .articles--rubric.m-articles--rubric__absolute:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.articles_noBorder {
  border-bottom: none;
}
.js-toggleSH-filter {
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  cursor: pointer;
  border-bottom: 1px dashed #bf4949;
  color: #bf4949;
}
.js-toggleSH-filter.hide {
  display: none;
}
.js-toggleSH-filter:hover {
  border-bottom: 1px solid transparent;
}
.lib-object {
  line-height: 1.25;
  font-size: 14px;
}
.lib-object h1,
.lib-object h2,
.lib-object h3,
.lib-object h4,
.lib-object h5,
.lib-object h6 {
  color: #000000;
  font-weight: bold;
}
.lib-object a {
  color: #205c96;
  text-decoration: none;
}
.lib-object a:hover {
  color: #bf4949;
}
.lib-object p {
  marginb-bottom: 5px;
  color: #000000;
}
.lib-object .read a {
  padding: 2px 20px;
  text-decoration: none;
  color: #996633;
}
.lib-object .read a:hover {
  text-decoration: none;
}
.lib-object a {
  color: #205c96;
}
.lib-object .card {
  background: url("../images/project-block-bg.png") repeat-x scroll 0 0 #F1F1F1;
  border: 1px dotted #D6D6D6;
  padding: 5px;
  position: relative;
  width: 280px;
  min-height: 335px;
}
.lib-object .card .read {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.lib-object.absolute {
  right: 15px;
  top: 530px;
}
.gallery .gallery--item {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.gallery .gallery--item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery .gallery--item:hover:after {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.gallery .gallery--img {
  display: block;
  min-height: 100%;
  min-width: 100%;
}
.gallery .gallery--time {
  font-size: 12px;
  top: 15px;
  right: 15px;
}
.gallery .gallery--title {
  font-size: 13px;
  bottom: 0;
  left: 0;
  padding: 15px;
  line-height: 1.67em;
}
.gallery .gallery--link {
  text-decoration: none;
  background-color: white;
}
.gallery .gallery--time,
.gallery .gallery--title {
  position: absolute;
  color: white;
  z-index: 2;
}
.gallery .gallery--counter {
  background: url('../images/additional-sprite.png') no-repeat;
  position: absolute;
  color: white;
  font-size: 12px;
  top: 15px;
  left: 15px;
  height: 14px;
  line-height: 16px;
  padding-left: 20px;
}
.gallery_style_video .gallery--img {
  max-height: 210px;
  min-height: 0;
}
.see-more {
  background-color: #f3f4f7;
  padding-bottom: 30px;
}
.see-more .see-more--title {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -10px;
}
.see-more .see-more--sec {
  background-color: white;
  border: 1px solid #e1e2e5;
  border-top: 0 solid transparent;
  padding: 17px 20px 20px;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.see-more .see-more--sec-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.see-more .see-more--sec-title .see-more--sec-title-link {
  color: #bf4949;
  text-decoration: none;
}
.see-more .see-more--sec-title .see-more--sec-title-link:hover {
  text-decoration: underline;
}
.see-more .see-more--list .books-in-table--img,
.see-more .see-more--list .see-more--list--img {
  width: 25%;
}
.see-more .see-more--list .see-more--list--block {
  width: 73%;
  padding-left: 10px;
  margin-top: -3px;
}
.see-more .see-more--list .see-more--list--block .see-more--desc {
  margin-bottom: 20px;
}
.see-more .see-more--list .see-more--list--img,
.see-more .see-more--list .see-more--list--block {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}
.see-more .see-more--item {
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e2e5;
}
.see-more .see-more--item.m-see-more--item__last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none transparent;
}
.see-more .see-more--date {
  font-size: 13px;
  color: #999999;
}
.see-more .see-more--link {
  color: #205c96;
  text-decoration: none;
  line-height: 1.5em;
}
.see-more .see-more--link.m-see-more--link__title {
  font-size: 18px;
}
.see-more .see-more--link:hover {
  color: #bf4949;
}
.see-more .see-more--desc {
  margin-top: 3px;
  line-height: 1.4em;
  font-size: 13px;
}
.see-more .see-more--list-item {
  margin-bottom: 10px;
}
.see-more .see-more--list-item.m-see-more--list-item__last {
  margin-bottom: 10px;
}
.see-more.m-see-more__large {
  background: none;
}
.see-more.m-see-more__large .see-more--item {
  font-size: 14px;
}
.see-more.m-see-more__large .see-more--sec-title {
  font-size: 18px;
}
.see-more.m-see-more__large .m-see-more--list__icons {
  padding-left: 70px;
  position: relative;
}
.see-more.m-see-more__large .m-see-more--list__icons:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  background: url('../images/icons-sprite.png') no-repeat 0 0 transparent;
}
.see-more.m-see-more__large .m-see-more--list__icons.item1:before {
  background-position: 0 0;
}
.see-more.m-see-more__large .m-see-more--list__icons.item2:before {
  background-position: 0 -50px;
}
.see-more.m-see-more__large .m-see-more--list__icons.item3:before {
  background-position: 0 -100px;
}
.see-more.m-see-more__large .see-more--item {
  margin-bottom: 20px;
}
.see-more.m-see-more__large .see-more--sec {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 transparent;
}
.see-more.see-more_twoCol {
  margin-top: 30px;
  background: none;
}
.see-more.see-more_twoCol .see-more--item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
  padding-bottom: 0;
}
.see-more.see-more_twoCol .see-more--item .see-more--list--img {
  width: 80px;
  float: left;
  display: block;
}
.see-more.see-more_twoCol .see-more--item .see-more--list--block {
  display: block;
}
.see-more.see-more_twoCol .see-more--item .see-more--list--block .see-more--link {
  font-size: 14px;
}
.see-more.see-more_twoCol .see-more--item .see-more--list--block .see-more--desc a {
  text-decoration: none;
  color: #000000;
}
.see-more.see-more_twoCol .see-more--item .see-more--list--block .see-more--desc a:hover {
  color: #bf4949;
}
.pager .hide {
  display: none;
}
.pager .pager-in {
  display: inline-block;
  padding: 4px;
  min-width: 18px;
  text-align: center;
}
.pager .pager-in .pager-in-link {
  font-size: 14px;
  color: #205c96;
  cursor: pointer;
  text-decoration: none;
}
.pager .pager-in.current {
  background: #fafafa;
  border: 1px solid #cccccc;
}
.pager .pager-in.current .pager-in-link {
  color: #000000;
  cursor: default;
}
.pager .pager-in.pagedisplay {
  font-size: 14px;
}
.pager .arrows {
  background: url('../images/arrows-sprite.png') no-repeat scroll 0 0 transparent;
  display: block;
  width: 12px;
  height: 5px;
  overflow: hidden;
  margin-top: 6px;
}
.pager .arrows.arrow-right {
  background-position: 0 -15px;
}
.pager .arrows.arrow-right:hover {
  background-position: 0 -10px;
}
.pager .arrows.arrow-left {
  background-position: 0 -5px;
}
.pager .arrows.arrow-left:hover {
  background-position: 0 0;
}
.pager .arrows-txt {
  color: #205c96;
  text-decoration: none;
  font-size: 12px;
}
.pager .arrows-txt:hover {
  color: #999999;
}
.pager.tablesorter-pager.m-tablesorter-pager__top {
  margin: 10px 0;
  text-align: right;
}
.pager.tablesorter-pager .select2-container {
  margin-left: 10px;
  text-align: left;
}
.filters {
  background-color: #f3f4f7;
  padding: 24px;
  margin-bottom: 15px;
}
.filters .form-search {
  margin-top: 0;
  position: relative;
}
.filters .filters--input-block {
  position: absolute;
}
.filters .filters--input {
  border: 1px solid #cccccc;
  z-index: 1;
}
.filters input[type="radio"] {
  display: none;
}
.filters input[type="radio"] + .filters--radio {
  display: inline-block;
  padding: 7px 13px;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  font-size: 14px;
  cursor: pointer;
}
.filters input[type="radio"]:checked + .filters--radio {
  margin-left: -1px;
  margin-right: -1px;
  display: inline-block;
  color: white;
  background-color: #205c96;
  border: 1px solid #205c96;
  font-size: 14px;
}
.filters .filters--toggler {
  cursor: pointer;
  display: inline-block;
  color: #205c96;
  font-size: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #205c96;
  margin-top: 10px;
}
.filters .filters--toggler:hover {
  border-bottom: 1px dotted transparent;
}
.filters .filters--legend {
  color: #bf4949;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0 15px;
  letter-spacing: 0.3px;
}
.filters .filters--legend.m-filters--legend__small {
  font-size: 12px;
  padding: 5px 0 7px;
}
.filters .filters--label {
  position: relative;
  display: block;
}
.filters .filters--label .filters--label-input {
  position: absolute;
  margin-top: 2px;
}
.filters .filters--label .filters--label-input:before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  left: 0;
  display: block;
  background: url('../images/checkbox-sprite.png') no-repeat 0 0 transparent;
}
.filters .filters--label .filters--label-input:hover:before {
  background-position: 0 -16px;
}
.filters .filters--label .filters--label-input:checked:before {
  background-position: 0 -32px;
}
.filters .filters--label .filters--label-input:checked:hover:before {
  background-position: 0 -48px;
}
.filters .filters--label .m-filters--label-input__icon {
  display: block;
  position: absolute;
}
.filters .filters--label .m-filters--label-input__icon:after {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.filters .filters--label .m-filters--label-input__icon:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 23px;
  background: url('../images/filters--label-input-sprite.png') no-repeat 0 0 transparent;
}
.filters .filters--label .m-filters--label-input__icon.icon1:after {
  background-position: 0 0;
}
.filters .filters--label .m-filters--label-input__icon.icon2:after {
  background-position: 0 -20px;
}
.filters .filters--label .m-filters--label-input__icon.icon3:after {
  background-position: 0 -40px;
}
.filters .filters--label .m-filters--label-input__icon.icon4:after {
  background-position: 0 -60px;
}
.filters .filters--label .m-filters--label-input__icon.icon5:after {
  background-position: 0 -80px;
}
.filters .filters--label .m-filters--label-input__icon.icon6:after {
  background-position: 0 -100px;
}
.filters .filters--label .m-filters--label-input__icon.icon7:after {
  background-position: 0 -120px;
}
.filters .filters--label .m-filters--label-input__icon.icon8:after {
  background-position: 0 -140px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon1:after {
  background-position: 0 -160px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon2:after {
  background-position: 0 -180px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon3:after {
  background-position: 0 -200px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon4:after {
  background-position: 0 -220px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon5:after {
  background-position: 0 -240px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon6:after {
  background-position: 0 -260px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon7:after {
  background-position: 0 -280px;
}
.filters .filters--label .filters--label-input:checked + .m-filters--label-input__icon.icon8:after {
  background-position: 0 -300px;
}
.filters .filters--link-checkbox {
  margin-bottom: 10px;
  font-size: 14px;
}
.filters .filters--link-checkbox .filters--link-checkbox-links {
  display: block;
  margin-left: 25px;
  color: #000000;
}
.filters .filters--link-checkbox .filters--link-checkbox-links:hover {
  color: #205c96;
  text-decoration: none;
}
.filters .filters--label-text {
  margin-left: 50px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.3em;
}
.filters .filters--label-text.m-filters--label-text__no-margin {
  margin-left: 20px;
}
.filters .filters--text-group {
  margin-top: 2px;
  margin-left: 50px;
}
.filters .filters--text-group .filters--text-group__text {
  margin-right: 3px;
  color: #999999;
}
.filters .filters--text-group .filters--text-group__link {
  margin-right: 9px;
  color: #205c96;
}
.filters .filters--text-group {
  font-size: 14px;
  margin-bottom: 12px;
}
.filters.m-filters__tabs {
  margin-bottom: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table .toggler {
  position: absolute;
}
.table .toggler + .link {
  display: inline-block;
  padding-left: 27px;
}
.table .link {
  color: #205c96;
  text-decoration: none;
}
.table .link:hover {
  text-decoration: underline;
  color: #bf4949;
}
.table thead {
  background: #152e5d;
}
.table thead tr {
  background: transparent;
}
.table thead th .white {
  color: white;
  text-decoration: none;
}
.table tr {
  background-color: #fafafa;
}
.table tr.even {
  background-color: #f0f0f0;
}
.table tr.none td {
  padding-top: 5px;
}
.table th {
  color: white;
  text-align: center;
}
.table td {
  color: #000000;
}
.table td,
.table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
}
.glamour {
  position: relative;
  margin-bottom: 55px;
}
.glamour.m-glamour_no-margin {
  margin-bottom: 0;
}
.glamour .glamour--title {
  text-decoration: none;
  position: absolute;
  top: 0;
  color: #bf4949;
  padding: 15px;
  background-color: #f3f4f7;
  z-index: 3;
  font-weight: normal;
  left: 50px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.glamour a.glamour--title {
  display: inline-block;
}
.glamour .l-column {
  margin: 0;
  width: 100%;
}
.glamour .l-column .l-column__xlarge {
  margin: 0;
  width: 50%;
}
.glamour .glamour--item-title {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 95px 15px 20px;
  font-size: 18px;
  font-weight: normal;
  z-index: 2;
  background: url('../images/shadow-large-sprite.png') repeat-x 0 0 transparent;
}
.glamour .glamour--item-title dd {
  color: #bbb6a3;
  font-size: 13px;
  font-style: italic;
  margin-top: 7px;
}
.glamour .glamour--item-title span {
  position: relative;
  z-index: 2;
}
.glamour .glamour--item {
  position: relative;
  overflow: hidden;
  height: 320px;
  box-sizing: border-box;
  margin: 0 0 42px 0;
}
.glamour .glamour--item a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.glamour .glamour--item img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.glamour .glamour--item.m-glamour--item__first {
  height: 640px;
}
.glamour .glamour--item.m-glamour--item__first a {
  margin-right: 21px;
  overflow: hidden;
}
.glamour .glamour--item.m-glamour--item__first a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(0, 0, 0, 0),endColorstr=rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.glamour .glamour--item.m-glamour--item__first .glamour--item-title {
  font-size: 22px;
  padding-top: 15px;
  background-color: #151614;
}
.glamour .glamour--item.m-glamour--item__first .glamour--item-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  right: 0;
  top: -58px;
  background: url('../images/shadow-sprite.png') repeat-x 0 0 transparent;
}
.glamour .glamour--item.m-glamour--item__first.l-column__full a {
  margin-right: 0;
}
.glamour.m-glamour__docs .glamour--title {
  position: static;
  margin-left: 50px;
  background-color: transparent;
}
.glamour.m-glamour__docs .glamour--item-docs {
  height: 120px;
  padding: 22px 30px;
  box-sizing: border-box;
}
.glamour.m-glamour__docs .glamour--item-docs.m_item__0 {
  background-color: #f3f4f7;
}
.glamour.m-glamour__docs .glamour--item-docs.m_item__1 {
  background-color: #eef2f7;
}
.glamour.m-glamour__docs .glamour--link {
  padding-left: 45px;
  position: relative;
  display: block;
  color: #205c96;
  text-decoration: none;
  font-size: 14px;
}
.glamour.m-glamour__docs .glamour--link:hover {
  color: #bf4949;
}
.glamour.m-glamour__docs .glamour--link:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 30px;
  height: 30px;
  background: url('../images/docs-large-sprite.png') no-repeat 0 0 transparent;
}
.glamour.m-glamour__docs .glamour--link.jpeg:before {
  background-position: 0 -30px;
}
.glamour.m-glamour__docs .glamour--link.jpg:before {
  background-position: 0 -30px;
}
.glamour.m-glamour__docs .glamour--link.png:before {
  background-position: 0 -60px;
}
.glamour.m-glamour__docs .glamour--link.ai:before {
  background-position: 0 -90px;
}
.glamour.m-glamour__docs .glamour--link.illustrator:before {
  background-position: 0 -90px;
}
.glamour.m-glamour__docs .glamour--desc {
  font-size: 12px;
  color: #999999;
  margin-left: 45px;
  margin-top: 5px;
}
.glamour.m-glamour__docs .glamour--desc a {
  color: #999999;
  text-decoration: none;
}
.toggler {
  display: inline-block;
  height: 16px;
  width: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #bf4949;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.toggler:hover {
  background-color: #b03e3e;
}
.toggler:active {
  background-color: #a93b3b;
}
.print-version {
  background: none repeat scroll 0 0 #FFFFFF;
}
.print-version .header-wrap,
.print-version .see-more,
.print-version .articles,
.print-version .breadcrumbs,
.print-version .footer,
.print-version .footer-visible,
.print-version .socBlock {
  display: none;
}
.print-version .l-column .l-main {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 100%;
}
.print-version .l-column .l-sidebar {
  display: none;
}
.print-version .js-print-title .backto {
  font-size: 14px;
  color: #205c96;
  font-weight: normal;
}
.books-in-table .books-in-table--img {
  display: inline-block;
  width: 10%;
  padding-left: 30px;
}
.books-in-table .books-in-table--block {
  width: 89%;
  padding-left: 10px;
  font-size: 13px;
  color: #000000;
}
.books-in-table .books-in-table--block p {
  margin-bottom: 5px;
  font-style: italic;
}
.books-in-table .books-in-table--block,
.books-in-table .books-in-table--img {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -24px;
}
.controls .control-prev,
.controls .control-next {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/controls-sprite.png') no-repeat 0 0 transparent;
}
.controls .control-prev:hover,
.controls .control-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.controls .control-prev.inactive,
.controls .control-next.inactive,
.controls .control-prev:active,
.controls .control-next:active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.controls .control-prev.inactive,
.controls .control-next.inactive {
  cursor: default;
}
.controls .control-prev {
  background-position: 0 0;
}
.controls .control-next {
  background-position: 0 -18px;
}
.breadcrumbs {
  font-size: 13px;
  margin-bottom: 20px;
}
.breadcrumbs .breadcrumbs--list {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.breadcrumbs .breadcrumbs--list:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  right: 5px;
  top: 3px;
  position: absolute;
  background: url('../images/quotes-sprite.png') no-repeat 0 -7px transparent;
}
.breadcrumbs .breadcrumbs--list.m-breadcrumbs--list__last:after {
  display: none;
}
.breadcrumbs .breadcrumbs--link {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs--link.home {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('../images/home-sprite.png') no-repeat 0 0 transparent;
}
.breadcrumbs .breadcrumbs--link.home:hover {
  background-position: 0 -11px;
}
.breadcrumbs .breadcrumbs--link[href*="/rffi/"]:hover {
  color: #bf4949;
}
.sidebar--list .sidebar--title,
.sidebar--list .sidebar--link {
  padding: 15px;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.sidebar--list .sidebar--title:hover,
.sidebar--list .sidebar--link:hover {
  color: #bf4949;
}
.sidebar--list.m-sidebar--list__white {
  margin-bottom: 30px;
}
.sidebar--list.m-sidebar--list__white .sidebar--title {
  font-size: 18px;
  color: #bf4949;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0px;
  margin-bottom: 14px;
}
.sidebar--list.m-sidebar--list__white .sidebar--title_black {
  color: #000000;
  font-size: 22px;
  text-transform: none;
}
.sidebar--list.m-sidebar--list__white .sidebar--item {
  line-height: 20px;
  margin-bottom: 13px;
}
.sidebar--list.m-sidebar--list__white .sidebar--link {
  color: #205c96;
  font-size: 14px;
  padding: 0px;
  display: inline;
}
.sidebar--list.m-sidebar--list__white .sidebar--link:hover {
  text-decoration: underline;
}
.sidebar--list.m-sidebar--list__white.bb-block {
  padding-bottom: 25px;
  border-bottom: 2px solid #e5e5e5;
}
.sidebar--list.m-sidebar--list__white .gallery--img {
  width: 100%;
}
.sidebar--list.m-sidebar--list__light {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.sidebar--list.m-sidebar--list__light .sidebar--link {
  padding-left: 30px;
  color: #205c96;
  border-bottom: 1px solid #e1e2e5;
}
.sidebar--list.m-sidebar--list__light .sidebar--link:hover {
  color: #bf4949;
}
.sidebar--list.m-sidebar--list__light .sidebar--link:before {
  content: "";
  background: url('../images/quotes-sprite.png') no-repeat 0 0 transparent;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -4px;
}
.sidebar--list.m-sidebar--list__light .sidebar--link.m-sidebar--link__last {
  border-bottom: 0 none transparent;
}
.sidebar--list.m-sidebar--list__light .sidebar--link.m-sidebar--link__current {
  background-color: #d1d1d1;
}
.sidebar--list.m-sidebar--list__dark {
  background: #0772a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772a8), color-stop(100%, #005288));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0772a8 0%, #005288 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0772a8', endColorstr='#005288', GradientType=0);
  /* IE6-9 */
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidebar--list.m-sidebar--list__dark .sidebar--title,
.sidebar--list.m-sidebar--list__dark .sidebar--link {
  border-bottom: 1px solid #005c94;
  color: white;
}
.sidebar--list.m-sidebar--list__dark .sidebar--title:hover,
.sidebar--list.m-sidebar--list__dark .sidebar--link:hover {
  color: #d9d9d9;
}
.sidebar--list.m-sidebar--list__dark .sidebar--title {
  background-color: #152e5d;
  font-weight: normal;
}
.badge {
  background: #bf4949;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  padding: 2px;
}
.more {
  color: #205c96;
  font-size: 13px;
  text-decoration: none;
}
.more:hover {
  color: #205c96;
  text-decoration: underline;
}
.socBlock {
  padding: 10px;
  background: #f0f0f0;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.socBlock .socBlock-in .rating {
  position: relative;
  float: left;
}
.socBlock:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.translation {
  background: #bd415d;
}
.translation__title {
  text-align: center;
  box-sizing: border-box;
  line-height: 20px;
  padding: 10px;
  color: white;
}
.translation__link {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: relative;
  color: white;
  text-decoration: none;
}
.translation__link:before {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: -5px;
  background: url(../images/controls-large-sprite.png) no-repeat 0 -24px;
}
.translation__link:hover {
  border-bottom: 1px dashed white;
}
@-webkit-keyframes blink1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
  background: url("../images/ui/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
  border: 1px solid #AAAAAA;
  color: #222222;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../images/ui/ui-icons_222222_256x240.png");
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-datepicker .ui-icon {
  height: 16px;
  width: 16px;
}
.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: url("../images/ui/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
  border: 1px solid #D3D3D3;
  color: #555555;
  font-weight: normal;
}
.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  background: url("../images/ui/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #DADADA;
  border: 1px solid #999999;
  color: #212121;
  font-weight: normal;
}
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link,
.ui-datepicker .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  background: url("../images/ui/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
  border: 1px solid #AAAAAA;
  color: #212121;
  font-weight: normal;
}
.ui-datepicker .ui-state-active a,
.ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: url("../images/ui/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #FBF9EE;
  border: 1px solid #FCEFA1;
  color: #363636;
}
.ui-datepicker .ui-state-highlight a,
.ui-datepicker .ui-widget-content .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-datepicker .ui-state-error,
.ui-datepicker .ui-widget-content .ui-state-error,
.ui-datepicker .ui-widget-header .ui-state-error {
  background: url("../images/ui/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
  border: 1px solid #CD0A0A;
  color: #CD0A0A;
}
.ui-datepicker .ui-state-error a,
.ui-datepicker .ui-widget-content .ui-state-error a,
.ui-datepicker .ui-widget-header .ui-state-error a {
  color: #CD0A0A;
}
.ui-datepicker .ui-state-error-text,
.ui-datepicker .ui-widget-content .ui-state-error-text,
.ui-datepicker .ui-widget-header .ui-state-error-text {
  color: #CD0A0A;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
  background: url("../images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
  border: 1px solid #AAAAAA;
  color: #222222;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center;
}
.ui-datepicker td {
  border: 0 none;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0.2em;
  position: absolute;
  top: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
  height: 20px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
}
.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-se {
  background-position: 16px 16px;
  bottom: -5px;
  height: 12px;
  right: -5px;
  width: 12px;
}
.l-2col {
  box-sizing: border-box;
  width: 50%;
  display: inline;
  float: left;
}
.l-2col.l-right-large {
  padding-left: 30px;
}
.l-2col.l-left-large {
  padding-right: 30px;
}
.l-2col.l-right {
  padding-left: 10px;
}
.l-2col.l-left {
  padding-right: 10px;
}
.l-full {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
}
.l-wrap {
  zoom: 1;
}
.l-wrap:before,
.l-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.l-wrap:after {
  clear: both;
}
.l-width {
  min-width: 950px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  position: relative;
}
.l-width.m-width__no-padding {
  padding-top: 0;
}
.l-width.l-header {
  padding: 20px 30px 0 30px;
}
.l-width.l-width_index {
  padding: 20px 30px 0 30px;
}
.l-column {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 102%;
  margin-left: -2%;
  box-sizing: border-box;
}
.l-column .opera-only :-o-prefocus,
.l-column {
  word-spacing: -0.43em;
}
.l-column .l-main {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 73%;
  margin-left: 2%;
}
.l-column .l-main_narrov {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 56.33333333%;
  margin-left: 2%;
}
.l-column .l-sidebar {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 23%;
  margin-left: 2%;
}
.l-column .l-sidebar_wide {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 39.66666667%;
  margin-left: 2%;
}
.l-column .l-column__xlarge {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 48%;
  margin-left: 2%;
}
.l-column .l-column__small {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 25%;
}
.l-column .l-column__small_n {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 23%;
  margin-left: 2%;
}
.l-column .l-main_n {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 75%;
}
.l-column .l-sidebar_n {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 25%;
}
.l-column .l-column__xlarge_n {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 50%;
}
.l-column .l-column__large {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 44.66666667%;
  margin-left: 2%;
}
.l-column .l-leftp {
  padding-left: 20px;
}
.l-column .l-column__medium {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 24.66666667%;
  margin-left: 2%;
}
.l-column .l-column__xmedium {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 31.33333333%;
  margin-left: 2%;
}
.l-column .l-column__full {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 100%;
}
.l-column .l-column__full_n {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 98%;
  margin-left: 2%;
}
.l-column .l-sidebar,
.l-column .l-main,
.l-column .l-sidebar_n,
.l-column .l-main_n,
.l-column .l-column__large,
.l-column .l-column__small_n,
.l-column .l-column__xmedium,
.l-column .l-column__medium,
.l-column .l-sidebar_wide,
.l-column .l-main_narrov {
  box-sizing: border-box;
}
.l-column-m {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 104%;
  margin-left: -4%;
  box-sizing: border-box;
}
.l-column-m .opera-only :-o-prefocus,
.l-column-m {
  word-spacing: -0.43em;
}
.l-column-m .l-column-m__xlarge {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 46%;
  margin-left: 4%;
}
.l-column-m .l-column-m__xmedium {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 29.33333333%;
  margin-left: 4%;
}
.l-column--response {
  position: relative;
}
.l-column--response .l-res-large {
  padding-right: 280px;
}
.l-column--response .l-fix-small {
  position: absolute;
  right: 0;
  width: 245px;
  top: 0;
}
.js-carousel {
  position: relative;
  overflow: hidden;
}
.js-carousel ul {
  white-space: nowrap;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.js-carousel li {
  display: inline-block;
}
/* Tablesorter Custom Metro LESS Theme by Rob Garrison

To create your own theme, modify the code below and run it through
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
or download less.js from http://lesscss.org/

Test out these custom less files live
 Basic Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap   : http://codepen.io/Mottie/pen/Ltzpi
 Metro Style : http://codepen.io/Mottie/pen/gCslk

*/
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (120),
   leave the saturation (60%) and luminosity (75%) alone
   pick the color from here: http://hslpicker.com/#825a2b

  Inspired by http://www.jtable.org/ metro themes:
    Blue:        hsl(212, 86%, 35%)
    Brown        hsl(32, 50%, 30%)
    Crimson      hsl(0, 100%, 38%)
    Dark Grey    hsl(0, 0%, 27%)
    Dark Orange  hsl(13, 70%, 51%)
    Green        hsl(120, 100%, 32%)
    Light Gray   hsl(0, 0%, 44%)
    Pink         hsl(297, 100%, 33%)
    Purple       hsl(257, 51%, 48%)
    Red          hsl(5, 100%, 40%)

 */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
  background-color: #fff;
  color: #000;
}
.evenRows {
  background-color: #ffffff;
  color: #000;
}
.oddRows {
  background-color: #cccccc;
}
/* hovered rows */
.oddHovered {
  background-color: #b3b3b3;
  color: #000;
}
.evenHovered {
  background-color: #999999;
  color: #000;
}
/* Columns widget */
/* Filter widget transition */
.filterWidgetTransition {
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/*** Arrows ***/
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
*/
.tablesorter-metro {
  font: 14px 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  background-color: #cdcdcd;
  margin: 10px 0 15px;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border: 0;
  /* style th's outside of the thead */
  /* style header */
  /* tfoot */
  /* optional disabled input styling */
  /* body */
  /* hovered row colors
	you'll need to add additional lines for
	rows with more than 2 child rows
	*/
  /* table processing indicator - indeterminate spinner */
  /* pager */
  /* Column Widget - column sort colors */
  /* caption (non-theme matching) */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}
.tablesorter-metro th,
.tablesorter-metro td {
  border: 0;
}
.tablesorter-metro th,
.tablesorter-metro thead td {
  font: 14px 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #734f26;
  color: #eee;
  color: #ffffff;
  border-collapse: collapse;
  padding: 4px;
}
.tablesorter-metro .dark-row th,
.tablesorter-metro .dark-row td,
.tablesorter-metro caption.dark-row {
  background-color: #4d3519;
}
.tablesorter-metro tbody td,
.tablesorter-metro tfoot th,
.tablesorter-metro tfoot td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter-metro .tablesorter-header {
  background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAElBMVEUAAADu7u7u7u7u7u7u7u7u7u7yb344AAAABnRSTlMAMhIHKyAHBrhHAAAATElEQVQI12NgYGBSYAABQ2Ew5SgCIlkFBQOAlKKgoBADA7MgEBgwsIAoB4ZAECXKAAFQHkg9WIejoCBIv4mgoDOQYgZpAxkDNARqEQBTkAYuMZEHPgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
  white-space: normal;
}
.tablesorter-metro .tablesorter-header-inner {
  padding: 4px 20px 4px 4px;
}
.tablesorter-metro .tablesorter-header.sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}
.tablesorter-metro .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAHlBMVEUAAADu7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u4+jEeEAAAACXRSTlMAMwkqFV7roCD4hW+/AAAAWUlEQVQI1y3MrQ5AABSG4Xd+Rj0jiDabjKZxB6qqaarGNRh27tY5myd8b/uAeML1l2+wPqUlUd0ss+oNoZqG2rOwe15+p5iC1HNAK5IBlUjnZyIlZsxx0QAfzokSZgp96u4AAAAASUVORK5CYII=);
}
.tablesorter-metro .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAJ1BMVEUAAADu7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u4RJgHSAAAADHRSTlMAMiweCQITaU7olrlu2HdvAAAAXElEQVQI12NgYGBLYAABRxEQyaooFACkmAUFDYBUoqCgGAMDiyAQODAEgShVBkMQJcwABWvOAMEphmgQtZWBZc6ZMycdGBhszpw5DJRkOnNGAaSo5wRYLXsBAwMAi4YWQHRX4F0AAAAASUVORK5CYII=);
}
.tablesorter-metro tfoot .tablesorter-headerAsc,
.tablesorter-metro tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
.tablesorter-metro .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-metro tbody {
  /* Zebra Widget - row alternating colors */
}
.tablesorter-metro tbody td {
  background-color: #fff;
  color: #000;
  padding: 4px;
  vertical-align: top;
}
.tablesorter-metro tbody tr.odd > td {
  background-color: #cccccc;
}
.tablesorter-metro tbody tr.even > td {
  background-color: #ffffff;
  color: #000;
}
.tablesorter-metro tbody > tr.hover > td,
.tablesorter-metro tbody > tr:hover > td,
.tablesorter-metro tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-metro tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-metro tbody > tr.even.hover > td,
.tablesorter-metro tbody > tr.even:hover > td,
.tablesorter-metro tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-metro tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #999999;
  color: #000;
}
.tablesorter-metro tbody > tr.odd.hover > td,
.tablesorter-metro tbody > tr.odd:hover > td,
.tablesorter-metro tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-metro tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #b3b3b3;
  color: #000;
}
.tablesorter-metro .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///1VVVdbW1oCAgFVVVZaWlqurq7a2tiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
  background-position: center center;
  background-repeat: no-repeat;
}
.tablesorter-metro div.tablesorter-pager button {
  background-color: #8e612f;
  color: #eee;
  border: #ac7739 1px solid;
  cursor: pointer;
}
.tablesorter-metro div.tablesorter-pager button:hover {
  background-color: #ac7739;
}
.tablesorter-metro tr.odd td.primary {
  background-color: #d9c28c;
}
.tablesorter-metro td.primary,
.tablesorter-metro tr.even td.primary {
  background-color: #e3d2ab;
}
.tablesorter-metro tr.odd td.secondary {
  background-color: #e3d2ab;
}
.tablesorter-metro td.secondary,
.tablesorter-metro tr.even td.secondary {
  background-color: #ede2c9;
}
.tablesorter-metro tr.odd td.tertiary {
  background-color: #ede2c9;
}
.tablesorter-metro td.tertiary,
.tablesorter-metro tr.even td.tertiary {
  background-color: #f7f3e8;
}
.tablesorter-metro caption {
  background-color: #fff;
}
.tablesorter-metro .tablesorter-filter-row input,
.tablesorter-metro .tablesorter-filter-row select {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-metro .tablesorter-filter-row {
  background-color: #eee;
}
.tablesorter-metro .tablesorter-filter-row td {
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-metro .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-metro .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-metro .filtered {
  display: none;
}
.tablesorter-metro .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
#marker-bar,
#txtselect_marker {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 1200;
  /* more than assignment_wrapper_ok */
  opacity: 0;
  -webkit-transition: opacity .4s, visibility .1s linear .4s;
  -moz-transition: opacity .4s, visibility .1s linear .4s;
  -o-transition: opacity .4s, visibility .1s linear .4s;
  transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(../images/textselect/marker.png) 0px 0px no-repeat;
  display: none;
}
#txtselect_marker.show {
  display: block;
}
#marker-bar {
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  padding: 5px 10px;
  cursor: default;
  box-shadow: 0px 0px 4px #ccc;
}
#txtselect_marker:hover {
  background-position: 0px -48px;
}
#marker-bar.show,
#txtselect_marker.show {
  /* XXX make a common css fadeIn/fadeOut classes */
  visibility: visible;
  -webkit-transition: opacity .4s, visibility 0s;
  -moz-transition: opacity .4s, visibility 0s;
  -o-transition: opacity .4s, visibility 0s;
  transition: opacity .4s, visibility 0s;
  opacity: 1;
}
#marker-bar .masha-social,
#marker-bar .masha-marker {
  cursor: pointer;
  display: block;
  margin: 0 5px;
  float: left;
}
#marker-bar .masha-marker {
  line-height: 1em;
  color: #aaa;
  border-bottom: 1px dotted #aaa;
  margin-right: 10px;
}
#marker-bar .masha-marker:hover {
  color: #ea3e26;
  border-color: #ea3e26;
}
.masha-social {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/textselect/social-icons.png) 20px 20px no-repeat;
}
.masha-social.twitter {
  background-position: 0 -20px;
}
.masha-social.twitter:hover {
  background-position: 0 0;
}
.masha-social.facebook {
  background-position: -20px -20px;
}
.masha-social.facebook:hover {
  background-position: -20px 0;
}
.masha-social.vk {
  background-position: -40px -20px;
}
.masha-social.vk:hover {
  background-position: -40px 0;
}
.masha-social.gplus {
  background-position: -60px -20px;
}
.masha-social.gplus:hover {
  background-position: -60px 0;
}
.user_selection,
.user_selection_true {
  background: #c4f47d;
  padding: 2px 0;
}
.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close {
  display: none;
}
.user_selection .closewrap,
.user_selection_true .closewrap {
  position: relative;
}
.user_selection.hover a.txtsel_close,
.user_selection_true.hover a.txtsel_close {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -5px;
  width: 33px;
  height: 33px;
  background: url(../images/textselect/closemarker.png) 0px 0px no-repeat;
}
.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
  background-position: 0px -33px;
}
#upmsg-selectable {
  position: fixed;
  top: -57px;
  left: 0;
  height: 57px;
  width: 100%;
  visibility: hidden;
  background: url(../images/textselect/upmsg_bg.png) repeat-x;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: top .4s, visibility .1s linear .4s;
  -moz-transition: top .4s, visibility .1s linear .4s;
  -o-transition: top .4s, visibility .1s linear .4s;
  transition: top .4s, visibility .1s linear .4s;
}
#upmsg-selectable.show {
  visibility: visible;
  -webkit-transition: top .4s, visibility 0s;
  -moz-transition: top .4s, visibility 0s;
  -o-transition: top .4s, visibility 0s;
  transition: top .4s, visibility 0s;
  top: 0;
}
#upmsg-selectable .upmsg-selectable-inner {
  width: 928px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#upmsg-selectable .upmsg-selectable-inner img {
  float: left;
}
#upmsg-selectable .upmsg-selectable-inner p {
  color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
  margin-left: 63px;
  margin-top: 17px;
  text-align: left;
  text-shadow: 0 -1px 0 #000000;
}
#upmsg-selectable .upmsg-selectable-inner .upmsg_closebtn {
  bottom: -4px;
  display: block;
  height: 19px;
  position: absolute;
  right: 0;
  width: 19px;
  background: url(../images/textselect/upmsg_closebtn.png) no-repeat 0px 0px;
}
#upmsg-selectable .upmsg-selectable-inner .upmsg_closebtn:hover {
  background-position: 0px -19px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 5px 40px 5px 5px;
  font-size: 21px;
  color: #000000;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 300px;
  max-width: 50%;
  overflow: auto;
  z-index: 200;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 80%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs.horizontal-tabs-custom {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
  margin-top: 51px;
}
.ui-tabs.horizontal-tabs-custom .ui-tabs-nav {
  margin-top: -41px;
  padding: .2em .2em 0;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
}
.ui-tabs.horizontal-tabs-custom li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs.horizontal-tabs-custom li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs.horizontal-tabs-custom li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-bottom: 0 none;
}
.ui-tabs.horizontal-tabs-custom li.ui-tabs-active a,
.ui-tabs.horizontal-tabs-custom li.ui-state-disabled a,
.ui-tabs.horizontal-tabs-custom li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs.horizontal-tabs-custom .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-tabs-anchor {
  color: #205c96;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #ffffff;
  font-weight: normal;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background-color: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/ui/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/ui/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/ui/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/ui/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius 
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
*/
/* Overlays */
.ui-widget-overlay {
  background-color: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* timepicker */
.ui-timepicker-div .ui_tpicker_time_label,
.ui-timepicker-div .ui_tpicker_hour_label,
.ui-timepicker-div .ui_tpicker_minute_label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.ui-timepicker-div .ui_tpicker_hour,
.ui-timepicker-div .ui_tpicker_minute {
  padding: 0 10px;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACoAAAA2CsZ2fWhoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABiwcIjbvH8Nl8ZuNkZQOBSiOgBZJqdASzOwcAEogDqtAdOAAB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZArGdn0AAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAEXIS2l8PPPUACwcAAAAAANJUFcAAAAAA0lQVwAAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -48px 0px;
  top: 3px;
  left: 8px;
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -72px 0px;
  top: 3px;
  left: 8px;
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -120px 0px;
  top: 3px;
  left: 8px;
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -144px 0px;
  top: 3px;
  left: 8px;
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -168px 0px;
  top: 3px;
  left: 8px;
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/videoplayer.png') no-repeat -96px 0px;
  top: 3px;
  left: 8px;
  overflow: hidden;
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "";
  display: block;
  background: url('../images/videoplayer.png') no-repeat -24px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  top: 3px;
  left: 7px;
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "";
  background: url('../images/videoplayer.png') no-repeat 0px 0px;
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "";
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "";
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "�?";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "";
}
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before {
  content: "";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  cursor: pointer;
  margin-left: -20px;
  margin-top: -20px;
}
.video-js .vjs-big-play-button:hover {
  opacity: 0.8;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 2.2222222em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: ligthen(#73859f, 25%);
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: ligthen(#73859f, 50%);
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-controls-disabled .vjs-poster {
  display: none;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-play-control:before {
  content: '';
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.play {
  background: url("../images/big-video-button-sprite.png") no-repeat scroll center center transparent;
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}
.play.black {
  background-color: #000;
}
.special-print {
  padding-left: 26px;
  position: relative;
  text-decoration: none;
}
.special-print:before {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/print-sprite.png') no-repeat 0 0 transparent;
}
.sn-comments-form {
  font-family: arial, sans-serif;
  padding: 5px;
}
.sn-comments-form .sn-comments-form-mail .sn-comments-form-label {
  display: none;
}
.sn-comments-form .sn-comments-form-wrapper.sn-comments-form-mail,
.sn-comments-form .sn-comments-form-wrapper.sn-comments-form-login {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 10px;
}
.sn-comments-form .sn-comments-form-wrapper.sn-comments-form-login {
  margin-right: 2%;
}
.sn-comments-form .sn-comments-form-input {
  box-sizing: border-box;
  width: 170px;
  line-height: 1em;
  display: inline-block;
  height: 32px;
  border: 0;
  margin-right: -4px;
  padding: 0 0 0 11px;
  color: #999999;
  font-style: italic;
  line-height: 32px;
  border: 1px solid #cccccc;
  width: 100%;
}
.sn-comments-form .signal-message {
  display: block;
  color: #bf4949;
  font-size: 14px;
}
.sn-comments-form label.sn {
  display: none;
  margin-right: 10px;
  padding-top: 3px;
  text-align: right;
  width: 91px;
  margin-bottom: 10px;
  font-size: 14px;
}
.sn-comments-form .clearfix label.sn {
  float: left;
}
.sn-comments-form .input {
  font-size: 14px;
  margin-bottom: 15px;
}
.sn-comments-form .input span.cke_skin_kama {
  clear: both;
}
.sn-comments-form .input input,
.sn-comments-form .input textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #A8ABAE;
  box-shadow: 1px 1px 5px #CCCCCC inset;
  color: #000000;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 5px;
  z-index: 1;
  font-size: 14px;
}
.sn-comments-form .input input:focus,
.sn-comments-form .input textarea:focus {
  box-shadow: 1px 1px 5px #a3bdc8 inset;
  border-color: #a3bdc8;
}
.sn-comments-form .input input {
  width: 200px;
}
.sn-comments-form .input textarea {
  height: 115px;
  width: 450px;
  font-family: arial, sans-serif;
  overflow-y: auto;
}
.sn-comments-form .actions {
  margin-bottom: 25px;
  margin-top: 10px;
}
.sn-comments-form legend,
.sn-comments-form h2 {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
}
.sn-comments-form .none {
  display: none;
}
.sn-comments-form .alert-message.block-message {
  background-color: #FDF5D9;
  border-color: #FCEEC1;
  margin-bottom: 18px;
  padding: 14px;
  font-size: 12px;
}
.sn-comments-form p {
  color: #000000;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.sn-comments-form a {
  color: #bf4949;
}
.sn-comments-form .btn.primary {
  background-color: #ffa930;
  color: white;
  border-bottom: 2px solid #e5982b;
}
.sn-comments-form .btn.primary:hover {
  background-color: #e5982b;
}
.sn-user-main .sn-user-main--item {
  margin-bottom: 10px;
}
.sn-user-main .avatar {
  float: right;
  width: 180px;
  border: 1px solid #dfdfdf;
}
.sn-user-main .avatar img {
  width: 180px;
}
.sn-user-main .info {
  float: left;
  width: 465px;
}
.sn-user-main .info dt {
  color: #999999;
  float: left;
  text-align: left;
  margin-right: 5px;
  clear: left;
}
.sn-user-main .info dd {
  overflow: hidden;
}
.fav-wrap {
  float: left;
}
.fav-wrap .fav {
  display: block;
  height: 18px;
  position: relative;
  top: -3px;
  width: 18px;
  background: url("../images/sn/fav-sprite.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
}
.fav-wrap .fav.fav-added {
  background-position: 0 -18px;
}
.bl-item {
  clear: both;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #e1e2e5;
}
.bl-item .sn-userstatus-cont {
  float: left;
  margin-right: 10px;
  text-align: center;
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.bl-item .sn-userstatus-cont img {
  max-height: 94px;
  max-width: 94px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}
.bl-item .sn-userstatus-cont .online {
  display: block;
  position: absolute;
  font-size: 10px;
  color: #bf4949;
}
.bl-item .bl-item-overflow {
  margin-left: 75px;
}
.bl-item .bl-item-overflow a {
  color: #205c96;
  text-decoration: none;
  font-size: 14px;
}
.bl-item .bl-item-overflow a:hover {
  text-decoration: underline;
}
.bl-item .bl-item-overflow .sn-comments-form label.sn {
  display: none;
}
.bl-item .bl-item-overflow .sn-comment-content {
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  margin: 5px 0;
}
.bl-item .bl-item-overflow .sn-comment-date {
  color: #999999;
  font-size: 12px;
}
.bl-item .bl-item-overflow .address {
  float: none;
}
.bl-item .bl-item-overflow .address dd,
.bl-item .bl-item-overflow .address dt {
  color: #999999;
  margin-top: 5px;
}
.bl-item .bl-item-info {
  display: inline-block;
  min-height: 60px;
  vertical-align: top;
}
.bl-item .bl-item-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bl-item .bl-item-actions a {
  display: block;
  text-align: right;
  color: #205c96;
  margin-bottom: 5px;
}
.bl-item .bl-item-text {
  display: inline-block;
  vertical-align: top;
}
.bl-item .bl-item-text a {
  color: #205c96;
}
.bl-item .bl-item-text .msg {
  display: block;
  width: 450px;
}
.bl-item .bl-item-text .sn-updates .bl-item-text {
  width: 480px;
}
.bl-item.m-item-hover-color .bl-item-actions a {
  height: 10px;
  top: -10px;
  overflow: hidden;
  right: 0;
  text-indent: 10000em;
  width: 15px;
}
.bl-item.m-item-hover-color:hover {
  background: #f3f4f7;
}
.bl-item.m-item-hover-color:hover .bl-item-actions a {
  background: url("../images/sn/delete_message.png") no-repeat scroll transparent;
}
.bl-item.m-item-hover-color:hover .bl-item-actions a:hover {
  background-position: 0 -11px;
}
.bl-item .sn-user .bl-item-info {
  width: 20em;
}
.ie6 .bl-item-text,
.ie7 .bl-item-text,
.ie6 .bl-item-info,
.ie7 .bl-item-info {
  display: inline;
}
.message .message-in {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}
.message .message-in .date {
  color: #999999;
  font-size: 12px;
}
.message .message-in a {
  color: #205c96;
}
.message .dwf-sn-message-text {
  width: 520px;
  float: right;
}
.message .sn-profile-avatar {
  width: 170px;
  float: left;
  margin-right: 20px;
}
.message .sn-profile-avatar img {
  width: 170px;
}
.message .actions {
  text-align: right;
  margin: 10px 0;
}
.message .actions span {
  font-size: 12px;
  color: #999999;
}
.message label.sn {
  font-size: 14px;
  color: #313131;
  margin: 10px 0 5px;
  display: block;
}
.sn-block.sn-block-photos,
.sn-block.sn-block-comments,
.sn-block.sn-block-notes,
.sn-block.sn-block-index,
.sn-block.sn-block-themes,
.sn-block.sn-block-wall-group,
.sn-block.sn-block-authors,
.sn-block.sn-block-news-group {
  margin-bottom: 30px;
}
.sn-block.sn-block-photos .sn-block-header,
.sn-block.sn-block-comments .sn-block-header,
.sn-block.sn-block-notes .sn-block-header,
.sn-block.sn-block-index .sn-block-header,
.sn-block.sn-block-themes .sn-block-header,
.sn-block.sn-block-wall-group .sn-block-header,
.sn-block.sn-block-authors .sn-block-header,
.sn-block.sn-block-news-group .sn-block-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e2e5;
  margin-bottom: 10px;
}
.sn-block.sn-block-photos .sn-block-header.photos:before,
.sn-block.sn-block-comments .sn-block-header.photos:before,
.sn-block.sn-block-notes .sn-block-header.photos:before,
.sn-block.sn-block-index .sn-block-header.photos:before,
.sn-block.sn-block-themes .sn-block-header.photos:before,
.sn-block.sn-block-wall-group .sn-block-header.photos:before,
.sn-block.sn-block-authors .sn-block-header.photos:before,
.sn-block.sn-block-news-group .sn-block-header.photos:before,
.sn-block.sn-block-photos .sn-block-header.comments:before,
.sn-block.sn-block-comments .sn-block-header.comments:before,
.sn-block.sn-block-notes .sn-block-header.comments:before,
.sn-block.sn-block-index .sn-block-header.comments:before,
.sn-block.sn-block-themes .sn-block-header.comments:before,
.sn-block.sn-block-wall-group .sn-block-header.comments:before,
.sn-block.sn-block-authors .sn-block-header.comments:before,
.sn-block.sn-block-news-group .sn-block-header.comments:before,
.sn-block.sn-block-photos .sn-block-header.notes:before,
.sn-block.sn-block-comments .sn-block-header.notes:before,
.sn-block.sn-block-notes .sn-block-header.notes:before,
.sn-block.sn-block-index .sn-block-header.notes:before,
.sn-block.sn-block-themes .sn-block-header.notes:before,
.sn-block.sn-block-wall-group .sn-block-header.notes:before,
.sn-block.sn-block-authors .sn-block-header.notes:before,
.sn-block.sn-block-news-group .sn-block-header.notes:before,
.sn-block.sn-block-photos .sn-block-header.themes:before,
.sn-block.sn-block-comments .sn-block-header.themes:before,
.sn-block.sn-block-notes .sn-block-header.themes:before,
.sn-block.sn-block-index .sn-block-header.themes:before,
.sn-block.sn-block-themes .sn-block-header.themes:before,
.sn-block.sn-block-wall-group .sn-block-header.themes:before,
.sn-block.sn-block-authors .sn-block-header.themes:before,
.sn-block.sn-block-news-group .sn-block-header.themes:before,
.sn-block.sn-block-photos .sn-block-header.wall-group:before,
.sn-block.sn-block-comments .sn-block-header.wall-group:before,
.sn-block.sn-block-notes .sn-block-header.wall-group:before,
.sn-block.sn-block-index .sn-block-header.wall-group:before,
.sn-block.sn-block-themes .sn-block-header.wall-group:before,
.sn-block.sn-block-wall-group .sn-block-header.wall-group:before,
.sn-block.sn-block-authors .sn-block-header.wall-group:before,
.sn-block.sn-block-news-group .sn-block-header.wall-group:before,
.sn-block.sn-block-photos .sn-block-header.authors:before,
.sn-block.sn-block-comments .sn-block-header.authors:before,
.sn-block.sn-block-notes .sn-block-header.authors:before,
.sn-block.sn-block-index .sn-block-header.authors:before,
.sn-block.sn-block-themes .sn-block-header.authors:before,
.sn-block.sn-block-wall-group .sn-block-header.authors:before,
.sn-block.sn-block-authors .sn-block-header.authors:before,
.sn-block.sn-block-news-group .sn-block-header.authors:before,
.sn-block.sn-block-photos .sn-block-header.news-group:before,
.sn-block.sn-block-comments .sn-block-header.news-group:before,
.sn-block.sn-block-notes .sn-block-header.news-group:before,
.sn-block.sn-block-index .sn-block-header.news-group:before,
.sn-block.sn-block-themes .sn-block-header.news-group:before,
.sn-block.sn-block-wall-group .sn-block-header.news-group:before,
.sn-block.sn-block-authors .sn-block-header.news-group:before,
.sn-block.sn-block-news-group .sn-block-header.news-group:before {
  content: ' ';
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/sn/sn-block-header-sprite.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}
.sn-block.sn-notes-list-block .sn-header,
.sn-block.sn-block-themes .sn-header {
  display: inline;
}
.sn-block.sn-notes-list-block .sn-list-inner,
.sn-block.sn-block-themes .sn-list-inner {
  display: inline;
}
.sn-block.sn-notes-list-block .sn-list-inner .sn-desc,
.sn-block.sn-block-themes .sn-list-inner .sn-desc {
  overflow: hidden;
}
.sn-block .sn-link {
  color: #205c96;
  text-decoration: none;
  font-size: 13px;
}
.sn-block .sn-link:hover {
  text-decoration: underline;
}
.sn-block .sn-date {
  font-size: 13px;
  color: #999999;
}
.sn-block .sn-block-header {
  font-size: 14px;
}
.sn-block .sn-block-header.notes .sn-name-block,
.sn-block .sn-block-header.friends .sn-name-block,
.sn-block .sn-block-header.photos .sn-name-block,
.sn-block .sn-block-header.comments .sn-name-block,
.sn-block .sn-block-header.wall-group .sn-name-block,
.sn-block .sn-block-header.authors .sn-name-block,
.sn-block .sn-block-header.news-group .sn-name-block {
  float: left;
}
.sn-block .sn-block-header .sn-name-block {
  margin-right: 5px;
  color: #000000;
  font-weight: bold;
}
.sn-block .sn-block-header .sn-friends-onLine {
  float: right;
  font-size: 13px;
}
.sn-block .sn-block-header .sn-friends-onLine .sn-name-block,
.sn-block .sn-block-header .sn-friends-onLine .sn-count {
  color: #27ae60;
  font-weight: normal;
}
.sn-block .sn-block-header .sn-count {
  font-weight: normal;
  color: #205c96;
}
.sn-block .sn-block-header.photos:before {
  background-position: 0 0;
}
.sn-block .sn-block-header.comments:before {
  background-position: 0 -16px;
}
.sn-block .sn-block-header.notes:before {
  background-position: 0 -32px;
}
.sn-block .sn-block-header.themes:before {
  background-position: 0 -64px;
}
.sn-block .sn-block-header.wall-group:before {
  background-position: 0 -48px;
}
.sn-block .sn-block-header.authors:before {
  background-position: 0 -80px;
}
.sn-block .sn-block-header.news-group:before {
  background-position: 0 -96px;
}
.sn-block .sn-block-inner {
  zoom: 1;
}
.sn-block .sn-block-inner .ratingBlock {
  margin-top: 20px;
}
.sn-block .sn-block-inner:before,
.sn-block .sn-block-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.sn-block .sn-block-inner:after {
  clear: both;
}
.sn-block .sn-block-inner:hover .jspVerticalBar {
  display: block;
}
.sn-block .sn-block-inner.admins .sn-user-list {
  float: none;
  height: auto;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
}
.sn-block .sn-block-inner.admins .sn-user-list .sn-avatar {
  float: left;
  margin-right: 5px;
}
.sn-block .sn-block-inner.photos .sn-list,
.sn-block .sn-block-inner.group .sn-list {
  border-bottom: 0 none;
}
.sn-block .sn-block-inner.photos .sn-list {
  padding-left: 0;
}
.sn-block .sn-block-inner .sn-user-list {
  float: left;
  height: 95px;
  margin: 0 8px;
  overflow: hidden;
  text-align: center;
  width: 48px;
}
.sn-block .sn-block-inner .sn-user-list .sn-avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  line-height: 43px;
  background-color: #f7f7f7;
}
.sn-block .sn-block-inner .sn-user-list .sn-avatar img {
  vertical-align: middle;
}
.sn-block .sn-block-inner .sn-block-inner-link {
  font-size: 13px;
  color: #205c96;
  text-decoration: none;
}
.sn-block .sn-block-inner .sn-block-inner-link:hover {
  text-decoration: underline;
}
.sn-block .sn-block-inner .sn-list {
  zoom: 1;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dotted #dddddd;
}
.sn-block .sn-block-inner .sn-list:before,
.sn-block .sn-block-inner .sn-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.sn-block .sn-block-inner .sn-list:after {
  clear: both;
}
.sn-block .sn-block-inner .sn-list .sn-avatar {
  display: block;
  float: left;
  margin-right: 10px;
}
.sn-block .sn-block-inner .sn-list .sn-avatar img {
  width: 50px;
}
.sn-block .sn-block-inner .sn-list .sn-avatar.albums-list img {
  width: 185px;
}
.sn-block .sn-block-inner .sn-list .sn-list-inner {
  color: #999999;
  font-size: 13px;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count {
  white-space: nowrap;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #999999;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count:before {
  content: ' ';
  width: 14px;
  height: 9px;
  display: inline-block;
  background: url("../images/sn/sn-comment-count-sprite.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count:hover {
  color: #e79364;
  background-color: #bf4949;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count:hover:before {
  background-position: 0 -9px;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count.private:before {
  background-position: 0 -18px;
}
.sn-block .sn-block-inner .sn-list .sn-comment-count.private:hover:before {
  background-position: 0 -28px;
}
.sn-block .sn-block-inner .sn-list .sn-secondary-text {
  color: #000000;
}
.sn-block .sn-block-inner .sn-list .sn-action {
  width: 9px;
  height: 9px;
  overflow: hidden;
  text-indent: -1000em;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
.sn-block .sn-block-inner .sn-list .sn-action.delete {
  background: url("images/socialLibrary/delete-sprite.png") no-repeat 0 0 transparent;
}
.sn-block .sn-block-inner .sn-list .sn-action.delete.active {
  background-position: 0 -18px;
}
.sn-block .sn-block-inner .sn-list:hover .sn-action {
  background-position: 0 -9px;
}
.sn-block .sn-block-inner .sn-list:hover .sn-action:hover {
  background-position: 0 -18px;
}
.sn-block .sn-block-inner .sn-list:hover .sn-check {
  background-position: 0 -30px;
}
.sn-block .sn-block-inner .sn-list:hover .sn-check.checked {
  background-position: 0 -60px;
}
.sn-block .sn-block-inner .sn-list .sn-check {
  float: left;
  width: 30px;
  margin: 0 20px 0 8px;
  height: 30px;
  background: url("images/socialLibrary/check-sprite.png") no-repeat 0 0 transparent;
}
.sn-block .sn-block-inner .sn-list .sn-check.checked {
  background-position: 0 -60px;
}
.sn-block .sn-block-inner .sn-desc {
  color: #000000;
  font-size: 13px;
}
.sn-block .sn-note-fancyform {
  color: #205c96;
  float: right;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  display: block;
}
.sn-block .sn-block-sub {
  margin: 0 8px 15px;
}
.sn-block.big .more {
  display: none;
}
.sn-block .more {
  text-align: right;
  margin-top: 10px;
}
.sn-block .more .sn-more {
  color: #000000;
  font-size: 13px;
  font-style: italic;
}
.sn-block .more .sn-more:after {
  content: " \00bb";
  color: #bf4949;
  font-size: 13px;
}
.sn-block.big .sn-list {
  position: relative;
}
.sn-block.big .sn-header .sn-link {
  font-size: 14px;
  font-weight: bold;
}
.sn-block.big .sn-edit {
  position: absolute;
  top: 0;
  right: 10px;
}
.sn-block.big .sn-edit .sn-link {
  display: block;
  margin-bottom: 15px;
}
.ie8 .sn-block .sn-message-form .actions {
  padding-top: 10px;
}
.ie7 .sn-block .more .sn-more:after {
  content: " >>";
}
.sn-block-contacts .sn-block-inner .sn-list {
  position: relative;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-list-inner {
  margin-right: 10px;
  width: 120px;
  float: left;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-list-inner .sn-date {
  margin-top: 5px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-list-inner .sn-online {
  margin-top: 5px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-list-inner .sn-link {
  font-size: 14px;
  font-weight: bold;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list {
  width: 441px;
  margin-left: 190px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  border: 1px solid #e1e2e5;
  padding: 5px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:before,
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:after {
  clear: both;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link.before:before {
  content: ' ';
  background-image: url("../images/sn/corner-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -21px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link.after:before {
  content: ' ';
  background-image: url("../images/sn/corner-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -48px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 54px;
  bottom: 20px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:hover {
  background: #f5f5f5;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:hover.before:before {
  background-position: 0 -16px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link:hover.after:before {
  background-position: 0 -64px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link .sn-desc {
  display: block;
  overflow: hidden;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list .sn-link .sn-desc a {
  color: #205c96;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list.sn-new-message .sn-link {
  background: #ebebeb;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list.sn-new-message .sn-link.before:before {
  background-position: 0 -32px;
}
.sn-block-contacts .sn-block-inner .sn-list .sn-sub-list.sn-new-message .sn-link.after:before {
  background-position: 0 -80px;
}
.sn-block-favorite .sn-block-inner .sn-list {
  position: relative;
}
.sn-block-favorite .sn-block-inner .sn-list .borderedImg {
  float: left;
  margin-right: 12px;
}
.sn-block-favorite .sn-block-inner .sn-list .sn-list-inner {
  overflow: hidden;
  margin-right: 20px;
}
.sn-block-favorite .sn-block-inner .sn-list .sn-desc {
  margin-bottom: 5px;
}
.sn-block-favorite .sn-block-inner .sn-list .sn-date {
  margin-top: 5px;
}
.sn-block-favorite .sn-block-inner .sn-list .sn-check {
  cursor: pointer;
  margin-left: 0;
  margin-right: 15px;
  position: relative;
  margin-top: 10px;
}
.sn-block-favorite .actions-out {
  height: 30px;
  position: absolute;
  right: 0;
  text-align: right;
  top: -30px;
}
.sn-block-favorite .actions-out .danger {
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #313131;
  font-size: 11px;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(7%, #fdfdfd), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdfdfd,endColorstr=#E4E4E4);
  border: 1px solid #999999;
}
.sn-block-favorite .actions-out .danger:hover {
  background-color: #E4E4E4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(27%, #E4E4E4), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdfdfd,endColorstr=#E4E4E4);
}
.sn-block-favorite .actions-out .danger:active {
  background-color: #E4E4E4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E4E4), color-stop(7%, #E4E4E4), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E4E4E4,endColorstr=#E4E4E4);
}
.sn-block-friends-list .sn-list {
  position: relative;
  min-height: 80px;
}
.sn-block-friends-list .sn-list .sn-list-inner {
  float: left;
}
.sn-block-friends-list .sn-list .sn-list-inner .sn-address {
  margin-top: 5px;
}
.sn-block-friends-list .sn-list .sn-list-inner .sn-date,
.sn-block-friends-list .sn-list .sn-list-inner .sn-online {
  display: block;
  margin-top: 5px;
}
.sn-block-friends-list .sn-list .sn-list-inner .sn-link {
  font-size: 14px;
  font-weight: bold;
}
.sn-block-friends-list .sn-list .sn-edit {
  top: 10px;
}
.sn-block-message .sn-block-inner {
  position: relative;
  margin-bottom: 20px;
}
.sn-block-message .sn-block-inner .jspContainer .jspVerticalBar {
  right: 2px;
}
.sn-block-message .sn-block-inner .sn-list {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.sn-block-message .sn-block-inner .sn-list:hover,
.sn-block-message .sn-block-inner .sn-list.active {
  background: #f5f5f5;
}
.sn-block-message .sn-block-inner .sn-list.sn-new-message {
  background: #f0f0f0;
}
.sn-block-message .sn-block-inner .sn-list .sn-link {
  font-size: 14px;
  font-weight: bold;
}
.sn-block-message .sn-block-inner .sn-list.top {
  position: relative;
  cursor: default;
  border-bottom: 1px solid #e1e2e5;
}
.sn-block-message .sn-block-inner .sn-list.top .sn-user-link {
  font-size: 14px;
  font-weight: bold;
}
.sn-block-message .sn-block-inner .sn-list.top .sn-date,
.sn-block-message .sn-block-inner .sn-list.top .sn-online {
  display: block;
  margin-top: 5px;
}
.sn-block-message .sn-block-inner .sn-list.top .sn-online {
  font-size: 13px;
  color: #27ae60;
}
.sn-block-message .sn-block-inner .sn-list.top .sn-online:before {
  background: url("../images/sn/online-sprite.png") no-repeat scroll 0 0 transparent;
  content: " ";
  float: left;
  height: 3px;
  margin-right: 5px;
  margin-top: 5px;
  width: 3px;
}
.sn-block-message .sn-block-inner .sn-list.top:hover {
  background: none transparent;
}
.sn-block-message .sn-block-inner .sn-list .sn-desc {
  overflow: hidden;
}
.sn-block-message .sn-block-inner .main-btn {
  position: absolute;
  right: 233px;
  top: 10px;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #313131;
  font-size: 11px;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(7%, #fdfdfd), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  background: linear-gradient(top, #fdfdfd 0%, #fdfdfd 7%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdfdfd,endColorstr=#E4E4E4);
  border: 1px solid #999999;
}
.sn-block-message .sn-block-inner .main-btn:hover {
  background-color: #E4E4E4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(27%, #E4E4E4), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  background: linear-gradient(top, #fdfdfd 0%, #E4E4E4 27%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdfdfd,endColorstr=#E4E4E4);
}
.sn-block-message .sn-block-inner .main-btn:active {
  background-color: #E4E4E4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E4E4), color-stop(7%, #E4E4E4), color-stop(90%, #E4E4E4));
  background: -moz-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: -ms-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: -o-linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  background: linear-gradient(top, #E4E4E4 0%, #E4E4E4 7%, #E4E4E4 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E4E4E4,endColorstr=#E4E4E4);
}
.sn-block-message .sn-block-inner .main-btn.up {
  right: 10px;
}
.sn-block-message .sn-block-inner .main-btn.down {
  right: 125px;
}
.sn-block-message .sn-block-inner .sn-form {
  overflow-y: auto;
}
.sn-block-message .sn-message-form .input {
  margin-bottom: 15px;
}
.sn-block-message .sn-message-form .sn {
  font-size: 13px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
.sn-block-message .sn-avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.sn-block-message .sn-avatar img {
  width: 48px;
}
.sn-block-message .actions {
  margin-bottom: 20px;
  text-align: right;
}
.sn-block-message .actions:after {
  content: '(Ctrl+Enter)';
  color: #898989;
  font-size: 12px;
}
.sn-block-sub {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #313131;
}
.sn-content {
  width: 450px;
  float: left;
  margin-bottom: 20px;
}
.sn-content .sn-user-big {
  font-size: 24px;
  color: #999999;
  margin-bottom: 20px;
  font-weight: bold;
}
.sn-content .sn-block-header {
  font-size: 18px;
  color: #313131;
  margin-bottom: 15px;
}
.sn-content .sn-userinfo {
  font-size: 14px;
  line-height: 1.6;
}
.sn-content .sn-userinfo dt {
  float: left;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.sn-content .sn-userinfo dd {
  overflow: hidden;
}
.sn-content h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 10px;
}
.sn-sidebar {
  float: right;
  width: 200px;
  border: 1px solid #dfdfdf;
}
.sn-socmeta {
  color: #999999;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}
.sn-socmeta a {
  color: #205c96;
}
.sn-socmeta .sn-meta {
  background: url(../images/sn/mini2.png) no-repeat;
  height: 12px;
  margin-right: 7px;
  padding-left: 15px;
  width: 33px;
}
.sn-socmeta .sn-meta.sn-views {
  background-position: 0px -46px;
}
.sn-socmeta .sn-meta.sn-rating {
  background-position: 0px -97px;
}
.sn-tabs {
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
.sn-tabs:after {
  clear: both;
  content: "";
  display: table;
}
.sn-tabs:before {
  content: "";
  display: table;
}
.sn-tabs li {
  position: relative;
  top: 1px;
  float: left;
}
.sn-tabs li a {
  border: 1px solid transparent;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  line-height: 36px;
  margin-right: 2px;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #205C96;
  font-size: 14px;
}
.sn-tabs li.active a {
  background-color: #FFFFFF;
  border-color: #DDDDDD #DDDDDD transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #808080;
}
.sn-tabs-inner {
  font-weight: normal;
  margin: 0 5px 0 0;
  top: 1px;
  float: left;
  position: relative;
  z-index: 1;
}
.sn-tabs-inner .st-inner-a {
  padding: 0 15px;
  height: 36px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  line-height: 36px;
  color: #205c96;
  font-size: 14px;
  border: 1px solid transparent;
  display: block;
  position: relative;
}
.sn-tabs-inner .st-inner-a:hover {
  color: #000000;
  background-color: #eee;
  border-color: #eee #eee #e1e2e5;
  cursor: pointer;
}
.sn-tabs-inner.active {
  background-color: #f3f4f7;
}
.sn-tabs-inner.active .st-inner-a {
  border-left: 1px solid #e1e2e5;
  border-right: 1px solid #e1e2e5;
  border-top: 1px solid #e1e2e5;
  color: #000000;
  color: #808080;
}
.sn-tabs-inner.active .st-inner-a:hover {
  background-color: #f3f4f7;
  border-bottom: 1px solid #ffffff;
}
.ie7 .sn-tabs-inner .st-inner-a {
  position: static;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}
.ie7 .sn-tabs-inner .st-inner-a.sn-inner-favorite,
.ie7 .sn-tabs-inner .st-inner-a.sn-inner-news {
  background: none;
}
.sn-tabs-container .sns-block-inner {
  padding-top: 5px;
  margin-bottom: 7px;
  font-size: 14px;
  position: relative;
}
.sn-tabs-container .sns-block-inner .fav-wrap {
  float: left;
  width: 20px;
}
.sn-tabs-container .sns-block-inner br {
  clear: both;
}
.sn-tabs-container .sns-block-inner label {
  margin-bottom: 5px;
  display: block;
}
.sn-tabs-container .sns-block-inner input[type="checkbox"],
.sn-tabs-container .sns-block-inner input[type="radio"] {
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  left: 0;
  z-index: -3;
}
.sn-tabs-container .sns-block-inner input[type="radio"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("lessBlocks/elements/radio/images/radio-sprite.png") no-repeat scroll 0 0 transparent;
  position: relative;
  margin-right: 5px;
  float: left;
}
.sn-tabs-container .sns-block-inner input[type="radio"]:checked + label:before {
  background-position: 0 -17px;
}
.sn-tabs-container .sns-block-inner input[type="radio"]:checked + label:hover:before {
  background-position: 0 -51px;
}
.sn-tabs-container .sns-block-inner input[type="radio"] + label:hover:before {
  background-position: 0 -34px;
}
.sn-tabs-container .sns-block-inner input[type="checkbox"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("lessBlocks/elements/checkbox/images/checkbox-sprite.png") no-repeat scroll 0 0 transparent;
  position: relative;
  margin-right: 5px;
  float: left;
}
.sn-tabs-container .sns-block-inner input[type="checkbox"]:checked + label:before {
  background-position: 0 -17px;
}
.sn-tabs-container .sns-block-inner input[type="checkbox"]:checked + label:hover:before {
  background-position: 0 -51px;
}
.sn-tabs-container .sns-block-inner input[type="checkbox"] + label:hover:before {
  background-position: 0 -34px;
}
.sn-tabs-container .sn-fav {
  zoom: 1;
  margin-left: 20px;
}
.sn-tabs-container .sn-fav:before,
.sn-tabs-container .sn-fav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.sn-tabs-container .sn-fav:after {
  clear: both;
}
.sn-tabs-container .tab {
  display: none;
}
.sn-tabs-container .tab.active {
  display: block;
  margin-bottom: 20px;
}
.sn-tabs-container .sn-inputs-list {
  margin-bottom: 10px;
}
.sn-tabs-container .sns-title {
  font-size: 14px;
  margin-top: 10px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 5px;
}
.sn-tabs-container input {
  margin-right: 5px;
}
.sn-tabs-container .sn-rss {
  color: #205C96;
  font-size: 14px;
}
.sn-tabs-container .inputs-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sn-tabs-container .inputs-list li {
  margin: 10px 0;
}
.sn-tabs-container .sn-item-list-inner-news {
  padding-left: 10px;
  font-size: 14px;
  color: #313131;
  padding-bottom: 10px;
  margin-top: 10px;
}
.sn-tabs-container .sn-item-list-inner-news .sn-item-list-title {
  font-weight: bold;
}
.sn-tabs-container .sn-item-list-inner-news a {
  color: #205c96;
  display: block;
  margin-top: 5px;
}
.sn-tabs-container .snn-inner {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999999;
}
.sn-tabs-container .snn-inner a {
  color: #205c96;
}
.sn-tabs-container .snn-inner .snn-title {
  margin-bottom: 5px;
}
.sn-tabs-container .snn-inner li {
  background: url("../images/article-list.png") no-repeat scroll 0 7px transparent;
  padding-left: 10px;
  margin-bottom: 5px;
  list-style: none outside none;
}
.ie8 .sn-tabs-container .sns-block-inner input[type="checkbox"],
.ie7 .sn-tabs-container .sns-block-inner input[type="checkbox"],
.ie8 .sn-tabs-container .sns-block-inner input[type="radio"],
.ie7 .sn-tabs-container .sns-block-inner input[type="radio"] {
  position: static;
  margin-right: 0;
  float: left;
}
.ie8 .sn-tabs-container .sns-block-inner input[type="radio"] + label:before,
.ie7 .sn-tabs-container .sns-block-inner input[type="radio"] + label:before,
.ie8 .sn-tabs-container .sns-block-inner input[type="checkbox"] + label:before,
.ie7 .sn-tabs-container .sns-block-inner input[type="checkbox"] + label:before {
  display: none;
}
.sn-table-settings {
  font-size: 14px;
  color: #313131;
  line-height: 2;
  width: 100%;
  margin-bottom: 20px;
}
.sn-table-settings tr {
  padding: 5px;
}
.tabber {
  margin: 0 auto 20px;
  position: relative;
}
.tab_body {
  border-top: 1px solid #e1e2e5;
  display: none;
  font-size: 14px;
  left: 0;
  padding-top: 20px;
  position: absolute;
  top: 38px;
  width: 100%;
}
.tab_body.active {
  display: block;
}
.tabs-pofile .tabs-profile-head {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  left: 0;
  width: auto;
  font-weight: normal;
  color: #205C96;
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.5em 0.5em 0.7em;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
.tabs-pofile .tabs-profile-head.current {
  z-index: 22;
  background-color: #FFFFFF;
  border-color: #DDDDDD #DDDDDD transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #808080;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-pofile .tabs-profile-in {
  display: none;
  float: right;
  margin: 3.5em 0 0 -100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.tabs-pofile .tabs-profile-in.current {
  display: block;
}
.tabs-pofile .inner-dd {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
  padding: 1em 1.5em 0;
  margin-top: -12px;
  z-index: 21;
}
.tabs-pofile .inner-dd label {
  color: #bf4949;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: 12px;
  padding: 5px 0 7px;
  display: block;
}
.tabs-pofile .inner-dd label input[type=checkbox] {
  position: absolute;
  margin-top: 2px;
}
.tabs-pofile .inner-dd label input[type=checkbox]:before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  left: 0;
  display: block;
  background: url('../images/checkbox-sprite.png') no-repeat 0 0 transparent;
}
.tabs-pofile .inner-dd label p {
  text-transform: none;
  letter-spacing: normal;
  padding: 2px 0 0 20px;
}
.tabs-pofile .inner-dd h2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.tabs-pofile .inner-dd .form-row {
  padding-bottom: 20px;
}
.tabs-pofile .h2-class {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.tabs-pofile .fbutton {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 0 1.5em 1em;
}
.tabs-pofile input[type="file"] {
  background-color: #FFFFFF;
  box-shadow: none;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}
time {
  display: inline;
}
button,
input,
select,
textarea {
  margin: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background: #dadee0;
  min-width: 1260px;
}
html,
body {
  height: 100%;
}
.inline-b {
  display: inline-block;
}
.hL {
  text-decoration: none;
}
.hL:hover {
  text-decoration: underline;
  color: #bf4949;
}
.hL:active {
  color: #74090e;
}
.rubric-visual {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bf4949;
}
.justify {
  width: 100%;
  height: 0;
  visibility: hidden;
  display: inline-block;
}
.white {
  color: white;
}
.width {
  min-width: 950px;
  max-width: 1280px;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.icon-time {
  vertical-align: text-top;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('../images/icon-time.png') no-repeat 0 0 transparent;
  margin-right: 3px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*** float ***/
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.both {
  clear: both;
}
/*** end floats ***/
/***  overflow ***/
.of-h {
  overflow: hidden;
}
.of-a {
  overflow: auto;
}
.of-x-a {
  overflow-x: auto;
}
.of-y-a {
  overflow-y: auto;
}
/*** end overflow ***/
/*** position ***/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
/*** end position ***/
.bold {
  font-weight: bold;
}
.l-1 {
  font-size: 24px;
}
.l-1s {
  font-size: 22px;
}
.l-2 {
  font-size: 18px;
}
.l-3 {
  font-size: 14px;
}
.l-3s {
  font-size: 13px;
}
.l-4 {
  font-size: 12px;
}
.l-5 {
  font-size: 16px;
}
/*** text-align ***/
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.ta-j {
  text-align: justify;
}
/*** end text-align ***/
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.pfc {
  color: #000000;
}
.sfc {
  color: #999999;
}
.lfc {
  color: #205c96;
}
.ofc {
  color: #bf4949;
}
/* text-decoration */
.td-none {
  text-decoration: none;
}
.td-un {
  text-decoration: underline;
}
.hLine:hover {
  text-decoration: none;
}
.hUnline {
  text-decoration: none;
}
.hUnline:hover {
  text-decoration: underline;
}
/***** end text-decoration *****/
/***** steps for paddings, margins *****/
.pt-0px {
  padding-top: 0px;
}
.pr-0px {
  padding-right: 0px;
}
.pb-0px {
  padding-bottom: 0px;
}
.pl-0px {
  padding-left: 0px;
}
.mt-0px {
  margin-top: 0px;
}
.mr-0px {
  margin-right: 0px;
}
.mb-0px {
  margin-bottom: 0px;
}
.ml-0px {
  margin-left: 0px;
}
.pt-1px {
  padding-top: 1px;
}
.pr-1px {
  padding-right: 1px;
}
.pb-1px {
  padding-bottom: 1px;
}
.pl-1px {
  padding-left: 1px;
}
.mt-1px {
  margin-top: 1px;
}
.mr-1px {
  margin-right: 1px;
}
.mb-1px {
  margin-bottom: 1px;
}
.ml-1px {
  margin-left: 1px;
}
.pt-2px {
  padding-top: 2px;
}
.pr-2px {
  padding-right: 2px;
}
.pb-2px {
  padding-bottom: 2px;
}
.pl-2px {
  padding-left: 2px;
}
.mt-2px {
  margin-top: 2px;
}
.mr-2px {
  margin-right: 2px;
}
.mb-2px {
  margin-bottom: 2px;
}
.ml-2px {
  margin-left: 2px;
}
.pt-3px {
  padding-top: 3px;
}
.pr-3px {
  padding-right: 3px;
}
.pb-3px {
  padding-bottom: 3px;
}
.pl-3px {
  padding-left: 3px;
}
.mt-3px {
  margin-top: 3px;
}
.mr-3px {
  margin-right: 3px;
}
.mb-3px {
  margin-bottom: 3px;
}
.ml-3px {
  margin-left: 3px;
}
.pt-4px {
  padding-top: 4px;
}
.pr-4px {
  padding-right: 4px;
}
.pb-4px {
  padding-bottom: 4px;
}
.pl-4px {
  padding-left: 4px;
}
.mt-4px {
  margin-top: 4px;
}
.mr-4px {
  margin-right: 4px;
}
.mb-4px {
  margin-bottom: 4px;
}
.ml-4px {
  margin-left: 4px;
}
.pt-5px {
  padding-top: 5px;
}
.pr-5px {
  padding-right: 5px;
}
.pb-5px {
  padding-bottom: 5px;
}
.pl-5px {
  padding-left: 5px;
}
.mt-5px {
  margin-top: 5px;
}
.mr-5px {
  margin-right: 5px;
}
.mb-5px {
  margin-bottom: 5px;
}
.ml-5px {
  margin-left: 5px;
}
.pt-6px {
  padding-top: 6px;
}
.pr-6px {
  padding-right: 6px;
}
.pb-6px {
  padding-bottom: 6px;
}
.pl-6px {
  padding-left: 6px;
}
.mt-6px {
  margin-top: 6px;
}
.mr-6px {
  margin-right: 6px;
}
.mb-6px {
  margin-bottom: 6px;
}
.ml-6px {
  margin-left: 6px;
}
.pt-7px {
  padding-top: 7px;
}
.pr-7px {
  padding-right: 7px;
}
.pb-7px {
  padding-bottom: 7px;
}
.pl-7px {
  padding-left: 7px;
}
.mt-7px {
  margin-top: 7px;
}
.mr-7px {
  margin-right: 7px;
}
.mb-7px {
  margin-bottom: 7px;
}
.ml-7px {
  margin-left: 7px;
}
.pt-8px {
  padding-top: 8px;
}
.pr-8px {
  padding-right: 8px;
}
.pb-8px {
  padding-bottom: 8px;
}
.pl-8px {
  padding-left: 8px;
}
.mt-8px {
  margin-top: 8px;
}
.mr-8px {
  margin-right: 8px;
}
.mb-8px {
  margin-bottom: 8px;
}
.ml-8px {
  margin-left: 8px;
}
.pt-9px {
  padding-top: 9px;
}
.pr-9px {
  padding-right: 9px;
}
.pb-9px {
  padding-bottom: 9px;
}
.pl-9px {
  padding-left: 9px;
}
.mt-9px {
  margin-top: 9px;
}
.mr-9px {
  margin-right: 9px;
}
.mb-9px {
  margin-bottom: 9px;
}
.ml-9px {
  margin-left: 9px;
}
.pt-10px {
  padding-top: 10px;
}
.pr-10px {
  padding-right: 10px;
}
.pb-10px {
  padding-bottom: 10px;
}
.pl-10px {
  padding-left: 10px;
}
.mt-10px {
  margin-top: 10px;
}
.mr-10px {
  margin-right: 10px;
}
.mb-10px {
  margin-bottom: 10px;
}
.ml-10px {
  margin-left: 10px;
}
.pt-11px {
  padding-top: 11px;
}
.pr-11px {
  padding-right: 11px;
}
.pb-11px {
  padding-bottom: 11px;
}
.pl-11px {
  padding-left: 11px;
}
.mt-11px {
  margin-top: 11px;
}
.mr-11px {
  margin-right: 11px;
}
.mb-11px {
  margin-bottom: 11px;
}
.ml-11px {
  margin-left: 11px;
}
.pt-12px {
  padding-top: 12px;
}
.pr-12px {
  padding-right: 12px;
}
.pb-12px {
  padding-bottom: 12px;
}
.pl-12px {
  padding-left: 12px;
}
.mt-12px {
  margin-top: 12px;
}
.mr-12px {
  margin-right: 12px;
}
.mb-12px {
  margin-bottom: 12px;
}
.ml-12px {
  margin-left: 12px;
}
.pt-13px {
  padding-top: 13px;
}
.pr-13px {
  padding-right: 13px;
}
.pb-13px {
  padding-bottom: 13px;
}
.pl-13px {
  padding-left: 13px;
}
.mt-13px {
  margin-top: 13px;
}
.mr-13px {
  margin-right: 13px;
}
.mb-13px {
  margin-bottom: 13px;
}
.ml-13px {
  margin-left: 13px;
}
.pt-14px {
  padding-top: 14px;
}
.pr-14px {
  padding-right: 14px;
}
.pb-14px {
  padding-bottom: 14px;
}
.pl-14px {
  padding-left: 14px;
}
.mt-14px {
  margin-top: 14px;
}
.mr-14px {
  margin-right: 14px;
}
.mb-14px {
  margin-bottom: 14px;
}
.ml-14px {
  margin-left: 14px;
}
.pt-15px {
  padding-top: 15px;
}
.pr-15px {
  padding-right: 15px;
}
.pb-15px {
  padding-bottom: 15px;
}
.pl-15px {
  padding-left: 15px;
}
.mt-15px {
  margin-top: 15px;
}
.mr-15px {
  margin-right: 15px;
}
.mb-15px {
  margin-bottom: 15px;
}
.ml-15px {
  margin-left: 15px;
}
.pt-16px {
  padding-top: 16px;
}
.pr-16px {
  padding-right: 16px;
}
.pb-16px {
  padding-bottom: 16px;
}
.pl-16px {
  padding-left: 16px;
}
.mt-16px {
  margin-top: 16px;
}
.mr-16px {
  margin-right: 16px;
}
.mb-16px {
  margin-bottom: 16px;
}
.ml-16px {
  margin-left: 16px;
}
.pt-17px {
  padding-top: 17px;
}
.pr-17px {
  padding-right: 17px;
}
.pb-17px {
  padding-bottom: 17px;
}
.pl-17px {
  padding-left: 17px;
}
.mt-17px {
  margin-top: 17px;
}
.mr-17px {
  margin-right: 17px;
}
.mb-17px {
  margin-bottom: 17px;
}
.ml-17px {
  margin-left: 17px;
}
.pt-18px {
  padding-top: 18px;
}
.pr-18px {
  padding-right: 18px;
}
.pb-18px {
  padding-bottom: 18px;
}
.pl-18px {
  padding-left: 18px;
}
.mt-18px {
  margin-top: 18px;
}
.mr-18px {
  margin-right: 18px;
}
.mb-18px {
  margin-bottom: 18px;
}
.ml-18px {
  margin-left: 18px;
}
.pt-19px {
  padding-top: 19px;
}
.pr-19px {
  padding-right: 19px;
}
.pb-19px {
  padding-bottom: 19px;
}
.pl-19px {
  padding-left: 19px;
}
.mt-19px {
  margin-top: 19px;
}
.mr-19px {
  margin-right: 19px;
}
.mb-19px {
  margin-bottom: 19px;
}
.ml-19px {
  margin-left: 19px;
}
.pt-20px {
  padding-top: 20px;
}
.pr-20px {
  padding-right: 20px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pl-20px {
  padding-left: 20px;
}
.mt-20px {
  margin-top: 20px;
}
.mr-20px {
  margin-right: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.ml-20px {
  margin-left: 20px;
}
.pt-21px {
  padding-top: 21px;
}
.pr-21px {
  padding-right: 21px;
}
.pb-21px {
  padding-bottom: 21px;
}
.pl-21px {
  padding-left: 21px;
}
.mt-21px {
  margin-top: 21px;
}
.mr-21px {
  margin-right: 21px;
}
.mb-21px {
  margin-bottom: 21px;
}
.ml-21px {
  margin-left: 21px;
}
.pt-22px {
  padding-top: 22px;
}
.pr-22px {
  padding-right: 22px;
}
.pb-22px {
  padding-bottom: 22px;
}
.pl-22px {
  padding-left: 22px;
}
.mt-22px {
  margin-top: 22px;
}
.mr-22px {
  margin-right: 22px;
}
.mb-22px {
  margin-bottom: 22px;
}
.ml-22px {
  margin-left: 22px;
}
.pt-23px {
  padding-top: 23px;
}
.pr-23px {
  padding-right: 23px;
}
.pb-23px {
  padding-bottom: 23px;
}
.pl-23px {
  padding-left: 23px;
}
.mt-23px {
  margin-top: 23px;
}
.mr-23px {
  margin-right: 23px;
}
.mb-23px {
  margin-bottom: 23px;
}
.ml-23px {
  margin-left: 23px;
}
.pt-24px {
  padding-top: 24px;
}
.pr-24px {
  padding-right: 24px;
}
.pb-24px {
  padding-bottom: 24px;
}
.pl-24px {
  padding-left: 24px;
}
.mt-24px {
  margin-top: 24px;
}
.mr-24px {
  margin-right: 24px;
}
.mb-24px {
  margin-bottom: 24px;
}
.ml-24px {
  margin-left: 24px;
}
.pt-25px {
  padding-top: 25px;
}
.pr-25px {
  padding-right: 25px;
}
.pb-25px {
  padding-bottom: 25px;
}
.pl-25px {
  padding-left: 25px;
}
.mt-25px {
  margin-top: 25px;
}
.mr-25px {
  margin-right: 25px;
}
.mb-25px {
  margin-bottom: 25px;
}
.ml-25px {
  margin-left: 25px;
}
.pt-26px {
  padding-top: 26px;
}
.pr-26px {
  padding-right: 26px;
}
.pb-26px {
  padding-bottom: 26px;
}
.pl-26px {
  padding-left: 26px;
}
.mt-26px {
  margin-top: 26px;
}
.mr-26px {
  margin-right: 26px;
}
.mb-26px {
  margin-bottom: 26px;
}
.ml-26px {
  margin-left: 26px;
}
.pt-27px {
  padding-top: 27px;
}
.pr-27px {
  padding-right: 27px;
}
.pb-27px {
  padding-bottom: 27px;
}
.pl-27px {
  padding-left: 27px;
}
.mt-27px {
  margin-top: 27px;
}
.mr-27px {
  margin-right: 27px;
}
.mb-27px {
  margin-bottom: 27px;
}
.ml-27px {
  margin-left: 27px;
}
.pt-28px {
  padding-top: 28px;
}
.pr-28px {
  padding-right: 28px;
}
.pb-28px {
  padding-bottom: 28px;
}
.pl-28px {
  padding-left: 28px;
}
.mt-28px {
  margin-top: 28px;
}
.mr-28px {
  margin-right: 28px;
}
.mb-28px {
  margin-bottom: 28px;
}
.ml-28px {
  margin-left: 28px;
}
.pt-29px {
  padding-top: 29px;
}
.pr-29px {
  padding-right: 29px;
}
.pb-29px {
  padding-bottom: 29px;
}
.pl-29px {
  padding-left: 29px;
}
.mt-29px {
  margin-top: 29px;
}
.mr-29px {
  margin-right: 29px;
}
.mb-29px {
  margin-bottom: 29px;
}
.ml-29px {
  margin-left: 29px;
}
.pt-30px {
  padding-top: 30px;
}
.pr-30px {
  padding-right: 30px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pl-30px {
  padding-left: 30px;
}
.mt-30px {
  margin-top: 30px;
}
.mr-30px {
  margin-right: 30px;
}
.mb-30px {
  margin-bottom: 30px;
}
.ml-30px {
  margin-left: 30px;
}
.pt-31px {
  padding-top: 31px;
}
.pr-31px {
  padding-right: 31px;
}
.pb-31px {
  padding-bottom: 31px;
}
.pl-31px {
  padding-left: 31px;
}
.mt-31px {
  margin-top: 31px;
}
.mr-31px {
  margin-right: 31px;
}
.mb-31px {
  margin-bottom: 31px;
}
.ml-31px {
  margin-left: 31px;
}
.pt-32px {
  padding-top: 32px;
}
.pr-32px {
  padding-right: 32px;
}
.pb-32px {
  padding-bottom: 32px;
}
.pl-32px {
  padding-left: 32px;
}
.mt-32px {
  margin-top: 32px;
}
.mr-32px {
  margin-right: 32px;
}
.mb-32px {
  margin-bottom: 32px;
}
.ml-32px {
  margin-left: 32px;
}
.pt-33px {
  padding-top: 33px;
}
.pr-33px {
  padding-right: 33px;
}
.pb-33px {
  padding-bottom: 33px;
}
.pl-33px {
  padding-left: 33px;
}
.mt-33px {
  margin-top: 33px;
}
.mr-33px {
  margin-right: 33px;
}
.mb-33px {
  margin-bottom: 33px;
}
.ml-33px {
  margin-left: 33px;
}
.pt-34px {
  padding-top: 34px;
}
.pr-34px {
  padding-right: 34px;
}
.pb-34px {
  padding-bottom: 34px;
}
.pl-34px {
  padding-left: 34px;
}
.mt-34px {
  margin-top: 34px;
}
.mr-34px {
  margin-right: 34px;
}
.mb-34px {
  margin-bottom: 34px;
}
.ml-34px {
  margin-left: 34px;
}
.pt-35px {
  padding-top: 35px;
}
.pr-35px {
  padding-right: 35px;
}
.pb-35px {
  padding-bottom: 35px;
}
.pl-35px {
  padding-left: 35px;
}
.mt-35px {
  margin-top: 35px;
}
.mr-35px {
  margin-right: 35px;
}
.mb-35px {
  margin-bottom: 35px;
}
.ml-35px {
  margin-left: 35px;
}
.pt-36px {
  padding-top: 36px;
}
.pr-36px {
  padding-right: 36px;
}
.pb-36px {
  padding-bottom: 36px;
}
.pl-36px {
  padding-left: 36px;
}
.mt-36px {
  margin-top: 36px;
}
.mr-36px {
  margin-right: 36px;
}
.mb-36px {
  margin-bottom: 36px;
}
.ml-36px {
  margin-left: 36px;
}
.pt-37px {
  padding-top: 37px;
}
.pr-37px {
  padding-right: 37px;
}
.pb-37px {
  padding-bottom: 37px;
}
.pl-37px {
  padding-left: 37px;
}
.mt-37px {
  margin-top: 37px;
}
.mr-37px {
  margin-right: 37px;
}
.mb-37px {
  margin-bottom: 37px;
}
.ml-37px {
  margin-left: 37px;
}
.pt-38px {
  padding-top: 38px;
}
.pr-38px {
  padding-right: 38px;
}
.pb-38px {
  padding-bottom: 38px;
}
.pl-38px {
  padding-left: 38px;
}
.mt-38px {
  margin-top: 38px;
}
.mr-38px {
  margin-right: 38px;
}
.mb-38px {
  margin-bottom: 38px;
}
.ml-38px {
  margin-left: 38px;
}
.pt-39px {
  padding-top: 39px;
}
.pr-39px {
  padding-right: 39px;
}
.pb-39px {
  padding-bottom: 39px;
}
.pl-39px {
  padding-left: 39px;
}
.mt-39px {
  margin-top: 39px;
}
.mr-39px {
  margin-right: 39px;
}
.mb-39px {
  margin-bottom: 39px;
}
.ml-39px {
  margin-left: 39px;
}
.pt-40px {
  padding-top: 40px;
}
.pr-40px {
  padding-right: 40px;
}
.pb-40px {
  padding-bottom: 40px;
}
.pl-40px {
  padding-left: 40px;
}
.mt-40px {
  margin-top: 40px;
}
.mr-40px {
  margin-right: 40px;
}
.mb-40px {
  margin-bottom: 40px;
}
.ml-40px {
  margin-left: 40px;
}
.pt-41px {
  padding-top: 41px;
}
.pr-41px {
  padding-right: 41px;
}
.pb-41px {
  padding-bottom: 41px;
}
.pl-41px {
  padding-left: 41px;
}
.mt-41px {
  margin-top: 41px;
}
.mr-41px {
  margin-right: 41px;
}
.mb-41px {
  margin-bottom: 41px;
}
.ml-41px {
  margin-left: 41px;
}
.pt-42px {
  padding-top: 42px;
}
.pr-42px {
  padding-right: 42px;
}
.pb-42px {
  padding-bottom: 42px;
}
.pl-42px {
  padding-left: 42px;
}
.mt-42px {
  margin-top: 42px;
}
.mr-42px {
  margin-right: 42px;
}
.mb-42px {
  margin-bottom: 42px;
}
.ml-42px {
  margin-left: 42px;
}
.pt-43px {
  padding-top: 43px;
}
.pr-43px {
  padding-right: 43px;
}
.pb-43px {
  padding-bottom: 43px;
}
.pl-43px {
  padding-left: 43px;
}
.mt-43px {
  margin-top: 43px;
}
.mr-43px {
  margin-right: 43px;
}
.mb-43px {
  margin-bottom: 43px;
}
.ml-43px {
  margin-left: 43px;
}
.pt-44px {
  padding-top: 44px;
}
.pr-44px {
  padding-right: 44px;
}
.pb-44px {
  padding-bottom: 44px;
}
.pl-44px {
  padding-left: 44px;
}
.mt-44px {
  margin-top: 44px;
}
.mr-44px {
  margin-right: 44px;
}
.mb-44px {
  margin-bottom: 44px;
}
.ml-44px {
  margin-left: 44px;
}
.pt-45px {
  padding-top: 45px;
}
.pr-45px {
  padding-right: 45px;
}
.pb-45px {
  padding-bottom: 45px;
}
.pl-45px {
  padding-left: 45px;
}
.mt-45px {
  margin-top: 45px;
}
.mr-45px {
  margin-right: 45px;
}
.mb-45px {
  margin-bottom: 45px;
}
.ml-45px {
  margin-left: 45px;
}
.pt-46px {
  padding-top: 46px;
}
.pr-46px {
  padding-right: 46px;
}
.pb-46px {
  padding-bottom: 46px;
}
.pl-46px {
  padding-left: 46px;
}
.mt-46px {
  margin-top: 46px;
}
.mr-46px {
  margin-right: 46px;
}
.mb-46px {
  margin-bottom: 46px;
}
.ml-46px {
  margin-left: 46px;
}
.pt-47px {
  padding-top: 47px;
}
.pr-47px {
  padding-right: 47px;
}
.pb-47px {
  padding-bottom: 47px;
}
.pl-47px {
  padding-left: 47px;
}
.mt-47px {
  margin-top: 47px;
}
.mr-47px {
  margin-right: 47px;
}
.mb-47px {
  margin-bottom: 47px;
}
.ml-47px {
  margin-left: 47px;
}
.pt-48px {
  padding-top: 48px;
}
.pr-48px {
  padding-right: 48px;
}
.pb-48px {
  padding-bottom: 48px;
}
.pl-48px {
  padding-left: 48px;
}
.mt-48px {
  margin-top: 48px;
}
.mr-48px {
  margin-right: 48px;
}
.mb-48px {
  margin-bottom: 48px;
}
.ml-48px {
  margin-left: 48px;
}
.pt-49px {
  padding-top: 49px;
}
.pr-49px {
  padding-right: 49px;
}
.pb-49px {
  padding-bottom: 49px;
}
.pl-49px {
  padding-left: 49px;
}
.mt-49px {
  margin-top: 49px;
}
.mr-49px {
  margin-right: 49px;
}
.mb-49px {
  margin-bottom: 49px;
}
.ml-49px {
  margin-left: 49px;
}
.pt-50px {
  padding-top: 50px;
}
.pr-50px {
  padding-right: 50px;
}
.pb-50px {
  padding-bottom: 50px;
}
.pl-50px {
  padding-left: 50px;
}
.mt-50px {
  margin-top: 50px;
}
.mr-50px {
  margin-right: 50px;
}
.mb-50px {
  margin-bottom: 50px;
}
.ml-50px {
  margin-left: 50px;
}
.pt-51px {
  padding-top: 51px;
}
.pr-51px {
  padding-right: 51px;
}
.pb-51px {
  padding-bottom: 51px;
}
.pl-51px {
  padding-left: 51px;
}
.mt-51px {
  margin-top: 51px;
}
.mr-51px {
  margin-right: 51px;
}
.mb-51px {
  margin-bottom: 51px;
}
.ml-51px {
  margin-left: 51px;
}
.pt-52px {
  padding-top: 52px;
}
.pr-52px {
  padding-right: 52px;
}
.pb-52px {
  padding-bottom: 52px;
}
.pl-52px {
  padding-left: 52px;
}
.mt-52px {
  margin-top: 52px;
}
.mr-52px {
  margin-right: 52px;
}
.mb-52px {
  margin-bottom: 52px;
}
.ml-52px {
  margin-left: 52px;
}
.pt-53px {
  padding-top: 53px;
}
.pr-53px {
  padding-right: 53px;
}
.pb-53px {
  padding-bottom: 53px;
}
.pl-53px {
  padding-left: 53px;
}
.mt-53px {
  margin-top: 53px;
}
.mr-53px {
  margin-right: 53px;
}
.mb-53px {
  margin-bottom: 53px;
}
.ml-53px {
  margin-left: 53px;
}
.pt-54px {
  padding-top: 54px;
}
.pr-54px {
  padding-right: 54px;
}
.pb-54px {
  padding-bottom: 54px;
}
.pl-54px {
  padding-left: 54px;
}
.mt-54px {
  margin-top: 54px;
}
.mr-54px {
  margin-right: 54px;
}
.mb-54px {
  margin-bottom: 54px;
}
.ml-54px {
  margin-left: 54px;
}
.pt-55px {
  padding-top: 55px;
}
.pr-55px {
  padding-right: 55px;
}
.pb-55px {
  padding-bottom: 55px;
}
.pl-55px {
  padding-left: 55px;
}
.mt-55px {
  margin-top: 55px;
}
.mr-55px {
  margin-right: 55px;
}
.mb-55px {
  margin-bottom: 55px;
}
.ml-55px {
  margin-left: 55px;
}
.pt-56px {
  padding-top: 56px;
}
.pr-56px {
  padding-right: 56px;
}
.pb-56px {
  padding-bottom: 56px;
}
.pl-56px {
  padding-left: 56px;
}
.mt-56px {
  margin-top: 56px;
}
.mr-56px {
  margin-right: 56px;
}
.mb-56px {
  margin-bottom: 56px;
}
.ml-56px {
  margin-left: 56px;
}
.pt-57px {
  padding-top: 57px;
}
.pr-57px {
  padding-right: 57px;
}
.pb-57px {
  padding-bottom: 57px;
}
.pl-57px {
  padding-left: 57px;
}
.mt-57px {
  margin-top: 57px;
}
.mr-57px {
  margin-right: 57px;
}
.mb-57px {
  margin-bottom: 57px;
}
.ml-57px {
  margin-left: 57px;
}
.pt-58px {
  padding-top: 58px;
}
.pr-58px {
  padding-right: 58px;
}
.pb-58px {
  padding-bottom: 58px;
}
.pl-58px {
  padding-left: 58px;
}
.mt-58px {
  margin-top: 58px;
}
.mr-58px {
  margin-right: 58px;
}
.mb-58px {
  margin-bottom: 58px;
}
.ml-58px {
  margin-left: 58px;
}
.pt-59px {
  padding-top: 59px;
}
.pr-59px {
  padding-right: 59px;
}
.pb-59px {
  padding-bottom: 59px;
}
.pl-59px {
  padding-left: 59px;
}
.mt-59px {
  margin-top: 59px;
}
.mr-59px {
  margin-right: 59px;
}
.mb-59px {
  margin-bottom: 59px;
}
.ml-59px {
  margin-left: 59px;
}
.pt-60px {
  padding-top: 60px;
}
.pr-60px {
  padding-right: 60px;
}
.pb-60px {
  padding-bottom: 60px;
}
.pl-60px {
  padding-left: 60px;
}
.mt-60px {
  margin-top: 60px;
}
.mr-60px {
  margin-right: 60px;
}
.mb-60px {
  margin-bottom: 60px;
}
.ml-60px {
  margin-left: 60px;
}
.pt-61px {
  padding-top: 61px;
}
.pr-61px {
  padding-right: 61px;
}
.pb-61px {
  padding-bottom: 61px;
}
.pl-61px {
  padding-left: 61px;
}
.mt-61px {
  margin-top: 61px;
}
.mr-61px {
  margin-right: 61px;
}
.mb-61px {
  margin-bottom: 61px;
}
.ml-61px {
  margin-left: 61px;
}
.pt-62px {
  padding-top: 62px;
}
.pr-62px {
  padding-right: 62px;
}
.pb-62px {
  padding-bottom: 62px;
}
.pl-62px {
  padding-left: 62px;
}
.mt-62px {
  margin-top: 62px;
}
.mr-62px {
  margin-right: 62px;
}
.mb-62px {
  margin-bottom: 62px;
}
.ml-62px {
  margin-left: 62px;
}
.pt-63px {
  padding-top: 63px;
}
.pr-63px {
  padding-right: 63px;
}
.pb-63px {
  padding-bottom: 63px;
}
.pl-63px {
  padding-left: 63px;
}
.mt-63px {
  margin-top: 63px;
}
.mr-63px {
  margin-right: 63px;
}
.mb-63px {
  margin-bottom: 63px;
}
.ml-63px {
  margin-left: 63px;
}
.pt-64px {
  padding-top: 64px;
}
.pr-64px {
  padding-right: 64px;
}
.pb-64px {
  padding-bottom: 64px;
}
.pl-64px {
  padding-left: 64px;
}
.mt-64px {
  margin-top: 64px;
}
.mr-64px {
  margin-right: 64px;
}
.mb-64px {
  margin-bottom: 64px;
}
.ml-64px {
  margin-left: 64px;
}
.pt-65px {
  padding-top: 65px;
}
.pr-65px {
  padding-right: 65px;
}
.pb-65px {
  padding-bottom: 65px;
}
.pl-65px {
  padding-left: 65px;
}
.mt-65px {
  margin-top: 65px;
}
.mr-65px {
  margin-right: 65px;
}
.mb-65px {
  margin-bottom: 65px;
}
.ml-65px {
  margin-left: 65px;
}
.pt-66px {
  padding-top: 66px;
}
.pr-66px {
  padding-right: 66px;
}
.pb-66px {
  padding-bottom: 66px;
}
.pl-66px {
  padding-left: 66px;
}
.mt-66px {
  margin-top: 66px;
}
.mr-66px {
  margin-right: 66px;
}
.mb-66px {
  margin-bottom: 66px;
}
.ml-66px {
  margin-left: 66px;
}
.pt-67px {
  padding-top: 67px;
}
.pr-67px {
  padding-right: 67px;
}
.pb-67px {
  padding-bottom: 67px;
}
.pl-67px {
  padding-left: 67px;
}
.mt-67px {
  margin-top: 67px;
}
.mr-67px {
  margin-right: 67px;
}
.mb-67px {
  margin-bottom: 67px;
}
.ml-67px {
  margin-left: 67px;
}
.pt-68px {
  padding-top: 68px;
}
.pr-68px {
  padding-right: 68px;
}
.pb-68px {
  padding-bottom: 68px;
}
.pl-68px {
  padding-left: 68px;
}
.mt-68px {
  margin-top: 68px;
}
.mr-68px {
  margin-right: 68px;
}
.mb-68px {
  margin-bottom: 68px;
}
.ml-68px {
  margin-left: 68px;
}
.pt-69px {
  padding-top: 69px;
}
.pr-69px {
  padding-right: 69px;
}
.pb-69px {
  padding-bottom: 69px;
}
.pl-69px {
  padding-left: 69px;
}
.mt-69px {
  margin-top: 69px;
}
.mr-69px {
  margin-right: 69px;
}
.mb-69px {
  margin-bottom: 69px;
}
.ml-69px {
  margin-left: 69px;
}
.pt-70px {
  padding-top: 70px;
}
.pr-70px {
  padding-right: 70px;
}
.pb-70px {
  padding-bottom: 70px;
}
.pl-70px {
  padding-left: 70px;
}
.mt-70px {
  margin-top: 70px;
}
.mr-70px {
  margin-right: 70px;
}
.mb-70px {
  margin-bottom: 70px;
}
.ml-70px {
  margin-left: 70px;
}
.pt-71px {
  padding-top: 71px;
}
.pr-71px {
  padding-right: 71px;
}
.pb-71px {
  padding-bottom: 71px;
}
.pl-71px {
  padding-left: 71px;
}
.mt-71px {
  margin-top: 71px;
}
.mr-71px {
  margin-right: 71px;
}
.mb-71px {
  margin-bottom: 71px;
}
.ml-71px {
  margin-left: 71px;
}
.pt-72px {
  padding-top: 72px;
}
.pr-72px {
  padding-right: 72px;
}
.pb-72px {
  padding-bottom: 72px;
}
.pl-72px {
  padding-left: 72px;
}
.mt-72px {
  margin-top: 72px;
}
.mr-72px {
  margin-right: 72px;
}
.mb-72px {
  margin-bottom: 72px;
}
.ml-72px {
  margin-left: 72px;
}
.pt-73px {
  padding-top: 73px;
}
.pr-73px {
  padding-right: 73px;
}
.pb-73px {
  padding-bottom: 73px;
}
.pl-73px {
  padding-left: 73px;
}
.mt-73px {
  margin-top: 73px;
}
.mr-73px {
  margin-right: 73px;
}
.mb-73px {
  margin-bottom: 73px;
}
.ml-73px {
  margin-left: 73px;
}
.pt-74px {
  padding-top: 74px;
}
.pr-74px {
  padding-right: 74px;
}
.pb-74px {
  padding-bottom: 74px;
}
.pl-74px {
  padding-left: 74px;
}
.mt-74px {
  margin-top: 74px;
}
.mr-74px {
  margin-right: 74px;
}
.mb-74px {
  margin-bottom: 74px;
}
.ml-74px {
  margin-left: 74px;
}
.pt-75px {
  padding-top: 75px;
}
.pr-75px {
  padding-right: 75px;
}
.pb-75px {
  padding-bottom: 75px;
}
.pl-75px {
  padding-left: 75px;
}
.mt-75px {
  margin-top: 75px;
}
.mr-75px {
  margin-right: 75px;
}
.mb-75px {
  margin-bottom: 75px;
}
.ml-75px {
  margin-left: 75px;
}
.pt-76px {
  padding-top: 76px;
}
.pr-76px {
  padding-right: 76px;
}
.pb-76px {
  padding-bottom: 76px;
}
.pl-76px {
  padding-left: 76px;
}
.mt-76px {
  margin-top: 76px;
}
.mr-76px {
  margin-right: 76px;
}
.mb-76px {
  margin-bottom: 76px;
}
.ml-76px {
  margin-left: 76px;
}
.pt-77px {
  padding-top: 77px;
}
.pr-77px {
  padding-right: 77px;
}
.pb-77px {
  padding-bottom: 77px;
}
.pl-77px {
  padding-left: 77px;
}
.mt-77px {
  margin-top: 77px;
}
.mr-77px {
  margin-right: 77px;
}
.mb-77px {
  margin-bottom: 77px;
}
.ml-77px {
  margin-left: 77px;
}
.pt-78px {
  padding-top: 78px;
}
.pr-78px {
  padding-right: 78px;
}
.pb-78px {
  padding-bottom: 78px;
}
.pl-78px {
  padding-left: 78px;
}
.mt-78px {
  margin-top: 78px;
}
.mr-78px {
  margin-right: 78px;
}
.mb-78px {
  margin-bottom: 78px;
}
.ml-78px {
  margin-left: 78px;
}
.pt-79px {
  padding-top: 79px;
}
.pr-79px {
  padding-right: 79px;
}
.pb-79px {
  padding-bottom: 79px;
}
.pl-79px {
  padding-left: 79px;
}
.mt-79px {
  margin-top: 79px;
}
.mr-79px {
  margin-right: 79px;
}
.mb-79px {
  margin-bottom: 79px;
}
.ml-79px {
  margin-left: 79px;
}
.pt-80px {
  padding-top: 80px;
}
.pr-80px {
  padding-right: 80px;
}
.pb-80px {
  padding-bottom: 80px;
}
.pl-80px {
  padding-left: 80px;
}
.mt-80px {
  margin-top: 80px;
}
.mr-80px {
  margin-right: 80px;
}
.mb-80px {
  margin-bottom: 80px;
}
.ml-80px {
  margin-left: 80px;
}
.pt-81px {
  padding-top: 81px;
}
.pr-81px {
  padding-right: 81px;
}
.pb-81px {
  padding-bottom: 81px;
}
.pl-81px {
  padding-left: 81px;
}
.mt-81px {
  margin-top: 81px;
}
.mr-81px {
  margin-right: 81px;
}
.mb-81px {
  margin-bottom: 81px;
}
.ml-81px {
  margin-left: 81px;
}
.pt-82px {
  padding-top: 82px;
}
.pr-82px {
  padding-right: 82px;
}
.pb-82px {
  padding-bottom: 82px;
}
.pl-82px {
  padding-left: 82px;
}
.mt-82px {
  margin-top: 82px;
}
.mr-82px {
  margin-right: 82px;
}
.mb-82px {
  margin-bottom: 82px;
}
.ml-82px {
  margin-left: 82px;
}
.pt-83px {
  padding-top: 83px;
}
.pr-83px {
  padding-right: 83px;
}
.pb-83px {
  padding-bottom: 83px;
}
.pl-83px {
  padding-left: 83px;
}
.mt-83px {
  margin-top: 83px;
}
.mr-83px {
  margin-right: 83px;
}
.mb-83px {
  margin-bottom: 83px;
}
.ml-83px {
  margin-left: 83px;
}
.pt-84px {
  padding-top: 84px;
}
.pr-84px {
  padding-right: 84px;
}
.pb-84px {
  padding-bottom: 84px;
}
.pl-84px {
  padding-left: 84px;
}
.mt-84px {
  margin-top: 84px;
}
.mr-84px {
  margin-right: 84px;
}
.mb-84px {
  margin-bottom: 84px;
}
.ml-84px {
  margin-left: 84px;
}
.pt-85px {
  padding-top: 85px;
}
.pr-85px {
  padding-right: 85px;
}
.pb-85px {
  padding-bottom: 85px;
}
.pl-85px {
  padding-left: 85px;
}
.mt-85px {
  margin-top: 85px;
}
.mr-85px {
  margin-right: 85px;
}
.mb-85px {
  margin-bottom: 85px;
}
.ml-85px {
  margin-left: 85px;
}
.pt-86px {
  padding-top: 86px;
}
.pr-86px {
  padding-right: 86px;
}
.pb-86px {
  padding-bottom: 86px;
}
.pl-86px {
  padding-left: 86px;
}
.mt-86px {
  margin-top: 86px;
}
.mr-86px {
  margin-right: 86px;
}
.mb-86px {
  margin-bottom: 86px;
}
.ml-86px {
  margin-left: 86px;
}
.pt-87px {
  padding-top: 87px;
}
.pr-87px {
  padding-right: 87px;
}
.pb-87px {
  padding-bottom: 87px;
}
.pl-87px {
  padding-left: 87px;
}
.mt-87px {
  margin-top: 87px;
}
.mr-87px {
  margin-right: 87px;
}
.mb-87px {
  margin-bottom: 87px;
}
.ml-87px {
  margin-left: 87px;
}
.pt-88px {
  padding-top: 88px;
}
.pr-88px {
  padding-right: 88px;
}
.pb-88px {
  padding-bottom: 88px;
}
.pl-88px {
  padding-left: 88px;
}
.mt-88px {
  margin-top: 88px;
}
.mr-88px {
  margin-right: 88px;
}
.mb-88px {
  margin-bottom: 88px;
}
.ml-88px {
  margin-left: 88px;
}
.pt-89px {
  padding-top: 89px;
}
.pr-89px {
  padding-right: 89px;
}
.pb-89px {
  padding-bottom: 89px;
}
.pl-89px {
  padding-left: 89px;
}
.mt-89px {
  margin-top: 89px;
}
.mr-89px {
  margin-right: 89px;
}
.mb-89px {
  margin-bottom: 89px;
}
.ml-89px {
  margin-left: 89px;
}
.pt-90px {
  padding-top: 90px;
}
.pr-90px {
  padding-right: 90px;
}
.pb-90px {
  padding-bottom: 90px;
}
.pl-90px {
  padding-left: 90px;
}
.mt-90px {
  margin-top: 90px;
}
.mr-90px {
  margin-right: 90px;
}
.mb-90px {
  margin-bottom: 90px;
}
.ml-90px {
  margin-left: 90px;
}
.pt-91px {
  padding-top: 91px;
}
.pr-91px {
  padding-right: 91px;
}
.pb-91px {
  padding-bottom: 91px;
}
.pl-91px {
  padding-left: 91px;
}
.mt-91px {
  margin-top: 91px;
}
.mr-91px {
  margin-right: 91px;
}
.mb-91px {
  margin-bottom: 91px;
}
.ml-91px {
  margin-left: 91px;
}
.pt-92px {
  padding-top: 92px;
}
.pr-92px {
  padding-right: 92px;
}
.pb-92px {
  padding-bottom: 92px;
}
.pl-92px {
  padding-left: 92px;
}
.mt-92px {
  margin-top: 92px;
}
.mr-92px {
  margin-right: 92px;
}
.mb-92px {
  margin-bottom: 92px;
}
.ml-92px {
  margin-left: 92px;
}
.pt-93px {
  padding-top: 93px;
}
.pr-93px {
  padding-right: 93px;
}
.pb-93px {
  padding-bottom: 93px;
}
.pl-93px {
  padding-left: 93px;
}
.mt-93px {
  margin-top: 93px;
}
.mr-93px {
  margin-right: 93px;
}
.mb-93px {
  margin-bottom: 93px;
}
.ml-93px {
  margin-left: 93px;
}
.pt-94px {
  padding-top: 94px;
}
.pr-94px {
  padding-right: 94px;
}
.pb-94px {
  padding-bottom: 94px;
}
.pl-94px {
  padding-left: 94px;
}
.mt-94px {
  margin-top: 94px;
}
.mr-94px {
  margin-right: 94px;
}
.mb-94px {
  margin-bottom: 94px;
}
.ml-94px {
  margin-left: 94px;
}
.pt-95px {
  padding-top: 95px;
}
.pr-95px {
  padding-right: 95px;
}
.pb-95px {
  padding-bottom: 95px;
}
.pl-95px {
  padding-left: 95px;
}
.mt-95px {
  margin-top: 95px;
}
.mr-95px {
  margin-right: 95px;
}
.mb-95px {
  margin-bottom: 95px;
}
.ml-95px {
  margin-left: 95px;
}
.pt-96px {
  padding-top: 96px;
}
.pr-96px {
  padding-right: 96px;
}
.pb-96px {
  padding-bottom: 96px;
}
.pl-96px {
  padding-left: 96px;
}
.mt-96px {
  margin-top: 96px;
}
.mr-96px {
  margin-right: 96px;
}
.mb-96px {
  margin-bottom: 96px;
}
.ml-96px {
  margin-left: 96px;
}
.pt-97px {
  padding-top: 97px;
}
.pr-97px {
  padding-right: 97px;
}
.pb-97px {
  padding-bottom: 97px;
}
.pl-97px {
  padding-left: 97px;
}
.mt-97px {
  margin-top: 97px;
}
.mr-97px {
  margin-right: 97px;
}
.mb-97px {
  margin-bottom: 97px;
}
.ml-97px {
  margin-left: 97px;
}
.pt-98px {
  padding-top: 98px;
}
.pr-98px {
  padding-right: 98px;
}
.pb-98px {
  padding-bottom: 98px;
}
.pl-98px {
  padding-left: 98px;
}
.mt-98px {
  margin-top: 98px;
}
.mr-98px {
  margin-right: 98px;
}
.mb-98px {
  margin-bottom: 98px;
}
.ml-98px {
  margin-left: 98px;
}
.pt-99px {
  padding-top: 99px;
}
.pr-99px {
  padding-right: 99px;
}
.pb-99px {
  padding-bottom: 99px;
}
.pl-99px {
  padding-left: 99px;
}
.mt-99px {
  margin-top: 99px;
}
.mr-99px {
  margin-right: 99px;
}
.mb-99px {
  margin-bottom: 99px;
}
.ml-99px {
  margin-left: 99px;
}
.pt-100px {
  padding-top: 100px;
}
.pr-100px {
  padding-right: 100px;
}
.pb-100px {
  padding-bottom: 100px;
}
.pl-100px {
  padding-left: 100px;
}
.mt-100px {
  margin-top: 100px;
}
.mr-100px {
  margin-right: 100px;
}
.mb-100px {
  margin-bottom: 100px;
}
.ml-100px {
  margin-left: 100px;
}
/***** end steps for paddings, margins  ******/
a:active,
a:visited {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.none,
.hide {
  display: none;
}
.pagerSavedHeightSpacer {
  display: none;
}
.title {
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
}
.title-l2 {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
}
.date {
  color: #999999;
  font-size: 14px;
  line-height: 1.37;
  margin-bottom: 10px;
}
.count {
  line-height: 0.7em;
  text-decoration: none;
  display: inline-block;
  padding: 4px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  font-size: 10px;
  color: white;
  background-color: #209644;
}
.title-link {
  text-decoration: none;
}
.title-link:hover {
  color: #205c96;
  text-decoration: underline;
}
.user-agreement--link {
  position: absolute;
  right: 0;
  bottom: 4px;
  padding-left: 20px;
  color: #205c96;
  text-decoration: none;
  font-size: 14px;
}
.user-agreement--link:hover {
  color: #bf4949;
}
.user-agreement--link:hover:before {
  background-position: 0 0;
}
.user-agreement--link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  background: url('../images/user-agreement--link-sprite.png') no-repeat 0 -16px transparent;
}
.result img {
  display: block;
  width: 100%;
}
.g-separation-top {
  border-top: 3px solid #e1e2e5;
  padding-top: 20px;
  margin-top: 15px;
}
.g-separation-top.m-separation-top__full {
  width: 100%;
  margin-left: 2%;
}
.g-quotes {
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
}
.g-img-block {
  overflow: hidden;
}
.g-img-block.m_img-block__small img {
  width: 75px;
}
.g-img-block.m_img-block__normal img {
  width: 120px;
}
.g-img-block.m_img-block__large {
  height: 300px;
  text-align: center;
  background-color: #f3f4f7;
}
.g-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url('../images/loader.svg') no-repeat center center white;
  background-size: 100px;
  z-index: 1000;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
/***** step for width % *****/
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
/***** step for width % *****/
/*** step for line-height ***/
.lh-0 {
  line-height: 0;
}
.lh-5 {
  line-height: 0.05;
}
.lh-10 {
  line-height: 0.1;
}
.lh-15 {
  line-height: 0.15;
}
.lh-20 {
  line-height: 0.2;
}
.lh-25 {
  line-height: 0.25;
}
.lh-30 {
  line-height: 0.3;
}
.lh-35 {
  line-height: 0.35;
}
.lh-40 {
  line-height: 0.4;
}
.lh-45 {
  line-height: 0.45;
}
.lh-50 {
  line-height: 0.5;
}
.lh-55 {
  line-height: 0.55;
}
.lh-60 {
  line-height: 0.6;
}
.lh-65 {
  line-height: 0.65;
}
.lh-70 {
  line-height: 0.7;
}
.lh-75 {
  line-height: 0.75;
}
.lh-80 {
  line-height: 0.8;
}
.lh-85 {
  line-height: 0.85;
}
.lh-90 {
  line-height: 0.9;
}
.lh-95 {
  line-height: 0.95;
}
.lh-100 {
  line-height: 1;
}
.lh-105 {
  line-height: 1.05;
}
.lh-110 {
  line-height: 1.1;
}
.lh-115 {
  line-height: 1.15;
}
.lh-120 {
  line-height: 1.2;
}
.lh-125 {
  line-height: 1.25;
}
.lh-130 {
  line-height: 1.3;
}
.lh-135 {
  line-height: 1.35;
}
.lh-140 {
  line-height: 1.4;
}
.lh-145 {
  line-height: 1.45;
}
.lh-150 {
  line-height: 1.5;
}
.lh-155 {
  line-height: 1.55;
}
.lh-160 {
  line-height: 1.6;
}
.lh-165 {
  line-height: 1.65;
}
.lh-170 {
  line-height: 1.7;
}
.lh-175 {
  line-height: 1.75;
}
.lh-180 {
  line-height: 1.8;
}
.lh-185 {
  line-height: 1.85;
}
.lh-190 {
  line-height: 1.9;
}
.lh-195 {
  line-height: 1.95;
}
.lh-200 {
  line-height: 2;
}
.lh-205 {
  line-height: 2.05;
}
.lh-210 {
  line-height: 2.1;
}
.lh-215 {
  line-height: 2.15;
}
.lh-220 {
  line-height: 2.2;
}
.lh-225 {
  line-height: 2.25;
}
.lh-230 {
  line-height: 2.3;
}
.lh-235 {
  line-height: 2.35;
}
.lh-240 {
  line-height: 2.4;
}
.lh-245 {
  line-height: 2.45;
}
.lh-250 {
  line-height: 2.5;
}
.lh-255 {
  line-height: 2.55;
}
.lh-260 {
  line-height: 2.6;
}
.lh-265 {
  line-height: 2.65;
}
.lh-270 {
  line-height: 2.7;
}
.lh-275 {
  line-height: 2.75;
}
.lh-280 {
  line-height: 2.8;
}
.lh-285 {
  line-height: 2.85;
}
.lh-290 {
  line-height: 2.9;
}
.lh-295 {
  line-height: 2.95;
}
.lh-300 {
  line-height: 3;
}
.lh-25px {
  line-height: 25px;
}
.lh-23px {
  line-height: 23px;
}
/*** step for line-height ***/
.ofc1 {
  color: #146595;
}
.obc1 {
  background: #146595;
}
.ofc2 {
  color: #bd415d;
}
.obc2 {
  background: #bd415d;
}
.ofc3 {
  color: #33d722;
}
.obc3 {
  background: #33d722;
}
.wp-15 {
  width: 15px;
}
.wp-20 {
  width: 20px;
}
.wp-30 {
  width: 30px;
}
.wp-40 {
  width: 50px;
}
.wp-50 {
  width: 50px;
}
.wp-70 {
  width: 70px;
}
.wp-75 {
  width: 75px;
}
.wp-80 {
  width: 80px;
}
.wp-85 {
  width: 85px;
}
.wp-90 {
  width: 90px;
}
.wp-92 {
  width: 92px;
}
.wp-95 {
  width: 95px;
}
.wp-100 {
  width: 100px;
}
.wp-110 {
  width: 110px;
}
.wp-120 {
  width: 120px;
}
.wp-130 {
  width: 130px;
}
.wp-150 {
  width: 150px;
}
.wp-160 {
  width: 160px;
}
.wp-170 {
  width: 170px;
}
.wp-190 {
  width: 190px;
}
.wp-200 {
  width: 200px;
}
.wp-220 {
  width: 220px;
}
.wp-213 {
  width: 213px;
}
.wp-250 {
  width: 250px;
}
.wp-270 {
  width: 270px;
}
.wp-300 {
  width: 300px;
}
.wp-330 {
  width: 330px;
}
.wp-360 {
  width: 360px;
}
.wp-375 {
  width: 375px;
}
.wp-390 {
  width: 390px;
}
.wp-400 {
  width: 400px;
}
.wp-410 {
  width: 410px;
}
.wp-419 {
  width: 419px;
}
.wp-440 {
  width: 440px;
}
.wp-450 {
  width: 450px;
}
.wp-580 {
  width: 580px;
}
.wp-700 {
  width: 700px;
}
.wp-770 {
  width: 770px;
}
.mb-var {
  margin-bottom: 42px;
}
.pl-var {
  padding-left: 42px;
}
.mb-var_2 {
  margin-bottom: 21px;
}
.pt-var_2 {
  padding-top: 21px;
}
.lightblue-gradient {
  background: #0772a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772a8), color-stop(100%, #005288));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0772a8 0%, #005288 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0772a8 0%, #005288 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0772a8', endColorstr='#005288', GradientType=0);
  /* IE6-9 */
}
::selection {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  text-shadow: none;
}
*::-moz-selection {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  text-shadow: none;
}
.template {
  max-width: 1680px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.template_style_wide {
  max-width: none;
}
.template__inner {
  padding-bottom: 85px;
}
.template__row {
  display: table;
}
.template__col {
  display: table-cell;
  vertical-align: top;
}
.template__main {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
.template__aside {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.template__aside_right {
  margin-left: 2%;
}
.template__aside_left {
  margin-right: 2%;
}
.template__one-col .template__main {
  width: 100%;
}
.layout {
  position: relative;
  box-sizing: border-box;
}
.layout_style_main {
  max-width: 1410px;
  min-width: 1200px;
  margin: 0 auto;
}
.layout_style_light {
  background: #f7f7f7;
  padding: 18px 24px;
}
.layout_paddings_sides18 {
  padding: 0 18px;
}
.layout_paddings_tmplt {
  padding: 40px 18px;
}
.header {
  background: #f9f9f9;
  height: 116px;
  font-size: 13px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.header .link {
  color: black;
}
.header .bCols__item {
  min-width: 275px;
}
.header__logo {
  width: 210px;
  height: 70px;
  background: url(../images/header__logo__standart.png) no-repeat;
  position: absolute;
  top: 24px;
  left: 18px;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo__25__years {
  width: 210px;
  height: 70px;
  background: url(../images/rfbr-logo-25year-rus.png) no-repeat;
  position: absolute;
  top: 24px;
  left: 18px;
}
.header__logo__25__years:hover {
  opacity: 0.8;
}
.header__topLine {
  padding: 16px 0 12px 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 255px;
}
.header__social {
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}
.footer {
  background: #303c4a;
  color: white;
  height: 85px;
  box-sizing: border-box;
  padding: 20px 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.footer--list {
  margin-bottom: 7px;
}
.footer--item {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
}
.footer--item:after {
  content: ".";
  display: block;
  font-size: 35px;
  color: white;
  line-height: 0;
  position: absolute;
  top: -4px;
  right: -12px;
}
.footer--item.m-no-sep:after {
  display: none;
}
.footer--link {
  color: white;
  text-decoration: none;
}
.footer-visible {
  height: 128px;
}
.index-footer {
  height: 45px;
  line-height: 15px;
}
.index-footer .footer__list {
  display: inline-block;
  margin-left: 20px;
}
.index-footer .footer--right {
  display: inline-block;
  float: right;
}
.index-footer .footer--right .footer__list {
  margin-left: 0px;
}
@media only screen and (min-width: 500px) and (max-width: 1200px) {
  .index-footer .footer--right {
    display: none;
  }
}
.bCols {
  width: 100%;
  white-space: nowrap;
  /***** columns generate *****/
  /***** columns generate END  ******/
}
.bCols.bCols_0 .bCols__item {
  width: Infinity%;
}
.bCols.bCols_1 .bCols__item {
  width: 100%;
}
.bCols.bCols_2 .bCols__item {
  width: 50%;
}
.bCols.bCols_3 .bCols__item {
  width: 33.33333333%;
}
.bCols.bCols_4 .bCols__item {
  width: 25%;
}
.bCols.bCols_5 .bCols__item {
  width: 20%;
}
.bCols.bCols_6 .bCols__item {
  width: 16.66666667%;
}
.bCols.bCols_7 .bCols__item {
  width: 14.28571429%;
}
.bCols.bCols_8 .bCols__item {
  width: 12.5%;
}
.bCols.bCols_9 .bCols__item {
  width: 11.11111111%;
}
.bCols.bCols_10 .bCols__item {
  width: 10%;
}
.bCols.bCols_11 .bCols__item {
  width: 9.09090909%;
}
.bCols.bCols_12 .bCols__item {
  width: 8.33333333%;
}
.bCols__item {
  white-space: normal;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}
.bCols_colwrapper {
  width: 100%;
  position: relative;
}
.bCols_colwrapper:after {
  clear: both;
  content: "";
  display: table;
}
.bCols__elastic_left {
  float: left;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
  min-height: 1px;
}
.bCols__pr_384 {
  padding-right: 384px;
}
.bCols__fixed_right360 {
  padding: 0;
  position: relative;
  float: left;
  margin-left: -360px;
  width: 360px;
}
.icon {
  display: inline-block;
  position: relative;
}
.icon:hover {
  opacity: 0.8;
}
.icon_size_15 {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url(../images/icons_15.png) no-repeat;
}
.icon_size_15.icon_location {
  background-position: 0px -2px;
}
.icon_size_30 {
  width: 30px;
  height: 30px;
  background: url(../images/icons_30.png) no-repeat;
  vertical-align: middle;
}
.icon_size_30.icon_vk {
  background-position: 0px 0px;
}
.icon_size_30.icon_fb {
  background-position: 0px -30px;
}
.icon_size_30.icon_tw {
  background-position: 0px -60px;
}
.link {
  color: #205c96;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.link_dashed {
  text-decoration: none;
  border-bottom: 1px dashed #205c96;
}
.link_dashed:hover {
  border-bottom: none;
}
.link_dotted {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.link_dotted:hover {
  border-bottom: none;
}
.link_invert {
  text-decoration: none;
}
.link_invert:hover {
  text-decoration: underline;
}
.link_color_white {
  color: white;
}
.link_color_black {
  color: black;
}
.link_color_sfc {
  color: #999999;
}
/*
.link_color_ofc2{
    .ofc2;
}
.link_color_pfc{
    .pfc;
}*/
.nav {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: -57px;
  left: 255px;
  right: 0px;
  height: 57px;
  z-index: 2;
}
.nav .nav--sub {
  display: none;
  position: absolute;
  background-color: white;
  padding: 3px 0;
  border: 4px solid #ffa930;
  z-index: 11;
  min-width: 250px;
}
.nav .nav--sub .nav--sub__item.m-nav--sub__item__active .nav--sub__link {
  background-color: #f3f4f7;
}
.nav .nav--sub .nav--sub__link {
  padding: 10px 15px 10px 25px;
  display: block;
  color: #205c96;
  font-size: 14px;
  text-decoration: none;
  background-color: white;
  position: relative;
}
.nav .nav--sub .nav--sub__link:hover {
  background-color: #f3f4f7;
}
.nav .nav--sub .nav--sub__link:before {
  content: "";
  background: url('../images/quotes-sprite.png') no-repeat 0 0px transparent;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
}
.nav .nav--item {
  display: inline-block;
}
.nav .nav--item.m-nav--item__more {
  display: none;
}
.nav .nav--item:hover .nav--link {
  color: #205c96;
  position: relative;
  border: 4px solid #ffa930;
  border-bottom: 0;
  padding: 13px 9px 17px;
  background: white;
  z-index: 12;
}
.nav .nav--item:hover .nav--link:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -4px;
  height: 4px;
  top: auto;
  right: 0;
  background-color: #fff;
}
.nav .nav--item:hover .nav--link.current:after {
  display: block;
}
.nav .nav--item:hover .nav--sub {
  display: block;
}
.nav .nav--link {
  color: #333333;
  padding: 20px 13px;
  display: block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.nav .nav--link.current {
  background-color: white;
  color: #205c96;
  font-weight: bold;
  font-style: italic;
  /*			.transition(all 0.5s ease 0s);			*/
}
.nav .nav--link.current:after {
  display: none;
}
.grants {
  background: #146595;
  color: white;
  width: 386px;
  min-height: 561px;
  border-right: 2px solid white;
  border-left: 2px solid white;
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 1;
  text-align: center;
}
.grants__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 40px 0 20px 0;
}
.grants__btn {
  display: inline-block;
  line-height: 43px;
  font-size: 18px;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  padding: 0 36px 0 15px;
  position: relative;
  color: #146595;
}
.grants__btn:after {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/arrows.png);
}
.grants__btn:hover {
  opacity: 0.8;
}
.grants__listItem {
  padding: 0 46px 0 20px;
  display: block;
  height: 43px;
  font-size: 18px;
  text-decoration: none;
  line-height: 43px;
  text-align: left;
  position: relative;
  color: white;
}
.grants__listItem:after {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/arrows.png) 0px -11px;
  opacity: 0.4;
}
.grants__listItem:hover {
  background: #bd415d;
}
.grants__listItem:hover:after {
  opacity: 1;
}
.grants__listItem:hover .counters {
  background: #ddd6bd;
  color: #146595;
}
.btn {
  padding: 10px 20px;
  border: 0 none transparent;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.btn.btn-secondary {
  background-color: #205c96;
  color: white;
  border-bottom: 2px solid #1d5387;
}
.btn.btn-secondary:hover {
  background-color: #1d5387;
}
.btn.btn-infinity {
  text-align: center;
  background-color: #f3f4f7;
  padding: 30px;
  font-size: 18px;
}
.btn.btn-infinity span {
  color: #205c96;
  border-bottom: 1px dotted #205c96;
}
.btn.btn-infinity span:hover {
  border-bottom: 1px dotted transparent;
}
.btn.btn-submit,
.btn.btn-primary {
  background-color: #ffa930;
  color: white;
  border-bottom: 2px solid #e5982b;
}
.btn.btn-submit:hover,
.btn.btn-primary:hover {
  background-color: #e5982b;
}
.btn.btn_bigPen {
  background-color: #f8f4e4;
  height: 90px;
  line-height: 90px;
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 27%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.btn.btn_bigPen:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  display: block;
  width: 25%;
  height: 50px;
  margin: 20px 0px;
  background: url('../images/button-block-sprite.png') no-repeat right 0 transparent;
}
.btn.btn_bigPen:hover {
  background-color: #e8dba7;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn.disabled:hover {
  background-color: #ffa930;
}
.counters {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.counters_color_ofc3 {
  background: #33d722;
  color: white;
}
.counters_color_ofc1 {
  background: #146595;
  color: white;
}
.counters_size_18 {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.counters_size_34 {
  width: 34px;
  height: 34px;
  line-height: 2.0;
}
.title {
  line-height: 1.25;
}
.title.lh-i {
  line-height: inherit;
}
.title_size_24 {
  font-size: 24px;
}
.title_size_28 {
  font-size: 28px;
}
.title__link {
  text-decoration: none;
  color: #000000;
}
/*.title_font_med{
    .latomedium;
}
.title_size_16{
    font-size: 16px;
    .title__counter{
        font-size: 8px;
        width:14px;
        height:14px;
        line-height: 16px;
        padding: 0px;
        min-width: 0;
        vertical-align: text-top;
    }
}
.title_size_12{
    font-size: 12px;    
}
.title_size_18{
    font-size: 18px;    
}
.title_size_20{
    font-size: 20px;    
}
.title_size_21{
    font-size: 21px;
}
.title_size_22{
    font-size: 22px;
}

.title__counter{
    font-size: 11px;
    vertical-align: middle;
    padding:7px;
    min-width: 27px;
    box-sizing:border-box;
    .inline-b;
    .ta-c;
    .obc1;
    .white;
    .rounded-corners(50%);
}
.title__counter_red{
    .obc2;
}
.title__counter_green{
    background-color:#4caf4e;
}
.title__counter_gray{
    background-color:#ddd;
}
.title__counters{
    position: absolute;
    top:0px;
    right: 0px;
}
.title__btns{
    position: absolute;
    top:0px;
    right:0px;
}*/
.list.list_biblio .list__img {
  width: 60px;
  height: 84px;
  display: block;
  float: left;
}
.list__item {
  margin-bottom: 20px;
  overflow: hidden;
}
.list__text {
  margin-left: 75px;
}
.list__title {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #205c96;
}
.list__title:hover {
  color: #bf4949;
}
.list_style_news .list__item {
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-size: 16px;
}
.list_style_news .list__item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list_style_news .list__news__science__item {
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 14px;
}
.list_style_news .list__news__science__item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list_style_news .list__news__science__item:first-child {
  padding-top: 0;
}
.list_style_arrows .list__item {
  padding-left: 13px;
  background: url(../images/list.png) no-repeat 0px 3px;
  margin-bottom: 27px;
}
.list_style_arrows .list__item:last-child {
  margin-bottom: 5px;
}
.list_style_rubric {
  font-size: 0px;
}
.list_style_rubric .list__item {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  margin-bottom: 0px;
}
.list_style_rubric .list__item .list__name {
  font-size: 16px;
}
.list_style_rubric .list__item:hover .list__name {
  color: #bd415d;
}
.list_style_rubric .list__item:nth-child(even) {
  padding-right: 21px;
}
.list_style_rubric .list__item:nth-child(odd) {
  padding-left: 21px;
}
.list_style_rubric .list__item:first-child {
  max-height: none;
  height: 362px;
  padding: 0px;
  width: 100%;
  margin-bottom: 42px;
  overflow: hidden;
}
.list_style_rubric .list__item:first-child .list__name {
  font-size: 18px;
}
.list_style_rubric .list__item:first-child .list__pic {
  width: auto;
  height: 362px;
}
.list_style_rubric .list__item:first-child .list__img {
  height: 362px;
  width: 570px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -285px;
  max-height: none;
}
.list_style_rubric .list__item:first-child .list__text {
  position: absolute;
  bottom: 0px;
  padding: 24px 24px 14px 24px;
  color: white;
  font-size: 21px;
  line-height: 27px;
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}
.list_style_rubric .list__item:first-child .list__text:before {
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 100%;
}
.list_style_rubric .list__item:first-child:hover .list__name {
  text-decoration: underline;
  color: white;
}
.list_style_rubric .list__pic {
  width: 100%;
  height: 176px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.list_style_rubric .list__img {
  min-width: 100%;
  width: 264px;
  margin-left: -132px;
  position: absolute;
  left: 50%;
}
.list_style_rubric .list__text {
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.herald {
  height: 362px;
}
.herald__stats {
  font-size: 0;
  position: relative;
}
.herald__stats .counters {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 0px;
  right: 18px;
}
.herald__statsItem {
  font-size: 18px;
  padding: 0 18px;
  position: relative;
  line-height: 45px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
}
.herald__name {
  font-size: 21px;
  line-height: 27px;
  text-decoration: none;
  padding-top: 3px;
  color: #000000;
}
.herald__name:hover {
  text-decoration: underline;
}
.herald__img {
  width: 108px;
  height: 152px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.herald__body {
  position: relative;
  padding: 0 132px 20px 0;
  margin-bottom: 20px;
  min-height: 152px;
  box-sizing: border-box;
}
.herald__also {
  font-size: 14px;
  font-style: italic;
  position: absolute;
  top: -34px;
  color: #999999;
}
.banners {
  background: #e7e7e7;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding: 50px 0;
  font-size: 0;
}
.banners__item {
  width: 15%;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.banners__img {
  display: inline-block;
  max-height: 60px;
  max-width: 100%;
  vertical-align: middle;
}
.language {
  width: 73px;
  height: 26px;
  border: 1px solid #d4ccac;
  vertical-align: middle;
  display: inline-block;
  margin-right: 35px;
}
.language .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
}
.language .select2-container--default .select2-selection--single {
  height: 26px;
  border: none;
}
.language .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}
.language .select2-selection select2-selection--single {
  border: none;
}
.language .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 23px 0 8px;
  line-height: 26px;
  background: white;
}
.language .select2-container {
  vertical-align: top;
  width: 100%;
  height: 26px;
}
.language .select2-results__option {
  padding: 0px;
  line-height: 26px;
  font-size: 13px;
  color: black;
}
.language__item {
  padding: 0 0 0 30px;
  line-height: 26px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.language__item:before {
  content: '';
  width: 16px;
  height: 12px;
  display: block;
  background: url(../images/flags.png) no-repeat;
  position: absolute;
  top: 6px;
  left: 8px;
}
.language__item_rus:before {
  background-position: 0 -12px;
}
.language__item_eng:before {
  background-position: 0px 0px;
}
.tabs .tabs--switcher {
  cursor: pointer;
  padding: 15px 20px 20px;
  color: #205c96;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 16px;
}
.tabs .tabs--switcher.m-tabs--switcher__active {
  cursor: default;
  background-color: #f3f4f7;
  color: #000000;
  border-bottom: 2px solid #e1e2e5;
}
.tabs .m-filters__tabs {
  display: none;
}
.tabs .m-filters__tabs.m-filters__tabs__active {
  border-bottom: 2px solid #e1e2e5;
  display: block;
}
.tabs__controls {
  font-size: 0;
}
.tabs__item {
  display: inline-block;
  border: none;
  position: relative;
}
.tabs__item.ui-state-active {
  background: #146595;
}
.tabs__item.ui-state-active:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 9px solid #146595;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
}
.tabs__item.ui-state-active .tabs__btn {
  color: white;
}
.tabs_style_index {
  margin-right: 372px;
}
.tabs__btn {
  line-height: 43px;
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
  color: #205c96;
}
.tabs__btn:hover {
  color: #bd415d;
}
.tabs__controls:before,
.tabs__controls:after {
  content: none;
}
.about__photo {
  width: 100%;
  height: 870px;
  overflow: hidden;
  position: relative;
}
.about__img {
  position: absolute;
  height: 870px;
  left: 50%;
  margin-left: -840px;
}
.about__text {
  background: rgba(18, 110, 163, 0.9);
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 50px 0px;
}
.about__link {
  margin: 60px 0 55px 0;
  font-size: 21px;
  text-decoration: none;
  padding-top: 156px;
  display: inline-block;
  position: relative;
  min-width: 140px;
  color: #000000;
}
.about__link:before {
  content: '';
  width: 140px;
  height: 140px;
  border: 2px solid #b9b6a3;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.about__link:after {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 45px;
  margin-left: -25px;
  background: url('../images/about__links.png') no-repeat;
}
.about__link:hover:before {
  background: #b9b6a3;
}
.about__link:hover.about__linkType1:after {
  background-position: 0px -200px;
}
.about__link:hover.about__linkType2:after {
  background-position: 0px -250px;
}
.about__link:hover.about__linkType3:after {
  background-position: 0px -300px;
}
.about__link:hover.about__linkType4:after {
  background-position: 0px -350px;
}
.about__linkType1:after {
  background-position: 0px 0px;
}
.about__linkType2:after {
  background-position: 0px -50px;
}
.about__linkType3:after {
  background-position: 0px -100px;
}
.about__linkType4:after {
  background-position: 0px -150px;
}
.about__projects {
  padding: 55px 0 30px 0;
  background: #f3f4f7;
  margin-bottom: 60px;
}
.about__map {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}
.about__contacts {
  padding: 25px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 570px;
  background: white;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.22);
}
.about__contacts .btn {
  background: #205c96;
  color: white;
  line-height: 37px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 18px;
  top: 25px;
  right: 30px;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.about__contacts .btn:hover {
  opacity: 0.8;
}
.projects {
  text-align: center;
  height: 530px;
  margin: 0 auto;
  width: 690px;
}
.projects__item {
  width: 690px;
  height: 530px;
  display: inline-block;
  padding: 0 10px;
}
.projects__item .projects__img {
  width: 690px;
  height: 400px;
}
.projects__item .projects__pic {
  display: inline-block;
}
.projects__item .link {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects__item .link:hover {
  text-decoration: none;
  color: #146595;
}
.article {
  line-height: 1.5;
  font-size: 16px;
}
.article p {
  color: #000000;
  margin-bottom: 18px;
}
.article a {
  color: #205c96;
  text-decoration: none;
  -moz-transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.article a:hover {
  color: #bd415d;
}
.article ul {
  margin: -6px 0 30px;
}
.article li {
  padding-left: 23px;
  margin-bottom: 12px;
}
.article li:before {
  content: '\2014';
  margin-left: -16px;
  position: relative;
  left: -7px;
}
.article .article-desc-img {
  float: left;
  margin-right: 10px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #000000;
  font-weight: bold;
}
.article img {
  max-width: 100%;
  margin-right: 10px;
}
.article .js-artImg {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
}
.article .js-artImg__block {
  background: #f3f4f7;
  max-width: 306px;
  padding: 20px;
  float: left;
  box-sizing: border-box;
  margin: 0 40px 40px -116px;
}
.article .js-artImg__title {
  font-size: 14px;
  margin: 0;
}
.article .info-dl-ceo dt {
  color: #999999;
  text-transform: uppercase;
}
.article .info-dl-ceo dd {
  margin-bottom: 7px;
}
.article .table .dot {
  background: url("../images/dot.png");
  width: 12px;
  height: 12px;
  margin: auto;
}
.article .table .zero {
  background: url("../images/zero.png");
  width: 12px;
  height: 12px;
  margin: auto;
}
.article .table td {
  vertical-align: middle;
  border-collapse: separate;
  border: 1px solid #e1e2e5;
  table-layout: fixed;
  padding: 10px;
  padding: 5px;
}
.article .table th {
  background: #152e5d;
}
.article.m-article__separation {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 4px solid #e1e2e5;
}
.article.m-article__chairman {
  padding: 20px;
  background-color: #f3f2ee;
  margin-bottom: 30px;
  margin-top: 25px;
}
.article.m-article__chairman .chairman--title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000;
}
.article .article__pretext {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 26px;
}
.article__date {
  color: #999999;
  font-size: 14px;
  margin-bottom: 33px;
}
.article_social_on {
  padding: 0 0 0 116px;
  min-height: 300px;
}
.slidingBlock {
  width: 74px;
  box-sizing: border-box;
  padding: 21px;
  border: 1px solid #e5e5e5;
  background: white;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.slidingBlock__container {
  position: relative;
}
.slidingBlock_state_stycky {
  position: fixed;
  z-index: 101;
}
.share {
  font-size: 0;
}
.share .ya-share2__container_size_m .ya-share2__icon {
  width: 30px;
  height: 30px;
}
.share .ya-share2__container_size_m .ya-share2__item {
  margin: 0 0 12px 0;
}
.share__item {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: url('../images/share.png') no-repeat;
  margin-bottom: 12px;
  overflow: hidden;
}
.share__item:last-child {
  margin-bottom: 0;
}
.share__item:hover {
  opacity: 0.9;
}
.share_by_mail {
  background-position: -144px 0;
}
.share_by_print {
  background-position: -180px 0;
}
.ratingBlock {
  background: #f0f0f0;
  font-size: 13px;
  padding: 15px;
  line-height: 20px;
}
.vote {
  display: inline-block;
  word-spacing: 3px;
}
.vote__btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/vote.png);
  width: 20px;
}
.vote__btn:hover {
  opacity: 0.8;
}
.vote__btn_yes {
  background-position: 0 0;
}
.vote__btn_no {
  margin-left: 7px;
  background-position: 0 -20px;
}
.vote__yes,
.vote__msg_success {
  color: #3eaa4d;
}
.vote__no,
.vote__msg_error {
  color: #aa3e3e;
}
.plate-list {
  font-size: 0;
}
.plate-list__item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 42px;
  box-sizing: border-box;
}
.plate-list__type_0 {
  width: 100%;
  max-height: 650px;
}
.plate-list__type_1 {
  width: 50%;
  height: 650px;
  border-right: 21px solid transparent;
  float: left;
}
.plate-list__type_2 {
  width: 50%;
  height: 304px;
  border-left: 21px solid transparent;
}
.plate-list__type_3 {
  width: 50%;
  height: 650px;
  border-left: 21px solid transparent;
  float: right;
}
.plate-list__type_4,
.plate-list__type_5 {
  width: 25%;
  height: 304px;
  border-right: 21px solid transparent;
}
.plate-list__type_4 .plate-list__img,
.plate-list__type_5 .plate-list__img {
  max-height: 100%;
}
.plate-list__type_4 .plate-list__title,
.plate-list__type_5 .plate-list__title {
  font-size: 18px;
  line-height: 24px;
}
.plate-list__type_4 {
  border-right: 31px solid transparent;
}
.plate-list__type_5 {
  border-left: 10px solid transparent;
}
.plate-list__link {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-decoration: none;
  padding: 30px;
  box-sizing: border-box;
}
.plate-list__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(0, 0, 0, 0),endColorstr=rgba(0, 0, 0, 0.5));
  z-index: 0;
}
.plate-list__link:hover .plate-list__title {
  text-decoration: underline;
}
.plate-list__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  position: absolute;
  bottom: 30px;
}
.plate-list__img {
  min-width: 100%;
  min-height: 100%;
}
.videolist {
  font-size: 0;
}
.videolist__item {
  width: 33.33333333%;
  display: inline-block;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.videolist__item:nth-child(3n) {
  border-right: 0px;
  margin-right: 0px;
}
.videolist__item:nth-child(3n+1) {
  border-left: 0px;
}
.videolist__item:hover .videolist__title {
  border-bottom: 1px solid rgba(32, 92, 150, 0.5);
}
.videolist__item:hover .videolist__imgBlock:after {
  opacity: 0.7;
}
.videolist__link {
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  color: #205c96;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.videolist__link:first-child {
  width: 100%;
}
.videolist__title {
  display: inline;
  font-weight: normal;
}
.videolist__img {
  min-height: 100%;
  min-width: 100%;
}
.videolist__imgBlock {
  height: 210px;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
}
.videolist__imgBlock:after {
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  background: url('../images/videolist__play.png') no-repeat center center;
}
.news-list {
  display: block;
  font-size: 0;
}
.news-list__item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.news-list__pic {
  width: 266px;
  height: 169px;
  float: left;
  overflow: hidden;
}
.news-list__img {
  width: 100%;
  min-height: 169px;
}
.news-list__item_four {
  box-sizing: border-box;
  border: 2px solid white;
  width: 50%;
  height: 326px;
  display: inline-block;
}
.news-list__item_four:nth-child(1),
.news-list__item_four:nth-child(2) {
  margin-bottom: 0;
}
.news-list__item_four .news-list__img {
  width: 514px;
  left: 50%;
  margin-left: -257px;
  position: absolute;
  height: 326px;
}
.news-list__item_four .news-list__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}
.news-list__item_four .news-list__title:before {
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 100%;
}
.news-list__item_four:hover .news-list__title {
  text-decoration: underline;
}
.news-list--textBlock {
  margin-left: 280px;
  line-height: 24px;
}
.news-list--textBlock.news-list--textBlock_noImg {
  margin-left: 0px;
}
.news-list--title {
  font-weight: normal;
  color: #205c96;
  text-decoration: none;
  font-size: 18px;
}
.news-list--title:hover {
  color: #205c96;
  text-decoration: underline;
}
.news-list--date {
  font-size: 12px;
  color: #999999;
}
.news-list--desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
  color: #000000;
}
.news-list--desc a {
  color: #205c96;
}
.news-list--desc a:hover {
  opacity: .7;
}
.news-list--pic {
  max-width: 300px;
  min-width: 266px;
  min-height: 174px;
}
.news-list--item-firstblock {
  margin-bottom: 0px;
  height: 320px;
}
.news-list--item-firstblock.type2 {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.news-list--item-firstblock.type2 .news-list--imageBlock {
  position: relative;
}
.news-list--item-firstblock.type2 .news-list--imageBlock .news-list--pic {
  width: 478px;
  height: 320px;
  position: absolute;
  left: -224px;
  margin-left: 50%;
}
.news-list--item-firstblock .news-list--imageBlock {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
}
.news-list--item-firstblock .news-list--imageBlock .news-list--pic {
  min-width: 100%;
  min-height: 320px;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news-list--item-firstblock .news-list--imageBlock .news-list--title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}
.news-list--item-firstblock .news-list--imageBlock .news-list--title:before {
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 100%;
}
.news-list--item-firstblock .news-list--nopic {
  background: url('../images/news.png') no-repeat center center #162e5e;
  text-align: center;
  width: 100%;
  height: 320px;
}
.news-list_style_corruption .news-list__item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.news-list_style_corruption .news-list__pic {
  width: 71px;
  height: auto;
}
.news-list_style_corruption .news-list__img {
  width: 71px;
  min-height: auto;
}
.news-list_style_corruption .news-list--textBlock {
  margin-left: 90px;
}
.feedback {
  background: #f3f4f7;
  padding: 20px;
}
.feedback__title {
  font-size: 18px;
  color: #bd415d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-weight: normal;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../images/js-fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.5;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.js-fotorama {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
}
.js-fotorama__img {
  width: 100%;
  height: 520px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.js-fotorama__text {
  max-width: 1410px;
  height: 520px;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
}
.js-fotorama__link {
  text-decoration: none;
  color: white;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  bottom: 72px;
  left: 450px;
  padding-right: 18px;
}
.js-fotorama__link:hover {
  text-decoration: underline;
}
.js-fotorama__link:hover .js-fotorama__desc {
  text-decoration: none;
}
.js-fotorama__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.js-fotorama__item {
  position: relative;
}
.js-fotorama__item:before {
  content: '';
  width: 100%;
  height: 520px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(0, 0, 0, 0),endColorstr=rgba(0, 0, 0, 0.5));
}
.fotorama__arr {
  background: url(../images/js-fotorama.png) no-repeat;
  width: 16px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
}
.fotorama__arr.fotorama__arr--prev {
  background-position: 0px 0px;
  margin-right: 14px;
}
.fotorama__arr.fotorama__arr--next {
  background-position: -16px 0px;
  margin-left: 14px;
}
.fotorama__arr:hover {
  opacity: .5;
}
.fotorama__nav-wrap {
  height: 72px;
  max-width: 1410px;
  padding: 23px 0;
  margin: -72px auto 0 auto;
  box-sizing: border-box;
}
.fotorama__nav {
  margin-left: 450px;
  text-align: left;
  max-width: 500px;
}
.fotorama__nav:before {
  content: none;
}
.fotorama__nav__frame.fotorama__nav__frame--dot {
  width: 24px;
  height: 26px;
}
.fotorama__nav__frame.fotorama__nav__frame--dot:hover {
  opacity: .5;
}
.fotorama__nav__frame {
  display: inline-block;
}
.fotorama__dot {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  top: 7px;
  left: 6px;
  border-radius: 6px;
  border: 2px solid white;
}
.fotorama__active .fotorama__dot {
  background: white;
}
.fotorama.projects {
  overflow: visible;
}
.fotorama.projects .fotorama__stage {
  overflow: visible;
}
.fotorama.projects .fotorama__arr {
  width: 50%;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fotorama.projects .fotorama__arr:before {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  display: block;
  width: 28px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.fotorama.projects .fotorama__arr:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fotorama.projects .fotorama__arr:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fotorama.projects .fotorama__arr--prev {
  left: -50%;
}
.fotorama.projects .fotorama__arr--prev:before {
  background: url(../images/js-fotorama.png) no-repeat 0px -26px;
  right: 80px;
}
.fotorama.projects .fotorama__arr--next {
  right: -50%;
}
.fotorama.projects .fotorama__arr--next:before {
  background: url(../images/js-fotorama.png) no-repeat -28px -26px;
  left: 80px;
}
.fotorama.projects .fotorama__stage:before,
.fotorama.projects .fotorama__stage:after {
  display: none;
}
.fotorama.projects .fotorama__stage__frame .projects__text {
  display: none;
}
.fotorama.projects .fotorama__active .projects__text {
  display: block;
}
.fotorama_style_article .fotorama__nav-wrap {
  margin: 0;
}
.fotorama_style_article .fotorama__nav {
  margin: 0;
}
.fotorama_style_article .fotorama__thumb {
  width: 134px;
  height: 100px;
}
.fotorama_style_article .fotorama__nav-wrap {
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: content-box;
}
.fotorama_style_article .fotorama__thumb-border {
  border-color: #16c126;
}
.fotorama_style_article .fotorama__arr {
  width: 100px;
  height: 100%;
  position: absolute;
  background: none;
}
.fotorama_style_article .fotorama__arr:before {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  display: block;
  width: 28px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.fotorama_style_article .fotorama__arr:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fotorama_style_article .fotorama__arr:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fotorama_style_article .fotorama__arr--prev:before {
  background: url(../images/js-fotorama.png) no-repeat 0px -26px;
  right: 36px;
}
.fotorama_style_article .fotorama__arr--next {
  right: 0px;
}
.fotorama_style_article .fotorama__arr--next:before {
  background: url(../images/js-fotorama.png) no-repeat -28px -26px;
  left: 36px;
}
.fotorama_style_article .fotorama__fullscreen-icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  background: url(../images/js-fotorama.png) no-repeat -32px 0px;
}
.fotorama_style_article.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  background: url(../images/js-fotorama.png) no-repeat -56px 0px;
}
.js-fotorama__all {
  font-size: 14px;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 18px;
  bottom: 27px;
  text-transform: uppercase;
  z-index: 9;
}
.js-fotorama__all:hover {
  text-decoration: underline;
}
.js-fotorama__all:before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  top: -11px;
  left: 0px;
  display: block;
  background: white;
}
.js-fotorama_style_article {
  margin-bottom: 25px;
}
.js-fotorama_style_article .fotorama__nav-wrap {
  height: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
.js-fotorama_style_article .fotorama__nav {
  margin: 0;
  max-width: none;
}
.js-fotorama_style_article .fotorama__nav__shaft .fotorama__thumb-border {
  border-width: 5px;
  height: 90px;
  width: 124px;
  border-color: #16c126;
}
.js-fotorama_style_article .fotorama__arr {
  width: 40px;
  height: 78px;
  top: 211px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.js-fotorama_style_article .fotorama__arr:before {
  content: '';
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  left: 16px;
  top: 33px;
  background: url(../images/js-fotorama.png) -64px -60px;
}
.js-fotorama_style_article .fotorama__arr--prev {
  left: 0px;
}
.js-fotorama_style_article .fotorama__arr--next {
  right: 0px;
}
.js-fotorama_style_article .fotorama__arr--next:before {
  background: url(../images/js-fotorama.png) -72px -60px;
}
.js-fotorama_style_article .fotorama__fullscreen-icon {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/js-fotorama.png) -32px 0px;
}
.js-fotorama_style_article.fotorama--fullscreen .fotorama__fullscreen-icon {
  background: url(../images/js-fotorama.png) -56px 0px;
}
.js-fotorama_style_article .fotorama__stage {
  background: #f7f7f7;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e1e2e5;
  border-radius: 3px;
}
.select2-container--default .select2-selection--single.error {
  border: 1px solid #bf4949;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a9a9a9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  background: url(../images/arrow.png) no-repeat 0 -8px;
  width: 14px;
  height: 8px;
  left: 50%;
  margin-left: -7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-position: 0px 0px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #bf4949;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container .select2-selection--single[aria-labelledby="select2-bigsearch-container"] {
  height: 60px;
}
.select2-container .select2-selection--single[aria-labelledby="select2-bigsearch-container"] .select2-selection__arrow {
  display: none;
}
#select2-bigsearch-container {
  height: 60px;
  font-size: 18px;
}
#select2-bigsearch-container .select2-selection__clear {
  background: url('../images/x-red.png') no-repeat;
  width: 8px;
  height: 8px;
  text-indent: 1000px;
  overflow: hidden;
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#select2-bigsearch-container .select2-selection__clear:hover {
  opacity: 0.8;
}
.select2-container--listed {
  float: left;
  margin-right: 20px;
}
.select2-container--listed .select2-selection--multiple .select2-selection__rendered {
  overflow: visible;
}
.select2-container--listed .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
}
.select2-container--listed .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  border: 1px solid #e1e2e5;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.select2-container--listed .select2-selection__choice__remove {
  background: url('../images/x-red.png') no-repeat;
  width: 8px;
  height: 8px;
  text-indent: 1000px;
  overflow: hidden;
  margin: 2px 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.after-list {
  float: left;
}
.after-list .select2-selection__choice {
  position: relative;
  font-size: 13px;
  padding-left: 10px;
}
.after-list .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.after-list .select2-selection__choice:before {
  background: #000;
  display: block;
  width: 8px;
  height: 1px;
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
}
.after-list .select2-selection__choice:last-child {
  margin-bottom: 0px;
}
.select2-container--flags .select2-results__option {
  padding: 0px;
}
.select_pos_rt {
  position: absolute;
  top: 0;
  right: 0;
}
.select2-selection {
  text-align: left;
}
body.swal2-shown {
  overflow-y: hidden;
}
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
}
.swal2-modal:focus {
  outline: none;
}
.swal2-modal.swal2-loading {
  overflow-y: hidden;
}
.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
}
.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0;
}
.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}
.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  opacity: .4;
  cursor: no-drop;
}
.swal2-modal .swal2-styled.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 15px;
}
.swal2-modal :not(.swal2-styled).swal2-loading::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}
.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}
.swal2-modal .swal2-close:hover {
  color: #d55;
}
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}
.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
}
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f06e57 !important;
}
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}
.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}
.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}
.swal2-modal .swal2-input[type='number'] {
  max-width: 150px;
}
.swal2-modal .swal2-file {
  font-size: 20px;
}
.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}
.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}
.swal2-modal .swal2-radio {
  border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}
.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
  color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block;
}
.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success::before,
.swal2-icon.swal2-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}
.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}
.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}
@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: black;
  opacity: 0.4;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}
#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 0 0;
}
#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: block;
  background: url('../images/remove.png') no-repeat;
  text-indent: 1000px;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  background-position: 0 -26px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #444;
}
.photo__block #cboxPrevious,
.photo__block #cboxNext,
.photo__block #cboxCurrent {
  display: none;
  color: #fff;
  background-position: -100px -100px;
}
/*# sourceMappingURL=style.css.map */