@import "../css/icons.css";
body {
  padding-top: 160px;
  font-family: 'PT Sans', sans-serif;
  background: #f8f7f3;
  color: #424242;
  transition: all 0.2s;
}
p {
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}
a,
a:hover,
a:active,
a:focus {
  color: #424242;
}
.imho-text {
  color: #e42313;
  font-weight: bold;
}
.imho-text:hover, .imho-text:focus, .imho-text:active {
  color: #e42313;
}

.imho-text.light {
  font-weight: normal;
}
.imho-text.bold {
  font-weight: bold;
}
.imho-link,
.imho-link:hover,
.imho-link:active,
.imho-link:focus {
  color: #e42313;
}
.imho-button {
  background: #e42313;
  line-height: 22px;
  font-size: 13px;
  border-radius: 11px;
  color: #ffffff;
  display: block;
  padding: 0 12px 0 33px;
  height: 22px;
  text-align: center;
  position: relative;
}
.imho-button:active,
.imho-button:hover,
.imho-button:focus {
  color: #ffffff;
  text-decoration: none;
}
.imho-button.small {
  padding: 0 12px 0 26px;
}
.imho-button.small .icon {
  left: 1px;
}
.imho-button.hollow {
  border: 1px solid #e42313;
  background: none;
  color: #727272;
  padding: 0 11px 0 32px;
}
.imho-button.hollow.noicon {
  padding: 0 11px;
}
.imho-button.hollow:hover {
  background: #e42313;
}
.imho-button.noicon {
  padding: 0 12px;
}
.imho-button .icon {
  position: absolute;
  font-size: 21px;
  left: 10px;
}
.imho-button .button-text-marked {
  font-style: italic;
}
.imho-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #a71d12;
}
.imho-button.grey {
  background: #808080;
}
.imho-button.grey:hover {
  background: #424242;
}
.imho-button.inline {
  display: inline-block;
}
h1 {
  font-weight: bold;
  font-size: 19px;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 30px;
}
.half-col {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.desktop {
  display: block !important;
}
.tablet {
  display: none !important;
}
.phone {
  display: none !important;
}
.tablet.desktop {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .phone {
    display: none !important;
  }
  .tablet.phone {
    display: block !important;
  }
  .tablet.desktop {
    display: block !important;
  }
}
@media (max-width: 769px) {
  .desktop {
    display: none !important;
  }
  .tablet {
    display: none !important;
  }
  .phone {
    display: block !important;
  }
  .tablet.phone {
    display: block !important;
  }
  .tablet.desktop {
    display: none !important;
  }
}
.icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header-section {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.header-section.collapsed .gray-menu {
  margin-top: -30px;
  box-shadow: none;
}
.header-section.collapsed .black-menu-section {
  margin-top: 45px;
}
.header-section.collapsed .center-header-block {
  top: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.13);
  -moz-box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.13);
  box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.13);
}
.gray-menu {
  background: #e6e6e6;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 2000;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.26);
  -moz-box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.26);
  box-shadow: 0 1px 2px 0 rgba(34, 30, 31, 0.26);
}
.center-header-block {
  height: 75px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1000;
  background: white;
  transition: all 0.2s;
}
.black-menu-section {
  background: #000000;
  height: 30px;
  margin-top: 105px;
  transition: all 0.2s;
}
.main-container {
  max-width: 960px;
  height: inherit;
  margin: 0 auto;
  position: relative;
}
.circle-photo {
  height: 60px;
  width: 60px;
  position: relative;
}
.circle-photo.big {
  height: 100px;
  width: 100px;
}
.circle-photo.big .flag {
  bottom: 0;
  right: 8px;
}
.circle-photo .person {
  border-radius: 50%;
  overflow: hidden;
}
.circle-photo .person img {
  min-height: 100%;
  min-width: 100%;
}
.circle-photo .flag {
  position: absolute;
  bottom: 0;
  right: 0;
}
.circle-photo.profile {
  height: 200px;
  width: 200px;
}
.circle-photo.profile .flag {
  left: 140px;
  right: auto;
  bottom: 0;
}
.circle-photo.no-flag .flag {
  display: none;
}
h2 {
  font-family: 'Roboto Condensed', 'PT Sans', sans-serif;
  font-size: 24px;
}
.floating-menu {
  width: 350px;
  max-width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #424242;
}
.floating-menu a {
  color: #424242;
}
.floating-menu a.active {
  color: #e42313;
  text-decoration: underline;
}
.floating-menu a.active .icon {
  color: #424242;
}
.floating-menu li {
  display: block;
}
.floating-menu .left {
  float: left;
}
.floating-menu .middle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.floating-menu .right {
  float: right;
}
.floating-menu .icon {
  font-size: 24px;
  padding-top: 3px;
}
.floating-menu .icon.hammer {
  color: #231f20;
}
.menu-members {
  width: 560px;
  left: auto;
  right: 0;
}
.menu-members .left .counter {
  background: #e42313;
}
.menu-members .left .icon {
  margin-right: -1px;
}
.menu-members .middle .counter {
  background: #0072ff;
}
.menu-members .middle .icon {
  margin-right: -4px;
}
.menu-members .right .counter {
  background: #8e8e8e;
}
.menu-members .icon {
  margin-right: 6px;
}
.menu-members .counter {
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
  margin-left: 5px;
  border-radius: 7px;
  display: inline-block;
  padding: 2px 5px;
}
.white-members-submenu {
  background: #ffffff;
  display: none;
}
.white-members-submenu .main-container {
  padding: 7.5px 80px;
}
.white-members-submenu .main-container .menu-members {
  width: 100%;
  position: static;
  margin: 0;
  height: 30px;
}
.white-members-submenu .main-container .menu-members .left .icon {
  margin-right: -1px;
}
.white-members-submenu .main-container .menu-members .middle .icon {
  margin-right: -4px;
}
.white-members-submenu .main-container .menu-members .icon {
  margin-right: 6px;
}
.white-members-submenu .main-container .menu-members .counter {
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
  margin-left: 5px;
  border-radius: 7px;
  display: inline-block;
  padding: 2px 5px;
  background: #e42313;
}
.center-header-block .logo-container {
  display: inline-block;
  width: 131px;
  height: 100%;
  position: relative;
}
.center-header-block .logo-container img {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.center-header-block .localization-dropdown {
  display: inline-flex;
  gap: 6px;
  padding: 20px 0;
  height: 100%;
  width: 59px;
  position: absolute;
  /*top: 0;*/
  /*left: 131px;*/
}
.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default {
  font-size: 26px;
  display: inline-block;
  border: none;
  color: #000000;
  padding: 0;
  border-radius: 0;
  margin-left: 4px;
  width: 45px;
  height: 32px;
  background: none;
}

.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default span {
  vertical-align: top;
}
.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default .icon-menu-arrow-down {
  margin-left: -15px;
}

.center-header-block .localization-dropdown .dropdown.lang-switcher .dropdown-toggle.btn-default .dropdown-toggle__caption {
  font-size: 16px;
}
.center-header-block .localization-dropdown .dropdown.lang-switcher .dropdown-toggle.btn-default {
  margin-top: 1px;
}
.center-header-block .localization-dropdown .dropdown.lang-switcher .dropdown-toggle.btn-default .icon-menu-arrow-down {
  margin-left: -10px;
}
@media (max-width: 991px){
  .center-header-block .localization-dropdown .dropdown.lang-switcher {
    display: none;
  }
}


.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default:focus,
.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default:active,
.center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default:hover {
  box-shadow: none;
  outline: none;
  background: none;
}
.center-header-block .localization-dropdown .dropdown.open .dropdown-toggle.btn-default {
  background: none;
}
.center-header-block .center-header-control {
  width: 760px;
  position: absolute;
  top: 0;
  right: 0;
}
.center-header-block .center-header-control .tiny-menu {
  width: 350px;
  max-width: 100%;
  position: absolute;
  left: 0;
  padding: 25px 0 0;
  list-style: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #424242;
}
.center-header-block .center-header-control .tiny-menu a {
  color: #424242;
}
.center-header-block .center-header-control .tiny-menu a.active {
  color: #e42313;
}
.center-header-block .center-header-control .tiny-menu li {
  display: inline-block;
  margin-right: 30px;
}
.center-header-block .center-header-control .tiny-menu .icon {
  font-size: 24px;
  padding-top: 3px;
}
.center-header-block .center-header-control .search-holder {
  display: inline-block;
  height: 100%;
  width: 520px;
  padding-top: 22px;
}
.center-header-block .center-header-control .search-holder .input-group {
  background: #ffffff;
}
.center-header-block .center-header-control .search-holder .input-group .input-group-addon {
  background: none;
  border-right: none;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-color: #c6c6c6;
  font-size: 24px;
  padding: 1px 0 0 5px;
  line-height: 23px;
  color: #a5a5a5;
}
.center-header-block .center-header-control .search-holder .input-group .form-control {
  height: 26px;
  background: none;
  border-left: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
  border-color: #c6c6c6;
  padding: 3px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.center-header-block .center-header-control .search-holder .input-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}
.center-header-block .center-header-control .search-holder .input-group .form-control::-moz-placeholder {
  color: #c6c6c6;
}
.center-header-block .center-header-control .search-holder .input-group .form-control:-moz-placeholder {
  color: #c6c6c6;
}
.center-header-block .center-header-control .search-holder .input-group .form-control:-ms-input-placeholder {
  color: #c6c6c6;
}
.center-header-block .center-header-control .login-holder {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 19px;
}
.center-header-block .center-header-control .login-holder .login-menu {
  list-style: none;
}
.center-header-block .center-header-control .login-holder .login-menu li {
  float: right;
  margin-left: 26px;
}
.center-header-block .center-header-control .login-holder .login-menu li a {
  color: #424242;
  font-size: 13px;
  line-height: 32px;
}
.center-header-block .center-header-control .login-holder .login-menu li a .icon-menu-exit {
  font-size: 24px;
  vertical-align: middle;
  line-height: 28px;
  text-decoration: none;
}
.center-header-block .center-header-control .login-holder .login-menu li a .icon-menu-exit:before {
  text-decoration: none;
}
.center-header-block .center-header-control .login-holder .login-menu li a:hover .icon-menu-exit:before {
  text-decoration: none;
}
.center-header-block .center-header-control .login-holder .login-menu li a:hover,
.center-header-block .center-header-control .login-holder .login-menu li a:focus {
  text-decoration: none;
}
.center-header-block .center-header-control .login-holder .login-menu li a .link-text {
  text-decoration: underline;
}
.black-menu-section .main-container .black-menu {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  left: -10px;
}
.black-menu-section .main-container .black-menu li {
  transition: all 0.2s;
  float: left;
}
.black-menu-section .main-container .black-menu li a {
  line-height: 30px;
  font-size: 16px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 700;
}
.black-menu-section .main-container .black-menu li a:focus {
  text-decoration: none;
}
.black-menu-section .main-container .black-menu li:hover a {
  text-decoration: none;
}
.black-menu-section .main-container .black-menu li:hover {
  background: #e42313;
}
.black-menu-section .main-container .black-menu li.selected {
  background: #e42313;
}

.black-menu-section .main-container .black-menu .referral {
  display: none;
}
.black-menu-section .main-container .smal-black-menu {
  height: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.black-menu-section .main-container .smal-black-menu > li {
  width: 50%;
  float: left;
  text-align: center;
  /*        &:hover {
                  background: @color-imho-red;
                  a {
                    color: @color-white;
                  }
                }*/
}
.black-menu-section .main-container .smal-black-menu > li a {
  line-height: 30px;
  font-size: 14px;
  color: #d2d2d2;
}
.black-menu-section .main-container .smal-black-menu > li a:focus {
  text-decoration: none;
}
.black-menu-section .main-container .smal-black-menu > li a.dropdown-toggle {
  color: #e42313;
  font-weight: 700;
}
.black-menu-section .main-container .smal-black-menu > li:hover a {
  text-decoration: none;
}
.black-menu-section .main-container .smal-black-menu > li .dropdown-menu {
  margin: 0;
  width: 50%;
  border-radius: 0;
  border: none;
  padding: 0;
  background: #000000;
}
.black-menu-section .main-container .smal-black-menu > li .dropdown-menu li a {
  padding: 0 20px;
  font-weight: bold;
}
.black-menu-section .main-container .smal-black-menu > li .dropdown-menu li a:hover {
  background: #000000;
}
.black-menu-section .main-container .smal-black-menu > li .dropdown-menu .divider {
  margin: 0;
}
.page-content {
  margin-bottom: 80px;
}
.page-content .main-container {
  height: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
.page-content .main-container .content-column {
  float: left;
  width: 740px;
}
.page-content .main-container .adv-column {
  width: 220px;
  float: left;
}
.page-content .top-slider-container {
  display: none;
}
.page-content .top-slider-container .main-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-content .top-slider-container .main-container .block {
  background: #f8f7f3;
  border-bottom: none !important;
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-prev,
.page-content .top-slider-container .main-container .block .slider-carousel .slick-next {
  height: 100%;
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-prev {
  left: -20px;
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-next {
  right: -20px;
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-prev:before,
.page-content .top-slider-container .main-container .block .slider-carousel .slick-next:before {
  opacity: 1;
  color: #424242;
  font-size: 14px;
  font-weight: bold;
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-prev:before {
  content: "<";
}
.page-content .top-slider-container .main-container .block .slider-carousel .slick-next:before {
  content: ">";
  color: #e42313;
}
.page-content .top-slider-container .main-container .block .slider-menu {
  text-align: center;
}
.author {
  padding-top: 20px;
  padding-bottom: 10px;
  height: 90px;
  position: relative;
}
.author:before,
.author:after {
  content: " ";
  display: table;
}
.author:after {
  clear: both;
}
.author .circle-photo {
  position: absolute;
  top: 20px;
  left: 0;
}
.author .about-holder {
  display: inline-block;
  line-height: 54px;
  padding-left: 71px;
  max-width: 510px;
}
.name-block {
  display: inline-block;
  vertical-align: middle;
}
.name-block p {
  margin: 0;
  line-height: normal;
}
.name-block .name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.name-block .position {
  font-size: 13px;
}
.name-block .status {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.name-block .status .icon {
  font-size: 24px;
}
.article-header .main-header {
  margin-top: 8px;
  margin-bottom: 6px;
}
.article-header .main-header h2 {
  margin: 0;
}
.article-header .subheader {
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}
.event-title {
  height: 37px;
  border-bottom: 1px solid #e42313;
  position: relative;
  margin-bottom: 5px;
}
.event-title .topic {
  font-weight: 700;
  color: #e42313;
  margin: 0;
  position: absolute;
  bottom: 6px;
  line-height: normal;
}
.event-title h1 {
  font-size: 24px;
}
.event-title h2 {
  font-size: 15px;
}
.event-title .time {
  font-size: 14px;
  color: #424242;
  margin: 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  line-height: normal;
}
.event-title .event-countdown {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
  bottom: 6px;
}
.event-title .event-countdown p,
.event-title .event-countdown div {
  display: inline-block;
}
.event-title .event-countdown .countdown {
  font-weight: 700;
  color: #e42313;
}
.event-title.black-line {
  border-bottom: 1px solid #000000;
}
.duelists-block {
  margin: 20px -20px 25px;
  height: 100px;
  position: relative;
}
.duelists-block .duel-col {
  width: 50%;
  float: left;
}
.duelists-block .duel-col.left .circle-photo {
  float: right;
}
.duelists-block .duel-col.right .circle-photo {
  float: left;
}
.duelists-block .duel-col .duelist-name {
  width: 250px;
  padding: 0 20px;
  display: inline-block;
}
.duelists-block .duel-col .duelist-name .name p {
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 10px;
}
.duelists-block .duel-col .duelist-name .position {
  height: 50px;
  font-size: 15px;
  position: relative;
}
.duelists-block .duel-col .duelist-name .position p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.duelists-block .duel-col .circle-photo {
  margin: 0 10px;
}
.duelists-block .vs-separator-holder {
  position: absolute;
  left: 50%;
  top: 50px;
  height: 40px;
  width: 40px;
}
.duelists-block .vs-separator-holder .vs-separator {
  position: relative;
  left: -50%;
  top: -50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #e42313;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.block-duel-topic {
  border-top: 1px solid #e42313;
  padding-top: 25px;
  position: relative;
}
.block-duel-topic .subheader {
  line-height: 20px;
}
.block-duel-opinions {
  border-top: 1px solid #e42313;
  position: relative;
  margin-top: 20px;
}
.block-duel-opinions .opinions-holder {
  margin: 0 -15px;
}
.block-duel-opinions .opinions-holder .half-col.left {
  border-right: 1px solid #e42313;
}
.block-duel-opinions .opinions-holder .half-col .name {
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 20px;
}
.block-duel-opinions .opinions-holder .half-col p {
  padding: 10px 0;
}
.block-duel-opinions .opinions-statistics-holder {
  margin: 0 -15px;
}
.block-duel-opinions .opinions-statistics-holder .half-col.left {
  border-right: 1px solid #e42313;
}
.block-duel-opinions .half-col .opinions-buttons  .imho-button {
  display: inline-block;
  margin-right: 15px;
  margin-top: 16px;
}
.block-duel-opinions .half-col .statistics-block {
  margin-top: 10px;
}
.block-duel-opinions .half-col .statistics-block .counter {
  font-weight: bold;
  color: #e42313;
}
.block-duel-opinions .opinions-holder .half-col .statistics-annotation p
{
  padding: 0;
}
.block-duel-opinions .opinions-buttons {
  margin-top: 10px;
}
.duel-participants {
  margin-top: 25px;
}
.duel-participants .statistics-block {
  width: 227.5px;
  float: left;
}
.duel-participants .statistics-container {
  color: #a5a5a5;
}
.duel-participants .participants {
  display: inline-block;
}
.block-red-marker {
  position: absolute;
  left: 50%;
  top: -11px;
}
.block-red-marker div {
  position: relative;
  left: -50%;
  background: #e42313;
  line-height: 22px;
  font-size: 13px;
  border-radius: 11px;
  color: #ffffff;
  text-align: center;
  width: 74px;
}
.article-paragraph {
  font-size: 15px;
}
.article-paragraph p {
  padding: 15px 0;
}
.statistics-annotation {
  margin-right: 5px;
  float: left;
}
.statistics-annotation p {
  margin: 0;
}
.statistics-block {
  display: block;
  font-size: 15px;
  line-height: 30px;
}
.statistics-block.short .statistics-annotation {
  float: none;
}
.statistics-block.short .statistics-container {
  margin-left: -5px;
  margin-top: -5px;
}
.statistics-block .statistics-annotation {
  font-weight: 700;
}
.statistics-block .icon {
  color: #a5a5a5;
}
.statistics-block .statistics-link {
  font-size: 14px;
  color: #a5a5a5;
}
.statistics-block .statistics-link:hover {
  text-decoration: underline;
  color: #a5a5a5;
}
.statistics-block .statistics-link.active {
  color: #e42313;
}
.statistics-block .link-separator {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: normal;
}
.statistics-block .icon {
  font-size: 24px;
  padding-top: 3px;
  margin-left: 2px;
}
.statistics-block .counter {
  font-size: 14px;
  font-weight: normal;
  margin-right: 20px;
}
.statistics-block .statistics-container {
  float: left;
  margin-top: -5px;
  height: 25px;
}
.about-social-block p {
  font-size: 15px;
  font-weight: bold;
}
.about-social-block img {
  float: right;
}
.imho-list-container {
  position: relative;
}
.imho-list-container .half-col {
  min-height: 1px;
  padding: 0 10px 0 0;
  width: 50%;
}
.imho-list-container .imho-list {
  font-size: 13px;
}
.imho-list-container .imho-list p {
  font-size: 13px;
}
.imho-list-container .imho-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imho-list-container .imho-list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imho-list-container .imho-list ul li:before {
  content: "• ";
  color: #e42313;
  /* or whatever color you prefer */
}
.imho-list-container .list-subscript {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding-right: 10px;
}
.imho-list-container .list-subscript p {
  font-size: 13px;
}
.form-annotation p {
  font-size: 13px;
  line-height: 18px;
}
.form-annotation.important {
  font-weight: bold;
}
.form-annotation.form-block {
  height: 76px;
}
.form-annotation.vert-align {
  position: relative;
}
.form-annotation.vert-align p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
}
.form-annotation.checkbox-annotation {
  margin-top: -3px;
  padding-left: 20px;
}
.form-annotation-splitter {
  width: auto;
  height: 20px;
}
.form {
  margin: 15px 0 0;
}
.form .form-grid-holder {
  width: auto;
  margin: 0 -10px;
}
.form .form-grid-holder:before,
.form .form-grid-holder:after {
  content: " ";
  display: table;
}
.form .form-grid-holder:after {
  clear: both;
}
.form .form-grid-holder.image-picker-container {
  margin-bottom: 25px;
}
.form .form-grid-holder.image-picker-container .form-col {
  float: left;
  padding: 0 10px;
  position: relative;
  height: 230px;
}
.form .form-row:before,
.form .form-row:after {
  content: " ";
  display: table;
}
.form .form-row:after {
  clear: both;
}
.form .form-row .form-col {
  float: left;
  padding: 0 10px;
  position: relative;
}
.form .form-row .form-col.size-one {
  width: 33.33333333%;
}
.form .form-row .form-col.size-two {
  width: 66.66666666%;
}
.form .form-row .form-col.size-half {
  width: 50%;
}
.form .form-row .form-col.size-whole {
  width: 100%;
}
.form .form-row.with-margin {
  margin-top: 20px;
}
.form-annotation-group {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
}
.form-annotation-group.align-top {
  position: static;
  top: 0;
  transform: translateY(0);
  -moz-transform: translateY(0);
  /* Gecko */
  -o-transform: translateY(0);
  /* Opera */
  -webkit-transform: translateY(0);
  /* Webkit */
}
label {
  font-size: 13px;
  line-height: 20px;
}
label.light {
  font-weight: normal;
}
label.label-bold {
  font-weight: bold;
}
.form-group {
  position: relative;
  margin-bottom: 0;
  height: 76px;
}
.form-group input {
  height: 26px;
}
.form-group.flexible {
  min-height: 76px;
}
.form-group.flexible textarea {
  position: static;
  top: 0;
  transform: translateY(0);
  -moz-transform: translateY(0);
  /* Gecko */
  -o-transform: translateY(0);
  /* Opera */
  -webkit-transform: translateY(0);
  /* Webkit */
}
.form-control {
  background: none;
  border-radius: 2px;
  box-shadow: none;
  border-color: #c6c6c6;
  padding: 3px;
}
.form-control.form-control:focus,
.form-control.form-control:active {
  box-shadow: none;
  border-color: #c6c6c6;
}
select.form-control {
  height: 26px;
}
textarea.form-control {
  resize: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
}
.form-input-group {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
}
.checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}
.checkbox input {
  visibility: hidden;
}
.checkbox label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid #a5a5a5;
  line-height: 6px;
  font-size: 13px;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
}
.checkbox.label-box {
  margin: 0;
}
.checkbox.float-box {
  float: right;
}
.checkbox.voting-box label:before {
  height: 20px;
  width: 20px;
  line-height: 17px;
  font-size: 18px;
  padding-left: 2px;
  top: 0;
  transform: none;
}
.radio {
  margin-top: 3px;
  margin-bottom: 3px;
}
.radio input {
  visibility: hidden;
}
.radio label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid #a5a5a5;
  line-height: 6px;
  font-size: 17px;
  color: #e42313;
}
.radio input[type=radio]:checked + label:before {
  content: "\2022";
}
.multiple-select {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.multiple-select select {
  vertical-align: top;
  display: inline-block;
  *display: inline;
}
.multiple-select #SelectDay {
  width: 50px;
}
.multiple-select #SelectMonth {
  width: 80px;
}
.multiple-select #SelectYear {
  width: 60px;
}
.multiple-select .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.media-login-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  height: 32px;
  padding: 0 30px;
}
.media-login-buttons a {
  width: 32px;
  height: 32px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
}
.media-login-buttons .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.form-submit {
  background: #808080;
  line-height: 20px;
  width: 100%;
  padding: 3px 0;
  outline: 0;
  border-radius: 2px;
  color: #ffffff;
  border: none;
  margin: 25px 0;
  font-size: 13px;
}
.form-submit:hover,
.form-submit:active:hover {
  outline: none;
  background: #e42313;
  color: #ffffff;
  box-shadow: none;
}
.form-submit:focus,
.form-submit:active {
  outline: none;
  background: #808080;
  color: #ffffff;
  box-shadow: none;
}
.form-submit.no-margin {
  margin: 0;
}
.profile-image-picker {
  margin: 15px 10px;
  height: 200px;
  width: 200px;
  background: #b5b5b5;
  overflow: hidden;
  border-radius: 50%;
}
.profile-image-picker .image-picker-controls-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.profile-image-picker .image-picker-controls-wrapper .picker-buttons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /* Gecko */
  -o-transform: translateY(-50%);
  /* Opera */
  -webkit-transform: translateY(-50%);
  /* Webkit */
  text-align: center;
  width: 100%;
}
.profile-image-picker .image-picker-controls-wrapper .picker-buttons .picker-button {
  text-decoration: none;
  margin: 0 20px;
}
.profile-image-picker .image-picker-controls-wrapper .picker-buttons .picker-button .icon {
  font-size: 36px;
  color: #ffffff;
}
.slider-element {
  padding: 0 10px;
  font-size: 14px;
}
.slider-element .author {
  min-height: 90px;
  height: auto;
}
.block {
  padding: 15px 20px;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.block.block-event .article-header {
  /*width: 480px;*/
}
.block.block-about .article-paragraph p {
  padding: 10px 0;
}
.block.block-slider {
  background: #f6f5f3;
}
.block .slider-title {
  height: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  display: inline-block;
}
.block .slider-title p,
.block .slider-title a {
  font-size: 14px;
}
.block .slider-title .slider-menu {
  list-style-type: none;
  padding: 0;
}
.block .slider-title .slider-menu li {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.block .slider-title .slider-menu li a {
  color: #424242;
}
.block .slider-title .slider-menu li.active a {
  color: #e42313;
  text-decoration: underline;
}
.block .slider-title .slider-menu .separator {
  height: 12px;
  width: 1px;
  margin: 0 10px;
  background: #424242;
}
.block .event-content {
  position: relative;
}
.block .event-content .author.tablet {
  display: none;
}
.block .event-content .duelists .author .about-holder .about .position {
  display: none;
}
.block .event-content .duelists .author .about-holder .about .name {
  margin-top: -17px;
}
.block .event-content .duelists .vs {
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 30px;
  color: #e42313;
  font-weight: bold;
  line-height: 22px;
  padding-top: 8px;
  margin-top: 20px;
}
.block .event-content .duelists .vs p {
  margin: 0;
}
.block .event-content .preview-image {
  margin-top: 15px;
  width: 220px;
  float: right;
  margin-bottom: 15px;
  margin-left: 10px;
  position: relative;
  z-index: 10;
}
.block .event-content .preview-image img {
  width: inherit;
}
.block .event-content .article-paragraph {
  /*display: inline-block;*/
}
.block .event-content .article-statistics {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.block .event-content .article-statistics .left {
  float: left;
}
.block .event-content .article-statistics .right {
  float: right;
}
.block .event-content .participants {
  line-height: 14px;
  font-size: 11px;
  text-align: justify;
}
.block .event-content .participants.circles {
  margin-left: -12.5px;
  height: 40px;
}
.block .event-content .participants.circles .circle-photo-small {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 12.5px;
  float: left;
}
.block .event-content .participants.circles .circle-photo-small img {
  height: 100%;
}
.block .event-content .participants a {
  font-size: 12px;
  color: #424242;
}
.block .event-content .participants a .op {
  font-weight: 700;
  color: #e42313;
}
.block .event-content .article-image img {
  width: 100%;
}
.block .slider-carousel .slider-element .author .about-holder .about {
  vertical-align: top;
}
.block .slider-carousel .slider-element .author .about-holder .about .name {
  font-size: 14px;
}
.block .slider-carousel .slider-element .author .about-holder .about .position {
  font-size: 10px;
}
.block .slider-carousel .slider-element .article-preview p {
  margin: 0;
}
.block .slider-controls {
  color: #e42313;
  position: absolute;
  right: 20px;
  top: 12px;
  list-style: none;
  padding: 0;
  z-index: 500;
}
.block .slider-controls li {
  float: left;
  font-size: 14px;
  line-height: 24px;
}
.block .slider-controls li button {
  font-size: 24px;
  background: transparent;
  outline: none;
  border: none;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.block .slider-controls li.slider-controls-label {
  padding: 2px 12px;
  font-weight: bold;
}
.block .slider-controls li.slider-controls-label p {
  margin: 0;
  line-height: 24px;
}
.block .slick-dots {
  position: absolute;
  height: 30px;
  top: -30px;
  margin: 0;
}
.block .slick-dots li {
  margin: 0 2px;
}
.block .slick-dots li button:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  border: 1px solid #e42313;
  opacity: 1;
}
.block .slick-dots li.slick-active button:before {
  background: #e42313;
  opacity: 1;
}
.block .slick-slider {
  margin-bottom: 15px;
}
.block.block-article-page .event-content .article-header {
  margin: 0;
  width: 100%;
}
.block.block-article-page .article-top-button-container {
  height: 90px;
  padding: 4px 0 10px;
  float: right;
  position: relative;
  z-index: 500;
  display: block;
}
.block.block-article-page .article-top-button-container .imho-button {
  margin-top: 16px;
}
.block.block-article-page .article-bottom-button-container {
  margin: 15px 0;
}
.block.block-article-page .article-bottom-button-container .imho-button {
  display: inline-block;
  margin-right: 15px;
}
.block.block-article-page .article-bottom-button-container img {
  float: right;
}
.block.block-article-page .participants {
  line-height: 12px;
  font-size: 11px;
}
.block.block-article-page .participants a {
  line-height: 12px;
  font-size: 11px;
}
.block.block-article-page .statistics-container {
  margin-left: -5px;
  margin-top: -5px;
}
.block.block-article-page .article-statistics li {
  width: 50%;
}
.block .tags {
  font-size: 15px;
  /*margin-bottom: 25px;*/
}
.block .tags div {
  display: inline-block;
}
.block .tags .tags-links a,
.block .tags .tags-links p {
  color: #808080;
  display: inline;
}
.block .tags .tags-links p {
  margin-left: -3px;
}
.block.block-profile {
  font-size: 15px;
}
.block.block-profile .profile-container {
  margin-top: 20px;
}
.block.block-profile .profile-container .profile-image {
  width: 240px;
  padding: 0 30px 0 10px;
  float: left;
}
.block.block-profile .profile-container .profile-desc {
  width: 460px;
  float: right;
}
.block.block-profile .profile-container .profile-desc .profile-actions {
  margin-right: -20px;
  margin-top: 20px;
}
.block.block-profile .profile-container .profile-desc .profile-actions .imho-button {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.block.block-profile-contacts .contacts-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 15px;
  margin-top: 10px;
}
.block.block-profile-contacts .contacts-list li {
  float: left;
  width: 240px;
  padding: 0 10px;
}
.block.block-profile-contacts .contacts-list li .contact-desc {
  font-weight: bold;
}
.block.profile-event .event-content {
  margin-top: 20px;
}
.block.profile-event .event-content .preview-image {
  margin: 0 20px 10px 0;
  float: left;
}
.block.profile-event .event-content .article-header {
  width: auto;
}
.block.block-hand-book {
  font-size: 13px;
}
.block.block-hand-book .hand-book-table {
  width: 100%;
}
.block.block-hand-book .hand-book-table td {
  border-bottom: 1px #cecece solid;
  padding: 5px 0;
}
.block.block-hand-book .hand-book-table td p {
  line-height: 16px;
}
.block.block-hand-book .hand-book-table td .imho-link {
  margin-bottom: 5px;
  display: inline-block;
}
.block.block-hand-book .hand-book-table th,
.block.block-hand-book .hand-book-table td {
  padding-left: 10px;
  padding-right: 10px;
}
.block.block-hand-book .hand-book-table th {
  color: #e42313;
  border-bottom: 1px #e42313 solid;
  padding-bottom: 5px;
}
.block.block-hand-book .hand-book-table th.org-title {
  padding-left: 0;
}
.block.block-hand-book .hand-book-table .logo-col {
  width: 110px;
  text-align: center;
  padding-left: 0;
}
.block.block-hand-book .hand-book-table .title-col {
  width: 240px;
  border-right: 1px #cecece dashed;
}
.block.block-hand-book .hand-book-table .title-col p {
  font-weight: bold;
}
.block.block-hand-book .hand-book-table .title-col .lang-links {
  margin-left: -2px;
  margin-top: 2px;
}
.block.block-hand-book .hand-book-table .title-col .lang-links a {
  text-decoration: none;
  margin: 2px;
}
.block.block-hand-book .hand-book-table .reach-col {
  text-align: center;
}
.block.block-hand-book .hand-book-table .reach-col a {
  color: #808080;
}
.block.block-hand-book .hand-book-table .reach-col a:hover {
  color: #e42313;
}
.block.block-hand-book .hand-book-table .reach-col .icon {
  font-size: 30px;
}
.block.block-hand-book .hand-book-table .contacts-col {
  border-right: 1px #cecece dashed;
}
.block.block-authors .authors-wrapper {
  background: #ececec;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 15px;
  width: 100%;
}
.block.block-authors .authors-wrapper .all-section {
  text-align: center;
  width: 60px;
  background: #e42313;
  padding: 20px 0;
  float: left;
}
.block.block-authors .authors-wrapper .all-section .imho-link {
  color: #ffffff;
  line-height: 20px;
  font-size: 10px;
  display: block;
}
.block.block-authors .authors-wrapper .filter-section {
  padding: 10px 0 10px 60px;
  height: 60px;
}
.block.block-authors .authors-wrapper .filter-section .name-filter {
  width: 90px;
  text-align: right;
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.block.block-authors .authors-wrapper .filter-section .name-filter a {
  display: block;
  line-height: 20px;
  font-size: 10px;
}
.block.block-authors .authors-wrapper .filter-section .name-filter a.active {
  color: #e42313;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter {
  width: 430px;
  padding: 0 15px;
  display: inline-block;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter .alphabet-container {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  width: 100%;
  height: 20px;
  overflow: hidden;
  display: block;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter .alphabet-container a {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #e42313;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter .alphabet-container a.active {
  font-weight: bold;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter .alphabet-container a.empty {
  color: #b3b3b3;
  text-decoration: none;
}
.block.block-authors .authors-wrapper .filter-section .alphabet-filter .alphabet-container .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.block.block-authors .authors-wrapper .filter-section .appearance-filter {
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.block.block-authors .authors-wrapper .filter-section .appearance-filter a {
  display: block;
  line-height: 20px;
  font-size: 10px;
  height: 20px;
}
.block.block-authors .authors-wrapper .filter-section .appearance-filter a.active {
  color: #e42313;
}
.block.block-authors .authors-wrapper .filter-section .appearance-filter a .icon {
  font-size: 16px;
  color: #424242;
}
.block.block-authors .authors-list {
  padding-top: 10px;
}
.block.block-authors .authors-list .author-entry {
  margin-top: 20px;
  padding-left: 120px;
  min-height: 100px;
  position: relative;
}
.block.block-authors .authors-list .author-entry .circle-photo {
  position: absolute;
  left: 0;
}
.block.block-authors .authors-list .author-entry .description .author-name {
  padding-top: 15px;
}
.block.block-authors .authors-list .author-entry .description .author-name .flag {
  float: left;
  margin-right: 12px;
}
.block.block-authors .authors-list .author-entry .description .author-name p {
  font-size: 15px;
  font-weight: bold;
}
.block.block-authors .authors-list .author-entry .description .info {
  margin-top: 5px;
  font-size: 13px;
}
.block.block-authors .authors-list .author-entry .description .info .info-topic {
  font-weight: bold;
  font-style: italic;
}
.block.block-authors .authors-list .author-entry .description .author-statistics {
  margin-top: 25px;
}
.block.block-authors .authors-list .author-entry .description .author-statistics .statistics-element {
  display: inline-block;
  margin: 0 25px 0 0;
  font-style: italic;
  font-size: 15px;
}
.block.block-authors .authors-list .author-entry .description .author-statistics .statistics-element .count {
  color: #e42313;
}
.block.block-authors .authors-list .author-entry .description .author-statistics .statistics-element .statistics-label,
.block.block-authors .authors-list .author-entry .description .author-statistics .statistics-element .count {
  display: inline-block;
}
.block.block-text .text-paragraph {
  margin-bottom: 25px;
}
.block.block-text .text-paragraph.imho-list-container {
  margin-bottom: 20px;
}
.block.block-text .text-paragraph.imho-list-container:before,
.block.block-text .text-paragraph.imho-list-container:after {
  content: " ";
  display: table;
}
.block.block-text .text-paragraph.imho-list-container:after {
  clear: both;
}
.block .add-block img {
  width: 100%;
}
.profile-stats {
  width: 100%;
  margin-top: 10px;
}
.profile-stats tr td {
  font-weight: bold;
  height: 23px;
  width: 50%;
}
.profile-stats tr.pseudo-last td {
  padding-top: 5px;
}
.profile-stats tr .text-data {
  font-weight: normal;
  vertical-align: top;
}
.profile-stats tr .text-data .icon {
  margin-left: -3px;
}
.counter-span {
  color: #e42313;
  font-weight: normal;
}
.comment-block {
  padding-left: 70px;
  height: 60px;
  margin-top: 30px;
}
.comment-block .circle-photo {
  position: absolute;
  left: 0;
}
.comment-block .person-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.comment-block .comment-buttons {
  margin-top: 4px;
}
.comment-block .comment-buttons .imho-button {
  display: inline-block;
  margin-right: 15px;
}
.separator-line {
  margin: 15px 0 10px;
  height: 2px;
  width: 100%;
  background: #e42313;
}
.else-on-topic .article {
  margin: 25px 0;
  padding-left: 70px;
  position: relative;
}
.else-on-topic .article .circle-photo {
  position: absolute;
  top: 0;
  left: 0;
}
.else-on-topic .article .author-name {
  font-size: 12px;
}
.else-on-topic .article .article-header {
  font-size: 15px;
  font-weight: bold;
}
.else-on-topic .article .article-subheader {
  font-size: 15px;
  font-style: italic;
}
.else-on-topic .article .comments-count {
  font-size: 15px;
}
.else-on-topic .article .comments-count div {
  display: inline-block;
}
.else-on-topic .article .comments-count .comments-label {
  font-weight: bold;
}
.else-on-topic .article .comments-count .count {
  color: #e42313;
}
.else-on-topic .separator-line {
  background: #e8e6e0;
}
.event-subtitle {
  border-bottom: 2px solid #e8e6e0;
  position: relative;
  padding-top: 30px;
}
.event-subtitle p {
  font-size: 14px;
  font-weight: 700;
  color: #e42313;
  margin: 0;
  padding-bottom: 7px;
  line-height: normal;
}
.event-subtitle.bright {
  border-bottom: 2px solid #e42313;
}
.event-subtitle.bright p {
  color: #424242;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: normal;
}
.event-subtitle.thin {
  border-bottom-width: 1px;
}
.event-subtitle.no-padding {
  padding: 0;
}
.comments-section {
  margin-top: 15px;
  min-height: 40px;
  position: relative;
}
.comments-section .comments-controls {
  /*border-top: 1px solid #e42313;*/
  padding: 25px 0 30px;
}
.comments-section .comments-controls .hide-all-comments-button {
  float: left;
}
.comments-section .comments-controls .hide-all-comments-button .imho-button {
  text-transform: uppercase;
  padding: 0 9px;
}
.comments-section .comments-controls .comments-time-selector {
  float: right;
  overflow: hidden;
  height: 22px;
}
.comments-section .comments-controls .comments-time-selector ul {
  list-style: none;
  padding: 0;
}
.comments-section .comments-controls .comments-time-selector ul li {
  float: right;
  margin-left: 15px;
  display: block;
}
.comments-section .comments-controls .comments-time-selector ul li .imho-button {
  text-transform: uppercase;
}
.comments-section .comments-controls .comments-time-selector ul li.active .imho-button {
  background: #e42313;
  color: #ffffff;
}
.comments-section .comments-controls .comments-time-selector ul li .icon {
  color: #727272;
  font-size: 24px;
  line-height: 22px;
  margin-top: -1px;
}
.comments-section .comment-tree ul {
  list-style: none;
  padding: 0;
}
.comments-section .comment-tree ul .comment-branch {
  position: relative;
}
.comments-section .comment-tree ul .comment-branch .line-connection {
  border-left: 1px solid #a6a6a6;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 100;
}
.comments-section .comment-tree ul .comment-branch > div {
  position: relative;
  padding-left: 80px;
  padding-bottom: 20px;
}
.comments-section .comment-tree ul .comment-branch > div .circle-photo {
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 200;
}
.comments-section .comment-tree ul .comment-branch > div .line-beginning {
  width: 30px;
  height: 100%;
  padding-top: 63px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.comments-section .comment-tree ul .comment-branch > div .line-beginning div {
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  width: 100%;
  height: 100%;
}
.comments-section .comment-tree ul .comment-branch > div .line-end {
  border-bottom: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  width: 30px;
  height: 43px;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 110;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body {
  font-size: 12px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details {
  height: 50px;
  padding-left: 18px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .comment-answer {
  display: none;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .expand-button {
  display: none;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .comment-author {
  float: left;
  font-weight: bold;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .comment-author p {
  line-height: 30px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block {
  float: right;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block div {
  display: inline-block;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block div p {
  line-height: 30px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block .time {
  padding-left: 5px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud {
  position: relative;
  background: #f6f6f6;
  border-radius: 2px;
  padding: 8px 18px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .coment-text {
  padding: 3px 0 10px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .coment-text p {
  line-height: 17px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .cloud-tail-wrapper {
  position: absolute;
  width: 11px;
  left: -11px;
  top: 30px;
  overflow: hidden;
}
.comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .cloud-tail-wrapper .cloud-tail {
  width: 11.5px;
  height: 18.5px;
  -webkit-transform: rotate(-36deg) translate(50%, 50%) skew(0, 51deg);
  -moz-transform: rotate(-36deg) translate(50%, 50%) skew(0, 51deg);
  -o-transform: rotate(-36deg) translate(50%, 50%) skew(0, 51deg);
  transform: rotate(-36deg) translate(50%, 50%) skew(0, 51deg);
  background: #f6f6f6;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.46);
}
.comments-section .comment-tree ul .comment-branch > div .comment-bottom-options {
  position: relative;
}
.comments-section .comment-tree ul .comment-branch > div .comment-bottom-options .collapse-button {
  color: #e42313;
  float: left;
}
.comments-section .comment-tree ul .comment-branch > div .comment-bottom-options .comment-bottom-menu {
  float: right;
  padding-right: 20px;
}
.comments-section .comment-tree ul .comment-branch > div .comment-bottom-options .comment-bottom-menu ul li {
  float: left;
}
.comments-section .comment-tree ul .comment-branch > div .comment-bottom-options .comment-bottom-menu ul .separator-dot {
  color: #e42313;
  padding: 0 10px;
}
.comments-section .comment-tree ul .comment-branch > div.red .comment-body .comment-cloud {
  -webkit-box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch > div.red .comment-body .cloud-tail-wrapper .cloud-tail {
  -webkit-box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch > div.blue .comment-body .comment-cloud {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch > div.blue .comment-body .cloud-tail-wrapper .cloud-tail {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  box-shadow: 0 1px 3px 0 rgba(0, 36, 255, 0.61);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch > div.green .comment-body .comment-cloud {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch > div.green .comment-body .cloud-tail-wrapper .cloud-tail {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  box-shadow: 0 1px 3px 0 rgba(0, 210, 0, 0.71);
  /*background: #ffffff;*/
}
.comments-section .comment-tree ul .comment-branch.beginning > div .line-end {
  display: none;
}
.comments-section .comment-tree ul .comment-branch.parent > div .line-beginning {
  display: block;
}
.comments-section .comment-tree ul .comment-branch.last > .line-connection,
.comments-section .comment-tree ul .comment-branch.beginning > .line-connection {
  display: none;
}
.comments-section .comment-tree ul .comment-branch li.comment-branch {
  padding-left: 10px;
}
.comments-section .comment-tree ul .comment-branch.comment-right > div {
  padding-right: 80px;
  padding-left: 0;
}
.comments-section .comment-tree ul .comment-branch.comment-right > div .circle-photo {
  left: auto;
  right: 0;
}
.comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-cloud .cloud-tail-wrapper {
  left: auto;
  right: -11px;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div {
  padding-left: 50px;
  padding-bottom: 10px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .circle-photo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  height: 40px;
  width: 40px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .circle-photo .person img {
  height: 40px;
  width: 40px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .line-end {
  height: 20px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .line-beginning {
  padding-top: 33px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-cloud {
  display: none;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details {
  padding: 0;
  height: auto;
  position: relative;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-author {
  float: left;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-author p {
  line-height: 25px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer {
  display: block;
  float: left;
  padding-right: 5px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer p {
  line-height: 25px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer p .answer-arrow {
  color: #e42313;
  padding: 0 10px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .date-time-block {
  float: none;
  display: block;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .date-time-block div p {
  line-height: 25px;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .expand-button {
  display: block;
}
.comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .expand-button a {
  line-height: 15px;
  color: #e42313;
}
.footer {
  background: #555555;
  padding-bottom: 70px;
  padding-top: 15px;
  overflow: hidden;
}
.footer .main-container {
  color: #f3f3f3;
}
.footer .main-container .credit-col {
  padding-left: 10px;
  width: 240px;
}
.footer .main-container .credit-col .tablet-social {
  display: none;
}
.footer .main-container .credit-col .tablet-social ul li {
  display: inline-block;
  margin-right: 25px;
}
.footer .main-container .footer-menu-col ul li {
  margin-bottom: 5px;
}
.footer .main-container .footer-menu-col.footer-menu-left {
  width: 220px;
}
.footer .main-container .footer-menu-col.footer-menu-right {
  width: 120px;
  padding-left: 5px;
}
.footer .main-container .footer-soc-col {
  width: 260px;
  text-align: center;
}
.footer .main-container .footer-soc-col ul li {
  display: inline-block;
  margin: 0 12.5px;
}
.footer .main-container .footer-dev-col {
  width: 120px;
  text-align: right;
}
.footer .main-container > div {
  float: left;
}
.footer .main-container > div p {
  margin: 0;
}
.footer .main-container > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .main-container > div ul li a {
  color: #ffffff;
}
.block-voting .article-header {
  margin-top: 20px;
}
.voting {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.voting li {
  margin: 0 0 10px;
  padding: 0 50px 0 45px;
}
.voting .checkbox label {
  width: 100%;
  padding: 0;
}
.voting .checkbox label:before {
  left: -45px;
}
.voting .checkbox label .filling {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}
.voting .checkbox label .filling .voting-filling {
  position: absolute;
  left: -10px;
  background: url("/img/voting-bg.png") top left repeat;
  height: 100%;
  width: 100%;
}
.voting .checkbox label .voting-percentage {
  text-align: right;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  right: -50px;
}
.news-header:before,
.news-header:after {
  content: " ";
  display: table;
}
.news-header:after {
  clear: both;
}
.news-header > img {
  float: left;
  margin: 30px 10px 10px 0;
  width: 100px;
}
.news-header .news-desc-wrapper {
  padding-left: 110px;
}
.news-header .news-desc-wrapper .news-logo {
  height: 50px;
  border-bottom: 1px solid #e42313;
  position: relative;
  margin-bottom: 5px;
}
.news-header .news-desc-wrapper .news-logo img {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.news-header .news-desc-wrapper p {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.add-block h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.add-block p {
  font-size: 14px;
}
.add-block-container {
  padding: 20px;
}
.last-comments-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #424242;
}
.last-comments-header:before,
.last-comments-header:after {
  content: " ";
  display: table;
}
.last-comments-header:after {
  clear: both;
}
.last-comments-header a {
  font-size: 13px;
  line-height: 20px;
  padding: 1px 0;
  text-transform: uppercase;
  display: inline-block;
}
.last-comments-header a.active {
  padding: 1px 10px;
  background: #e42313;
  border-radius: 11px;
  color: #ffffff;
}
.last-comments-header a.active:hover {
  color: #ffffff;
}
.last-comments-header a:hover {
  text-decoration: none;
  color: #e42313;
}
.last-comments-header a.left {
  float: left;
}
.last-comments-header a.right {
  float: right;
}
.comment-when {
  margin-top: 10px;
}
.comment-when > span, .comment-when__time {
  font-size: 14px;
  color: #e42313;
}
.comment-when .icon {
  color: #a5a5a5;
  font-size: 24px;
}
@media (max-width: 991px) {
  body {
    padding-top: 204px;
  }
  .header-section.collapsed .black-menu-section {
    margin-top: 33px;
  }
  .header-section.collapsed .center-header-block {
    height: 108px;
  }
  .gray-menu {
    display: none;
  }
  .center-header-block {
    height: 129px;
    top: 0;
    background: #f8f7f3;
  }
  .center-header-block .logo-container {
    width: 152px;
  }
  .center-header-block .logo-container .logo {
    margin-top: 15px;
    margin-bottom: auto;
  }
  .center-header-block .localization-dropdown {
    padding: 31px 0;
    width: 64px;
  }
  .center-header-block .localization-dropdown .dropdown .dropdown-toggle.btn-default {
    margin-left: 14px;
  }
  .center-header-block .center-header-control {
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .center-header-block .center-header-control .search-holder {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 59px;
  }
  .center-header-block .center-header-control .login-holder {
    padding-top: 25px;
  }
  .black-menu-section {
    margin-top: 129px;
  }
  .black-menu-section .main-container .black-menu li a {
    padding: 0 12px;
  }
  .black-menu-section .main-container .black-menu .referral {
    display: list-item;
  }
  .white-members-submenu {
    display: block;
  }
  .main-container {
    width: 720px;
  }
  .page-content .main-container .content-column {
    float: left;
    width: 500px;
  }
  .page-content .main-container .adv-column {
    width: 220px;
    float: left;
  }
  .page-content .top-slider-container {
    display: block;
  }
  .profile-image-picker {
    margin: 15px auto;
  }
  .form .form-row .form-col {
    float: none;
  }
  .form .form-row .form-col.size-one,
  .form .form-row .form-col.size-two,
  .form .form-row .form-col.size-half {
    width: 100%;
  }
  .form .form-row .form-col.half-eternal {
    float: left;
    width: 50%;
  }
  .block {
    border-bottom: 1px solid #e8e6e0;
  }
  .block .event-content .preview-image {
    top: 104px;
    width: 150px;
    margin-left: 10px;
    position: static;
  }
  .block .event-content .article-header {
    padding-right: 10px;
    margin-bottom: -12px;
  }
  .block .event-content .author.tablet {
    display: block;
  }
  .block .event-content .article-statistics li {
    width: 50%;
  }
  .block .event-content .duelists .duelists-separator {
    width: 80px;
  }
  .block .event-content .duelists .duelists-separator .vs {
    font-size: 18px;
    padding: 0;
    line-height: 60px;
  }
  .block .event-content .duelists .duelist {
    width: 180px;
  }
  .block .event-content .duelists .author .about-holder .about .name {
    margin: 0;
  }
  .block.block-article-page .article-top-button-container {
    display: none;
  }
  .block.block-article-page .article-bottom-button-container {
    text-align: right;
  }
  .block.block-article-page .article-bottom-button-container .imho-button {
    margin-left: 15px;
    margin-right: 0;
  }
  .block.block-article-page .article-bottom-button-container img {
    margin-top: 25px;
    float: none;
  }
  .block .else-on-topic .article {
    padding: 0;
  }
  .block .else-on-topic .article .circle-photo {
    top: 20px;
  }
  .block .else-on-topic .article-header .main-header {
    margin: 3px 0 2px 0;
  }
  .block .else-on-topic .article-paragraph p {
    margin-top: -15px;
  }
  .block .else-on-topic .article {
    margin: 5px 0;
  }
  .block .else-on-topic .event-subtitle {
    padding: 0;
  }
  .block.block-profile .profile-container .profile-image {
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 200px;
    margin-bottom: 20px;
  }
  .block.block-profile .profile-container .profile-desc {
    float: none;
    width: 100%;
  }
  .block.block-profile .profile-container .profile-desc .profile-actions {
    margin: 20px 0 0;
  }
  .block.block-profile .profile-container .profile-desc .profile-actions .imho-button {
    width: 100%;
    margin: 0 0 20px;
  }
  .tags {
    display: none;
  }
  .comment-block {
    padding: 0;
    height: auto;
  }
  .comment-block .person-name {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
  }
  .comment-block .comment-buttons {
    margin-top: 4px;
  }
  .comment-block .comment-buttons .imho-button {
    display: inline-block;
    margin-right: 15px;
  }
  .duelists-block {
    height: 210px;
    margin: 20px -20px 15px;
  }
  .duelists-block .duel-col.left .duelist-name {
    text-align: right;
  }
  .block-duel-topic {
    padding-top: 52px;
  }
  .block-duel-topic .article-paragraph p {
    padding: 10px 0 25px;
  }
  .block-duel-topic .block-red-marker {
    top: 25px;
  }
  .half-col {
    padding: 0 10px;
  }
  .block-duel-opinions .opinions-statistics-holder {
    margin: 0 -10px;
  }
  .block-duel-opinions .opinions-statistics-holder .opinions-buttons .left {
    float: left;
  }
  .block-duel-opinions .opinions-statistics-holder .opinions-buttons .right {
    float: right;
  }
  .block-duel-opinions .opinions-statistics-holder .opinions-buttons .imho-button {
    margin: 0;
  }
  .block-duel-opinions .opinions-statistics-holder .half-col.left {
    border: none;
  }
  .block-duel-opinions .opinions-holder {
    margin: 0 -10px;
  }
  .duel-participants .statistics-block {
    margin-bottom: 20px;
  }
  .footer {
    padding-bottom: 25px;
    position: relative;
  }
  .footer .main-container {
    position: static;
  }
  .footer .main-container .credit-col .tablet-social {
    display: block;
  }
  .footer .main-container .credit-col p {
    position: absolute;
    bottom: 30px;
  }
  .footer .main-container .footer-soc-col {
    display: none;
  }
  .footer .main-container .footer-dev-col p {
    position: absolute;
    bottom: 30px;
  }
  .comments-section .comments-controls .comments-time-selector ul li {
    margin-left: 8px;
  }
  .comments-section .comments-controls .comments-time-selector ul li .imho-button {
    padding: 0 8px;
  }
  .comments-section .comment-tree ul .comment-branch > div {
    padding-left: 0;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details {
    padding-left: 70px;
    padding-top: 17px;
    height: 70px;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .comment-author {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .comment-author p {
    line-height: 20px;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block div p {
    line-height: 33px;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .cloud-tail-wrapper {
    -moz-transform: rotate(-90deg) scaleX(-1);
    /* Gecko */
    -o-transform: rotate(-90deg) scaleX(-1);
    /* Opera */
    -webkit-transform: rotate(-90deg) scaleX(-1);
    /* Webkit */
    transform: rotate(-90deg) scaleX(-1);
    /* Standard */
    filter: FlipH;
    left: 57px;
    top: -15px;
  }
  .comments-section .comment-tree ul .comment-branch > div .circle-photo {
    top: 0;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div {
    padding-right: 0;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div {
    padding-right: 0;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details {
    padding-right: 70px;
    padding-top: 17px;
    height: 70px;
    text-align: right;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .comment-author {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .comment-author p {
    line-height: 20px;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .date-time-block {
    float: none;
    display: inline-block;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .date-time-block div p {
    line-height: 33px;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-cloud .cloud-tail-wrapper {
    -moz-transform: rotate(90deg);
    /* Gecko */
    -o-transform: rotate(90deg);
    /* Opera */
    -webkit-transform: rotate(90deg);
    /* Webkit */
    transform: rotate(90deg);
    /* Standard */
    right: 57px;
    top: -15px;
  }
  .comments-section .line-beginning {
    display: none !important;
  }
  .comments-section .line-end {
    display: none !important;
  }
  .comments-section .line-connection {
    display: none !important;
  }
  .voting li {
    padding: 0 40px 0 40px;
  }
  .voting .checkbox label:before {
    left: -40px;
  }
  .voting .checkbox label .filling {
    top: 0;
  }
  .voting .checkbox label .voting-percentage {
    right: -40px;
  }
}
@media (max-width: 769px) {
  body {
    padding-top: 115px;
    background: #ffffff;
  }
  .block {
    padding: 15px 0;
  }
  .block.block-article-page {
    background: none;
  }
  .block.block-article-page .article-bottom-button-container {
    text-align: left;
  }
  .block.block-article-page .article-bottom-button-container .imho-button {
    margin: 0 10px 15px 0;
  }
  .block.block-article-page .article-bottom-button-container img {
    margin: 0 0 10px;
    display: block;
  }
  .block .event-content .duelists .duelist {
    margin: auto;
  }
  .block .event-content .duelists .duelists-separator {
    margin: auto;
  }
  .main-container {
    width: auto;
    margin: 0 10px;
  }
  .page-content .main-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .white-members-submenu {
    display: none;
  }
  .center-header-block {
    height: 85px;
  }
  .center-header-block .logo-container {
    width: 126px;
    z-index: 10;
  }
  .center-header-block .logo-container .logo {
    margin-top: 12px;
    width: 100%;
  }
  .center-header-block .center-header-control .login-holder {
    margin-top: 40px;
    padding: 0;
  }
  .center-header-block .center-header-control .login-holder .dropdown-toggle{
    padding-right: 0;
    padding-left: 0;
  }
  .center-header-block .center-header-control .login-holder .dropdown-menu{
    left: auto;
    right: 0;
  }
  .center-header-block .center-header-control .search-holder {
    top: 15px;
    text-align: right;
  }
  .center-header-block .center-header-control .search-holder .input-group {
    display: none;
  }
  .center-header-block .localization-dropdown {
    padding: 20px 0 0;
    margin-left: 10px;
    z-index: 1500;
    height: 48px;
  }
  .name-block {
    /*display: none;*/
  }

  .header-section.collapsed .center-header-block {
    height: 85px;
  }
  .black-menu-section {
    margin-top: 85px;
  }
  .black-menu-section .main-container {
    margin: 0;
  }
  .article-header .main-header {
    margin: 12px 0;
  }
  .article-image {
    padding: 15px 0;
  }
  .article-paragraph p {
    padding: 10px 0;
  }
  .comment-buttons {
    margin-right: -15px;
  }
  .comment-buttons .imho-button {
    margin-bottom: 10px;
  }
  .separator-line {
    margin: 5px 0 10px;
  }
  .page-content .main-container .content-column {
    width: 100%;
    float: none;
  }
  .page-content .main-container .adv-column {
    display: none;
  }
  .comments-section .comments-controls {
    padding: 15px 0 25px;
    position: relative;
  }
  .comments-section .comments-controls .hide-all-comments-button {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .comments-section .comments-controls .comments-time-selector {
    float: none;
  }
  .comments-section .comments-controls .comments-time-selector ul {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -moz-transform: rotate(-180deg);
    /* Gecko */
    -o-transform: rotate(-180deg);
    /* Opera */
    -webkit-transform: rotate(-180deg);
    /* Webkit */
    transform: rotate(-180deg);
    /* Standard */
    height: 22px;
    min-width: 320px;
    overflow: visible;
  }
  .comments-section .comments-controls .comments-time-selector ul li {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    -moz-transform: rotate(180deg);
    /* Gecko */
    -o-transform: rotate(180deg);
    /* Opera */
    -webkit-transform: rotate(180deg);
    /* Webkit */
    transform: rotate(180deg);
    /* Standard */
    margin: 0;
  }
  .comments-section .comments-controls .comments-time-selector ul li.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .comments-section .comment-tree ul .comment-branch li.comment-branch {
    padding-left: 0;
  }
  .comments-section .comment-tree ul .comment-branch > div {
    padding-left: 0;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-details .date-time-block div p {
    line-height: 33px;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-body .comment-cloud .cloud-tail-wrapper {
    -moz-transform: rotate(-90deg) scaleX(-1);
    /* Gecko */
    -o-transform: rotate(-90deg) scaleX(-1);
    /* Opera */
    -webkit-transform: rotate(-90deg) scaleX(-1);
    /* Webkit */
    transform: rotate(-90deg) scaleX(-1);
    /* Standard */
    filter: FlipH;
    left: 57px;
    top: -15px;
  }
  .comments-section .comment-tree ul .comment-branch > div .circle-photo {
    top: 0;
  }
  .comments-section .comment-tree ul .comment-branch > div .comment-bottom-options .comment-bottom-menu {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div {
    padding-right: 0;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div {
    padding-right: 0;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details {
    padding-right: 70px;
    padding-top: 17px;
    height: 70px;
    text-align: right;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .comment-author {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .comment-author p {
    line-height: 20px;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .date-time-block {
    float: none;
    display: inline-block;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-details .date-time-block div p {
    line-height: 33px;
  }
  .comments-section .comment-tree ul .comment-branch.comment-right > div .comment-body .comment-cloud .cloud-tail-wrapper {
    -moz-transform: rotate(90deg);
    /* Gecko */
    -o-transform: rotate(90deg);
    /* Opera */
    -webkit-transform: rotate(90deg);
    /* Webkit */
    transform: rotate(90deg);
    /* Standard */
    right: 57px;
    top: -15px;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details {
    padding: 5px 0 0;
    height: auto;
    position: relative;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-author {
    float: left;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-author p {
    line-height: normal;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer {
    display: block;
    float: none;
    padding-right: 5px;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer p {
    line-height: normal;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer p .answer-arrow {
    color: #e42313;
    padding: 0 10px;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .comment-answer .answer-coma {
    display: none;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .date-time-block {
    float: none;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .date-time-block div p {
    line-height: normal;
  }
  .comments-section .comment-tree ul .comment-branch.collapsed-branch > div .comment-body .comment-details .expand-button a {
    line-height: normal;
    color: #e42313;
  }
  .comments-section .line-beginning {
    display: none !important;
  }
  .comments-section .line-end {
    display: none !important;
  }
  .comments-section .line-connection {
    display: none !important;
  }
  .block-duel-opinions .opinions-holder {
    margin: 0;
  }
  .block-duel-opinions .opinions-holder .half-col {
    float: none;
    width: auto;
    padding: 0;
  }
  .block-duel-opinions .opinions-holder .half-col .name {
    border-top: 1px solid #e42313;
  }
  .block-duel-opinions .opinions-holder .half-col.left {
    border: none;
  }

}

.event-title .actions{
    margin-right-right: 10px;
}
.event-title .actions .imho-button{
    margin-right: 5px;
    display: inline-block;
}


/* @TODO */
.article-paragraph img {
  /*width: auto !important;*/
  max-width: 100%;
  height: auto !important;
}
